// JavaScript Document
function volver(){
	window.history.go(-1);
}