function cambiarIdioma(idioma) {
	document.getElementById("idioma").value = idioma;
	document.frmIdioma.submit();
}
