$(document).ready(function(){
    $("#activo").click(function () {
		$("div#traduccion").slideToggle("fast");
	});
});