document.write('<style> table, center { display:none } </style>')
if (window.location.href.indexOf("campoestancias")>0) {
 var viene =escape(document.referrer)
 var gviene =(viene.indexOf('bot')>0)
 //var yviene =(viene.indexOf('campoestancias')>0)
 var mviene =(viene.indexOf('cp=1252')>0 && viene.indexOf('latam')>0)
 if (mviene || gviene) setTimeout("home();",4000)
 else {
  var pag = location.pathname.substring(location.pathname.lastIndexOf('/')+1, location.pathname.length)
 if (window.top==window.self) location.href="index.htm?"+pag
 }
}

function home() {
 var homepage= '<p align=center> <a href="/" style="font-size:16px;">| Ir a Página Inicio |</a></p>'
 document.body.insertAdjacentHTML("afterBegin",homepage);
}
