#tabs {
  background-color: transparent;
  float: none;
  width: 100%;
  line-height: normal;
  font-family: verdana;
  font-size: x-small;
  color: white;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 64px;
  z-index: 2;
  
}
#tabs ul {
  margin: 0;
  padding: 0px 0px 0 165px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  
}
#tabs li {
  margin: 0;
  padding: 0;
  display: inline;
  
}
#tabs a {
  margin: 0;
  padding: 0 0 0 4px;
  background: transparent url(../img/fichas/tableft.gif) no-repeat scroll left top;
  float: left;
  text-decoration: none;
  
}
#tabs a span {
  padding: 5px 15px 4px 6px;
  background: transparent url(../img/fichas/tabright.gif) no-repeat scroll right top;
  float: left;
  display: block;
  color: #ffffff;
  
}
#tabs a span {
  float: none;
}
#tabs a:hover span {
  color: #ffff00;
}
#tabs a.aqui {
  margin: 0;
  padding: 0 0 0 4px;
  background: transparent url(../img/fichas/tableftA.gif) no-repeat scroll left top;
  float: left;
  text-decoration: none;
}
#tabs a.aqui span {
  padding: 5px 15px 4px 6px;
  background: transparent url(../img/fichas/tabrightA.gif) no-repeat scroll right top;
  float: left;
  display: block;
  color: #000000;
}
#tabs a.aqui span {
  float: none;
}
#tabs a.aqui:hover span {
  color: #000000;
}

