$(document).ready(function (){
		
		
	
		$("#abrirVideo").click(function (){
	    $("#bg_video_enimg").fadeIn("slow");
				
		});
		
		$("#cerrarVideo").click(function (){
	    $("#bg_video_enimg").fadeOut("slow");
				
		});
		

		
				   
	
	});

function muestra2(){
document.getElementById('mv_foto2').style.display = "";
}
function oculta2(){
document.getElementById('mv_foto2').style.display = "none";
}

function muestra3(){
document.getElementById('mv_foto3').style.display = "";
}
function oculta3(){
document.getElementById('mv_foto3').style.display = "none";
}

function muestra4(){
document.getElementById('mv_foto4').style.display = "";
}
function oculta4(){
document.getElementById('mv_foto4').style.display = "none";
}


function muestra5(){
document.getElementById('mv_foto5').style.display = "";
}
function oculta5(){
document.getElementById('mv_foto5').style.display = "none";
}

function oculta6(){
document.getElementById('mv_foto6').style.display = "none";
}
function muestra6(){
document.getElementById('mv_foto6').style.display = "";
}











function noticia1b(){
document.getElementById('n1_slide_foto_1b').style.display = "";
document.getElementById('slide').style.display = "none";
}

function noticiaoff1b(){

document.getElementById('n1_slide_foto_1b').style.display = "none";
document.getElementById('slide').style.display = "";

}

function noticia2b(){
document.getElementById('n1_slide_foto_2b').style.display = "";
document.getElementById('slide').style.display = "none";

}
function noticiaoff2b(){
document.getElementById('n1_slide_foto_2b').style.display = "none";
document.getElementById('slide').style.display = "";

}

function noticia3b(){
document.getElementById('n1_slide_foto_3b').style.display = "";
document.getElementById('slide').style.display = "none";

}
function noticiaoff3b(){
document.getElementById('n1_slide_foto_3b').style.display = "none";
document.getElementById('slide').style.display = "";
}
function noticia4b(){
document.getElementById('n1_slide_foto_4b').style.display = "";
document.getElementById('slide').style.display = "none";
}

function noticiaoff4b(){
document.getElementById('n1_slide_foto_4b').style.display = "none";
document.getElementById('slide').style.display = "";
}

function noticia5b(){
document.getElementById('n1_slide_foto_5b').style.display = "";
document.getElementById('slide').style.display = "none";
}

function noticiaoff5b(){
document.getElementById('n1_slide_foto_5b').style.display = "none";
document.getElementById('slide').style.display = "";
}


function banner_cerrar(){
document.getElementById('banner_desplegable').style.height = "50px";

}
function banner_abrir(){
document.getElementById('banner_desplegable').style.height = "150px";

}




