@charset "utf-8";
.fondo {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
}
.parrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}
strong {
	color: #330066;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2376D1;
}
a:link {
	color: #447AC1;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:visited {
	color: #447AC1;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	color: #660099;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.align-left {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.align-right {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
h3 {
	color: #FF3300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
body {
	background-color: #6C7AA1;
}

h4 {
	color: #FF3300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a:active {
	color: #447AC1;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

