/* CSS Document */



.grisfuerte {
	color: #333333;
	font-weight: bold;
}
.gris {color: #333333}

.beige {font-size: 12}
body {
	background-color: #ffffe9;
}


.rosaclaro {color: #CA9186}
.rosafuerte {color: #CA9186; font-weight: bold; }
a:link {
	color: #CA9186;
	text-decoration: none;
}
a:visited {
	color: #CA9186;
	text-decoration: none;
}
a:hover {
	color: #CA9186;
	text-decoration: underline;
}
a:active {
	color: #CA9186;
	text-decoration: none;
}

-->
