function saltarAUrl(lista) {
	opcionSelec=lista.options[lista.selectedIndex].value;
	window.location=opcionSelec;
}

