/****************************************************************************************/
/* Estilos HTML para proyecto MIR			 						*/
/****************************************************************************************/
/* Page background color */
body { background-color: rgb( 255, 255, 255 ) }

/*GENERICOS*/
.FondoPagina { background:rgb( 255, 255, 255 ); }
.fondomenu{ background:rgb( 255, 255, 255 ); }
.fondoceldaopciones{ background:rgb( 102, 102, 102 ); }
.fondoopcionesmenu{ background:rgb( 149, 149, 149 ); }
/*.fondoopcionesmenu{ background:rgb( 5, 5, 5 ); }*/
.separacionopcionesmenu{ background:rgb( 255, 255, 255 ); }
.fondocabecera{ background:rgb( 254, 213, 95 ); }

/*TABLA DETALLE PARTICIPACION*/
.FondoTablaDetalle { background:rgb( 237, 238, 236 ); }
.FuenteTablaDetalle { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      font-weight:bold; 
      color: rgb( 50, 55, 50 ); 
      }
.FuenteTablaDetalleValor { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      /*font-weight:bold;*/ 
      color: rgb( 50, 55, 50 ); 
      }
.fondotitulotabladetalle { background:rgb( 201, 217, 227 ); }
.FuenteTituloTablaDetalle { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      font-weight:bold; 
      color: rgb( 64, 126, 199 ); 
      }

/*TABLA CANDIDATURAS*/
.FondoTituloCandidaturas{ background:rgb( 201, 217, 227 ); }
.FondoCandidaturasImpares{ background:rgb( 204, 204, 204 ); }
.FondoCandidaturasPares{ background:rgb( 255, 255, 255 ); }
.FuenteTituloTablaCandidaturas { font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; font-weight:bold; 
      color: rgb( 64, 126, 199 ); 
      }
.FuenteDatoTablaCandidaturas { font-family: Arial, Helvetica, sans-serif;      
      font-size: 9pt;
      color: rgb( 0, 0, 0 ); 
      }

.fondocabeceramenu { background:rgb( 255, 255, 255 ); }
.barraseparacionmenu { font-family: Verdana; font-size: 9pt; 
      font-weight:bold; 
      color:rgb( 255, 255, 255 ); 
      }
      
.cabeceramenu { font-family: Verdana; font-size: 9pt; font-weight:bold; color:rgb( 255, 255, 255 ); }
.fondodatoform { background-color: #FFFFFF }


/*Pagina de busqueda de municipios*/
.FondoPaginaBusquedaMunicipios { background:rgb( 255, 255, 255 );  }
.TablaCabeceraPaginaBusquedaMunicipios { background:rgb( 201, 217, 227 );  }
.FuenteCabeceraPaginaBusquedaMunicipios { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      font-weight:bold; 
      color: rgb( 64, 126, 199 ); 
      }
.FuenteParrafoPaginaBusquedaMunicipios {
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      color: rgb( 0, 0, 0 ); 
      }
.FuenteFormularioPaginaBusquedaMunicipios { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      font-weight:bold; 
      color: rgb( 0, 0, 0 ); 
      }

/*Pagina de listado de municipios*/
.FondoPaginaListadoMunicipios { background:rgb( 255, 255, 255 );  }
.TablaCabeceraPaginaListaMunicipios { background:rgb( 153, 153, 153 );  }
.FondoTablaDetalleListaMunicipios { background:rgb( 201, 217, 227 );  }
.FuenteCabeceraPaginaListaMunicipios { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      font-weight:bold; 
      color: rgb( 255, 255, 255 ); 
      }
.FuenteParrafoPaginaListaMunicipios {
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      color: rgb( 0, 0, 0 ); 
      }
.FuenteTituloListadoLocalidades { font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; font-weight:bold; 
      color: rgb( 64, 126, 199 ); 
      }
.FuenteDatosListadoLocalidades { font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; font-weight:bold; 
      color: rgb( 0, 0, 0 ); 
      }

.fondotablalistalocalidades { background:rgb( 200, 200, 200 ); }


/*LISTADO ELECCIONES*/
.FondoTituloTablaListaElecciones { background:rgb( 201, 217, 227 );  }
.FondoDatosTablaListaElecciones { background:rgb( 237, 238, 236 );  }


.FuenteTituloListaElecciones{ font-family: Arial, Helvetica, sans-serif; 
      font-size: 14pt; font-weight:bold; 
      color: rgb( 0, 0, 0 ); 
      }
.FuenteTituloTablaListaElecciones { font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt; font-weight:bold; 
      color: rgb( 64, 126, 199 ); 
      }
.FuenteDatoTablaListaElecciones { font-family: Arial, Helvetica, sans-serif;      
      font-size: 10pt;
      color: rgb( 0, 0, 0 ); 
      }

.FuentePiePagina { font-family: Arial, Helvetica, sans-serif;      
      font-size: 10pt;
      color: rgb( 0, 0, 0 ); 
      }

