function redireccionar(ruta){
	document.location.href = ruta;
}