/*
 * Style sheet for the CSS2 specification
 */

BODY {
	text-align: justify;
	font-family: arial, serif;
	font-size: 12pt;
}

TH {
	font-family: arial, serif;
	font-size: 14pt;
	background: #B37D79;
}

TD {
	font-family: arial, serif;
	font-size: 14pt;
}

.Introduccion {
	background: #F4E0D5;
}

.EAntigua {
	background: #F8E8DC;
}

.EMedia {
	background: #FFF1E4;
}

.EModerna {
	background: #D8C8BC;
}

.EC {
	background: #EBDBCF;
}

.Grises {
	background: A9A9A9;
}

.Centrar {
	text-align: center;
}
