/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-skin-tango  li, .jcarousel-skin-microbanner li{
    margin-left:0px;
 }
 
.jcarousel-skin-tango  ul, .jcarousel-skin-microbanner ul{
    list-style:none;  
 }
 
.jcarousel-skin-tango .jcarousel-container {
    position: relative;
}

.jcarousel-skin-tango .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-tango .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-tango .jcarousel-list li,
.jcarousel-skin-tango .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 165px;   
   /* height: 235px;*/
    margin-left:7px;
    height: 235px;
}                

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-skin-tango .jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-prev {
    z-index: 3;
    display: none;
}






/* SUPERbanners */

.jcarousel-skin-superbanner .jcarousel-container {
    position: relative;
    width:960px;
    margin-left:0px;
    margin-right:0px;
    overflow:hidden;
}

.jcarousel-skin-superbanner .jcarousel-clip {
    z-index: 2;
    width:960px;    
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}


.jcarousel-skin-superbanner .jcarousel-clip-horizontal {
    z-index: 2;
    width:960px;    
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-superbanner .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-superbanner .jcarousel-list li,
.jcarousel-skin-superbanner .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 960px; 
    margin-right:0px;  
    margin-left:0px;
    height: 290px;
}                

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-skin-superbanner .jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-skin-superbanner .jcarousel-prev {
    z-index: 3;
    display: none;
}



.jcarousel-superbanner-control {
  position:relative;
  float:left;
  left:800px;
  width:150px;
  top:-35px;
  height:26px;
  padding:4px;
  z-index:50;
  font-size:11px;  
}

.jcarousel-superbanner-control a{
  line-height:16px;
  text-align:center;
  width:16px;
  height:16px;
  margin-right:14px;
  display:block;
  background-image:url("../../../imagesEstructura/superbannernuevo/reposo.png");
  float:left;
  font-weight:bold;
}

.jcarousel-superbanner-control a:active,.jcarousel-superbanner-control a:visited,.jcarousel-superbanner-control a:link{
  color:#000000;
}

.jcarousel-superbanner-control a:hover{
  background-image:url("../../../imagesEstructura/superbannernuevo/activo_original.png");
  color:#FFFFFF;
  text-decoration:none;
}

.original .jcarousel-superbanner-control a:hover{
  background-image:url("../../../imagesEstructura/superbannernuevo/activo_original.png");
}


.sala .jcarousel-superbanner-control a:hover{
  background-image:url("../../../imagesEstructura/superbannernuevo/activo_sala.png");
}

.botas .jcarousel-superbanner-control a:hover{
  background-image:url("../../../imagesEstructura/superbannernuevo/activo_botas.png");
}


.jcarousel-superbanner-control a.active{
  background-image:url("../../../imagesEstructura/superbannernuevo/activo_originalnegro.png");
  color:#FFFFFF;
  text-decoration:none;
}

.barra-superbanner-texto{
  background:url("../../../imagesEstructura/superbannernuevo/sombrabarrabanner.png") repeat-x top left;
  z-index:30;                                                                                
  padding-top:9px;
  height:55px;
  position:relative;
  float:left;  
  width:960px;
}

.barra-superbanner-texto-inner{
  background-color:#FFFFFF;
  padding-left:15px;  
  filter: alpha(opacity=70); opacity: .70;
  height:46px;
  width:945px;
  /*top:-71px;*/

}

.barra-superbanner-texto h2{
  margin-bottom:0px;
  font-size:16px;
}

/* Fin Superbanners */












/* Microbanners */

.jcarousel-skin-microbanner .jcarousel-container {
    position: relative;
    margin-top:10px;
    width:941px;
    margin-left:0px;
    margin-right:0px;
    overflow:hidden;
}

.jcarousel-skin-microbanner .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-microbanner .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-microbanner .jcarousel-list li,
.jcarousel-skin-microbanner .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 940px; 
    margin-right:0px;  
    margin-left:0px;
    height: 30px;
}                

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-skin-microbanner .jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-skin-microbanner .jcarousel-prev {
    z-index: 3;
    display: none;
}


/* Fin Microbanners */
