/* $Id: tabs.css,v 1.19 2009/11/24 16:53:45 xalonso 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 {
/* margin-top:1em;*/
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px Verdana, sans-serif;
 margin-top:1px;
  border-bottom: 1px solid; /* para ocultar linea tabs */
  -moz-box-sizing: content-box !important;
}

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

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 background: #DED9DB;
 text-decoration: none;
  border:1px solid #4E1011;
 -moz-border-radius-bottomleft:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-topleft:8px;
 -moz-border-radius-topright:8px;
 color: #777788;
}

ul.tabbernav li a:link { }
ul.tabbernav li a:visited {  }

ul.tabbernav li a:hover
{
 color: #000;
 background: #A5A2A3;
 -moz-border-radius-bottomleft:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-topleft:8px;
 -moz-border-radius-topright:8px;
}

ul.tabbernav li.tabberactive a
{
 color: #4E1011;
 background-color: #fff;
 background-color: #DED9DB;
 border:1px solid #4E1011;
 border-top:1px solid #4E1011;
 border-bottom:1px solid #DED9DB;
}

ul.tabbernav li.tabberinactive a{
 color: #777788;
 background-color: #fff;
 border-bottom: 1px solid #fff;
 background-color: #DED9DB;
 border:1px solid #4E1011;
 border-top:1px solid #4E1011;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 background-color: #DED9DB;
 width: 273px;
 height: 561px;
 border:1px solid #4E1011;
 border-top: 0px; /*para ocultar la linea del tab activo habilitar*/ 
 -moz-border-radius-bottomleft:5px;
 -moz-border-radius-bottomright:5px;
 -moz-box-sizing: content-box !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; */
  overflow-y:auto;
  position:relative;
}

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

 /*ESTILOS PARA LOS TABS DE INFORMACIÓN*/
.infoficha .tabberlive .tabbertab {
 padding:0px;
 background-color: #ffffff;
 width: 100%;
 font-size:medium;
 height: 100%;
  border:0px;
 -moz-border-radius-bottomleft:1px;
 -moz-border-radius-bottomright:1px;
 -moz-border-radius-topleft:1px;
 -moz-border-radius-topright:1px;
  overflow-y:auto;

}
.infoficha ul.tabbernav li.tabberactive a
{
 color: #4E1011;
  font-size:medium;
 border-bottom: 1px solid #fff;
 background-color: #EEEEEE;
 border:1px solid #4E1011;
 -moz-border-radius-bottomleft:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-topleft:0px;
 -moz-border-radius-topright:0px;
 
}
.infoficha ul.tabbernav li a:hover
{
 color: #000;
  font-size:medium;
 background: #EEEEEE;
  border:1px solid #4E1011;
 -moz-border-radius-bottomleft:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-topleft:0px;
 -moz-border-radius-topright:0px;

}

div.loading-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;
    
    position:relative;
    top:35%;
  	left:35%;
    width:20%;
    align:center;
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    opacity:.75;
    border-top:0px solid #ddd;
    border-bottom:0px solid #ddd;
  }



 /*FIN ESTILOS PARA LOS TABS DE INFORMACIÓN*/
 .infoficha ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 background: #EEEEEE;
 text-decoration: none;
  border:1px solid #778;
 -moz-border-radius-bottomleft:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-topleft:0px;
 -moz-border-radius-topright:0px;
 color: #778;
}
.infoficha ul.tabbernav li a:link { }
.infoficha ul.tabbernav li a:visited {  }
