
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
	<link rel="stylesheet" type="text/css" href="/website/style.css">
	<link rel="stylesheet" type="text/css" href="/website/htmlBody.css">
	<link rel="stylesheet" type="text/css" href="/website/headerTop.css">
	<link rel="stylesheet" type="text/css" href="/website/headerMenu.css?29/04/2026 11:43:55">
	<link rel="stylesheet" type="text/css" href="/website/headerTitle.css">
	<link rel="stylesheet" type="text/css" href="/website/headerMenuSub.css?29/04/2026 11:43:55">
	<link rel="stylesheet" type="text/css" href="/website/content_menuSub.css">
	<link rel="stylesheet" type="text/css" href="/website/footer.css">
	<link rel="stylesheet" type="text/css" href="/website/banner.css">
	
	

    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" />
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
	
	<meta charset="UTF-8">
	
<title></title>
<meta name="author" content="ANTP - Associção Nacional dos Transportes Públicos - ">
<meta name="description" content="">
<meta name="keywords" content="">



<meta property="og:site_name" content="ANTP - Associção Nacional dos Transportes Públicos"/>
<meta property="og:description" content=""/>

<meta property="og:title" content="" />
<meta property="og:type" content="non_profit" />

	<script src='https://www.google.com/recaptcha/api.js'></script>
</head>

<body><a name="topo"></a>

<div id="htmlBody">
	
<div id="headerTop">
<map name="header">
<area alt="" coords="2,4,438,94" href="/website/">
<area alt="" coords="866,55,938,88" href="/website/busca/search.asp">
</map>
<img border="0" src="/website/_images/header.jpg" width="942" height="111" alt="" usemap="#header">
</div>

<div id="headerMenu">
	<ul>
		<li><a href="/website/">HOME</a></li>
		<li onmouseover="header_menu_sub_show('header_menu_sub_noticias');"><a href="/website/noticias/">NOTÍCIAS&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		
		
		<li><a href="/website/biblioteca/">BIBLIOTECA</a></li>
		
		<li onmouseover="header_menu_sub_show('header_menu_sub_eventos');"><a href="/website/eventos/">HOTSITES&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		<li id="forunsComissoes" onmouseover="header_menu_sub_show('header_menu_sub_foruns');"><a href="/website/forum/">FÓRUNS&nbsp;E<br>COMISSÕES&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		<li id="productsMenu" onmouseover="header_menu_sub_show('header_menu_sub_produtos');"><a href="/website/produtos/">REVISTAS &amp;<br>PUBLICAÇÕES&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		<li id="sistemasInformacoes" onmouseover="header_menu_sub_show('header_menu_sub_sistemasInformacoes');"><a>SISTEMA DE<br>INFORMAÇÕES <img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		
		<li onmouseover="header_menu_sub_hideAll()"><a href="/website/agenda/">AGENDA</a></li>
		<li onmouseover="header_menu_sub_hideAll()"><a href="/website/associar/">ASSOCIE-SE</a></li>
		<li id="sobreANTP" onmouseover="header_menu_sub_show('header_menu_sub_sobre');"><a href="/website/sobre/">SOBRE A<br>ANTP&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
			
		<li id="iconRss" onmouseover="header_menu_sub_hideAll()"><a href="#"><img border="0" src="/website/_images/header_menu_rss.gif" width="30" height="44" alt=""></a></li>
		
		<li id="iconTwitter" onmouseover="header_menu_sub_hideAll()"><a href="http://www.twitter.com/antpbr" target="_blank"><img border="0" src="/website/_images/header_menu_twitter.gif" width="29" height="44" alt=""></a></li>
		<li id="iconFacebook" onmouseover="header_menu_sub_hideAll()"><a href="http://www.facebook.com/antpbrasil" target="_blank"><img border="0" src="/website/_images/header_menu_facebook.gif" width="25" height="44" alt=""></a></li>
		
		<li id="iconYoutube" onmouseover="header_menu_sub_hideAll()"><a href="#"><img border="0" src="/website/_images/header_menu_youtube.gif" width="27" height="44" alt=""></a></li>
		
	</ul>
</div>


<div id="headerMenuSub">	
<script type="text/javascript">
var flagMouseOver = false;

function flagMouseOver_set(){
	flagMouseOver = true;
}
function flagMouseOver_startTimer(){
	flagMouseOver = false;
	setTimeout( 'flagMouseOver_timerTick()', 10 );
}
function flagMouseOver_timerTick(){
	if ( flagMouseOver == false ){
		header_menu_sub_hideAll()
	}
}

function header_menu_sub_show( elementId ){

	header_menu_sub_hideAll();
	
	var myElement;
	myElement = document.getElementById( elementId );
	myElement.style.display = 'block';
}
function header_menu_sub_hide( elementId ){
	var myElement;
	myElement = document.getElementById( elementId );
	myElement.style.display = 'none';
}
function header_menu_sub_hideAll(){
	header_menu_sub_hide('header_menu_sub_sobre');
	header_menu_sub_hide('header_menu_sub_biblioteca');
	header_menu_sub_hide('header_menu_sub_eventos');
	header_menu_sub_hide('header_menu_sub_foruns');
	header_menu_sub_hide('header_menu_sub_produtos');
	header_menu_sub_hide('header_menu_sub_noticias');
	header_menu_sub_hide('header_menu_sub_sistemasInformacoes');
}
</script>
<div id="header_menu_sub_sobre" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		
			<li><a href="/website/sobre/show.asp?ppgCode=C9A82C8F-DE81-4CCA-855D-F73D9D760351" class="header_menu_sub">Apresentação</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=E81A8413-3BC0-4135-9836-EDC53EA9E8F5" class="header_menu_sub">Administração</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=6BEDEC42-046C-454A-A15D-2C7BDE0FC746" class="header_menu_sub">Estatuto Social</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=8D18D0C5-25AE-41B3-835F-4BFC1A991162" class="header_menu_sub">Equipe ANTP</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=CC45D25C-422A-4E68-953F-46EB25CA2403" class="header_menu_sub">Participe</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=B0EB0932-54D4-42B8-9EA7-A328C8EEBAE0" class="header_menu_sub">Associe-se</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=B624CD44-FA6B-47E5-888E-3494F833AAD4" class="header_menu_sub">Contato</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=69993DA2-3E54-4217-A0AF-FE1128C02138" class="header_menu_sub">Nova Marca</a></li>

		<li><a href="/website/sobre/empresas-associadas.asp" class="header_menu_sub">Empresas Associadas</a></li>
		<li><a href="/website/sobre/localizacao-sp.asp" class="header_menu_sub">Localização em SP</a></li>
		<li><a href="/website/contato/" class="header_menu_sub">Contato</a></li>
	</ul>
</div>
<div id="header_menu_sub_biblioteca" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/biblioteca/list.asp?dgpCode=999AA8A1-6ECE-44D7-A932-3CA34F3C6910" class="header_menu_sub">Revista dos Transportes Públicos</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=BE61D9E5-A40B-412B-8193-396F02B7CC6A" class="header_menu_sub">Congressos</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=527E1ABF-0C8F-4BE8-94D8-D3813DA33B02" class="header_menu_sub">Eventos Técnicos</a></li>		
		<li><a href="/website/biblioteca/list.asp?dgpCode=D30B2B34-5743-4A2B-A213-968D6704461D" class="header_menu_sub">Bienal de Marketing</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=33FEFB00-2B8E-41EA-B161-D544B139B1F7" class="header_menu_sub">Prêmio ABRATI</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=0B363611-88BE-4303-B7E6-823FDE84FAA3" class="header_menu_sub">Publicações da ANTP</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=06242A75-E3D3-4EB6-824B-9AFCA869F551" class="header_menu_sub">Publicações Externas</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=CB349D83-26CD-405F-9992-F860E4C08275" class="header_menu_sub">SIMOB</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=33BD5980-FC9D-4F80-BEA9-03EC83CFFAA8" class="header_menu_sub">Prêmio ANTP de Qualidade</a></li>			
	</ul>
</div>

<div id="header_menu_sub_eventos" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/hotsite/?pgpCode={96D0AF55-D086-406A-AD28-C752216DEDF1}" class="header_menu_sub">Congresso Brasileiro de Transporte e Trânsito</a></li>
		<li><a href="/website/hotsite/?pgpCode={259FF427-79BA-4855-B440-830557BFB3C3}" class="header_menu_sub">Programa STAQ</a></li>
		<li><a href="/website/hotsite/?pgpCode={64CD8B54-BE2D-4127-819D-7147704C548C}" class="header_menu_sub">MDT</a></li>
		<li><a href="/website/hotsite/home.asp?pgpCode={FE0DBB13-9CBC-430A-B698-BD677198D16B}" class="header_menu_sub">Bienal de Marketing</a></li>
		<li><a href="http://www.premioantpdequalidade.org.br" target="_blank" class="header_menu_sub">Prêmio ANTP da Qualidade</a></li>
		<li><a href="/website/hotsite/home.asp?pgpCode={091E6C04-73EE-41F5-A188-23C0971F7029}" class="header_menu_sub">Prêmio ABRATI</a></li>
		<li><a href="/website/hotsite/?pctCode={42B1F253-DD51-4FB3-BCB1-22B8B1EEB6E4}" class="header_menu_sub">Gestão da Mobilidade Urbana - Curso</a></li>
	</ul>
</div>

<div id="header_menu_sub_foruns" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/forum/forum/" class="header_menu_sub">Fórum de Secretários e Dirigentes</a></li>
		<li><a href="/website/forum/comissoes-tecnicas/" class="header_menu_sub">Comissões Técnicas</a></li>
	</ul>
</div>

<div id="header_menu_sub_produtos" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<!--<li><a href="/website/produtos/publicacoes/vitrine.asp?dgpCode=999AA8A1-6ECE-44D7-A932-3CA34F3C6910" class="header_menu_sub">Revista dos Transportes Públicos</a></li>-->
		<li><a href="/website/produtos/revista-dos-transportes-publicos/" class="header_menu_sub">Revista dos Transportes Públicos</a></li>
		<li><a href="/website/produtos/pesquisa-de-imagem/" class="header_menu_sub">Pesquisa de Imagem</a></li>
		<li><a href="/website/produtos/publicacoes/vitrineDocumentos.asp?dgpCode=0B363611-88BE-4303-B7E6-823FDE84FAA3" class="header_menu_sub">Publicações da ANTP</a></li>
		<li><a href="/website/produtos/publicacoes/vitrineDocumentos.asp?dgpCode=06242A75-E3D3-4EB6-824B-9AFCA869F551" class="header_menu_sub">Outras Publicações</a></li>
	</ul>
</div>

<div id="header_menu_sub_sistemasInformacoes" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/produtos/sistema-de-informacaoes-da-mobilidade/" class="header_menu_sub">Sistema de Informações da Mobilidade</a></li>
		<li><a href="/website/produtos/relatorio-fretamento/" class="header_menu_sub">Transporte por Fretamento</a></li>
		<li><a href="/website/produtos/simulador/" class="header_menu_sub">Simulador de Impactos Ambientais</a></li>
	</ul>
</div>


<div id="header_menu_sub_noticias" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/noticias/ponto-de-vista/" class="header_menu_sub">Ponto de Vista</a></li>
		<li><a href="/website/noticias/clipping/" class="header_menu_sub">Clipping</a></li>
		<li><a href="/website/noticias/clipping-destaquesSemana/" class="header_menu_sub">Clipping: destaques da semana</a></li>
		<!--<li><a href="/website/noticias/antp-na-midia/" class="header_menu_sub">ANTP na Mídia</a></li>-->
		<li><a href="/website/noticias/antp-videos/" class="header_menu_sub">ANTP Vídeos</a></li>
		<li><a href="/website/noticias/destaques/" class="header_menu_sub">Destaques</a></li>
		<li><a href="/website/noticias/charges/" class="header_menu_sub">Charges</a></li>
		<li><a href="/website/noticias/semanal-antp/" class="header_menu_sub">Informativo Semanal</a></li>
	</ul>
</div>

</div>

 


	
<div id="headerTitle">
	<div id="contentTitle">
		<h2>Semanal ANTP</h2>
		<h3></h3>
	</div>
	<div id="contentMidiasSociais">
		<ul>
			<li style="width:90px;">
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<html xmlns:fb="http://ogp.me/ns/fb#">
<fb:like send="false" layout="button_count" width="90" show_faces="true" font="arial"></fb:like>
</li>
			<li style="width:60px;">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="medium"></div>

<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  window.___gcfg = {lang: 'pt-BR'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
</li>
			<li style="width:90px;">
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="pt">Tweetar</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</li>
		</ul>
		<!--
		<div style="border:0px solid #000000;width:80px;float:left;"></div>
		<div style="border:0px solid #000000;width:60px;float:left;"></div>
		<div style="border:0px solid #000000;width:90px;float:left;"></div>
		-->
	</div>
</div>


<div id="content">

<table cellpadding="0" cellspacing="0" align="center" height="100%">
	<tr>
		<td style="width:143px;" valign="top">
			
<div id="content_menuSub">
	<ul>
		
<li><a href="/website/noticias/ponto-de-vista/" >Ponto de vista</a></li>

<li><a href="/website/noticias/clipping/" >Clipping</a></li>

<li><a href="/website/noticias/clipping-destaquesSemana/" >Clipping: destaques da semana</a></li>

<li><a href="/website/noticias/antp-videos/" >ANTP Vídeos</a></li>

<li><a href="/website/noticias/destaques/" >Destaques</a></li>

<li><a href="/website/noticias/charges/" >Charges</a></li>

<li><a href="/website/noticias/semanal-antp/"  class="selected">Informativo Semanal</a></li>

	</ul>
</div>

		</td>
		<td style="width:10px;"><img src="/website/_images/pixel_transparent.gif" width="10" height="1" alt=""></td>
		<td style="width:789px;" valign="top">
			
<div id="content_middle_FRAME">
<table cellspacing="0" cellpadding="0" width="100%">
	<tr>
		<td><b style="font-size:24px;">393 - De 19 a 25 de Março de 2014</b></td>
	</tr>
	<tr><td>&nbsp;</td></tr>
	
	<tr>
		<td>
			
<table align="center" border="0" cellpadding="1" cellspacing="1" class=" cke_show_border" style="border: 1px dotted rgb(211, 211, 211); width: 600px;">
	<tbody>
		<tr>
			<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);">
				<table align="center" border="0" cellpadding="1" cellspacing="1" class=" cke_show_border" style="border: 1px dotted rgb(211, 211, 211); width: 600px;">
					<tbody>
						<tr>
							<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);"><img border="0" data-cke-saved-src="http://cache.mail2easy.com/i/10414/261" src="http://cache.mail2easy.com/i/10414/261" style="border: 0px; height: auto; line-height: 16px; outline: none; cursor: default;" /></td>
						</tr>
					</tbody>
				</table></td>
		</tr>
	</tbody>
</table><br />

<table align="center" border="1" cellpadding="1" cellspacing="1" style="width: 600px;">
	<tbody>
		<tr>
			<td style="border-collapse: collapse;">
				<table align="center" border="0" cellpadding="1" cellspacing="1" class=" cke_show_border" style="border: 1px dotted rgb(211, 211, 211); width: 600px;">
					<tbody>
						<tr>
							<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);">
								<h1 class="h1" style="color: rgb(32, 32, 32); font-family: Arial; font-size: 34px; line-height: 34px; margin: 0px 0px 10px;"><span style="font-weight: bold;">Semanal da ANTP</span></h1></td>
						</tr>
						<tr>
							<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);"><span style="color: rgb(80, 80, 80); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 17.984375px;">Boletim informativo da maior comunidade de mobilidade urbana do Brasil</span></td>
						</tr>
						<tr>
							<td style="border-collapse: collapse; border-color: rgb(211, 211, 211); text-align: right; background-color: rgb(0, 51, 204);"><strong style="font-family: Arial; font-size: 14px; line-height: 21px; color: rgb(255, 255, 255); background-color: rgb(51, 51, 255);">Nº&nbsp;393 - &nbsp;De 19 a 25 de Março 2014</strong></td>
						</tr>
						<tr>
							<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);"><span style="color: rgb(102, 102, 102); font-family: Arial; font-size: 10px; line-height: 21px;">As edições do Boletim Semanal da ANTP contam com apoio institucional. Caso sua entidade tenha interesse, entre em contato com Val&eacute;ria Aguiar pelo e-mail valeria@antp.org.br ou pelo telefone 3371-2293 e conheças as condições.</span></td>
						</tr>
					</tbody>
				</table></td>
		</tr>
	</tbody>
</table>
<table align="center" border="0" cellpadding="1" cellspacing="1" class=" cke_show_border" style="border: 1px dotted rgb(211, 211, 211); width: 600px;">
	<tbody>
		<tr>
			<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);">
				<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; background-color: white;"><br />
					</p>
				<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; background-color: white;"><a data-cke-saved-href="http://www.antp.org.br/website/noticias/ponto-de-vista/show.asp?npgCode=4A6CFAC1-2D90-4138-86A2-13ACC96E7765" href="http://www.antp.org.br/website/noticias/ponto-de-vista/show.asp?npgCode=4A6CFAC1-2D90-4138-86A2-13ACC96E7765"><span style="color: rgb(218, 4, 16); font-family: Arial; font-size: 16px; font-weight: bold; line-height: 19.200000762939453px;">Palestra de Jorge Wilheim em seminário da ANTP</span></a></p>
				<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; background-color: white;"><span style="color: rgb(65, 65, 65); font-family: Arial; font-size: 13px; font-weight: bold; line-height: 19.5px;">ANTP / UNINOVE / FNP| ANTP / UNINOVE / FNP</span></p>
				<div><span class="noticias_conteudo"><a class="noticias_href" data-cke-saved-href="http://www.antp.org.br/website/noticias/ponto-de-vista/show.asp?npgCode=4A6CFAC1-2D90-4138-86A2-13ACC96E7765" href="http://www.antp.org.br/website/noticias/ponto-de-vista/show.asp?npgCode=4A6CFAC1-2D90-4138-86A2-13ACC96E7765" style="padding: 0px; margin: 0px; outline: none; border: 0px; text-decoration: none;"><img border="0" data-cke-saved-src="http://cache.mail2easy.com/i/10414/699" src="http://cache.mail2easy.com/i/10414/699" style="border: 0px; height: auto; line-height: 16px; outline: none; cursor: default; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; text-align: center; float: right;" /></a></span></div>
				<div><br />
					</div>
				<div><a class="noticias_href" data-cke-saved-href="http://www.antp.org.br/website/noticias/ponto-de-vista/show.asp?npgCode=4A6CFAC1-2D90-4138-86A2-13ACC96E7765" href="http://www.antp.org.br/website/noticias/ponto-de-vista/show.asp?npgCode=4A6CFAC1-2D90-4138-86A2-13ACC96E7765" style="padding: 0px; margin: 0px; outline: none; border: 0px; text-decoration: none; font-family: Arial; font-size: 12px; background-color: rgb(255, 255, 255);"><span class="noticias_conteudo">No dia 7 de novembro de 2013 o mestre Jorge Wilheim (1928-2014) realizava uma de suas últimas palestras públicas.&nbsp;<br style="padding: 0px; margin: 0px; outline: none; border: 0px;" />
							Foi na UNINOVE, num evento em São Paulo co-produzido pela ANTP - Associação Nacional de Transportes Públicos, a FNP - Frente Nacional de Prefeitos e a Universidade Nove de Julho (UNINOVE). Assista ao vídeo</span></a></div>
				<div><br />
					</div><br />
				
				<p class="MsoNormal" style="margin-bottom: 0.0001pt; background-color: white;"><span style="font-size: 10.5pt; font-family: Arial, sans-serif; border: 1pt none windowtext; padding: 0cm;">
						<o:p></o:p></span></p></td>
		</tr>
		<tr>
			<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);">
				<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; background-color: white;"><span style="font-size: 13.5pt; font-family: Arial, sans-serif; color: red; font-weight: bold;">Curso de Gestão da Mobilidade Urbana da ANTP. Inscrições Abertas!</span></p>
				<p class="MsoNormal" style="text-align: justify; background-color: white;"><span style="font-size: 13.5pt; font-family: Arial, sans-serif; color: red; font-weight: bold;">
						<o:p></o:p></span></p>
				<p class="MsoNormal" style="text-align: justify; background-color: white;"><span style="font-size: 13.5pt; font-family: Arial, sans-serif; color: red; font-weight: bold;">
						<o:p></o:p></span></p>
				<table align="center" border="0" cellpadding="1" cellspacing="1" class=" cke_show_border" style="border: 1px dotted rgb(211, 211, 211); width: 600px;">
					<tbody>
						<tr>
							<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);"><img border="0" data-cke-saved-src="http://cache.mail2easy.com/i/10414/544" src="http://cache.mail2easy.com/i/10414/544" style="border: 0px; height: auto; line-height: 16px; outline: none; cursor: default;" /></td>
						</tr>
					</tbody>
				</table>
				<p class="MsoNormal" style="text-align: justify; background-color: white;"><span style="font-size: 10.5pt; font-family: Arial, sans-serif;">O curso de Ensino a Distância comporta conteúdos desenvolvidos por especialistas da ANTP e práticas pedagógicas inovadoras em ambientes virtuais de aprendizagem fornecidas pelo SENAC-SP, e conta com tutores (instrutores/ mediadores) especializados para interlocução com os alunos. No curso, o aluno tem, ainda, acesso a textos, animações, vídeos e entrevistas com especialistas e contato com tutores (professores).
						<o:p></o:p></span></p>
				<p align="right" style="text-align: right; line-height: 13.5pt; background-color: white; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 10.5pt; font-family: Arial, sans-serif;"><a data-cke-saved-href="http://www.antp.org.br/website/fichaInscricao/show.asp?fceCode=CB2C392B-4B42-4E8A-A1BA-60E8BCECF403" href="http://www.antp.org.br/website/fichaInscricao/show.asp?fceCode=CB2C392B-4B42-4E8A-A1BA-60E8BCECF403">Formulário de Inscrição</a>
						<o:p></o:p></span></p>
				<p style="line-height: 13.5pt; background-color: white;"><span style="font-size: 10.5pt; font-family: Arial, sans-serif;">Dúvidas:&nbsp;<a data-cke-saved-href="mailto:antpensinoadistancia@antp.org.br" href="mailto:antpensinoadistancia@antp.org.br">antpensinoadistancia@antp.org.br</a>&nbsp;&nbsp;&nbsp;
						<o:p></o:p></span></p>
				<p style="line-height: 13.5pt; background-color: white;"><br />
					</p>
				<p align="right" class="MsoNormal" style="text-align: right; background-color: white;">
					<o:p></o:p></p>
				<p align="right" class="MsoNormal" style="text-align: right; background-color: white;"><span style="font-size: 10.5pt; font-family: Arial, sans-serif;">
						<o:p></o:p></span></p>
				<p style="margin: 0cm 0cm 0.0001pt; line-height: 13.5pt; background-color: white;"><img border="0" data-cke-saved-src="http://cache.mail2easy.com/i/10414/525" src="http://cache.mail2easy.com/i/10414/525" style="border: 0px; height: auto; line-height: 16px; outline: none; cursor: default;" /></p>
				<p style="margin: 0cm 0cm 0.0001pt; line-height: 13.5pt; background-color: white;"><br />
					</p>
				<p style="margin: 0cm 0cm 0.0001pt; line-height: 13.5pt; background-color: white;"><br />
					</p></td>
		</tr>
	</tbody>
</table>
<table align="center" border="0" cellpadding="1" cellspacing="1" class=" cke_show_border" style="border: 1px dotted rgb(211, 211, 211); width: 600px;">
	<tbody>
		<tr>
			<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);">
				<table border="1" cellpadding="1" cellspacing="1" style="width: 800px;">
					<tbody>
						<tr>
							<td style="border-collapse: collapse;">
								<p class="MsoNormal" style="background-color: white; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); font-weight: bold;">Realizado com sucesso o X Seminário Metroferroviário no Rio de Janeiro</span><span style="font-size: 13.5pt; font-family: 'Times New Roman', serif;">
										<o:p></o:p></span></p>
								<p class="MsoNormal" style="background-color: white; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); font-weight: bold;">&nbsp;</span><span style="font-size: 13.5pt; font-family: 'Times New Roman', serif;">
										<o:p></o:p></span></p>
								<p class="MsoNormal" style="background-color: white;"><img border="0" data-cke-saved-src="http://cache.mail2easy.com/i/10414/700" src="http://cache.mail2easy.com/i/10414/700" style="border: 0px; height: auto; line-height: 16px; outline: none; cursor: default; float: left;" /><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Em 12 e 13 de março, ocorreu o&nbsp;<span style="font-weight: bold;"><i>X Seminário Metroferroviário</i></span>, organizado pela Comissão T&eacute;cnicas Metroferroviária da ANTP. O evento, que acontece a cada dois anos, contou com importantes autoridades públicas, al&eacute;m de importantes entidades e empresas representativas do setor. O evento, que contou com a participação de 132 pessoas, teve início com as apresentações dos secretários Julio Eduardo dos Santos (SEMOB - MC), Jurandir Fernandes (STM-SP) e Julio Lopes (STE-RJ), que expuseram os projetos em andamento das respectivas pastas. Durante o seminário, foram apresentadas as ações preparatórias para a Copa de 2014 que os sistemas metroferroviários das cidades sedes estão desenvolvendo, as novas tecnologias de sistemas de transporte em implantação no Brasil, os empreendimentos sendo realizados pelo modelo de parcerias público privadas (PPP), a evolução do padrão de qualidade dos serviços da CPTM e da SuperVias, al&eacute;m da discussão de um tema de grande sensibilidade no momento atual, qual seja o da política tarifária. O evento contou com o apoio do MetrôRio, CBTU, ANTP, ANPTrilhos, ABIFER, SIMEFRE, CAF Brasil e IEME Brasil.</span><span style="font-size: 13.5pt; font-family: 'Times New Roman', serif;">
										<o:p></o:p></span></p>
								<p class="MsoNormal" style="background-color: white; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">&nbsp;</span><span style="font-size: 13.5pt; font-family: 'Times New Roman', serif;">
										<o:p></o:p></span></p>
								<p class="MsoNormal" style="background-color: white;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Durante o evento, Ailton Brasiliense, presidente da ANTP, e Joubert Flores, presidente da ANPTrilhos assinaram o&nbsp;<span style="font-weight: bold;">Convênio de Cooperação T&eacute;cnica</span>&nbsp;entre as duas entidades.</span><span style="font-size: 13.5pt; font-family: 'Times New Roman', serif;">
										<o:p></o:p></span></p>
								<p class="MsoNormal" style="background-color: white;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">&nbsp;</span><span style="font-size: 13.5pt; font-family: 'Times New Roman', serif;">
										<o:p></o:p></span></p>
								<p class="MsoNormal" style="background-color: white;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">As apresentações realizadas no evento que contaram com conteúdos visuais encontram-se na página da&nbsp;<span style="font-weight: bold;">Biblioteca Virtual do site ANTP</span>&nbsp;e podem ser acessadas da seguinte forma:</span></p>
								<p class="MsoNormal" style="background-color: white; background-position: initial initial; background-repeat: initial initial;"><br />
									</p>
								<ul>
									<li class="MsoNormal" style="background-color: white; text-align: left;"><span style="text-indent: 0cm; font-size: 10pt; font-family: Symbol;"><span style="font-size: 7pt; font-family: 'Times New Roman';">&nbsp;&nbsp;</span></span><span style="text-indent: 0cm; font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Acessar&nbsp;</span><span style="text-indent: 0cm; font-size: 13.5pt; font-family: 'Times New Roman', serif;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: blue;"><a data-cke-saved-href="http://www.antp.org.br/" href="http://www.antp.org.br/">www.antp.org.br</a></span></span></li>
									<li class="MsoNormal" style="margin-left: 0cm; text-indent: 0cm; background-color: white; text-align: left;"><span style="text-indent: 0cm; font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Em seguida acessar página da&nbsp;</span><span style="text-indent: 0cm; font-size: 13.5pt; font-family: 'Times New Roman', serif;"><a data-cke-saved-href="http://www.antp.org.br/website/biblioteca/" href="http://www.antp.org.br/website/biblioteca/"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: blue;">Biblioteca Virtual</span></a></span><span style="text-indent: 0cm; font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">.</span></li>
									<li class="MsoNormal" style="margin-left: 0cm; text-indent: 0cm; background-color: white; text-align: left;"><span style="text-indent: 0cm; font-size: 10pt; font-family: Symbol;"><span style="font-size: 7pt; font-family: 'Times New Roman';">&nbsp;&nbsp;</span></span><span style="text-indent: 0cm; font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Em "assunto", inserir&nbsp;<i>X Seminário Metroferroviário</i></span></li>
								</ul>
								<p class="MsoNormal" style="margin-left: 0cm; text-indent: 0cm; background-color: white; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 13.5pt; font-family: 'Times New Roman', serif;">
										<o:p></o:p></span></p></td>
						</tr>
					</tbody>
				</table>
				<div style="text-indent: -24px;"><br />
					</div>
				<p class="MsoListParagraph" style="margin-left: 106.8pt; text-indent: -18pt;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">
						<o:p></o:p></span></p>
				<table border="1" cellpadding="1" cellspacing="1" style="width: 800px;">
					<tbody>
						<tr>
							<td style="border-collapse: collapse;">
								<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); font-weight: bold;">ANTP realizará em outubro de 2014 o 3º Seminário Nacional de Mobilidade Urbana em parceria com a Real Alliance
										<o:p></o:p></span></p>
								<p class="MsoNormal" style="margin-left: 70.8pt; text-align: justify;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">&nbsp;</span></p>
								<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">A&nbsp;<span style="font-weight: bold;">ANTP</span>&nbsp;e&nbsp;<span style="font-weight: bold;">a Real Alliance</span>&nbsp;assinaram&nbsp;<span style="font-weight: bold;">Acordo de Cooperação</span>&nbsp;para a realização do&nbsp;<span style="font-weight: bold;"><i>3º Seminário Nacional de Mobilidade Urbana</i></span>, nos dias 28, 29 e 30 de outubro, que ocorrerá durante a realização da TranspoQuip Latin America 2014, no Pavilhão Vermelho do Expo Center Norte, em São Paulo. Este evento contará com conferências e tamb&eacute;m com espaços para exposição. Periodicamente, divulgaremos novas informações a respeito.
										<o:p></o:p></span></p></td>
						</tr>
					</tbody>
				</table>
				<p class="MsoNormal"><span style="font-size: 14pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">&nbsp;</span></p></td>
		</tr>
		<tr>
			<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);">
				<p class="MsoNormal" style="text-align: justify; background-color: white;"><a data-cke-saved-href="http://www.antp.org.br/website/noticias/charges/show.asp?npgCode=91C03E5C-E011-4063-8CF3-8EB4814EBAE7" href="http://www.antp.org.br/website/noticias/charges/show.asp?npgCode=91C03E5C-E011-4063-8CF3-8EB4814EBAE7"><img border="0" data-cke-saved-src="http://cache.mail2easy.com/i/10414/681" src="http://cache.mail2easy.com/i/10414/681" style="border: 0px; height: auto; line-height: 16px; outline: none; text-decoration: none; cursor: default;" /></a></p></td>
		</tr>
		<tr>
			<td style="border-collapse: collapse; border-color: rgb(211, 211, 211);">
				<h1 style="font-family: Arial; font-size: 34px; margin: 0px; padding: 0px; outline: none; border: 0px; background-color: rgb(255, 255, 255);"><br />
					</h1>
				<h1 style="font-family: Arial; font-size: 34px; margin: 0px; text-align: center; padding: 0px; outline: none; border: 0px; background-color: rgb(255, 255, 255);"><span style="font-size: 20px;"><span style="color: rgb(255, 0, 0);"><a data-cke-saved-href="http://www.antp.org.br/website/agenda/show.asp?eevCode=E030DA79-FC53-4C87-9D3A-FC156EEA07AF" href="http://www.antp.org.br/website/agenda/show.asp?eevCode=E030DA79-FC53-4C87-9D3A-FC156EEA07AF">83ª Reunião do Fórum Nacional</a></span></span></h1>
				<div><br />
					</div>
				<div><span style="font-size: 20px;">Em 27 e 28 de Março, em Curitiba/PR, ocorrerá a 83ª Reunião do Fórum Nacional de Secretários e Dirigentes de Transporte e Trânsito, ocasião em que seram discutidos importantes temas do atual momento da mobilidade urbana no Brasil.&nbsp;</span></div>
				<h1 style="font-family: Arial; font-size: 34px; margin: 0px; padding: 0px; outline: none; border: 0px; background-color: rgb(255, 255, 255);"><br />
					</h1>
				<div><br />
					</div>
				<div><br />
					</div></td>
		</tr>
	</tbody>
</table><br />

<table align="center" border="1" cellpadding="1" cellspacing="1" style="width: 600px;">
	<tbody>
		<tr>
			<td style="border-collapse: collapse; background-color: rgb(204, 204, 204);">
				<p style="font-family: Arial; line-height: 21px; margin-top: 2em; margin-bottom: 0.5em; color: rgb(51, 51, 51); margin-left: 0.7em; font-size: 0.9em; font-weight: bold;">Associação Nacional de Transportes Públicos</p>
				<p style="color: rgb(80, 80, 80); font-family: Arial; line-height: 21px; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 0.7em; font-size: 0.7em;">Rua Marconi nº 34, 2º andar, conjuntos 21 e 22 - Centro São Paulo/SP - CEP 01047-000</p>
				<p style="color: rgb(80, 80, 80); font-family: Arial; line-height: 21px; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 0.7em; font-size: 0.7em;">&nbsp;Fone: 11 3371 2299 - Fax: 11 3253 8095</p>
				<p style="color: rgb(80, 80, 80); font-family: Arial; line-height: 21px; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 0.7em; font-size: 0.7em;">CNPJ: 49.351.919/0001-19</p>
				<p style="color: rgb(80, 80, 80); font-family: Arial; line-height: 21px; margin-top: 0.3em; margin-bottom: 2em; margin-left: 0.7em; font-size: 0.7em;">Presidente: Ailton Brasiliense Pires | Superintendente: Luiz Carlos Mantovani N&eacute;spoli |&nbsp;</p>
				<p style="color: rgb(80, 80, 80); font-family: Arial; line-height: 21px; margin-top: 0.3em; margin-bottom: 2em; margin-left: 0.7em; font-size: 0.7em;"><span style="color: rgb(255, 0, 0); font-weight: 600;">Para obter mais informações envie uma mensagem para contato@antp.org.br</span></p></td>
		</tr>
	</tbody>
</table><br />
<br />
<br />

		</td>
	</tr>
	
	<tr>
		<td valign="top">
			
		<br>Nenhum registro publicado.

		</td>
	</tr>
</table>
</div>

		</td>
	</tr>
</table>

</div>
<div id="footer">
	<ul>
		<li><a href="/website/sobre/">Sobre a ANTP</a></li>
		<li><a href="/website/noticias/">Notícias</a></li>
		<li><a href="/website/biblioteca/">Biblioteca</a></li>
		<li><a href="/website/agenda/">Agenda</a></li>
		<li><a href="/website/sobre/participe.asp">Participe</a></li>
		<li><a href="/website/contato/">Contato</a></li>
		<li id="voltarTopo"><a href="#topo"><img src="/website/_images/voltarTopoSeta.gif" width="7" height="6" alt="">&nbsp;Voltar ao Topo</a></li>
	</ul>
	
	<h1><a href="/website/">ANTP</a></h1>
	
	<address>
		<p><strong>Associação Nacional de Transportes Públicos</strong></p>
		<p>Rua Marconi n&ordf; 34, 2n&ordf; andar, conjuntos 21 e 22 - Centro São Paulo/SP - CEP 01047-000 Fone: 11 3371 2299 - Fax 11 3253 8095</p>
		<p>CNPJ: 49351919/0001-19</p>
	</address>
</div>

</div>

</body>



<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-38964044-1']);
  _gaq.push(['_setDomainName', 'antp.org.br']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</html>
