function refrescarCaptcha(imagen,ruta){
	document.getElementById(imagen).setAttribute('src', ruta);
}
