/*

 Hoja de Estilos
 
*/

/*
 ------ Estilos por defecto ------- 
*/
	
	* {
		font-family: "Verdana"; 
		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: #E3EDBD;
		border: 1px solid; 
		border-color: #414439;
	
	}
	

/*
 ------ Estilos de Links ------- 
*/

	a.MenuLink:link { 
		font-family: "Arial"; 
		font-size: 13px; 
		font-weight: bold;
		color: #FFFFFF;
	}
	a.MenuLink:visited { 
		font-family: "Arial"; 
		font-size: 13px; 
		font-weight: bold;
		color: #FFFFFF; 
	}
	a.MenuLink:hover { 
		font-family: "Arial"; 
		font-size: 13px; 
		font-weight: bold;
		color: #D1E191; 
	}
	
	
/*
 ------ Estilos de Texto ------- 
*/

	.texto {  
		font-size: 10px; 
		font-weight: normal; 
		color: #000000;
	}
	.textoTitulo {  
		font-size: 13px; 
		font-weight: bold;
		color: #99BC0A;
	}
	.textoSubTitulo {  
		font-size: 14px; 
		font-weight: bold;
		color: #383838;
	}


/*
 ------ Estilos Generales ------- 
*/
	
	
	.FondoPagina {  
		background: url(../imagenes/FondoPagina.gif);
	}
	
	
/*
 ------ Estilos de Portada ------- 
*/
	
	
	.PortadaFondo {  
		background: url(../imagenes/PortPanoramaFondo.jpg) right top no-repeat;
	}
	
	.PortadaLineaSepara {  
		font-size: 11px; 
		font-weight: bold;
		color: #FFFFFF;
	}
/*
 ------ Estilos de Formulario ------- 
*/

	.FormTitulo {  
		font-size: 16px; 
		font-weight: bold;
		color: #FFFFFF;
	}
	.FormTituloPantalla {  
		font-size: 16px; 
		font-weight: bold;
		color: #414439;
	}
	.FormTextoDest {  
		font-size: 12px; 
		font-weight: bold;
		color: #414439;
	}
	.FormTextoOculto {  
		font-size: 12px; 
		font-weight: normal;
		color: #CCDE84;
	}

	.FormOpcion {  
		font-family: "Arial"; 
		font-size: 11px; 
		color: #675B17;
		background-color: #FFFFFF;
		border: 0px solid; 
		border-color: #FFFFFF;
	
	}

	.FormTabla {  
		border: 1px solid; 
		border-color: #F1F8D7;
	
	}
	.FormCelda1 {  
		background-color: #F8FCEA;
	}

	.FormCelda1 {  
		background-color: #F1F8D7;
	}
