/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*.tabbertab .col1 {width:48%; height:100%; border-right:solid 1px #e3e0d2; float:left; padding-right:10px; }
.tabbertab .col2 {width:49%; height:100%; border:solid 0px; float:right;}*/


/*--------------------------------------------------
  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 {
padding:5px;
padding-top:3px;
padding-bottom:0;
margin-top:0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 margin-left:13px;
 padding: 3px 0;
 /*border-bottom: 1px solid #cdccad;*/
/* font: bold 12px Verdana, sans-serif;*/
font-size:11px;
}

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

ul.tabbernav li a
{
 padding: 0px 0.5em;
 padding-top:5px;
 padding-bottom:5px;
 text-align:center;
 margin-left: 3px;
 /* border: 1px solid #cdccad;*/
 width:94px;
 display:block;
 float:left;
 border-bottom: none;
 background: transparent url(tabber_images/tab_out.gif) no-repeat;
 text-decoration: none;
 color:#fff;
 font-size:11px;
 height:26px;
}

/* */
ul.tabbernav li a.contacto { color:transparent;background: transparent url(tabber_images/tab_contacto_out.gif) no-repeat; width:44px; height:26px;}
ul.tabbernav li a.contacto:hover { background: transparent url(tabber_images/tab_contacto_over.gif) no-repeat;}
ul.tabbernav li.tabberactive a.contacto { background: transparent url(tabber_images/tab_contacto_over.gif) no-repeat;}

ul.tabbernav li a.video { color:transparent; background: transparent url(tabber_images/tab_video_out.gif) no-repeat; width:44px; height:26px;}
ul.tabbernav li a.video:hover { background: transparent url(tabber_images/tab_video_over.gif) no-repeat;}
ul.tabbernav li.tabberactive a.video { background: transparent url(tabber_images/tab_video_over.gif) no-repeat;}

ul.tabbernav li a.mapa { color:transparent; background: transparent url(tabber_images/tab_map_out.gif) no-repeat; width:44px; height:26px;}
ul.tabbernav li a.mapa:hover { background: transparent url(tabber_images/tab_map_over.gif) no-repeat;}
ul.tabbernav li.tabberactive a.mapa { background: transparent url(tabber_images/tab_map_over.gif) no-repeat;}

/* */

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #fff; }

ul.tabbernav li a:hover
{
 color: #fff;
 /*background: #e3e0d2;*/
 background:transparent url(tabber_images/tab_over.gif) no-repeat;
/* border-color: #f1eedf;*/
}

ul.tabbernav li.tabberactive a
{
/*  background-color: #e3e0d2; */
background:transparent url(tabber_images/tab_over.gif) no-repeat;
 color:#fff;
 /*border-bottom: 1px solid #fff;*/
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 /*background: #e3e0d2;*/
/* border-bottom: 1px solid white;*/
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive {
 background:transparent url(tabber_images/bg_detalle.gif) no-repeat 5px 28px;
} 

.tabbertab {
 background:transparent url(tabber_images/bg_detalle_bottom.gif) no-repeat 0px bottom;
}
 
.tabberlive .tabbertab {
 width:468px;
 padding:10px;
 /*border:1px solid #cdccad;*/
 border-top:0;

 /* 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; */
}

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

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