function inicio() {
	location.href="Index.aspx";
}

function empresa() {
	location.href="Empresa.aspx";
}

function servicios() {
	location.href="servicios.htm";
}

function clientes() {
	location.href="clientes.htm";
}

function servicio_cliente() {
	location.href="servicio_cliente.htm";
}

function contactenos() {
	location.href="contactenos.htm";
}

