} while ($row_MisCompras = mysql_fetch_assoc($MisCompras));
?>
</table>
      </div>

<!--  PROPUESTAS  -->
<div class="bar-green2"><h4>Propuestas</h4></div>
<div class="micuenta">
<table width="97%" align="center" style="margin-top:10px">
   
   
   
   <?php 
include_once 'includes/class.propuestas.php';
$pro = new propuestas();
$pro->select_by_usuario($_SESSION['MM_IdUsuario']);
?>
   
   
   
</table>
      </div>


</article>
</section>
</div>
</div></div></div></div>
<?php 
include "includes/footer.php";
mysql_free_result($MisCompras);