@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	background-image: url(../images/fondo1.jpg);
}
.textosgrises {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
	background-color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.textosnaranja {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FE930F;
	text-decoration: underline;
}

</style>
.borde {
}
.bordeimg {
	border: 1px solid #A8C1C6;
}
.bordeimgrij {
	border: 1px solid #999999;
}

