/*
 ------ Estilos ------- 
*/
	
	body {  
		font-family: Arial; 
		font-size: 11px; 
		color: #323232;
		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-family: Arial; 
		font-size: 11px; 
		color: #323232;
	}
	
	td {  
		font-family: Arial; 
		font-size: 11px; 
		color: #323232;
	}
	
	li {  
		font-family: Arial; 
		font-size: 11px; 
		color: #323232;
		list-style-type: square;
	}
	div {  
		font-family: Arial; 
		font-size: 11px; 
		color: #323232;
		list-style-type: square;
	}
	
	a:link { 
		font-family: Arial; 
		font-size: 11px; 
		color: #FFFFFF; 
		text-decoration: none ; 
	}
	a:visited { 
		font-family: Arial; 
		font-size: 11px; 
		color: #FFFFFF; 
		text-decoration: none ; 
	}
	a:hover { 
		font-family: Arial; 
		font-size: 11px; 
		color: #BB5B2C; 
		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 Menu ------- 
	*/
	
	a.menuLink:link { 
		font-family: Arial Narrow; 
		font-size: 9px; 
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 0.05em;
		
	}
	a.menuLink:visited { 
		font-family: Arial Narrow; 
		font-size: 9px; 
		color: #FFFFFF; 
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	a.menuLink:hover { 
		font-family: Arial Narrow; 
		font-size: 9px; 
		color: #FF0000; 
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	
	a.menuLinkInt:link { 
		font-family: Arial Narrow; 
		font-size: 9px; 
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 0.05em;
		
	}
	a.menuLinkInt:visited { 
		font-family: Arial Narrow; 
		font-size: 9px; 
		color: #FFFFFF; 
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	a.menuLinkInt:hover { 
		font-family: Arial Narrow; 
		font-size: 9px; 
		color: #000000; 
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	
	
/*
 ------ Estilos de Texto ------- 
*/
	
	.textoTitulo {  
		font-size: 16px; 
		font-style: italic;
		font-weight: bold;
		color: #DE5E00;
	}
	.textoSubTitulo {  
		font-size: 11px; 
		font-weight: bold;
		color: #1A3351;
	}
	
	.textoMini {  
		font-size: 9px; 
		color: #000000;
	}
	
	.textoMiniBlanco {  
		font-size: 9px; 
		color: #FFFFFF;
	}
	
	.textoMiniClaro {  
		font-size: 9px; 
		color: #FFD27D;
	}
	
	a.textoMiniLink:link { 
		font-size: 9px; 
		color: #000000;
		letter-spacing: 0.05em;
	}
	a.textoMiniLink:visited { 
		font-size: 9px; 
		color: #000000;
		letter-spacing: 0.05em;
	}
	a.textoMiniLink:hover { 
		font-size: 9px; 
		color: #DE5E00;
		letter-spacing: 0.05em;
	}
	
	a.textoHomeLink:link { 
		font-weight: bold;
		font-size: 16px; 
		color: #000000;
	}
	a.textoHomeLink:visited { 
		font-weight: bold;
		font-size: 16px; 
		color: #000000;
	}
	a.textoHomeLink:hover { 
		font-weight: bold;
		font-size: 16px; 
		color: #DE5E00;
	}
	
	
/*
 ------ Estilos de Paginas ------- 
*/
	
	
	.PortadaFondoIzq {  
		background: url(/imagenes/PortFondoCentroIzqFoto.jpg) right top no-repeat;
	}
	
	.BordeMenu {  
		background-color: #FFFFFF; 
		border: 1px solid; 
		border-color: #714B00;
	}
	
	.BordePagInterior {  
		background-color: #FFFFFF; 
		border: 1px solid; 
		border-color: #DB9000;
	}
	
	.InteriorFondo {  
		background: url(/imagenes/InteriorFondoPagina.jpg) left top no-repeat;
	}
	
	.InteriorFondoMenu {  
		background-color: #DB9000; 
		border: 1px solid; 
		border-color: #714B00;
	}
	
	.InteriorCajaBlanca {  
		border-color: #DB9000;
		background-color: #FFFFFF; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 0px;
		FILTER: Alpha(Opacity=75);
	}
	
	
	.FormulariosBlancos {  
		color: #675B17;
		background-color: #FFFFFF;
		border: 0px solid; 
		border-color: #7A6D25;
	
	}
	
	.FormulariosTFederado {  
		color: #675B17;
		background-color: #FFFFFF;
		border: dotted;
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
		border-color: #000000;
	
	}
	
	.FormulariosBoton {  
		font-weight: bold;
		font-size: 11px; 
		color: #000000;
		background-color: #DB9000;
		border: 1px solid; 
		border-color: #412B00;
	
	}
	
	
/*
 ------ Estilos de Listados ------- 
*/
	
	.listaTitulo { 
		font-weight: bold;
		font-size: 12px;
		color: #DE5E00;
	}
	
	a.listaTituloLink:link { 
		font-weight: bold;
		font-size: 12px;
		color: #DE5E00;
	}
	a.listaTituloLink:visited { 
		font-weight: bold;
		font-size: 12px;
		color: #DE5E00;
	}
	a.listaTituloLink:hover { 
		font-size: 12px; 
		color: #666666;
	}
		
	a.listaAnexo:link, a.listaAnexo:visited, a.listaAnexo:hover { 
		font-size: 11px; 
		font-weight: bold;
		color: #DE5E00;
	}
	a.listaAnexo:hover { 
		color: #666666;
	}
	
	a.listaMasInfoLink:link, a.listaMasInfoLink:visited, a.listaMasInfoLink:hover { 
		font-size: 10px; 
		font-weight: bold;
		color: #DE5E00;
	}
	a.listaMasInfoLink:hover { 
		color: #666666;
	}
	
	a.listaBuscarTituloLink:link { 
		font-weight: bold;
		font-size: 12px;
		color: #666666;
	}
	a.listaBuscarTituloLink:visited { 
		font-weight: bold;
		font-size: 12px;
		color: #666666;
	}
	a.listaBuscarTituloLink:hover { 
		font-size: 12px; 
		color: #DE5E00;
	}
	.listaTexto { 
		font-size: 11px;
		color: #000000;
	}
	
	a.listaTextoLink:link { 
		font-size: 11px; 
		color: #000000;
	}
	a.listaTextoLink:visited { 
		font-size: 11px; 
		color: #000000;
	}
	a.listaTextoLink:hover { 
		font-size: 11px; 
		color: #DE5E00;
	}
	
	.listaFecha { 
		font-weight: bold;
		font-size: 10px; 
		color: #666666;
	}
	
/*
 ------ Estilos de Ficha ------- 
*/
	
	.fichaTitulo { 
		font-weight: bold;
		font-size: 12px;
		color: #DE5E00;
	}
	
	
	.fichaTexto { 
		font-size: 11px;
		color: #000000;
	}
	
	.fichaFecha { 
		font-weight: bold;
		font-size: 11px; 
		color: #000000;
	}

	a.fichaAnexo:link, a.fichaAnexo:visited, a.fichaAnexo:hover { 
		font-size: 11px; 
		font-weight: bold;
		color: #DE5E00;
	}
	a.fichaAnexo:hover { 
		color: #666666;
	}
	
