$(document).ready(function(){
    $('.item_coral').live('click',function(){
        $(this).children('.texto_coral').toggle('fast');
    });
});
