$(document).ready(function(){
   
   //#lista-icos li:first-child
   $('#lista-icos li:first-child').css('border','none');
   
   //#programacao li:first-child
   $('#programacao li:first-child').css({background:'none', padding:'0'});
   
   //.maisNoticiasInt li:first-child
   $('.maisNoticiasInt li:first-child').css('border','none');
   
   //#footer .maisNoticias li:first-child
   $('#footer .maisNoticias li:first-child').css('border','none');
   
   //ul.dados-download li:last-child
   $('ul.dados-download li:last-child').css('border-bottom','none');

});