/*FORMATO GENRAL DE LA PAGINA /////////////////////////////////////////////////////*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*ENLACES /////////////////////////////////////////////////////*/
A:link, A:visited 
     { text-decoration: none;
	   color: #0000ff;
	  }
A:hover 
     { 
	 color: #ff0000;
	 text-decoration: underline }
/*BLOQUES CENTRALES DE LA PAGINA /////////////////////////////////////////////////////*/
.central {
    background-color:#ffffff; 
    border-style:solid; 
    border-color:#e0e0e0; 
    border-width:1px; 
} 
.centraltitulo{
	background-color:#E7F5E9;
	border-bottom:1px solid #FBFFFB;
	font-size: 18px;
	font-weight: normal;
	color: #006633;
} 
.centralcontenido{
	background-color:#ffffff;
	font-size: 12px;
} 
.centralpie{
	background-color:#f0f0f0;
	font-size: 11px;
}
/*BLOQUES IZQUIERDOS ///////////////////////////////////////////////////// */
.menu {
    background-color:#ffffff; 
    
    border-style:solid; 
    border-color:#cccccc; 
    border-width:1px; 
} 
.menutitulo{
	background: #660000;
        background-image: url(imagenes/fmenu.gif);
	border-bottom:1px solid #660000;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
} 


.menucelda{
	background-color:#ffffff;
	
	font-size: 12px;
}
.menucelda A:link, A:visited 
     { text-decoration: none;
	   color: #660000;
	  }

/*BLOQUES DERECHOS /////////////////////////////////////////////////////*/
.menuder {
    background-color:#ffffff; 
    
    border-style:solid; 
    border-color:#cccccc; 
    border-width:1px; 
} 
.menutituloder{
	background: #660000;
        background-image: url(imagenes/fmenu.gif);
	border-bottom:1px solid #660000;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
} 
.menuceldader{
	background-color:#ffffff;
	
	font-size: 12px;
} 
/*BLOQUES CENTRALES /////////////////////////////////////////////////////*/
.bloque {
    background-color:#ffffff; 
    border-style:solid; 
    border-color:#0066FF; 
    border-width:1px; 
} 
.bloquetitulo{
	background-color:#F0F9FF;
	border-bottom:1px solid #0066FF;
	font-size: 13px;
	font-weight: bold;
	color: #07519A;
} 
.bloquecontenido{
	background-color:#ffffff;
	font-size: 12px;
} 
/*BLOQUE PIE DE PAGINA /////////////////////////////////////////////////////*/
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
} 
/*COMENTARIOS /////////////////////////////////////////////////////*/
.titulocomentario {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#990000;
	font-weight: bold; 
}
.agregarcomentario a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-weight: bold; 
}
.agregarcomentario a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-weight: bold; 
}

/*BOTON REGRESAR /////////////////////////////////////////////////////*/
.botonregresar {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	font-weight: bold; 
}
/*MENU CABECERA /////////////////////////////////////////////////////*/
.menutop {
    background-color:#ffFFFF; 
    border-style:solid; 
    border-color:#009900; 
    border-width:1px; 
    
}  
.menuceldatop{
	background-color:#FFEDC4;
	font-size: 12px;
	width:15%;
	text-align:center;
} 
.anuncio{
	background-color:#008000;
	font-size: 12px;
	color:#ffffff;
	font:Geneva, Arial, Helvetica, sans-serif;
	border-style:solid; 
    border-color:#AACCEE; 
    border-width:1px; 
} 
.menuarriba a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
	font-weight: normal;
	text-decoration: none;
}
.menuarriba a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
	font-weight: normal;
	text-decoration: underline;
}
.menuarriba a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
	text-decoration: none;
}
.menuserv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}
.menuserv a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}
.menuserv a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: underline;
}
.menuserv a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
.titnaranja {
	color: #FF6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*CABECERA DE LA PAGINA /////////////////////////////////////////////////////*/
.cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ffffff;
	font-weight: bold; 
}
/*ABRIR Y CERRRAR BLOQUES /////////////////////////////////////////////////////*/

     .elementoVisible {display:block;}
     .elementoOculto {display:none;}
     .linkContraido {
          cursor: pointer;
          background:  url(imagenes/ec_expandido.gif) no-repeat;
		  width: 18px;
     }
     .linkExpandido {
          cursor: pointer;
          background:  url(imagenes/ec_contraido.gif) no-repeat;
          width: 18px; 
     }
/*OTROS ESTILOS ///////////////////////////////////////////////////////////////////////////////*/