// JavaScript Document

function resaltarMenu(liValor){
	document.getElementById(liValor).style.height='40px'; 	
	document.getElementById(liValor).style.backgroundColor="#000"; 
}


function fcResaltarSeccion(idSeccion){
	document.getElementById(idSeccion).style.backgroundColor="#B6C81C"; 	
	document.getElementById(idSeccion).style.borderBottom="1px solid #F60"; 
	document.getElementById(idSeccion).style.height='20px';
	document.getElementById(idSeccion).style.paddingTop='20px';

	
}
