.estilos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.titulos {
	font-family: Verdana;
	font-size: 12px;
	color: #006633;
	font-style: normal;
	font-weight: bold;


}
.resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339933;
	font-weight: bold;


}
.italica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;

}
.negrita {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.texto {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

