$(document).ready(function(){
						   
	$('.sitiosInicio').fadeIn(1000);
	
	$('.sitiosGal img:first-child').fadeIn(1000, function() {
		$('.sitiosGal').innerfade();
    });

	$('.grupoGal').innerfade();
	
	jQuery.validator.addMethod("captcha", function(value, element) {
		return this.optional(element) || ( '5efQW1' == value );
	}, "Incorrecto, el codigo es 5efQW1 ;)");
	
	$("form.validate").validate();
	
	$('.slideshow').innerfade();
	
	$('#tabLink').toggle(
	  function () {
		$('#contactTabber').animate({ marginLeft: 0 });
		$('#contactoTabImg').attr('src','images/contactoTabC.png');
	  },
	  function () {
		$('#contactTabber').animate({ marginLeft: '-293px' });
		$('#contactoTabImg').attr('src','images/contactoTab.png');	
	  }
	);

	$('#cssVal').click(function(e){ 
		e.preventDefault();
		window.location='http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2F30f.com.ar&profile=css3&usermedium=all&warning=no&vextwarning=&lang=es';  
	});
	
});
