.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.vinetas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: normal;
	display: none;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	list-style-image: url(imagenes/bullet.gif);
	line-height: 25px;
	font-weight: normal;







}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.subgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

