//	Ver mas en Noticias
function ver_mas(id_div){
	$('#contenido_noticia'+id_div).toggle("fast");
}
