/***********************************************/
/* Developed by:                               */
/*     IntelliSoft Technologies SA de CV       */
/*     fmadrazo@istech.com.mx                  */
/*     16/Oct/08                              */
/* For:                                        */
/*     Instituto Estatal Electoral Hidalgo     */
/* Project:                                    */
/* 	   PREP Ayuntamientos 2008                 */
/* Component:                                  */
/*     ViewPrep Cascade Style Sheet            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

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

p.advertencia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

div.Estilo1 {
    font-family: Tahoma;
    font-size: 18px;
}
td.partido_pan{
	background-image: url(imagenes/pan.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_pri{
	background-image: url(imagenes/pri.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_prd{
	background-image: url(imagenes/prd.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_pt{
	background-image: url(imagenes/pt.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_pvem{
	background-image: url(imagenes/pvem.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_convergencia{
	background-image: url(imagenes/convergencia.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_alternativa{
	background-image: url(imagenes/psd.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_alianza{
	background-image: url(imagenes/alianza.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_pripanal{
	background-image: url(imagenes/pripanal.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.partido_prdpt{
	background-image: url(imagenes/prdpt.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width: 80px;
	height: 50px;
}

td.encabezado_texto{
	width: 80px;
	height: 50px;
	text-align:center;
}

td.encabezado_mun{
	text-align: center;
	font-weight: bold;
	width: 450px;
}

td.ganados{
		text-align: right;
		font-size: 16px;
}

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
{
}

