function cambiarPresen(){
	document.getElementById('presentacion').style.background='#0029AD';
	document.getElementById('servicios').style.background='#F69B0B';
	document.getElementById('produccion').style.background='#F69B0B';
	document.getElementById('calidad').style.background='#F69B0B';
	document.getElementById('localizacion').style.background='#F69B0B';
	document.getElementById('contacto').style.background='#F69B0B';
	document.getElementById('NPresen').style.color='#ffffff';
	document.getElementById('NServ').style.color='#000000';
	document.getElementById('NProdu').style.color='#000000';
	document.getElementById('NCali').style.color='#000000';
	document.getElementById('NLoca').style.color='#000000';
	document.getElementById('NConta').style.color='#000000';
}
function cambiarServ(){
	document.getElementById('presentacion').style.background='#F69B0B';
	document.getElementById('servicios').style.background='#0029AD';
	document.getElementById('produccion').style.background='#F69B0B';
	document.getElementById('calidad').style.background='#F69B0B';
	document.getElementById('localizacion').style.background='#F69B0B';
	document.getElementById('contacto').style.background='#F69B0B';
	document.getElementById('NServ').style.color='#ffffff';
	document.getElementById('NPresen').style.color='#000000';
	document.getElementById('NProdu').style.color='#000000';
	document.getElementById('NCali').style.color='#000000';
	document.getElementById('NLoca').style.color='#000000';
	document.getElementById('NConta').style.color='#000000';
}
function cambiarProdu(){
	document.getElementById('presentacion').style.background='#F69B0B';
	document.getElementById('servicios').style.background='#F69B0B';
	document.getElementById('produccion').style.background='#0029AD';
	document.getElementById('calidad').style.background='#F69B0B';
	document.getElementById('localizacion').style.background='#F69B0B';
	document.getElementById('contacto').style.background='#F69B0B';
	document.getElementById('NProdu').style.color='#ffffff';
	document.getElementById('NPresen').style.color='#000000';
	document.getElementById('NServ').style.color='#000000';
	document.getElementById('NCali').style.color='#000000';
	document.getElementById('NLoca').style.color='#000000';
	document.getElementById('NConta').style.color='#000000';
}
function cambiarCali(){
	document.getElementById('presentacion').style.background='#F69B0B';
	document.getElementById('servicios').style.background='#F69B0B';
	document.getElementById('produccion').style.background='#F69B0B';
	document.getElementById('calidad').style.background='#0029AD';
	document.getElementById('localizacion').style.background='#F69B0B';
	document.getElementById('contacto').style.background='#F69B0B';
	document.getElementById('NCali').style.color='#ffffff';
	document.getElementById('NPresen').style.color='#000000';
	document.getElementById('NServ').style.color='#000000';
	document.getElementById('NProdu').style.color='#000000';
	document.getElementById('NLoca').style.color='#000000';
	document.getElementById('NConta').style.color='#000000';
}
function cambiarLoca(){
	document.getElementById('presentacion').style.background='#F69B0B';
	document.getElementById('servicios').style.background='#F69B0B';
	document.getElementById('produccion').style.background='#F69B0B';
	document.getElementById('calidad').style.background='#F69B0B';
	document.getElementById('localizacion').style.background='#0029AD';
	document.getElementById('contacto').style.background='#F69B0B';
	document.getElementById('NLoca').style.color='#ffffff';
	document.getElementById('NPresen').style.color='#000000';
	document.getElementById('NServ').style.color='#000000';
	document.getElementById('NProdu').style.color='#000000';
	document.getElementById('NCali').style.color='#000000';
	document.getElementById('NConta').style.color='#000000';
}
function cambiarConta(){
	document.getElementById('presentacion').style.background='#F69B0B';
	document.getElementById('servicios').style.background='#F69B0B';
	document.getElementById('produccion').style.background='#F69B0B';
	document.getElementById('calidad').style.background='#F69B0B';
	document.getElementById('localizacion').style.background='#F69B0B';
	document.getElementById('contacto').style.background='#0029AD';
	document.getElementById('NConta').style.color='#ffffff';
	document.getElementById('NPresen').style.color='#000000';
	document.getElementById('NServ').style.color='#000000';
	document.getElementById('NProdu').style.color='#000000';
	document.getElementById('NCali').style.color='#000000';
	document.getElementById('NLoca').style.color='#000000';
}
