/* $Id: tabber.css,v 1.3 2009-11-18 11:13:50 javicvs Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 0;
	font-size: 12px;
	height: 28px;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;

}

ul.tabbernav li a
{
	padding: 0;
	text-decoration: none;
	margin: 0 0 0 0;
	cursor: pointer;
}

ul.tabbernav li a:hover
{
  text-decoration: none;
}

#col_2 ul.tabbernav li a {
  color: #7fa2c8;
  border-bottom: 0px solid;
  font-weight: bold;
  font-size: 12px;
}

#col_2 ul.tabbernav li .contenidoTab {
  background: url("../imagenes/sprite_x.gif")  0 -295px repeat-x;
  height: 17px;
  display: block;
  float: left;
  padding: 8px 5px 0 5px;
  margin: 2px 0 0 0;
}


#col_2 ul.tabbernav li .bordeLeftTab {
  background: url("../imagenes/sprite_nr.gif")  -30px -225px no-repeat;
  height: 25px;
  width: 6px;
  display: block;
  float: left;
  margin: 2px 0 0 0;
}

#col_2 ul.tabbernav li .bordeRightTab {
  background: url("../imagenes/sprite_nr.gif")  -40px -225px no-repeat;
  height: 25px;
  width: 6px;
  display: block;
  float: left;
  margin: 2px 5px 0 0;
}

#col_2 ul.tabbernav li.tabberactive .contenidoTab {
  background: url("../imagenes/sprite_x.gif")  0 -264px repeat-x;
  height: 19px;
  display: block;
  float: left;
  padding: 9px 5px 0 5px;
  margin: 0 0 0 0;
}

#col_2 ul.tabbernav li.tabberactive .bordeLeftTab {
  background: url("../imagenes/sprite_nr.gif")  -12px -225px no-repeat;
  height: 28px;
  width: 6px;
  display: block;
  float: left;
  margin: 0;
}

#col_2 ul.tabbernav li.tabberactive .bordeRightTab {
  background: url("../imagenes/sprite_nr.gif")  -20px -225px no-repeat;
  height: 28px;
  width: 6px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

#col_2 ul.tabbernav li.tabberactive a
{
  font-size: 12px;
  font-weight: bold;
  color: #004a8b;
}




