@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #C4B55A;
}
.borde {
	border: 1px solid #ede487;
}
.textosamarillos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EDC702;
	text-decoration: underline;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a:link {
	color: #EDC702;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #EDC702;
}
a:hover {
	text-decoration: none;
	color: #b6f1df;
	background-color: #C7C072;
}
a:active {
	text-decoration: underline;
	color: #EDC702;
}

</style>
.textosblancos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EDC702;
	text-decoration: underline;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.textosblancos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.textosblancossmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
