.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #0099FF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FCE1BA;
	margin: 0px;
}
a {
	color: #000033;
	text-decoration: none;
}
.encabezados {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}

