function ajustaCamada(){
  document.all['marca_logo'].style.left       = parseInt(screen.width/2) + 177;
//  document.all['marca_logo'].style.top        = parseInt(screen.height/2) + 22;
}

