/*
 * Style sheet for the CSS2 specification
 */

BODY {
	font-family: arial, serif;
	font-size: 12pt;
	background: #FCF6E7;
}
H1, H2, H3, H4 {
	font-family: arial, serif;
	text-align: center;
	color: LightBlue;
}
H1 {
	font-size: 16pt;
}
H2 {
	font-size: 14pt;
	color: Gold;
}
H3 {
	font-size: 12pt;
}
H4 {
	font-size: 10pt;
	color: black;
}

P {
	font-family: arial, serif;
	font-size: 12pt;
	text-align: justify;
	text-indent: 2em;
}

UL {
	font-family: arial, serif;
	color: darkred;
}

TD {
	font-family: arial, serif;
	font-size: 10pt;
//	background: Snow;
}

.titulo {
	text-align: left;
	font-size: 14pt;
	color: Gold;
	text-indent: 0em;
}

.Centrar {
	text-align: center;
}
