$(document).ready(function() {
	// Rotacion de fotos de fondo
	setTimeout("$('#loading').fadeOut('fast');$('#bg').fadeIn('slow');$('#bg').cycle({fx: 'fade', speed: 'slow', timeout: 5000, random: 1 });",4000);
	setTimeout("$('#info').fadeIn('fast');$('#info').animate( { marginLeft:'0px' }, { queue:false, duration:300 });", 4800);
	
});
