
      if (document.location.href.indexOf('estrellaloa') > 0) {
        parent.contdrs.location.href = "portada_loa.html";
      };
      if (document.location.href.indexOf('prensatocopilla') > 0) {
        parent.contdrs.location.href = "portada_tocopilla.html";
      };
