/* CSS Document */



.grisfuerte {
	color: #333333;
	font-weight: bold;
}
.gris {color: #333333}

.beige {font-size: 12}
body {
	background-color: #ffffe9;
}
.marronclaro {color: #CC6600}
.marronfuerte {color: #CC6600; font-weight: bold; }
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
a:active {
	color: #cc6600;
	text-decoration: none;
}
.verde {color: #336600}
-->