.TITULO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.Subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.Apartados {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.Texto {
	font-style: normal;
	font-weight: normal;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 16px;
}
.Citas {

	font-style: normal;
	font-weight: normal;
	color: #006600;
	font-family: "Times New Roman", Times, serif;
}
.Fechas {
	font-style: normal;
	font-weight: normal;
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
body {
	background-image: url(img/fondo1.jpg);
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 40px;
}

