function noticias(id){
	$('#'+id).slideToggle(100);
}
