@charset "utf-8";
.texto-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	line-height: 1.5em;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
.a-izquierda {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.a-derecha {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
h1 {
	color: #4375BA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
}
h2 {
	color: #2B53A8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
}

h3 {
	color: #2B53A8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
}
body {
	background-attachment: scroll;
	background-image: url(fondo-ondas.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

