#main {
	background-color: #0E6FFE;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}
a:hover {
	background-color: #05239D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

body {
	background-color: #6F8EAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
#main #cuerpo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #01FE03;
	font-style: italic;
	font-weight: bold;
}
#main #cuerpo #destacado {
	background-color: #0066CC;
	padding-left: 5px;
}
#main #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}


#cuerpo {
	width: 800px;
}
#main #cuerpo #nota {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color: #0033CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
