@CHARSET "ISO-8859-1";

A.clase1:visited {
	color:#ffffff;
	text-decoration: none;	
} 
A.clase1:active {
	color:#ffffff;
	text-decoration: none;	 
} 
A.clase1:link {
	color:#ffffff;
	text-decoration: none;
} 
A.clase1:hover {
	color:#ffffff;
	text-decoration: none;
}
A.clase3:visited {
	color:#ffffff;
	text-decoration: none;	
} 
A.clase3:active {
	color:#ffffff;
	text-decoration: none;	 
} 
A.clase3:link {
	color:#ffffff;
	text-decoration: none;
} 
A.clase3:hover {
	color:#FFFFFF;
	text-decoration: underline ;
}

A.clase2:visited {
	color:#c6d111;
	text-decoration: none;
	font-size: 12px;
	font:bold;	
} 
A.clase2:active {
	color:#c6d111;
	text-decoration: none;
	font-size: 12px;
	font:bold;
} 
A.clase2:link {
	color:#c6d111;
	text-decoration: none;
	font-size: 12px;
	font:bold;
} 
A.clase2:hover {
	color:#c6d111;
	text-decoration: none;
	font-size: 12px;
	font:bold;
}



div.principal{
	text-align: left;
	background-color: rgb(239, 254, 225); 
	position: relative; 
	top: 20px; 
	height: 800px; 
	left: 224px; 
	width: 775px;
}
div.principalTexto{
	text-align: left;
	background-color: rgb(239, 254, 225); 
	position: relative; 
	top: 20px; 
	height: 800px; 
	left: 224px; 
	width: 775px;
}

div.menu{
	background-color: black; 
	color: white; 
	width: 100%; 
	height: 18%;
	text-align:center;
}
div.menu2{
 width: 100%; 
 height: 80%; 
 background-image: url(../imagenes/cabecera4.jpg); 
 background-repeat: no-repeat;"
}
div.salto1{
	background-color: rgb(239, 254, 225); 
	width: 100%; 
	height: 10px;
}
div.centro{
	width: 100%; 
	height: 40%; 
	float: left;
	background-color: rgb(239, 254, 225); 
	
}

div.fotocentro{
	width: 55%; 
	height: 100%; 
	float: left;
	background-image: url(../imagenes/centro_izquierda1.jpg); 
	background-repeat: no-repeat;	
	}


