/***********************************************************
 * Product Popup *
***********************************************************/

.clear { clear: both; }

#prod_popup_banners {
  float: left;
  width: 100%;
  height: 100px;
  background: #fff;
}
.popup_wrapper {
  margin: 0 auto;
  text-align: left;
  width: 971px; 
}

a.volver { 
  float: left;
  width: 271px;
  height: 88px;
  text-indent: -9999px; 
  background: url(../../images/front/logo.png) no-repeat; 
}
ul.banners {
  float: left;
  width: 987px;
  margin: 0 0 0 -16px;
}
ul.banners li {
  float: left;
  padding-left: 16px; 
}
ul.banners li a {
  float: left;
  width: 123px;
  height: 123px;
  border: 1px solid #252525;
}
a.cerrar { 
  float: right;
  width: 62px;
  height: 20px;
  margin: 17px 0 0; 
  background: #252525;
  text-align: center;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px; 
}
iframe {
  border: none;
  float: left;
  display: block;
  width: 100%;
  height: 100%;
}
