//
$(document).ready(function() {
   // do stuff when DOM is ready
   //polo
   $("html").css("background-color", 'rgb(2,43,106)');
   flashembed("bg-flash", {src: "img/bg/principal-POLO.swf", wmode: 'opaque'});
   
 });

