.adxx{border:1px solid #cecece;padding:5px;position:relative;width:160px;float:left;display:inline;margin-left:12px; margin-bottom:5px;text-align:left; background-color:#fff}
.adxx .titulo{background:url('http://www.eldia.com.ar/imag/iconos/item.gif') 0 3px no-repeat;font:bold 14px Arial, Helvetica, Verdana, sans-serif;color:#3464ac;padding-left:12px; text-align:left}

#news-feed {
  padding: 0;
  margin: 0 0 0 3px;
  position: relative;
  height: 200px;
  width: 160px;  /*decía 17em*/
  overflow: hidden;
  /*agregado*/
  text-align: left; 
  font-family: Verdana; 
  font-size: 11px;
}

.headline {
  position: absolute;
  height: 200px;
  top: 210px;
  overflow: hidden;
}
#news-feed h4 {
  /*margin-top: .5em;
  margin-bottom: .25em;
  font-size: 1em;*/
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
#news-feed h4 a {
  color: #006;
}
#news-feed .publication-date {
  margin-bottom: 1em;
  font-style: italic;
}
.news-wait {
  /*position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -10px;
  z-index: 4;*/
  
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -10px;
  z-index: 4;
}

.fade-slice {
  position: absolute;
  width: 160px; /*20em;*/
  height: 2px;
  background-color: #fff; /*#efd;*/
  z-index: 3;
}

