/*

 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: #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 Links ------- 
*/

	a.menuLink:link { 
		color: #000000;
	}
	a.menuLink:visited { 
		color: #000000; 
	}
	a.menuLink:hover { 
		color: #1A4B7C; 
	}
	
	
/*
 ------ Estilos de Texto ------- 
*/

	.texto {  
		font-size: 10px; 
		font-weight: normal; 
		color: #000000;
	}
	.textoTitulo {  
		font-size: 12px; 
		font-weight: bold;
		color: #DE5E00;
	}
	.textoSubTitulo {  
		font-size: 11px; 
		font-weight: bold;
		color: #1A3351;
	}


/*
 ------ Estilos de Portada ------- 
*/
	
	.PortadaFondoGeneral {  
		background-color: #99BC0A;
	}
	.PortadaFondoInf {  
		background-color: #383838;
	}
	.PortTexoTitulo {  
		font-size: 12px; 
		font-weight: bold;
		color: #FFFFFF;
	}
	.PortTexto {  
		font-size: 11px; 
		color: #383838;
	}
	a.Portlink:link { 
		color: #FFFFFF;
	}
	a.Portlink:visited { 
		color: #FFFFFF; 
	}
	a.Portlink:hover { 
		color: #383838; 
	}


/*
 ------ Estilos de Portada ------- 
*/
	
	.PortadaFondoCentro {  
		background: url(../imagenes/Fondo.jpg) top;
	}
	
	
