
  /*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
	  background-image:url(images/fondotabs.jpg);
	  background-repeat:repeat-x;
      background-color:#efefef;
      font-size:13px;
      line-height:normal;
	  margin: 0 0 -3px 0;
  border-bottom:1px solid #999999;
  z-index:10;
  height:42px;

      }
    #tabsF ul {
	margin:0;
	padding:10px 10px 0 70px;
	list-style:none;
		
	
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  color:#666;
	   font-weight:bold;
	  z-index:10;
	 border-bottom:1px solid #999999;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:12px 25px 4px 25px;
        
	  z-index: 100;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#333;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	 #tabsF .selec {
	  background-position:100% -42px;
	 }
	 #tabsF .selec1 {
	  background-position:0% -42px;
	 color:#990000;
	 border-bottom:1px solid #fff;   
	 }
