﻿$(window).load(function()
{   
    $("#Bienvenida").dialog({
    bgiframe: true,width:630,
    modal: true, resizable:false,
	buttons:{"Ok": function(){$(this).dialog("close");}
		    }
    });
    
    $('#slider').nivoSlider();
   
});
