/*

 Hoja de Estilos
 
*/

/*
 ------ Estilos por defecto ------- 
*/
	
	* {
		font-family: "Trebuchet MS"; 
		font-size: 12px; 
		color: #000000;
	}
	
	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: 12px; 
	}
	
	td {  
		font-size: 12px; 
	}
	
	li {  
		font-size: 11px; 
		list-style-type: square;
	}
	div {  
		font-size: 11px; 
		list-style-type: square;
	}
	
	a:link { 
		font-size: 11px; 
		font-weight: bold;
		color: #464530; 
		text-decoration: none ; 
	}
	a:visited { 
		font-size: 11px; 
		font-weight: bold;
		color: #464530; 
		text-decoration: none ; 
	}
	a:hover { 
		font-size: 11px; 
		font-weight: bold;
		color: #000000; 
		text-decoration: none ; 
	}
	
	INPUT, SELECT, TEXTAREA {  
		font-family: "Arial"; 
		font-size: 11px; 
		color: #FFFFFF;
		background-color: #4b5259;
		border: 1px solid; 
		border-color: #FFFFFF;
	
	}
	

/*
 ------ Estilos de Links ------- 
*/

	a.menuLink:link { 
		font-family: "Arial Narrow"; 
		font-size: 12px; 
		font-weight: bold;
		color: #464530;
	}
	a.menuLink:visited { 
		font-size: 12px; 
		font-weight: bold;
		color: #464530; 
	}
	a.menuLink:hover { 
		font-size: 12px; 
		font-weight: bold;
		color: #889e0d; 
		text-decoration: underline ; 
	}

	a.linkDest:link { 
		font-size: 14px; 
		font-weight: bold;
		color: #464530;
	}
	a.linkDest:visited { 
		font-size: 14px; 
		font-weight: bold;
		color: #464530; 
	}
	a.linkDest:hover { 
		font-size: 14px; 
		font-weight: bold;
		color: #889e0d; 
		text-decoration: underline ; 
	}

	
/*
 ------ Estilos de Texto ------- 
*/

	.texto {  
		font-size: 11px; 
		font-weight: normal; 
		color: #000000;
	}
	.textoTitulo {  
		font-size: 16px; 
		font-weight: bold;
		color: #605724;
	}
	.textoSubTitulo {  
		font-size: 12px; 
		font-weight: bold;
		font-style: italic;
		color: #889e0d;
	}
	

/*
 ------ Estilos de Generales ------- 
*/

	.bordeImagen {  
		border: 1px solid; 
		border-color: #464530;
	}

	.portadaFondo {  
		background: url(../imagenes/portadaFondo.jpg) top;
		background-color: #e8b156;
	}






.VerFotosTitulo {  
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
	background-color: #96E5AE; 
	border: 1px solid; 
	border-color: #FFFFFF;
}

.VerFotosDescripcion {  
	font-size: 10px; 
	font-weight: bold;
	color: #166F31;
	background-color: #ECE45E; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
	border-color: #FFFFFF;
}
