$(document).ready(function()
{   
   $(".imagen_popup").colorbox();
   $(".cotizacion").colorbox({iframe:true, innerWidth:650, innerHeight:630, scrolling:false});
   $(".cotizacion_home").colorbox({iframe:true, innerWidth:650, innerHeight:630, scrolling:false});
   $(".popup_faq").colorbox({iframe:true, innerWidth:688, innerHeight:560});
   $(".popup_sumaria").colorbox({iframe:true, innerWidth:688, innerHeight:440});
   $(".popup_contenedores").colorbox({iframe:true, innerWidth:688, innerHeight:640});	      $(".popup_legal").colorbox({iframe:true, innerWidth:688, innerHeight:300});	
});
