@charset "utf-8";
/* CSS Document */

.general {
	font-family: Lucida Sans Unicode, Lucida Grande;
	font-size: 11px;
	color: #464646;
}
.titulo {
	font-family: Arial Black, Arial Black;
	font-size: 16px;
	font-weight: normal;
	color: #776233;
	letter-spacing: -1px;
}
.verdesimple {
	font-family: Verdana;
	font-size: 10px;
	color: #737326;
	font-style: normal;
}
.verdebold {
	font-family: Verdana;
	font-size: 10px;
	color: #737326;
	font-weight: bold;
}
.verdeitalica {
	font-family: Verdana;
	font-size: 10px;
	color: #737326;
	font-style: italic;
}
.verdesubrayada {
	font-family: Verdana;
	font-size: 10px;
	color: #737326;
	font-style: normal;
	text-decoration: underline;
}
