function home() { window.location.href="index.php"; }
function nosotros() { window.location.href="nosotros.php"; }
function servicios() { window.location.href="servicios.php"; }
function catalogo() { window.location.href="catalogo.php"; }
function contacto() { window.location.href="contacto.php"; }


