$(document).ready(inicia);

function inicia(){
		 
	//$("#header").css("opacity", "0").animate({opacity:1}, 3000);
}

