function menu(activo){
	if (activo != ""){
		document.getElementById(activo).style.color="#FEB727";	
	}
	else{
		document.getElementById('inicio').style.color="#FEB727";	
	}
}