/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
DIV.navigation		{   }
SPAN.bfseries		{   }
DIV.flushleft		{   }
DIV.center		{   }
SPAN.textit		{ font-style: italic  }
SPAN.arabic		{   }
SPAN.textbf		{ font-weight: bold  }
#hue275		{ color: #000000;  }
#hue280		{ color: #000000;  }
#hue282		{ color: #000000;  }
#hue284		{ color: #000000;  }
#hue286		{ color: #000000;  }
#hue288		{ color: #000000;  }
#hue290		{ color: #000000;  }
#hue292		{ color: #000000;  }
#hue300		{ color: #000000;  }
#hue303		{ color: #000000;  }
#hue306		{ color: #000000;  }
#hue309		{ color: #000000;  }
#hue313		{ color: #000000;  }
#hue317		{ color: #000000;  }
#hue322		{ color: #000000;  }
#hue325		{ color: #000000;  }

.keywords {
	font-size: 0.8em;
	color: #555;
	display: block;
	background: url(../icons/iconkey0.png) no-repeat left top;
	/*     Arr  Der  Aba  Izq*/
	margin: 0.5em 0.5em;
	padding: 1em 0.5em 0 1em;
	border: 1pt groove #008080;
	/* border: 1pt solid #D7D7A6; */
	/* border: 1pt dashed #D7D7A6; */

	/* padding: 0.3em 0.3em 0.3em 0.3em; */
	/*     Arr  Der  Aba  Izq*/
	/* margin: 1pt 10pt 1pt 20pt; */
	/* width:90%; */

	overflow:auto;
	clear:both;
}

