$sqlbusc="SELECT * FROM noticias WHERE titulo LIKE '%".$texto."%' OR texto LIKE '%".$texto."%' ORDER BY id DESC";