	$(document).ready(function(){
		//Botones   
		$("#link_emprendedoras").click(function(){
			window.location.href= 'emprendedoras/index.php';
		});
		$("#link_arranca").click(function(){
			window.location.href= 'arranca-thelma/index.php';
		});
		$("#link_ninos").click(function(){
			window.location.href= 'ninos-a-bordo/index.php';
		});
		$("#link_emprendedoras").click(function(){
			window.location.href= 'emprendedoras/index.php';
		});
		$("#link_gps").click(function(){
			window.location.href= 'gps-mon-amour/index.php';
		});
		$("#link_tendencias").click(function(){
			window.location.href= 'tendencias/index.php';
		});
		$("#video").click(function(){
				//e.preventDefault(); // evitemos que de verdad se siga el link
				window.open('ford-y-olga.html','_F','width=655,height=520,resizable=no');
		});

	});	