body { background-color: #000; margin: 3px; }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { word-wrap: break-word; }
/*navegacion*/
/*pelotitas. le puse una imagen de pelotitas al final. A glosario le puse una imagen sin margen y sin pelotitas.*/
.no_link { color: #fec424; font-weight: 700; }
.img_pelotitas {  }
.img_sin_pelotitas {  }
#navcontainer ul
{ color: #fff; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-image: url(../grafica/generales/fondo_menu_2.png); text-decoration: none; position: relative; top: 4px; width: 776px; height: 20px; clear: both; margin: 4px 0 10px; padding: 0; }

#navcontainer ul li { position: relative; top: 3px; list-style-type: none; list-style-image: none; display: inline; }
#navcontainer ul li a { color: white; font-size: 11px; font-weight: bold; text-decoration: none; padding: 0.2em 1em; }
#navcontainer ul li a:hover
{ color: #000; font-weight: bold; text-decoration: none; }
/*contenedor (fondo) y generales (logo, isotipo, título)*/
#caja_fondo { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #000; width: 800px; }
#logo { position: relative; top: 21px; left: 32px; width: 183px; height: 93px; float: left; margin: 0; }
#isotipo { background-image: url(../grafica/generales/isotipo2.png); background-repeat: no-repeat; position: relative; width: 226px; height: 114px; float: right; margin-top: 0; margin-right: 20px; padding-top: 0; }
#titulo { position: relative; top: 50px; left: 75px; width: 300px; height: 93px; float: left; }
/*final*/
#caja_bajada { width: 776px; clear: both; padding-top: 20px; padding-bottom: 50px; }
#logo_explora { width: 120px; float: left; }
#logo_educarchile { position: relative; top: 8px; width: 175px; float: left; margin-right: 170px; }
#logo_conicyt { width: 120px; float: right; }

