body {
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #033;
	background-image: url(../imagenes/fondo.gif);
	background-color:#FFF;
	margin-top: 0;	
}
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #036;
	margin-top: 0;
}	
h1 {
	font-size: 1.4em;
	margin-bottom: 0;
}
h2 {
    font-size: 1.25em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #666;
}
h4, p {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	list-style-type: none;
}
h4 {
	margin: 0em 0.2em 2em 0.8em;
}
p {
	margin: 0em 0.2em 0.4em 0.8em;
}
h5 {
	font-size: 0.6em;
	line-height: 120%;
	text-align: right;
	color: #936;
	margin: 0em 0.2em 0.4em 0.8em;
}
ul, ol {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 150%;
	list-style-position: outside;
	margin-left: 1.6em;
	padding-left: 1.6em;
	margin-right: 0.8em;
	padding-right: 0.8em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type:decimal;
}
ol ul {
	font-size: 1em;
	font-weight: normal;
	list-style-type: square;
	margin-left: 1.7em;
	padding-left: 1.7em;
}
em {
	font-style: normal;
	color: #900;
}