@charset "utf-8";
.fondo {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color:#D9D9D9;
	background-attachment: fixed;
}
.tabla {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.parrafo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
}
strong {
	color: #516A99;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
}
a:link {
	color: #336600;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:visited {
	color: #336600;
	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: #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;
}
a:active {
	color: #336600;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

