.textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
body {
	background-image: url(imagenes/fondo.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0F248D;
}
a:link {
	color: #0F248D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #0F248D;
}
a:active {
	text-decoration: none;
	color: #003399;
}
