/*
 * 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;
}

.fondo1 {
	text-align: center;
	font-size: 14pt;
	background: Orange;
}

.lineas1 {
	font-size: 10pt;
	background: Gold;
}

.lineas10 {
	font-size: 12pt;
	background: Gold;
}

.lineas2 {
	font-size: 10pt;
	background: Wheat;
}

.lineas20 {
	font-size: 12pt;
	background: Wheat;
}

.lineas3 {
	text-align: center;
	font-size: 12pt;
	background: Wheat;
}

.lineas4 {
	text-align: center;
	font-size: 14pt;
	background: Wheat;
}
.lineas5 {
	text-align: center;
	font-size: 14pt;
	background: Peachpuff;
}

.lineas6 {
	text-align: center;
	font-size: 12pt;
	background: Wheat;
}
.lineas7 {
	text-align: center;
	font-size: 12pt;
	background: PeachPuff;
}
