.fondo {
	background-image: url(imagenes/fondo-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo_index {
	background-image: url(imagenes/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto_index {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CF9E52;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F8E6AF;
}
