function getDatAlertasPorEvento($evento)
 {
     $mql = new MQL();
     $ql = new cSQLListas();
     $sql = $ql->getListadoDeProgramacionAlertas(SYS_ALERTA_POR_EVENTO, strtoupper($evento));
     return $mql->getDataRecord($sql);
 }