/* Author: Ing. Gabriel Sierra Lugo
*/





$(document).ready(function() {
    $("body").ezBgResize({
        img : "img/fondo.jpg", // Relative path example. You could also use an absolute url (http://...).
        opacity : 1, // Opacity. 1 = 100%. This is optional.
        center : true // Boolean (true or false). This is optional. Default is true.
    });
});














