@charset "utf-8";
body {
	background-color: #d3a137;
	background-attachment: fixed;
	background-image: url(imagenes/fondo_main.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b351d;
	margin-top: 30px;
}
a {
	color: #A70031;
}

.texto_claro {
	color: #faf4e4;
}
.subtitulos {
	font-size: 14px;
	font-weight: bold;
}
.darklinks {
	color: #936333;
}
.tarifas {
	font-size: 11px;
}
.footer {
	color: #5f1109;
}
.links a: link {
	color: #990000;
}
.links  a: visited  {
	color: #990000;
}
.links a: active {
	color: #990000;
}
.links a: hover {
	color: #350000;
	text-decoration: none;
}
.ubicacion_texto {
	color: #000000;
}

