/*******************************************************
 * CSS DE ANUNCIOS EN PORTADA                          *
 * Developed By Tecnologia Bajo Aragón, S.L.           *
 * © Copyright 2012 - Todos los derechos reservados    *  
 ******************************************************/
.pant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
} 
.pant .ads {
  margin: 8% auto 0px auto;
  background-color: #444;
  width: 685px;
  overflow: hidden;
  border: 2px solid #000;
  position: relative;
}

.pant .ads #close {
  width: 24px;
  height: 24px;
  background-image: url(../imag/close.png);
  position: absolute;
  top: 5px;
  left:655px;
  background-repeat: no-repeat;
  background-position: left top;
  float: right;
  cursor: pointer;
  z-index: 2000;
}