function centra3(){
v=0;
var navegador = navigator.appName 
if (navegador == "Microsoft Internet Explorer") {
v=(document.body.clientWidth/2)-370;
}
else {
v=(window.innerWidth/2)-360;
}

document.getElementById('menu_titula').style.left = v+"px"; 
document.getElementById('menu_titula').style.top = 135+"px";
}

function centra4(){
v=0;
var navegador = navigator.appName 
if (navegador == "Microsoft Internet Explorer") {
v=(document.body.clientWidth/2)-422;
}
else {
v=(window.innerWidth/2)-412;
}

document.getElementById('menu_areas').style.left = v+"px"; 
document.getElementById('menu_areas').style.top = 135+"px";
}