/*
	ra_nav_temas.css
	Copyright (c) 2005 by redAbierta. All rights reserved.
	http://www.redabierta.org/
*/

/* 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          { font-family: Arial,Helvetica,sans-serif; font-size: x-large; color: #FF3300; font-weight: bold}
H2		{ font-family: Arial,Helvetica,sans-serif; font-size: large; color: #0066CC; font-weight: bold}
H3          { font-family: Arial,Helvetica,sans-serif; font-size: medium; color: #3366CC; font-weight: bold}
H4		{  }
H5		{  }

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


/* document-specific styles come next */
P		{ font-family: Arial,Helvetica,sans-serif; font-size: small;}
LI		{ font-family: Arial,Helvetica,sans-serif; font-size: small;}
TD		{ font-family: Arial,Helvetica,sans-serif; font-size: small; font-weight: bold; }
TH		{ font-family: Arial,Helvetica,sans-serif; font-size: small; font-weight: bold}
DD		{ font-family: Arial,Helvetica,sans-serif; font-size: small;}
ADDRESS     { font-family: Arial,Helvetica,sans-serif; font-size: x-small; }

/* Special table */
TD.navbar {
	border-top: 1px solid #ccc ;
	border-right: 1px solid #333 ;
	border-bottom: 1px solid #333 ;
	border-left: 1px solid #ccc ;
}

/* Special table 2 */
TD.enlaces {
        font-size: medium;
}

TD.rentabasica {
  margin: 2px;
  padding: 2px;
  font-size: large;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(image/rentabasica2.jpg) no-repeat top left;
}


IMG {
      border: none;
}

/* Links */
a {
      border: none;
}

a:link { 
	color: #FF6666;
	text-decoration: none;
	}
a:visited { 
	color: #FF6666;
	text-decoration: none;
	}
a:hover { 
	color: #FF0000;
	text-decoration: underline;
	}
a:active { 
	color: #FF6666;
	text-decoration: none;
	}


