/* 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		{   }
DIV.center		{   }
PRE.preform		{   }
SPAN.textit		{ font-style: italic  }
SPAN.arabic		{   }
SPAN.textbf		{ font-weight: bold  }

/* aqui comienza aux.css */

body {
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Verdana, Arial, sans-serif;
  background: #FFFFFF;
  color: black;
}

A {
  font-family: Verdana, Arial, sans-serif;
  color: #7F7F7F;
  background-color: inherit;  
}

UL LI {list-style-type: square}
UL LI LI, UL UL LI {list-style-type: circle}
UL {margin-left: 16px}
OL {margin-left: 32px}
LI {padding-top: 4px}

H1, H1 A        { color: #5a2c1c }
H2, H2 A        { color: #3c110a }
H3              {  }
H4              {  }
H5              {  }

P,LI { text-align: justify }
TABLE {
	border-collapse: collapse;
	border: solid thin #f0f0f0; }

TD {
	text-align: center;
}
        
CAPTION {
        padding: 8px;
        color: #3c110a;
        background: #FFFFE5;
        border: solid 1px #C0C0A0;
}

CAPTION STRONG {
        color: #c6592e;
}

A:link,A:visited,A:active {
        color: #52679e;
}
A:hover {
        color: #94afcd;
}

div.author_info {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
}

div.author_info p {
	text-align: center;
}


