public function getPublidadesTapas()
 {
     $query = new Query();
     return $this->query($query->getPublicidadesTapas());
 }