$(document).ready(function(){
    $("#cordoceu ").fadeTo("slow", 1.0);
    $("#cordoceu ").hover(function(){
        $(this).fadeTo("slow", 0.5);
    },function(){
        $(this).fadeTo("slow", 1.0);
    });
});
$(document).ready(function(){
    $("#florecor ").fadeTo("slow", 1.0);
    $("#florecor ").hover(function(){
        $(this).fadeTo("slow", 0.5); 
    },function(){
        $(this).fadeTo("slow", 1.0);
    });
});
