<thead>
                                        <tr>
                                            <th>ID Material</th>
                                            <th>Nombre</th>
                                            <th>Precio</th>
                                            <th>Marca</th>
                                            <th>Imagen</th>
                                            <th>Propiedades</th>
                                            <th>Clase</th>										
    										<th>Opciones</th>
                                        </tr>
                                    </thead>

                                    <tbody>
                                    	<?php 
$materialesinst->getTablaMateriales();
?>
                                    </tbody>
                        </table>
                    </div>
        		    <!-- /tabla de materiales -->
        		    <button id="btn_nuevoMaterial" type="button" class="btn btn-primary" data-toggle="modal" data-target="#form_modal_materiales"><span class="glyphicon glyphicon-plus"></span>&nbspCrear Material</button> 
                    <!--  
                    <button id="btn_pagina">Paginar</button>-->
                </div>

               <!-- /box --> 
            </div>
        <!-- /.col-lg-12 -->
    </div>
<!-- /container -->