<thead>
                                          <tr>
                                              <th>ID usuario</th>
                                              <th>Alias</th>
                                              <th>Nombres</th>
                                              <th>Apellidos</th>
                                              <th>Número de Cédula</th>                                            
                                              <th>Tipo</th>
                                              <th>Opciones</th>                                               
                                          </tr>
                                      </thead>

                                      <tbody>
                                          <?php 
//print_r($_COOKIE);
$usuariosInst->getTablaUsuarios();
?>
                                      </tbody>
                          </table>
                          <!-- /tabla de materiales -->
                      </div>

                      <br>                        
                          <button id="btn_nuevoUsuario" type="button" class="btn btn-primary" data-toggle="modal" data-target="#frm_modal_usuario"><span class="glyphicon glyphicon-plus"></span> Nuevo usuario</button>                        
                      <hr>
                        
                    </div>

                    
                </div>
        </div>
                  <thead>
                      <tr>
                          <th>ID usuario</th>
                          <th>Alias</th>
                          <th>Nombres</th>
                          <th>Apellidos</th>                                                            
                          <th>Tipo</th>
                          <th>Opciones</th>                                               
                      </tr>
                  </thead>

                  <tbody>
                      <?php 
//print_r($_COOKIE);
//echo "valor de cookie de tipo ".$_COOKIE[$NomCookiesApp."_tipo"];
$usuariosInst->getTablaUsuarios($_COOKIE[$NomCookiesApp . "_tipo"]);
?>
                  </tbody>
              </table>
          </div>
          <!-- /.table-responsive -->
        
        </div>
        <!-- /.panel-body -->

        </div>
        <!-- /.panel -->
      
      </div>
      <!-- /.col-lg-12 -->