/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat 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 {
	width: 610px;
}
.tabberlive {
 margin-top:1em;
}

/*/////////////////////////// PARA LAS FICHAS  /////////////////////////////////////*/
ul.tabbernavFicha
{
 margin: 0 10px 0 0;
 padding: 6px 0;
 border-bottom: 1px solid #CCCCCC;
 font: bold 11px Verdana, sans-serif !important;
 
}

ul.tabbernavFicha li
{
 list-style: none;
 margin: 0;
 display: inline;
 

}

ul.tabbernavFicha li a
{ 
 padding: 8px 3px 7px 3px;
 margin-left: 0px;
 border-right: 1px solid #666666;
  border-left: 1px solid #DDDDDD;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
}

ul.tabbernavFicha li a:link { 
	color: #666666; 
	font: normal 9px Verdana, sans-serif !important;
	background:url(../images/bg_tabbernavFicha.png) repeat-x;
}
ul.tabbernavFicha li a:visited { color: #444; }

ul.tabbernavFicha li a:hover
{
	color: #333333;
	text-decoration:none;
	background:url(../images/bg_tabbernavFicha_over.png) repeat-x;
 border-right: 1px solid #da8c00;
  border-left: 1px solid #ffc04f;
}

ul.tabbernavFicha li.tabberactive a
{
 color: #333333;
 text-decoration:none;
background:url(../images/bg_tabbernavFicha_over.png) repeat-x;
 border-right: 1px solid #da8c00;
  border-left: 1px solid #ffc04f;

}

ul.tabbernavFicha li.tabberactive a:hover
{
 color: #000;
 background-color:#cccccc;
 border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #da8c00;
  border-left: 1px solid #ffc04f;


 
}

.tabberlive .tabbertabFicha {
 padding:10px 15px 10px 0px !Important;
 margin-left: 10px;
 height: 300px;
 width: 610px;
 vertical-align:top !Important;
 font: 10px Verdana, sans-serif !important;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
.tabberlive .tabbertabFicha img {
padding: 0 4px 4px 0;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertabFicha h2 {
 display:none;
}
.tabberlive .tabbertabFicha h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertabFicha {
 overflow:auto;
}

#contTabs{
	width:600px;
	padding: 0;
	margin: 0;
}
