$(document).ready(function(){
	$("#promo-box").stop().animate({height:'382px'},{queue:false, duration:1500, easing: 'easeOutBounce'});
setTimeout(cambia02,7000)
})
function cambia02() {
	$("#promo-box").css("height",0)
	$("#promo-box").css({ background: "url(http://www.bci.cl/medios/BCI2/art/cierresesion/bounce.jpg)" }); 
$("#promo-box").stop().animate({height:'382px'},{queue:false, duration:1500, easing: 'easeOutBounce'});
setTimeout(cambia01,7000);

}
