﻿jQuery.noConflict();
jQuery(document).ready(function() {
     jQuery("div.menu-telo>table>tbody>tr>td.cara:last").css("display", "none");
});
