
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

	var width,height;
	if (self.innerHeight) // all except Explorer
			{
				width = self.innerWidth;
				height = self.innerHeight;
			}
			else if (document.documentElement && document.documentElement.clientHeight)
				// Explorer 6 Strict Mode
			{
				width = document.documentElement.clientWidth;
				height = document.documentElement.clientHeight;
			}
			else if (document.body) // other Explorers
			{
				width = document.body.clientWidth;
				height = document.body.clientHeight;
	}
	widthmtc = (width-960)/2;
	heightmtc = (height -560)/2;

	
//-->

 document.write ('<style type="text/css">');
 document.write ('.localizacion {position:absolute; background-color:#1A181D; left:'+widthmtc+'px; top: '+heightmtc+'px ; width:960px; height:530px; border:0px solid #fff; }')
 document.write ('</style>');
