/*
 * Style sheet for the CSS2 specification
 */

BODY {
	text-align: justify;
	font-family: arial, serif;
	font-size: 12pt;
	background: #FCF6E7;
}
H1, H2, H3, H4 {
	font-family: arial, serif;
	text-align: center;
	color: Black;
}
H1 {
	font-size: 16pt;
}
H2 {
	font-size: 14pt;
}
H3 {
	font-size: 12pt;
}
H4 {
	font-size: 10pt;
}
P {
	font-family: arial, serif;
	font-size: 14pt;
	text-align: justify;
	text-indent: 2em;
}
UL {
	font-family: arial, serif;
	color: darkred;
/	margin-left: 1em;
}
LI {
	font-family: arial, serif;
	color: darkred;
	margin-left: 1em;
	text-align: justify;
}
TH {
	font-family: arial, serif;
	font-size: 14pt;
	background: #B37D79;
	text-align: left;
}
TD {
	font-family: arial, serif;
	font-size: 14pt;
	background: #F8E8DC;
}

.Introduccion {
	background: #F4E0D5;
}

.EAntigua {
	background: #F8E8DC;
}

.EMedia {
	background: #FFF1E4;
}

.EModerna {
	background: #D8C8BC;
}

.EC {
	background: #EBDBCF;
}

.Grises {
	background: A9A9A9;
}

.Centrar {
	text-align: center;
}
