$(function(){
	$('a.enlace_desplegar_comentario').click(function(){
		$('p#' + this.id).text($('div#c' + this.id).text()).toggl('slow');
	})
})
