/* CSS Document */


body {
	background-color: #ffffe9;
}

.textogrispequeño {color: #333333; font-size: 12px}
.textogrisclaro {color: #333333; font-size: 14px}
.textogris {color: #333333; font-weight: bold;}
.textoverde {color: #339900}
a:link {
	color: #339900;
	text-decoration: none;
}
a:visited {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #33CC00;
	text-decoration: underline;
}
a:active {
	color: #339900;
	text-decoration: none;
}
