function menu(obj, estilo){src.bgColor='#FFFFFF'; obj.style.cursor = 'hand'; obj.className=estilo;}
function menuentra(src) {src.bgColor='#98ABC9';src.style.cursor='hand';}
function menusale(src) 	{src.bgColor='#FFFFFF';}
function submenu(obj, estilo){src.bgColor=''; obj.style.cursor = 'hand'; obj.className=estilo;}
function submenuentra(src) {src.bgColor='#98ABC9';src.style.cursor='hand';}
function submenusale(src) 	{src.bgColor='';}