jQuery(document).ready(function(){
    $("a.encuesta").colorbox( { width:"575px", height:"460px",iframe:true } );
    $("#mandar").colorbox( { width:"485px", height:"600px",iframe:true } );
    $("#mandar2").colorbox( { width:"485px", height:"600px",iframe:true } );
    $(".zoomfoto").colorbox(); 
});

