﻿$(document).ready( function() {
	$( '.abre_tour' ).click(function() {
		$(this).parent().find( 'div.tour' ).slideToggle( 'slow' );
	});
});
