/* 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 }



/* link style */

a:active { color: #959AFF;  text-decoration: none;}
a:link   { color: #0066CC;  text-decoration: none;}
a:visited{ color: #959AFF;  text-decoration: none;}
a:hover  { color: #004386;  background-color: #BCD2DF;}


/* body style */

body {
 font-family: Helvetica;
 font-size: 12px;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 color: #CDCDCD;
 background-color: black;
 word-spacing: normal;
 letter-spacing: normal;
 text-decoration: none;
 word-spacing: normal;
 text-align: justify;
 margin-right: 15%;
 margin-left: 15%;
 text: #CDCDCD;
}

div,th,td,li,dd {
   color: #CDCDCD;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   margin-right: 5%;
   text-alignment: justify;
   text-decoration: none;
   }

p  {
   margin-right: 5%;
   margin-left: 5%;
   }

p.volver {
   text-align: right;
   font-weight: bold;
   margin-right: 0%;
}

div.encabezado {
   font-size: 14px;
   text-align: center;
}

p.centrado {
   text-align: center;
}

p.despedida {
   text-align: right;
}


/* heading styles */
h1 {
   color: #CDCDCD;
   background-color: #123868;
   width: 100%;
   border: none;
   padding: 2px;
   text-align: center;
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   text-decoration: none;
   }

h1.centrado {
   text-align: center;
   }


h2 {
   color: #CDCDCD;
   background-color: #123868;
   width: 100%;
   border: none;
   padding: 2px;
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   text-decoration: none;
   }


h3 {
   color: #CDCDCD;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   margin-right: 5%;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }

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


/* document-specific styles come next */
