// JavaScript Document
 
  // When the document loads do everything inside here ...  
  $(document).ready(function(){   
    $("a.tab").click(function () {  
        $(".active").removeClass("active");  
        $(this).addClass("active");   
        $(".content").slideUp();  
        var content_show = $(this).attr("title");  
        $("#"+content_show).slideDown();  
    });  
  });  
  
  
   
	$(document).ready(function(){
     $(".coment a").fadeTo("fast", 0.6);
     $(".coment a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });
		
	$(document).ready(function(){
     $(".left .equipo ul li a").fadeTo("fast", 0.6);
     $(".left .equipo ul li a").hover(function(){
		$(this).fadeTo("fast", 0.9);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });

	
	$(document).ready(function(){
     $(".insd .tags a").fadeTo("fast", 0.7);
     $(".insd .tags a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.7);
	});
   });
	
	$(document).ready(function(){
     $(".left .tags a").fadeTo("fast", 0.8);
     $(".left .tags a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.8);
	});
   });
	$(document).ready(function(){
     $(".footer a").fadeTo("fast", 0.8);
     $(".footer a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.8);
	});
   });
		$(document).ready(function(){
     $(".header .box .top .bonus .rss ul li a").fadeTo("fast", 0.6);
     $(".header .box .top .bonus .rss ul li a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });
		$(document).ready(function(){
     $(".header .box .top .bonus .menu ul li a").fadeTo("fast", 0.8);
     $(".header .box .top .bonus .menu ul li a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.8);
	});
   });
		$(document).ready(function(){
     $(".right .prp .clp-text .texto a img").fadeTo("fast", 0.7);
     $(".right .prp .clp-text .texto a img").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.7);
	});
   });
		$(document).ready(function(){
     $(".right .author div h3 a").fadeTo("fast", 0.7);
     $(".right .author div h3 a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.7);
	});
   });



		$(document).ready(function(){
     $(".right .tag-select .tag1").fadeTo("fast", 0.9);
     $(".right .tag-select .tag1").hover(function(){
		$(this).fadeTo("fast", 0.9);
		},function(){
		$(this).fadeTo("fast", 0.9);
	});
   });
				$(document).ready(function(){
     $(".right .tag-select .ctc-big").fadeTo("fast", 0.5);
     $(".right .tag-select .ctc-big").hover(function(){
		$(this).fadeTo("fast", 0.8);
		},function(){
		$(this).fadeTo("fast", 0.5);
	});
   });
				$(document).ready(function(){
     $(".right .cat-select .tag1").fadeTo("fast", 0.9);
     $(".right .cat-select .tag1").hover(function(){
		$(this).fadeTo("fast", 0.9);
		},function(){
		$(this).fadeTo("fast", 0.9);
	});
   });
				$(document).ready(function(){
     $(".right .cat-select .ctc-b").fadeTo("fast", 0.5);
     $(".right .cat-select .ctc-b").hover(function(){
		$(this).fadeTo("fast", 0.8);
		},function(){
		$(this).fadeTo("fast", 0.5);
	});
   });
	
	$(document).ready(function(){
     $(".ctc-big div a").fadeTo("fast", 0.7);
     $(".ctc-big div a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.8);
	});
   });
	$(document).ready(function(){
     $(".left .categorias li ul li a").fadeTo("fast", 0.5);
     $(".left .categorias li ul li a").hover(function(){
		$(this).fadeTo("fast", 1.0);
		},function(){
		$(this).fadeTo("fast", 0.5);
	});
   });
								$(document).ready(function(){
     $(".right .cat-select .ctc-b div li ul li a").fadeTo("fast", 0.6);
     $(".right .cat-select .ctc-b div li ul li a").hover(function(){
		$(this).fadeTo("fast", 1);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });
	$(document).ready(function(){
     $(".identifica p").fadeTo("fast", 0.6);
     $(".identifica p").hover(function(){
		$(this).fadeTo("fast", 1);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });
		$(document).ready(function(){
     $(".clp-com-frm .ccf2 .ccf3 .defin .carton").fadeTo("fast", 0.6);
     $(".clp-com-frm .ccf2 .ccf3 .defin .carton").hover(function(){
		$(this).fadeTo("fast", 1);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });
		$(document).ready(function(){
     $("h4.commentcount").fadeTo("fast", 0.4);
     $("h4.commentcount").hover(function(){
		$(this).fadeTo("fast", 0.6);
		},function(){
		$(this).fadeTo("fast", 0.4);
	});
   });
		$(document).ready(function(){
     $(".trackbacks").fadeTo("fast", 0.6);
     $(".trackbacks").hover(function(){
		$(this).fadeTo("fast", 0.8);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });
		$(document).ready(function(){
     $(".wp-pagenavi a").fadeTo("fast", 0.6);
     $(".wp-pagenavi a").hover(function(){
		$(this).fadeTo("fast", 1);
		},function(){
		$(this).fadeTo("fast", 0.6);
	});
   });