/* CSS Document */
/****** GENERAL *****/



ul {
   padding:0px;
   margin:0px;
   border:0px none;
   list-style-type: none;
}



.logos {
   padding:0;
   padding-left: 3px;
   border:0;
   background-color:#FFF;
   margin:0px;
}
.logos li {
   display: inline;
   list-style: none;
}

.logos_full {
   padding:0;
   padding-left: 3px;
   border:1px solid silver;
   background-color:#FFF;
   margin:0px;
}
.logos_full li {
   display: inline;
   list-style: none;
}
.logos_empty {
   height: 250px;
   padding:0;
   padding-left: 3px;
   border:1px solid silver;
   background-color:#FFF;
   margin:0px;
}
.logos_empty li {
   display: inline;
   list-style: none;
}


ul.pestanas_clientes {
   font-weight:bolder;
   display:inline;
   margin:0px;
   padding:0px;
   border:0px none;
}
li.pestana_seleccionada {
   display:inline;
   margin:0px;
   padding:0;
   border:0;
}
li.pestanas_clientes {
   display:inline;
   margin:0px;
   padding:0;
   border:0px none;
   background:#FFF;
   margin-right:5px;
}

/*--------------------------------------------------
  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:10px 10px 0;
  list-style:none;
}

ul.tabbernav li
{
  float:left;
  background:url("http://www.ultra-fluide.com/images/menu-onglets/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

ul.tabbernav li a
{
  float:left;
  display:block;
  background:url("http://www.ultra-fluide.com/images/menu-onglets/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}

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

ul.tabbernav li a:hover
{
 color: #000;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
   color: #333;
}
ul.tabbernav li.tabberactive a:hover
{
   text-decoration: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
   margin:0px;
   padding:0px;
   border:0px none;
   background-color:#FFF;
   margin-top:3px;
   padding-bottom:10px;


 /* 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;
}
li.logos_clientes {
   display: inline;
   list-style: none;
}
/*ALEXIS*/

.flash_content{
width:90%;
height:90%;
position:absolute;
z-index:3;
margin-left:5%;
}
