/*

 Hoja de Estilos
 
*/

/*
 ------ Estilos por defecto ------- 
*/
	
	* {
		font-family: "Trebuchet MS"; 
		font-size: 11px; 
		color: #323232;
	}
	
	body {  
		margin-top: 0px; 
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		background-color: #FFFFFF;
		scrollbar-face-color: #FFFFFF; 
		scrollbar-shadow-color: #B1B1B1; 
		scrollbar-highlight-color: #B1B1B1; 
		scrollbar-3dlight-color: #FFFFFF; 
		scrollbar-darkshadow-color: #FFFFFF; 
		scrollbar-track-color: #FFFFFF; 
		scrollbar-arrow-color: #7A7A7A;
	}
	
	p {  
		font-size: 11px; 
		color: #323232;
	}
	
	td {  
		font-size: 11px; 
		color: #323232;
	}
	
	li {  
		font-size: 11px; 
		color: #323232;
		list-style-type: square;
	}
	div {  
		font-size: 11px; 
		color: #323232;
		list-style-type: square;
	}
	
	a:link { 
		font-size: 11px; 
		color: #000000; 
		text-decoration: none ; 
	}
	a:visited { 
		font-size: 11px; 
		color: #000000; 
		text-decoration: none ; 
	}
	a:hover { 
		font-size: 11px; 
		color: #FFFFFF; 
		text-decoration: none ; 
	}
	
	INPUT, SELECT, TEXTAREA {  
		font-family: "Arial"; 
		font-size: 11px; 
		color: #675B17;
		background-color: #F6E16F;
		border: 1px solid; 
		border-color: #7A6D25;
	
	}
	

/*
 ------ Estilos de Links ------- 
*/

	a.linkMenu:link, a.linkMenu:visited, a.linkMenu:hover { 
		font-size: 11px; 
		color: #000000;
	}
	a.linkMenu:hover { 
		color: #FFFFFF; 
	}

	a.linkMenuPor:link, a.linkMenuPor:visited, a.linkMenuPor:hover { 
		font-size: 10px; 
		color: #000000;
	}
	a.linkMenuPor:hover { 
		color: #FFFFFF; 
	}
	
	a.linkImagen:link, a.linkImagen:visited {
		border: 1px solid #000000;
	}
	a.linkImagen:hover {
		border: 1px solid #3333FF;
	}

	
	
/*
 ------ Estilos de Texto ------- 
*/

	.texto {  
		font-size: 10px; 
		font-weight: normal; 
		color: #000000;
	}
	.textoTitulo {  
		font-size: 22px; 
		font-weight: bold;
		color: #10212E;
	}
	.textoSubTitulo {  
		font-size: 14px; 
		font-weight: bold;
		color: #32475C;
	}
	
	.TextoDest { 
		font-size: 12px; 
		font-weight: bold;
		color: #000000;
	}
	.TextoDestBlanco { 
		font-size: 12px; 
		font-weight: bold;
		color: #FFFFFF;
	}


/*
 ------ Estilos de Portada ------- 
*/
	
	.PortFondoPagina {  
		background: url(/imagenes/PortFondoPagina.gif) top;
	}

	.PortadaFondoGeneral {  
		background-color: #99BC0A;
	}
	.portTextoDest{  
		font-size: 12px; 
		font-weight: bold;
		color: #FFFFFF;
	}
	a.portLinkNoticias:link { 
		font-size: 12px; 
		color: #FFFFFF;
		font-style: italic;
	}
	a.portLinkNoticias:visited { 
		font-size: 12px; 
		color: #FFFFFF; 
		font-style: italic;
	}
	a.portLinkNoticias:hover { 
		font-size: 12px; 
		color: #E5F405; 
		font-style: italic;
	}


/*
 ------ Estilos Paginas Interiores ------- 
*/
	
	.IntFondoPagina {  
		background: url(/imagenes/IntFondoPagina.gif) top;
	}
	
	.IntMarcaAgua {  
		background: url(/imagenes/IntMarcaAgua.gif) left top no-repeat;
	}

	.IntBotonMenu {  
		font-family: Arial Narrow; 
		font-size: 12px; 
		font-weight: bold;
		color: #000000;
		letter-spacing: -0.02em;
	}
	.IntBordeMenu {  
		border-color: #000000;
		border-style: solid; 
		border-top-width: 0px; 
		border-bottom-width: 0px; 
		border-right-width: 1px; 
		border-left-width: 1px;
	}
	
	
	
/*
 ------ Estilos de contenidos ------- 
*/

	#cContenido {
		padding-right: 20px;
	}

		
	/*
	 ------ Estilos de Ficha ------- 
	*/
		
		#cFicha1 .titulo { 
			font-size: 18pt;
			font-weight: bold;
			color: #FFFFFF;
		}

		#cFicha1 .texto { 
			font-size: 12px;
			font-weight: bold;
			color: #000000;
		}
	
		#cFicha1 .cParrafo .titulo { 
			display: block;
			font-size: 13px; 
			font-weight: bold;
			color: #1F63BA;
			margin-bottom: 6px;
		}
		
		#cFicha1 .cParrafo .texto { 
			font-weight: normal;
		}
		
		#cFicha1 .imagenLink, #cFicha1 .imagen {
			border: 1px solid #000000;
		}

		#cFicha1 a.anexo:link, #cFicha1 a.anexo:visited, #cFicha1 a.anexo:active, #cFicha1 a.anexo:hover {
			font-size: 11px;
			font-weight: bold;
			color: #000000;
		}
		#cFicha1 a.anexo:hover {
			color: #2F73DA;
		}
		
		#cFicha1 .imagenLink, #cFicha1 .imagen {
			border: 1px solid #666666;;
		}
		
	/*
	 ------ Estilos de Listado 1 ------- 
	*/
		
		#cListado1 .titulo { 
			font-size: 18pt;
			font-weight: bold;
			color: #FFFFFF;
		}

		#cListado1 .texto { 
			font-size: 12px;
			font-weight: bold;
			color: #000000;
		}
	
		#cListado1 .cParrafo .titulo { 
			display: block;
			font-size: 13px; 
			font-weight: bold;
			color: #1F63BA;
			margin-bottom: 6px;
		}
		
		#cListado1 .cParrafo .texto { 
			font-weight: normal;
		}
		
		#cListado1 a.detalleLink:link, #cListado1 a.detalleLink:visited, #cListado1 a.detalleLink:active, #cListado1 a.detalleLink:hover {
			font-size: 10px;
			font-weight: bold;
			color: #000000;
		}
		#cListado1 a.detalleLink:hover {
			color: #2F73DA;
		}
		
		#cListado1 a.fotoLink:link, #cListado1 a.fotoLink:visited, #cListado1 a.fotoLink:active, #cListado1 a.fotoLink:hover {
			border: 0px solid #666666;
			margin: 2px;
		}
		
		#cListado1 a.fotoLink:hover {
			border: 0px solid rgb(255,11,4);
		}
		
		#cListado1 .imagenLink, #cListado1 .imagen {
			border: 1px solid #666666;
		}
		
	/*
	 ------ Estilos de Listado 2: enlaces ------- 
	*/
		
		#cListado2 .titulo { 
			font-size: 14pt;
			font-weight: bold;
			color: rgb(50,71,92);
		}

		#cListado2 .enlace {
			margin-left: 20px;
		}

		#cListado2 a:link, #cListado2 a:visited, #cListado2 a:active, #cListado2 a:hover {
			font-size: 11px;
			color: #000000;
		}
		#cListado2 a:hover {
			color: #2F73DA;
		}

	/*
	 ------ Estilos de Listado P 1: enlaces portada ------- 
	*/
		
		.cListadoP1 .titulo { 
			font-size: 9pt;
			font-weight: bold;
			color: rgb(255,255,255);
		}

		.cListadoP1 .texto { 
			font-size: 8pt;
			color: rgb(0,0,0);
		}

		.cListadoP1 a.enlace:link, .cListadoP1 a.enlace:visited, .cListadoP1 a.enlace:active, #cListado2 a.enlace:hover {
			font-weight: bold;
			font-size: 9pt;
			color: #FFFFFF;
		}
		.cListadoP1 a.enlace:hover, .cListadoP1 span.enlace {
			color: rgb(246,174,0);
		}
