 
@CHARSET "ISO-8859-1";

#div_tab {
  float:left;
  width:100%;
  background:url("https://secure.decameron.com/multivacaciones/socios_multi/themes/osezno/mytabs/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
}

#div_tab ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
 }

#div_tab li {
  float:left;
  background:url("https://secure.decameron.com/multivacaciones/socios_multi/themes/osezno/mytabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }

#div_tab span {
  float:left;
  display:block;
  background:url("https://secure.decameron.com/multivacaciones/socios_multi/themes/osezno/mytabs/right.gif") no-repeat right top;
  padding:4px 15px 5px 6px;
  text-decoration:none;
  font-weight:normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#FFFFFF;
  cursor:pointer;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#div_tab span {float:none;}

/* End IE5-Mac hack */

#div_tab span:hover {
  color:#D9FFAE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#div_tab .current {
  background-image:url("https://secure.decameron.com/multivacaciones/socios_multi/themes/osezno/mytabs/left_on.gif");
}

#div_tab .current span {
  background-image:url("https://secure.decameron.com/multivacaciones/socios_multi/themes/osezno/mytabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
}

#content_tab {
  text-align: justify;
  padding: 5px;
}