@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #024383;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #07488C;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
body {
	background-image: url(fondo-site.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #1C87BD;
}

