</li>
                    </ul>
                </div>
            </div>
        </nav>


        <div class="content">
            <div class="container">
                <h2>Mis postulaciones</h2>
                <p>Listado de mis postulaciones.</p>  
                
                            <?php 
include './include/ejecutar_en_db.php';
$MiObjeto = new OperacionesMYSQL();
$resultado = $MiObjeto->postulacionesUsuario($_SESSION['idUsuario']);
?>
                
                <table class="table table-striped table-bordered table-hover table-responsive">
                    <thead>
                        <tr>
                            <th>CARGO</th> 
                            <th>LUGAR DE TRABAJO</th>
                            <th>CONTRATO</th>
                            <th>JORNADA LABORAL</th>
                            <th>DESCRIPCION</th>
                            <th>FECHA PUBLICACIÓN</th>
                            <th>ACCIONES</th>
                        </tr>
                    </thead>
                    <tbody>