</td>
                <td >
                Apellidos
                </td>
                <td rowspan="4" >
                <img src="<?php 
        echo $tabla_integrante->foto_int();
        ?>
" width="200px" height="150">
                <input type="file" name="foto_perfil" >
                </td>
            </tr>
            <tr class="tabla2_informacion" >
                <td >
                    <input type="text" name="nombres" value="<?php 
        echo $tabla_integrante->ver_nombre_int();
        ?>
" />
                </td>
                <td >
                    <input type="text" name="apellidos" value="<?php 
        echo $tabla_integrante->ver_apellido_int();
        ?>
" />
                </td>
            </tr>
            <tr class="tabla2_encabezado" >
                <td width="100" >
                Teléfono
                </td>
                <td width="300" >