	var sitio = "http://www.paguito.com/mapa_del_sitio.html";

if ( window.location != sitio  ) {
	window.location.replace(sitio);
}


