function redireccionar(dato){
	cargador.location.href = "consulta.php?centro="+dato;
}
