$(function(){
    $('div.contenuto').css('marginTop',$('div.sectionBottom').height()/-2 +15)
    $('div.contenuto').height($('div.sectionBottom').height()-15)
    //$('div.contenuto').show('clip',800)
    
    $(window).resize(function(){
        $('div.contenuto').css('marginTop',$('div.sectionBottom').height()/-2 +15)
        $('div.contenuto').height($('div.sectionBottom').height()-15)
    })
})
