/* $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 {
padding:10px 0 0;
}
.tabberlive {
clear:both;
margin:0 30px;
}
.tabber_ondare_historikoa {
padding:10px 0 0 0;
}
.tabber_zerbitzuak {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav{
padding:8px 0 7px 15px;
font:normal 10px Tahoma, Arial, Helvetica, sans-serif;
color:#7c7c7c;
}

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

ul.tabbernav li a{
padding:7px 10px;
margin:0 3px 0 0;
font:normal 10px Tahoma, Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:uppercase;
color:#7c7c7c;
background:#f3f5f4 url(../_images/bg_pes_ajax_link.gif) repeat-x bottom left;
border:1px solid #c6cfcc;
border-bottom:none;
}

ul.tabbernav li a:hover{
background:#99a9a6 url(../_images/bg_pes_ajax_selected.gif) repeat-x bottom left;
border-color:#99a9a6;
padding:7px 10px 6px;
border-bottom:1px solid #849591;
color:#fff;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover,
ul.tabbernav li.tabberactive a:focus{
padding:7px 10px 7px 27px;
background:#99a9a6 url(../_images/icon_flecha_inf_grisclaro.gif) no-repeat 10px 11px;
border:1px solid #99a9a6;
border-bottom:none;
color:#fff;
font-weight:bold;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
clear:both;
margin:0;
padding:25px 20px 20px 25px;
background:#f6f6f6 url(../_images/bg_cuadro_apoyo.gif) repeat-x top left;
border-bottom:1px solid #c5d0cc;

 /* 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 {
font:normal 16px/20px Georgia, "Times New Roman", Times, serif;
display:block;
color:#414c48;
padding:0 0 3px;
margin:0 0 15px;
text-transform:uppercase;
border-bottom:1px solid #dadedc;
}
.tabberlive .tabbertab h3 {
}

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

.tabbertab ul{
padding:0 0 10px 20px;
font:normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
.tabbertab ul.con_imagen{
padding:0 0 10px 233px;
}
.tabbertab ul li a{
color:#313131;
text-decoration:none;
}
.tabbertab ul li a:hover, .tabbertab ul li a:focus{
text-decoration:underline;
}
.tabbertab h4{
font:normal 16px/20px Georgia, "Times New Roman", Times, serif;
color:#414c48;
padding:5px 0 6px;
margin:0;
}

