/* CSS Document */
#menu {
      float:center;
      width:980px;
      font-family: Arial, Helvetica, sans-serif;
	  font-weight:bold;
	  font-size: 11px;
	  color: #000000;
      line-height:normal;
	  margin:0px;
	  padding:0px;
	  
      }
    #menu ul {
	list-style:none;
	margin:0;
      padding:0;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:left;
      background:url("../imagenes/boti.png") no-repeat left top;
      margin:0;
      padding:0 2px 0 10px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("../imagenes/botd.png") no-repeat right top;
      padding:7px 23px 7px 0px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	/*   top right bottom left */
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF;
      }
	  
    #menu a:hover {
      background-position:0% -29px;
      }
    #menu a:hover span {
      background-position:100% -29px;
      }



	  
	  

