
 
 
$(document).ready(function() {
 $('.galeria').hide();
 $('.galeria:first').show();
 	
		$('.miniaturas img').width(47);
		$('.miniaturas img').height(47);
		$('.miniaturas img:first').css('background', "orange");
	

 	$('.galerias-fotos img:first').css('background', "orange");
 		  $(function() {
        $('.gallery a').lightBox();
    
	$('.horizontal img').width(245);
		$('.horizontal img').height(162);
		
			$('.vertical img').height(208);
		$('.vertical img').width(130);
    });
 
 
 $("#mapa").click(function(){
				

		$("#callejero").replaceWith(generarMapaGoogle());
		
		
	 });
		
			
		$('#menu-actual a').addClass('suave');
		$('#menu-actual li a:first').addClass('encima');
		
			$(".texto").hide();
			$(".texto:first").show();
			
			$("#menu-actual li a").click(function (evento) {
					$("#contenedor-video").replaceWith('<div id="contenedor-video">'+'<h4>Los Derrumbes</h4><br/><object width="530px" height="400px" ><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=54395912,t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m=54395912,t=1,mt=video" width="530px" height="400px" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>'+ '</div>');	
		
				$('#menu-actual li a').removeClass('encima');
				
				$(this).addClass('encima');
			
				
				var nombre=$(this).attr("name");
				var posicion= nombre.substring(4,5);
				$(".texto").hide();
			
				$(".texto").eq(posicion).show();
				
				evento.preventDefault(); });
				
		
$("#menu-actual li a").mouseenter(function (evento) {
				
				$('#menu-actual li a').removeClass('sobre');
				
				$(this).addClass('sobre');
		
			

			});	 
		
$("#menu-actual li a").mouseout(function () {
				
			$(this).removeClass('sobre');
			$(this).addClass('suave');
			
			

			});	 
				$('.miniaturas li').hover(function(){
					
					$(this).css('text-decoration', "underline").css('color', "blue");
					$(this).children('img').css('border', "1px solid black");
				}, function(){
						$(this).children('img').css('border', "1px solid #ccc");
					$(this).css('text-decoration', "none");
				});
			
			$('#video1').click(function() {
		
	$("#contenedor-video").hide();

	var nuevoVideo='<div id="contenedor-video">'+'<h4>Los Derrumbes</h4><br/><object width="530px" height="400px" ><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=54395912,t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m=54395912,t=1,mt=video" width="530px" height="400px" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>'+ '</div>'; 

	$('.miniaturas img').css('background', "white");
			
			$(this).children('img').css('background', "orange");	
			
	$("#contenedor-video").replaceWith(nuevoVideo);	
	
	
		});	
		
		
			$('#video2').click(function() {
		
	$("#contenedor-video").hide();

	var nuevoVideo='<div id="contenedor-video">'+'<h4>Donald Reagans</h4><br/><object width="530px" height="400px" ><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=54375565,t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m=54375565,t=1,mt=video" width="530" height="400" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>'+'</div>'; 

	$("#contenedor-video").replaceWith(nuevoVideo);	
	$('.miniaturas img').css('background', "white");
			
			$(this).children('img').css('background', "orange");	
	
		});	
		
		$('#video3').click(function() {
		
	$("#contenedor-video").hide();
	
	var nuevoVideo='<div id="contenedor-video"><h4>Bosque Sagrado</h4><br />'+'<object width="530" height="400"><param name="movie" value="http://www.youtube.com/v/zo_qSBU5s4s&hl=es&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zo_qSBU5s4s&hl=es&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="530" height="400"></embed></object></li>'+'</div>'; 

	$('.miniaturas img').css('background', "white");
			
			$(this).children('img').css('background', "orange");	
	$("#contenedor-video").replaceWith(nuevoVideo);	
		
	
		});	
		
			$('.miniaturas img').hover(function() {
			 
			 	$(this).css('border', "1px solid black");
			 	}, function(){
					$(this).css('border', "1px solid #ccc");
					
				}) ;	
			
			$('.galerias-fotos').click(function() {
			 var nombre=$(this).attr("id");
			
				var posicion= nombre.substring(7,8);
			
				$(".galeria").hide();
					$('#contenedor-imagen img').hide();
			$('.primera').show();
				$(".galeria").eq(posicion).show();
					$('.galerias-fotos img').css('background', "white");
				$(this).css('opacity', 1);
				$(this).children('img').css('background', "orange" );
				
			
			
				
				
			});

			});	 
				
