function redimensionarMenuFlash(altura){
	document.getElementById("cabecera").height=altura+"px";
}