
/***********************************************/

/* HTML tag styles                             */

/***********************************************/
 

body{
	
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	
	font-size: 14px;
	
	color: #000000;
	
	background-image: url(Fondo.jpg);

	background-repeat: repeat;

}

/* Selector de Clasese */
.aviso{ padding: 0.5em;
		border: 1px solid #98be10;
		background: #f6feda;
		}


td.encabezado_texto{

	width: 80px;

	height: 50px;

	text-align:center;

}



td.encabezado_mun{
    text-align: center;
	font-weight: bold;
	width: 350px;
    font-size: 14px
	
}
p.sagria { text-indent: 20px; }

.sangrar {
padding-left: 30px;
}

div.Encab {
	font-size: 36px;
	font-family: "Arial Narrow";
	font-weight: bold;
}


td.porcentaje{

	text-align: right;

}



td.municipio{

	text-align: left;

}



td.votos{

	text-align: right;

}



td.votoswin{

	font-weight: bold;

	text-align: right;

}



td.noaplica{

	text-align: center;

}



tr.color{

	background-color: #F7F0D5;

}



tr.sincolor{
}



tr.resumen{
}



h1.casillas{

		font-size: 18px;

		text-align: center;

}



h1{

	font-size: 18px;

}



h2{

	font-size: 18px;

}



h3{

	font-size: 16px;

}



p.Estilo10 {

	font-size: 16px;
 
}


p.Estilo12 {

	font-size: 11px;
 
}


p.Estilo11 {

    font-size: 20px;

    font-weight: bold;

}



/***********************************************/

/* Layout Divs                                 */

/***********************************************/


#encabezado{
}


#contenedor_principal{
}


#datos
{
}

