﻿	function navOut(obj) { obj.style.backgroundColor = '#FFFFFF'; }
	function navIn(obj) { obj.style.backgroundColor = '#99CC00';  }
	
	function mudaTema() {
	x=document.getElementById("temas").value;
	mudaCSS(x);
	
}
	function mudaCSS(num) {
	document.getElementById("estilo").href = '/-home/css/estilo'+num+'.css';
	setCookie('v_tema',num,365);
}