   function over(cual){
	document.getElementById(cual).style.background= '#007698';
	}
	//
	function out(cual){
		document.getElementById(cual).style.background= '#266172';
	}
	//
	function over2(pCual){
		document.getElementById(pCual).style.background= "#FFDFBF";
	};
	function out2(pCual, pColor){
		document.getElementById(pCual).style.background= pColor;
	};	
	function show(pCuando, pName){
              //window.location.href="index.php?option=com_content&id="+pCuando+"&lang=en&view=article";
	}