﻿    #tabs {
      float:left;
      width:950px;
      font-size:100%;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  font-weight:bold;
	  letter-spacing:1px;
      }
    #tabs ul {
	  margin:0;
	  padding:10px 0 0 0;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../img/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      _padding:0 0 0 3px;	  
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../img/tabrightE.gif") no-repeat right top;
      padding:5px 0 4px 0;
      color:#ccc;
	  width:154px;
	  text-align:center;
	  cursor:pointer;
      }
    #tabs a span.ultimo {
      float:left;
      display:block;
      background:url("../img/tabrightE.gif") no-repeat right top;
      padding:5px 0 4px 0;
      color:#ccc;
	  width:156px;
	  _width:159px;	  
	  text-align:center;
	  cursor:pointer;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#ccc;
      }
    #tabs a:hover {
      background-position:0% -42px;
	  color:#1a1a1a;
      }
    #tabs a:hover span {
      background-position:100% -42px;
	  color:#1a1a1a;	  
      }  

	#tabs a.activo {
      background-position:0% -42px;
	  color:#1a1a1a;
      }
	#tabs span.activo {
      background-position:100% -42px;
	  color:#1a1a1a;	  
      }  

