$(document).ready(function() {

        $("#link-video-presentacion").colorbox({width:"700px", height:"540px", inline:true, href:"#video-presentacion"});
        $("#link-video-presentacion2").colorbox({width:"700px", height:"540px", inline:true, href:"#video-presentacion"});
        $("#link-video-instalacion").colorbox({width:"700px", height:"540px", inline:true, href:"#video-instalacion"});
        $("#link-video-instalacion2").colorbox({width:"700px", height:"540px", inline:true, href:"#video-instalacion"});

 });
