function fade_noticias() {
	Effect.Fade('noticias',{duration:.5});
	$('contenido_interno').morph({width: '650px'},{duration:2})
}

