body{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:#E0ECF8;
	font:62.5%/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* menu */



/*- Menu Tabs H--------------------------- */

    #tabsH {
	width:100%;
	font-size:93%;
      }
    #tabsH a {
	float:left;
	background:url("Imagenes/tableftG.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
	width: 123px;
	text-align: center;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("Imagenes/tabrightG.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

#current {
	float:left;
	background:url("Imagenes/tabrightJ.gif") no-repeat right top;
	margin:0;
	text-decoration:none;
	width: 123px;
	text-align: center;
	color:#FFF;
	background-position:100% -42px;
	padding: 5px 0 6px 0;
      }

