.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	list-style-type: none;
	margin-top: 7px;
	margin-bottom: 5px;

}
.negrita {
	font-weight: bold;
}
.titulo1 {
	font-size: 16px;
	color: #FFFFCC;
	font-weight: bold;




}
.titulo2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.indentado {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: justify;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 5px;

}
.cursiva {
	font-style: italic;
}
.subrayado {
	text-decoration: underline;
}
.vineta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(img/punto.gif);
	display: list-item;


}
.vinculos {
	font-weight: bolder;
	color: #CC9900;
	text-decoration: underline;

}
