body { 
	background: #FFFFFF;
	font-family: Times, Times New Roman, Serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0.5em 0em 0em 0em;
}
.titulo {
	font-family: Times, Times New Roman, Serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.titulomayus {
	font-family: Times, Times New Roman, Serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.titulomayusel {
	background: #BDA691;
	font-family: Times, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #ECE8E5;
	text-decoration: none;
	text-transform: uppercase;
}
.titulogrande {
	font-family: Lithograph;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textogrande {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textopeque {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.cabeza {
	font-family: Lithograph;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
h1,h2,h3,h4,h5 {
	font-family: Times, Times New Roman, Serif;
}
pre { 
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px; 
}
A:link {
	color: #646464;
	text-decoration: none;
}
A:visited {
	color: #646464;
	text-decoration: none;
}
A:hover {
	color: #646464;
	text-decoration: underline;
}