function Active1 () {
	document.getElementById('Nosotros').className = 'BtnNosotros-act';
}
function UnActive1 () {
	document.getElementById('Nosotros').className = 'BtnNosotros';
}


function Active2 () {
	document.getElementById('Compra').className = 'BtnCompra-act';
}
function UnActive2 () {
	document.getElementById('Compra').className = 'BtnCompra';
}


function Active3 () {
	document.getElementById('Venta').className = 'BtnVenta-act';
}
function UnActive3 () {
	document.getElementById('Venta').className = 'BtnVenta';
}


function Active4 () {
	document.getElementById('Sales').className = 'BtnSales-act';
}
function UnActive4 () {
	document.getElementById('Sales').className = 'BtnSales';
}


function Active5 () {
	document.getElementById('Lingoteado').className = 'BtnLingoteado-act';
}
function UnActive5 () {
	document.getElementById('Lingoteado').className = 'BtnLingoteado';
}


function Active6 () {
	document.getElementById('Analisis').className = 'BtnAnalisis-act';
}
function UnActive6 () {
	document.getElementById('Analisis').className = 'BtnAnalisis';
}


function Active7 () {
	document.getElementById('Recuperacion').className = 'BtnRecuperacion-act';
}
function UnActive7 () {
	document.getElementById('Recuperacion').className = 'BtnRecuperacion';
}


function Active8 () {
	document.getElementById('Fundicion').className = 'BtnFundicion-act';
}
function UnActive8 () {
	document.getElementById('Fundicion').className = 'BtnFundicion';
}


function Active9 () {
	document.getElementById('Contacto').className = 'BtnContacto-act';
}
function UnActive9 () {
	document.getElementById('Contacto').className = 'BtnContacto';
}
