$(document).ready(function(){
	$(".principal").click(function () {
		$(this).find('ul').slideToggle("fast");
	});
});
