</tr>
    
     <tr align="center">
         <td colspan="5">
             <input type="Reset" class="button"  value="Vaciar Datos" name="cmdReset"/>
             <input  type="button" class="button" value="Consultar" name="cmdConsultar" onclick="javascript:validar();" />
             <input name="cmdListar" type="hidden" value="OK"/>
         </td>
     </tr>
     </table>
    </div>
    </td></tr>
    </table>   
     </form>
            <?php 
$arResult = $clsCNMAM->ListadoAspectos($_GET);
//var_dump($arResult);die;
?>

            <br/>
            <table id="datatablesMod" class="display">
                <thead>
                    <tr>
                        <th style="width: 5%;">Nº</th>
                        <th style="width: 45%;">Aspecto</th>
                        <th style="width: 10%;">Grupo</th>
                        <th style="width: 25%;">Tipo</th>
                        <th style="width: 10%;">Indicadores</th>
                        <th style="width: 10%;">Estado</th>
                        <th style="width: 15%;">Fecha Alta</th>
                    </tr>