$(document).ready(function()

{   

   $(".imagen_popup").colorbox();	
   
   $(".popup_legal").colorbox({iframe:true, innerWidth:500, innerHeight:400});	

});
