@charset "utf-8";
.fondo {
	background-image: url(degradefondo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.tabla {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
.parrafo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}
strong {
	color: #339900;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
}
a:link {
	color: #336600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #336600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:active {
	color: #336600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
h2 {
	color: #FF3300;
	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;
}
h4 {
	color: #FF3300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
