/*
 * Style sheet for the CSS2 specification
 */

BODY {
	text-align: justify;
	font-family: arial, serif;
	font-size: 12pt;
	background: HoneyDew;
}
TH {
	font-family: arial, serif;
	font-size: 14pt;
	background: LavenderBlush;
}

TD {
	font-family: arial, serif;
	font-size: 14pt;
	background: HoneyDew;
}

IMG {
	margin: 0px;
}
	
.centrar {
	text-align: center;
}
.enlaces {
	font-family: arial, serif;
	font-size: 16pt;
	background: LavenderBlush;
}
