.Titulo {
	font-family: Arial;
	font-size: 27px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
	list-style-type: square;
}
.lista {
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	color: #000066;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: url(imagenes/bullet_lista.gif);
}
.resaltado {
	font-family: Arial;
	font-size: 15px;
	font-style: italic;
	color: #000066;
}
.background {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	font-style: normal;
	list-style-type: square;
}
.backgroundtodo {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	font-style: normal;
	list-style-type: square;
}
