/* ------------------------------------ *
 subpage.css
 Martes, 17 de Agosto de 2004 03:03:39 p.m.
 HAPedit 3.1.11.111
 * ------------------------------------ */


@media screen {

#pagemenu { position:relative;width:150px; }

#encabezado { height:150px; }
#encabezado1.main_hdr #encabezado
{
  width:1008px;border:none;margin:0;
  /* background:url(img/fondocuadros.jpg); */
  background-position:0px 0px;
}

#encabezado1.main_hdr
{ margin-right:0;padding:0;width:99.5%;overflow:hidden;
  border:1px solid #000;
}
/* Arregla bug del IE de overflow */
* html #encabezado1.main_hdr { position:relative;z-index:0; }
* html div.mainmenu { position:relative;z-index:1; }
/* ****************************** */

#barranav { display:block;clear:both;margin:0 0 0 133px;padding-top:9px;
            overflow:hidden; }
/* #barranav { clear:both;height:30px;position:relative;top:9px;left:133px;
            margin:0;padding:0;overflow:hidden; } */

#img_header_a,#img_header2_b,#img_header2_d ,
#barranav .coverup { float:left; }

#barranav .coverup { font:0.8em bold Arial,Sans-serif;overflow:hidden; }

/* ************ Rollovers para la barra de navegación **************** */
#barranav .coverup a:active,
#barranav .coverup a:active span { background-position:0px 30px; }
#barranav .coverup a:hover,
#barranav .coverup a:hover span { background-position:0px 30px; }
#barranav .coverup a:focus span { background-position:0px 30px; }

#img_header_a,
#img_header_a span  { width:263px;height:95px;background:url(img/header_a.jpg);  }
#img_header2_b,
#img_header2_b span { width:499px;height:95px;background:url(img/header2_b.jpg); }
#img_header2_d      { width:246px;height:95px;background:url(img/header2_d.jpg); }

#img_nbstart,
#img_nbstart span   { width:26px;height:30px;background:url(img/navbar_start.gif); }
#img_nb1,#img_nb1 a,
#img_nb1 span       { width:53px;height:30px;background:url(img/nbar1.gif) 0px 0px; }
#img_nb2,#img_nb2 a,
#img_nb2 span       { width:81px;height:30px;background:url(img/nbar2.gif) 0px 0px; }
#img_nb3,#img_nb3 a,
#img_nb3 span       { width:91px;height:30px;background:url(img/nbar3.gif) 0px 0px; }
#img_nb4,#img_nb4 a,
#img_nb4 span       {width:102px;height:30px;background:url(img/nbar4.gif) 0px 0px; }
#img_nb5,#img_nb5 a,
#img_nb5 span       { width:95px;height:30px;background:url(img/nbar5.gif) 0px 0px; }
#img_nb6,#img_nb6 a,
#img_nb6 span       { width:70px;height:30px;background:url(img/nbar6.gif) 0px 0px; }
#img_nb7,#img_nb7 a,
#img_nb7 span       { width:81px;height:30px;background:url(img/nbar7.gif) 0px 0px; }
#img_nbend,
#img_nbend span     { width:22px;height:30px;background:url(img/navbar_end.gif); }
/* ******************************************************************* */

/**** Sobre el menú y las subpáginas ****/

#mainmenudiv.mode0 { display:none; }
#mainmenudiv.mode1 { display:block;float:left;width:150px; }
hr.menu_hr { border:none;border-bottom:1px solid #000;width:80%;height:1px; }
table#mainmenu { float:left; }

div#content.without_menu { margin-left:0; }
div#content.with_menu { margin-left:160px; }

}

@media print
{
 /* #barranav a, #barranav .coverup { display:inline;background-image:none; }
 #barranav .coverup span { display:none; }
 */
 #barranav { display:none; }
 #mainmenudiv { display:block;height:auto !important;width:100% !important; }
 #mainmenudiv a, #mainmenudiv .coverup { display:inline;background-image:none; }
 #mainmenudiv .coverup span { display:none; }
 #mainmenudiv h1 { display:inline;font:bold 1em Arial,Sans-serif;border:none; }
 .handheldonly { display:none; }
 #pagemenu { margin-top:0px !important; }
}