

    #tabsJ {

      float:left;
	  font: bold 2.2em "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
      background:url(../imagenes/menu_iz.gif) no-repeat left bottom;
      line-height:normal;
      border:0px solid #24618E;
     }
    #tabsJ ul {
	display:inline;
	width:560px;
	float:left;
	left:0px;
        margin:0 0 0px 20px;
        padding:0px 0px 0px 50px;
        list-style:none;
      }
    #tabsJ li {
   		text-align:left;
	  float:right;
      margin:0 0px 7px -25px;
      padding:0;
	  width:210px;
	  height:58px;
      }
    #tabsJ a {	
      float:left;
      background:url(../imagenes/botones_sup.png) no-repeat left top;
      margin:0 -20px 0px -25px;
      padding:0 0 0px 0px;
      text-decoration:none;
      }
    #tabsJ a span {		
      float:left;
      display:block;
	  width:210px;
		height:37px;
	  text-align:center;
      /*background:url(../imagenes/botones_sup.png) no-repeat right top;*/
      padding:20px 0px 0px 0px;
      color:#751b3f;
      }

    #tabsJ a:hover span {
      color:#751b3f;
      }
    #tabsJ a:hover {
      background-position:0% -58px;
      }
    #tabsJ a:hover span {
      background-position:100% -58px;
      }

        #tabsJ #current a {		
				z-index:10;
                background-position:0% -58px;
        }
        #tabsJ #current a span {
				position:absolute;
				z-index:10;
				 background:url(../imagenes/botones_sup.png) no-repeat left top;
                background-position:100% -58px;
                color:#751b3f;
        }

