/* 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-shape: 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 { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; font-weight: bold; color: #000000 }
H2 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #000000 }
H3 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: bold; color: #000000 }
H4 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #000000 }
h6 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; font-style: italic; font-weight: normal; color: #000000 }

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


/* document-specific styles come next */

BODY {  font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #000000}
A {  color: #333399; text-decoration: none; font-style: italic}
A:ACTIVE {  color: #333399; text-decoration: none}
A:HOVER {  color: #333399; text-decoration: underline}
A:LINK {  color: #333399; text-decoration: none}
a:VISITED {  color: #333399}
TABLE { font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #000000 }
.NEGRO {  color: #000000}
.PENDIENTE { color: #009900}
.ROJO { color: #FF0000}
PRE {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; font-style: italic; font-weight: bold; color: #006666; clip:   rect(   )}
.AUTOR { font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; font-style: italic; font-weight: bold; color: #003399}
.NEGRITA { color: #333399; text-decoration: none; font-style: italic ; font-weight: bold}
.PRE { font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; font-style: italic; font-weight: bold; color: #006666; clip: rect( ) }
CODE { font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; font-style: italic; font-weight: bold; color: #006666; clip: rect( ) }
