function centrar() { document.getElementById('micapa').style.left = document.body.clientWidth/2 - document.getElementById('micapa').offsetWidth/2; }