function recolocar(){
 if (screen.width==1024) {
		document.getElementById('Cuerpo').style.left=120;
		document.getElementById('Cuerpo').style.top=90;
	}
 document.getElementById('barraprogreso').style.visibility='hidden';	
 document.getElementById('Cuerpo').style.visibility='visible';
}