<thead>
                                        <tr>
                                            <th>ID Cliente</th>
                                            <th>Número de Identificación</th>
                                            <th>Razón Social</th>
                                            <th>Nombres</th>
                                            <th>Apellidos</th>
                                            <th>Teléfono</th>
                                            <th>Dirección</th>
                                            <th>Email</th>                                        
                                            <th>Opciones</th>
                                        </tr>
                                    </thead>

                                    <tbody>
                                        <?php 
$clientes->getTablaClientes();
?>
                                    </tbody>
                        </table>
                        <!-- /tabla de materiales -->
                    </div>
                    <button id="btn_nuevoCliente" type="button" class="btn btn-primary" data-toggle="modal" data-target="#form_modal_clientes"><span class="glyphicon glyphicon-plus"></span>&nbspCrear Cliente</button> 

                </div>
        </div>

    </div>

</div>