/*
 * Style sheet for the CSS2 specification
 */

BODY {
	text-align: justify;
	font-family: arial, serif;
	font-size: 12pt;
	background: Azure;
}
TH {
	font-family: arial, serif;
	font-size: 14pt;
	background: Lavender;
}

TD {
	font-family: arial, serif;
	font-size: 14pt;
}

.centrar {
	text-align: center;
}

.introduccion1 {
	text-align: center;
	background: LemonChiffon;
}

.introduccion2 {
	background: LemonChiffon;
}

.balances1 {
	text-align: center;
	background: Gold;
}

.balances2 {
	background: Gold;
}

.operaciones1 {
	text-align: center;
	background: Wheat;
}

.operaciones2 {
	background: Wheat;
}

.reactores1 {
	text-align: center;
	background: Orange;
}

.reactores2 {
	background: Orange;
}

.procesos1 {
	text-align: center;
	background: PeachPuff;
}

.procesos2 {
	background: PeachPuff;
}

.grises1 {
	text-align: center;
	background: A9A9A9;
}

.grises2 {
	background: A9A9A9;
}
