function irA(valor){
	document.location.href='?option='+valor
}
function cambiaClase(elem,clase){
	document.getElementById(elem.id).className=clase;
}