
$(document).ready(function () {
		
	$('a[href*=#]').click(function() {
		if(location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
 			var $target = $(this.hash);
 			$target = $target.length && $target || $('[name=' + this.hash.slice(1) +']');
  			if($target.length) { 
  				//mover scroll Y
				//-----------------
  				var targetOffsetY = 0;
				//var targetOffsetY = $target.offset().top;
   				$('html,body').animate({scrollTop: targetOffsetY}, 800);
				//mover scroll X
				//-----------------
  				var targetOffsetX = $target.offset().left;
			   	$('html,body').animate({scrollLeft: targetOffsetX}, 1000);
				//-----------------
  				return false;
 			}
		}
	});
			
});

function Inicializar() {
	//mover scroll Y arriba
	//-----------------
	var targetOffsetY = 0;
	$('html,body').animate({scrollTop: targetOffsetY}, 800);
	//mover scroll X a la izq
	//-----------------
  	var targetOffsetX = 0;
	$('html,body').animate({scrollLeft: targetOffsetX}, 1000);
	//-----------------
  	return false;
}

function Activar(id_activo) {
	//activar - desactivar los botones del menu
	if(id_activo=='home') {
		//---------------------------------------------
		//*****************************************
		var img_1=document.getElementById('home');
		img_1.src='images/home1.png';
		img_1.onmouseover = function() {
			this.src='images/home.png';
		};
		img_1.onmouseout = function() {
			this.src='images/home1.png';
		};
		//*****************************************
		//---------------------------------------------
		var img_2=document.getElementById('servicios');
		img_2.src='images/servicios.png';
		img_2.onmouseover = function() {
			this.src='images/servicios1.png';
		};
		img_2.onmouseout = function() {
			this.src='images/servicios.png';
		};
		//---------------------------------------------
		var img_3=document.getElementById('productos');
		img_3.src='images/productos.png';
		img_3.onmouseover = function() {
			this.src='images/productos1.png';
		};
		img_3.onmouseout = function() {
			this.src='images/productos.png';
		};
		//---------------------------------------------
		var img_4=document.getElementById('disenografico');
		img_4.src='images/disenografico.png';
		img_4.onmouseover = function() {
			this.src='images/disenografico1.png';
		};
		img_4.onmouseout = function() {
			this.src='images/disenografico.png';
		};
		//---------------------------------------------
		var img_5=document.getElementById('casosdeexito');
		img_5.src='images/casosdeexito.png';
		img_5.onmouseover = function() {
			this.src='images/casosdeexito1.png';
		};
		img_5.onmouseout = function() {
			this.src='images/casosdeexito.png';
		};
		//---------------------------------------------
		var img_6=document.getElementById('contacto');
		img_6.src='images/contacto.png';
		img_6.onmouseover = function() {
			this.src='images/contacto1.png';
		};
		img_6.onmouseout = function() {
			this.src='images/contacto.png';
		};
		//---------------------------------------------
	}
	else if(id_activo=='servicios') {
		//---------------------------------------------
		var img_1=document.getElementById('home');
		img_1.src='images/home.png';
		img_1.onmouseover = function() {
			this.src='images/home1.png';
		};
		img_1.onmouseout = function() {
			this.src='images/home.png';
		};
		//---------------------------------------------
		//*****************************************
		var img_2=document.getElementById('servicios');
		img_2.src='images/servicios1.png';
		img_2.onmouseover = function() {
			this.src='images/servicios.png';
		};
		img_2.onmouseout = function() {
			this.src='images/servicios1.png';
		};
		//*****************************************
		//---------------------------------------------
		var img_3=document.getElementById('productos');
		img_3.src='images/productos.png';
		img_3.onmouseover = function() {
			this.src='images/productos1.png';
		};
		img_3.onmouseout = function() {
			this.src='images/productos.png';
		};
		//---------------------------------------------
		var img_4=document.getElementById('disenografico');
		img_4.src='images/disenografico.png';
		img_4.onmouseover = function() {
			this.src='images/disenografico1.png';
		};
		img_4.onmouseout = function() {
			this.src='images/disenografico.png';
		};
		//---------------------------------------------
		var img_5=document.getElementById('casosdeexito');
		img_5.src='images/casosdeexito.png';
		img_5.onmouseover = function() {
			this.src='images/casosdeexito1.png';
		};
		img_5.onmouseout = function() {
			this.src='images/casosdeexito.png';
		};
		//---------------------------------------------
		var img_6=document.getElementById('contacto');
		img_6.src='images/contacto.png';
		img_6.onmouseover = function() {
			this.src='images/contacto1.png';
		};
		img_6.onmouseout = function() {
			this.src='images/contacto.png';
		};
		//---------------------------------------------
	}

	else if(id_activo=='productos') {
		//---------------------------------------------
		var img_1=document.getElementById('home');
		img_1.src='images/home.png';
		img_1.onmouseover = function() {
			this.src='images/home1.png';
		};
		img_1.onmouseout = function() {
			this.src='images/home.png';
		};
		//---------------------------------------------
		var img_2=document.getElementById('servicios');
		img_2.src='images/servicios.png';
		img_2.onmouseover = function() {
			this.src='images/servicios1.png';
		};
		img_2.onmouseout = function() {
			this.src='images/servicios.png';
		};
		//---------------------------------------------
		//*****************************************
		var img_3=document.getElementById('productos');
		img_3.src='images/productos1.png';
		img_3.onmouseover = function() {
			this.src='images/productos.png';
		};
		img_3.onmouseout = function() {
			this.src='images/productos1.png';
		};
		//*****************************************
		//---------------------------------------------
		var img_4=document.getElementById('disenografico');
		img_4.src='images/disenografico.png';
		img_4.onmouseover = function() {
			this.src='images/disenografico1.png';
		};
		img_4.onmouseout = function() {
			this.src='images/disenografico.png';
		};
		//---------------------------------------------
		var img_5=document.getElementById('casosdeexito');
		img_5.src='images/casosdeexito.png';
		img_5.onmouseover = function() {
			this.src='images/casosdeexito1.png';
		};
		img_5.onmouseout = function() {
			this.src='images/casosdeexito.png';
		};
		//---------------------------------------------
		var img_6=document.getElementById('contacto');
		img_6.src='images/contacto.png';
		img_6.onmouseover = function() {
			this.src='images/contacto1.png';
		};
		img_6.onmouseout = function() {
			this.src='images/contacto.png';
		};
		//---------------------------------------------
	}

	else if(id_activo=='disenografico') {
		//---------------------------------------------
		var img_1=document.getElementById('home');
		img_1.src='images/home.png';
		img_1.onmouseover = function() {
			this.src='images/home1.png';
		};
		img_1.onmouseout = function() {
			this.src='images/home.png';
		};
		//---------------------------------------------
		var img_2=document.getElementById('servicios');
		img_2.src='images/servicios.png';
		img_2.onmouseover = function() {
			this.src='images/servicios1.png';
		};
		img_2.onmouseout = function() {
			this.src='images/servicios.png';
		};
		//---------------------------------------------
		var img_3=document.getElementById('productos');
		img_3.src='images/productos.png';
		img_3.onmouseover = function() {
			this.src='images/productos1.png';
		};
		img_3.onmouseout = function() {
			this.src='images/productos.png';
		};
		//---------------------------------------------
		//*****************************************
		var img_4=document.getElementById('disenografico');
		img_4.src='images/disenografico1.png';
		img_4.onmouseover = function() {
			this.src='images/disenografico.png';
		};
		img_4.onmouseout = function() {
			this.src='images/disenografico1.png';
		};
		//*****************************************
		//---------------------------------------------
		var img_5=document.getElementById('casosdeexito');
		img_5.src='images/casosdeexito.png';
		img_5.onmouseover = function() {
			this.src='images/casosdeexito1.png';
		};
		img_5.onmouseout = function() {
			this.src='images/casosdeexito.png';
		};
		//---------------------------------------------
		var img_6=document.getElementById('contacto');
		img_6.src='images/contacto.png';
		img_6.onmouseover = function() {
			this.src='images/contacto1.png';
		};
		img_6.onmouseout = function() {
			this.src='images/contacto.png';
		};
		//---------------------------------------------
	}

	else if(id_activo=='casosdeexito') {
		//---------------------------------------------
		var img_1=document.getElementById('home');
		img_1.src='images/home.png';
		img_1.onmouseover = function() {
			this.src='images/home1.png';
		};
		img_1.onmouseout = function() {
			this.src='images/home.png';
		};
		//---------------------------------------------
		var img_2=document.getElementById('servicios');
		img_2.src='images/servicios.png';
		img_2.onmouseover = function() {
			this.src='images/servicios1.png';
		};
		img_2.onmouseout = function() {
			this.src='images/servicios.png';
		};
		//---------------------------------------------
		var img_3=document.getElementById('productos');
		img_3.src='images/productos.png';
		img_3.onmouseover = function() {
			this.src='images/productos1.png';
		};
		img_3.onmouseout = function() {
			this.src='images/productos.png';
		};
		//---------------------------------------------
		var img_4=document.getElementById('disenografico');
		img_4.src='images/disenografico.png';
		img_4.onmouseover = function() {
			this.src='images/disenografico1.png';
		};
		img_4.onmouseout = function() {
			this.src='images/disenografico.png';
		};
		//---------------------------------------------
		//*****************************************
		var img_5=document.getElementById('casosdeexito');
		img_5.src='images/casosdeexito1.png';
		img_5.onmouseover = function() {
			this.src='images/casosdeexito.png';
		};
		img_5.onmouseout = function() {
			this.src='images/casosdeexito1.png';
		};
		//*****************************************
		//---------------------------------------------
		var img_6=document.getElementById('contacto');
		img_6.src='images/contacto.png';
		img_6.onmouseover = function() {
			this.src='images/contacto1.png';
		};
		img_6.onmouseout = function() {
			this.src='images/contacto.png';
		};
		//---------------------------------------------
	}

	else if(id_activo=='contacto') {
		//---------------------------------------------
		var img_1=document.getElementById('home');
		img_1.src='images/home.png';
		img_1.onmouseover = function() {
			this.src='images/home1.png';
		};
		img_1.onmouseout = function() {
			this.src='images/home.png';
		};
		//---------------------------------------------
		var img_2=document.getElementById('servicios');
		img_2.src='images/servicios.png';
		img_2.onmouseover = function() {
			this.src='images/servicios1.png';
		};
		img_2.onmouseout = function() {
			this.src='images/servicios.png';
		};
		//---------------------------------------------
		var img_3=document.getElementById('productos');
		img_3.src='images/productos.png';
		img_3.onmouseover = function() {
			this.src='images/productos1.png';
		};
		img_3.onmouseout = function() {
			this.src='images/productos.png';
		};
		//---------------------------------------------
		var img_4=document.getElementById('disenografico');
		img_4.src='images/disenografico.png';
		img_4.onmouseover = function() {
			this.src='images/disenografico1.png';
		};
		img_4.onmouseout = function() {
			this.src='images/disenografico.png';
		};
		//---------------------------------------------
		var img_5=document.getElementById('casosdeexito');
		img_5.src='images/casosdeexito.png';
		img_5.onmouseover = function() {
			this.src='images/casosdeexito1.png';
		};
		img_5.onmouseout = function() {
			this.src='images/casosdeexito.png';
		};
		//---------------------------------------------
		//*****************************************
		var img_6=document.getElementById('contacto');
		img_6.src='images/contacto1.png';
		img_6.onmouseover = function() {
			this.src='images/contacto.png';
		};
		img_6.onmouseout = function() {
			this.src='images/contacto1.png';
		};
		//*****************************************
		//---------------------------------------------
	}

}


