setTimeout('recir()',2000);
function recir()
{
	var page = 'http://www.servicioseducativos.cl';
	document.location.href = page;
}