$(document).ready(function(){
  
  // Cargar el formulario de contacto
  $('#contacto').load('forms/web/contacto.html').show();
  
  $('#registro').load('forms/web/registro.html').show();
  
  
  
});
