// JavaScript Document
function sobre(n){
		document.getElementById(n).style.backgroundColor = "#FFFFFF";
		document.getElementById(n).style.color = "#000000";
}
function fuera(n){
		document.getElementById(n).style.backgroundColor = "#CCCCCC";
		document.getElementById(n).style.color = "#000000";	
}