$(document).ready(function(){
    //1237652875123871201293-12470234019274-023-4182-4018-23490182-34018-2390
    $("#sidebar li>a ").hover(function(){
        
        $(this).stop().animate({marginLeft : "15px"},200,"swing");},
        function(){
        $(this).stop().animate({marginLeft : "5px"},200,"swing");}
        
    );
	$('#contact-form')
		.jqTransform()
		.validate();
	
	$('#cotiza-form')
		.jqTransform()
		.validate();


});
