.titulo {
	font-family: "Monotype Corsiva";
	font-size: 32px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
.texto {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #333333;
}
a:link {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #0000FF;
}
a:visited {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
}
a:hover {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #339900;
	text-decoration: none;
}
.subtitulos {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	list-style-type: square;
}
.lista {
	list-style-type: square;
}
.lista2 {
	list-style-type: circle;
}
.capas {
	font-family: "Monotype Corsiva";
	font-size: 20px;
}

