$(".celda_menu-link").mouseover(function(event) {
event.preventDefault();
$(this).css("opacity", "1");
});
$(".celda_menu-link").mouseout(function(event) {
event.preventDefault();
$(this).css("opacity", "0.60");
});

$("#sobre").click(function(event) {
event.preventDefault();
document.location.href='lideresyreferentes.php';
});

$("#enlacocina").click(function(event) {
event.preventDefault();
document.location.href='que-cocino-hoy.php';
});

$("#galloylasalud").click(function(event) {
event.preventDefault();
document.location.href='la-pasta-y-la-salud.php';
});


$("#lideres").click(function(event) {
event.preventDefault();
document.location.href='lideresyreferentes.php';
});


$("#gallo").click(function(event) {
event.preventDefault();
document.location.href='galloenelmundo.php';
});

$("#comunicacion").click(function(event) {
event.preventDefault();
document.location.href='nuestracomunicacion.php';
});


$("#nuestro").click(function(event) {
event.preventDefault();
document.location.href='conlacalidad.php';
});

$("#calidad").click(function(event) {
event.preventDefault();
document.location.href='conlacalidad.php';
});

$("#innovacion").click(function(event) {
event.preventDefault();
document.location.href='conlainnovacion.php';
});

$("#liderazgo").click(function(event) {
event.preventDefault();
document.location.href='conelliderazgo.php';
});


$("#historia").click(function(event) {
event.preventDefault();
document.location.href='desde1946.php';
});

$("#desde").click(function(event) {
event.preventDefault();
document.location.href='desde1946.php';
});

$("#fechas").click(function(event) {
event.preventDefault();
document.location.href='fechasclaves.php';
});

$("#comun").click(function(event) {
event.preventDefault();
document.location.href='enlahistoria.php';
});


$("#area").click(function(event) {
event.preventDefault();
document.location.href='noticias.php';
});

$("#aprensa").click(function(event) {
event.preventDefault();
document.location.href='noticias.php';
});

$("#acceso").click(function(event) {
event.preventDefault();
document.location.href='acceso.php';
});

$("#empresa").click(function(event) {
event.preventDefault();
document.location.href='home.php';
});

$("#pro").click(function(event) {
event.preventDefault();
document.location.href='productos-secos.php';
});

$("#secos").click(function(event) {
event.preventDefault();
document.location.href='productos-secos.php';
});

$("#frescos").click(function(event) {
event.preventDefault();
document.location.href='productos-frescos.php';
});

$("#lapasta").click(function(event) {
event.preventDefault();
document.location.href='la-pasta-y-la-salud.php';
});

$("#consejossaludables").click(function(event) {
event.preventDefault();
document.location.href='consejos-saludables.php';
});

$("#buscatudieta").click(function(event) {
event.preventDefault();
document.location.href='busca-tu-dieta.php';
});

$("#elnutricionistaresponde").click(function(event) {
event.preventDefault();
document.location.href='el-nutricionista-responde.php';
});

$("#consejos").click(function(event) {
event.preventDefault();
document.location.href='consejos.php';
});
$("#tendencias").click(function(event) {
event.preventDefault();
document.location.href='tendencias.php';
});
$("#recetas").click(function(event) {
event.preventDefault();
document.location.href='recetas.php';
});
$("#arte").click(function(event) {
event.preventDefault();
document.location.href='consejos.php';
});
$("#recetaseco").click(function(event) {
event.preventDefault();
document.location.href='recetas-economicas.php';
});
$("#consejosahorro").click(function(event) {
event.preventDefault();
document.location.href='consejos-ahorro.php';
});


$("#ahorro").click(function(event) {
event.preventDefault();
document.location.href='recetas-economicas.php';
});


$("#consumidor").click(function(event) {
event.preventDefault();
document.location.href='productos-secos.php';
});

$("#promo").click(function(event) {
event.preventDefault();
document.location.href='promociones.php';
});
$("#juegos").click(function(event) {
event.preventDefault();
document.location.href='juegos.php';
});
$("#diversion").click(function(event) {
event.preventDefault();
document.location.href='diversion.php';
});
$("#nutri").click(function(event) {
event.preventDefault();
document.location.href='nutricion.php';
});
$("#fiestas").click(function(event) {
event.preventDefault();
document.location.href='fiestas-infantiles.php';
});
$("#gallolandia").click(function(event) {
event.preventDefault();
document.location.href='juegos.php';
});




$(document).ready(function() {  
$('a.link').click(function () {  
$('a.link').removeClass('selected');  
$(this).addClass('selected');
return false;  
});  
});


$(document).ready(function() {  
$('a.link2').click(function () {  
$('a.link2').removeClass('selected');  
$(this).addClass('selected');
return false;  
});  
});



$(document).ready(function() {  
$('a.link3').click(function () {  
$('a.link3').removeClass('selected');  
$(this).addClass('selected');
return false;  
});  
});


$(document).ready(function() {  
$('a.link4').click(function () {  
$('a.link4').removeClass('selected');  
$(this).addClass('selected');
return false;  
});  
});


$("#que").click(function(event) {
event.preventDefault();
document.location.href='que-cocino-hoy.php';
});
$("#trucos").click(function(event) {
event.preventDefault();
document.location.href='trucos.php';
});
$("#consulta").click(function(event) {
event.preventDefault();
document.location.href='consultas.php';
});
$("#sabias").click(function(event) {
event.preventDefault();
document.location.href='sabiasque.php';
});
$("#logo").click(function(event) {
event.preventDefault();
document.location.href='index.html';
});


$('#sobrenosotros').fadeIn();


function aviso(url,ancho,alto) {
var posicion_x; 
var posicion_y; 
posicion_x=(screen.width/2)-(ancho/2); 
posicion_y=(screen.height/2)-(alto/2); 
window.open(url, "Privacidad", "width="+ancho+",height="+alto+",menubar=0,toolbar=0,directories=0,scrollbars=yes,resizable=no,left="+posicion_x+",top="+posicion_y+"");
}
