@charset "utf-8";
body {
	background-image: url(../images/fondos/fondo.jpg);
}
.textosblancos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 8px;
}
.textosgrises {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #66706F;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 8px;
	text-indent: 8px;
	padding-left: 5px;
	padding-right: 8px;
	margin-bottom: 5px;
}
.textosverdes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #cec64e;
	text-decoration: none;
}
.marco {
	border: 1px solid #707070;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CEC64E;
}
a:hover {
	text-decoration: underline;
	color: #47B4AF;
	background-color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #9AC1FC;
}
