// JavaScript Document

$(document).ready(function(){
		   
	$('#verfotos0').click( function(){
		$("#photos0").fadeIn("slow");
        $("#videos").hide();

	});
	
	$('#vervideos0').click( function(){
		$("#videos").fadeIn("slow");
        $("#photos0").hide();

	});	

	$('#v_verfotos1').click( function(){
		$("#photos0").fadeIn("slow");
        $("#videos").hide();

	});		
	
	$('#v_vervideos1').click( function(){
		$("#videos").fadeIn("slow");
        $("#photos0").hide();

	});		
});


$(document).ready(function(){
	$(".month a").attr('href','#content');	 
	$(".month-view th.days.mon").text('L');	
	$(".month-view th.days.tue").text('M');		
	$(".month-view th.days.wed").text('Mi');		
	$(".month-view th.days.thu").text('J');		
	$(".month-view th.days.fri").text('V');		
	$(".month-view th.days.sat").text('S');		
	$(".month-view th.days.sun").text('D');		
						   
});						   
						   
	
			
			
 

