
<!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?08/04/2026 09:34:28">
	<link rel="stylesheet" type="text/css" href="/website/headerTitle.css">
	<link rel="stylesheet" type="text/css" href="/website/headerMenuSub.css?08/04/2026 09:34:28">
	<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>ANTP</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" />

<meta property="og:image" content="" />

	<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>Edição 2013</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="show.asp?ppgCode=40BF08B8-BEC1-4453-81C0-D546B462C37C"  class="selected">Vencedores</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">
<div style="padding: 0px; margin: 0px; outline: none; border: 0px; font-family: Arial; font-size: 12px; background-color: rgb(255, 255, 255);"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-size: 14pt; color: rgb(255, 0, 0); font-weight: bold;">Vencedores 2013</span></div>
<div style="padding: 0px; margin: 0px; outline: none; border: 0px; font-family: Arial; font-size: 12px; background-color: rgb(255, 255, 255);"><br style="padding: 0px; margin: 0px; outline: none; border: 0px;" />
	</div>
<div style="padding: 0px; margin: 0px; outline: none; border: 0px; font-family: Arial; font-size: 12px;">
	<h4 style="background-color: rgb(255, 255, 255); padding: 0px; margin: 0px; outline: none; border: 0px;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; vertical-align: sub; font-weight: normal;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 27px; letter-spacing: 0px;">O&nbsp;<span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-style: italic; font-size: 12pt;">Prêmio ANTP - ABRATI -&nbsp;"Boas Práticas do Transporte Terrestre de Passageiros”&nbsp;</span>&eacute; um evento promovido pela ANTP&nbsp;- Associação Nacional de Transportes Públicos com o apoio da ABRATI&nbsp;- Associação Brasileira das Empresas de Transporte Terrestre de Passageiros, buscando visibilidade e reconhecimento aos esforços destinados à promoção do transporte de passageiros rodoviários de m&eacute;dia e longa distancia. Nesta edição foram premiados três trabalhos e um referencial de</span></span><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; letter-spacing: 0px; line-height: 27px; font-weight: normal;">&nbsp;em cada uma das três categorias do Prêmio.&nbsp;</span></h4>
	<h4 style="background-color: rgb(255, 255, 255); padding: 0px; margin: 0px; outline: none; border: 0px;"><br style="padding: 0px; margin: 0px; outline: none; border: 0px;" />
		</h4>
	<h4 style="background-color: rgb(255, 255, 255); padding: 0px; margin: 0px; outline: none; border: 0px;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; vertical-align: sub;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 27px; letter-spacing: 0px;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-weight: normal;"></span></span></span></h4>
	<h4 style="background-color: rgb(255, 255, 255); padding: 0px; margin: 0px; outline: none; border: 0px;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; vertical-align: sub;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 27px; letter-spacing: 0px;"><span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-weight: normal;">Veja, abaixo, a relação dos trabalhos vencedores e clique nos respectivos Trabalhos. Para ver todo acervo do Prêmio ANTP - ABRATI 2013, consulte a&nbsp;</span><a href="http://www.antp.org.br/website/biblioteca/" target="_blank">Biblioteca</a><span style="padding: 0px; margin: 0px; outline: none; border: 0px; font-weight: normal;">&nbsp; e selecione "Prêmio ABRATI", "edição 2013". Para ver todos os trabalhos de uma determinada empresa, insira o nome da empresa no campo "autor".</span></span></span></h4>
	<h4 style="background-color: rgb(255, 255, 255); padding: 0px; margin: 0px; outline: none; border: 0px;">&nbsp;</h4>
	<h4 style="padding: 0px; margin: 0px; outline: none; border: 0px;">
		<table border="0" cellpadding="0" cellspacing="0" width="833" style="border-collapse: collapse;width:625pt"> 
			<colgroup>
				<col width="190" style="mso-width-source:userset;mso-width-alt:6948;width:143pt"></col> 
				<col width="439" style="mso-width-source:userset;mso-width-alt:16054;width:329pt"></col> 
				<col width="204" style="width:153pt"></col> </colgroup>
			<tbody>
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl63" width="190" style="height:30.0pt;width:143pt"></td>  
					<td class="xl63" width="439" style="width:329pt"></td>  
					<td class="xl63" width="204" style="width:153pt"></td> 
				</tr> 
				<tr height="29" style="mso-height-source:userset;height:21.75pt">  
					<td colspan="3" height="29" class="xl75" style="border-right:1.0pt solid black; height:21.75pt"><span style="background-color: rgb(247, 247, 247); color: rgb(239, 0, 27);">CATEGORIA: ADESÃO DOS COLABORADORES</span></td> 
				</tr> 
				<tr height="31" style="mso-height-source:userset;height:23.25pt">  
					<td height="31" class="xl99" style="height:23.25pt;border-top:none"><span style="background-color: rgb(247, 247, 247); color: rgb(239, 0, 27);">CLASSIFICAÇÃO</span></td>  
					<td class="xl79" style="border-top:none;border-left:none"><span style="background-color: rgb(247, 247, 247); color: rgb(239, 0, 27);">TÍTULO</span></td>  
					<td class="xl100" style="border-top:none;border-left:none"><span style="background-color: rgb(247, 247, 247); color: rgb(239, 0, 27);">EMPRESA</span></td> 
				</tr> 
				<tr height="46" style="mso-height-source:userset;height:35.1pt">  
					<td height="46" class="xl71" style="height:35.1pt">1º Lugar</td>  
					<td class="xl85" width="439" style="border-left:none;width:329pt"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/80530404-B040-484A-AFF4-41D55C584CB3.pdf" target="_blank">Qualificação
  Permanente / Saúde e Bem Estar ao Alcance de Todos / Lazer e Integração no
  Ambiente Corporativo</a></td>  
					<td class="xl73" style="border-left:none">Expresso Guanabara</td> 
				</tr> 
				<tr height="46" style="mso-height-source:userset;height:35.1pt">  
					<td height="46" class="xl66" style="height:35.1pt;border-top:none">2º Lugar</td>  
					<td class="xl97" width="439" style="width:329pt"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/9913685C-0A58-4DCF-9EFA-D5370F49AF17.pdf" target="_blank">Desenvolvimento da Operação: Um
  Negócio Sustentável no Futuro começa com a Melhoria Contínua no Presente</a></td>  
					<td class="xl65">Grupo JCA</td> 
				</tr> 
				<tr height="46" style="mso-height-source:userset;height:35.1pt">  
					<td height="46" class="xl66" style="height:35.1pt;border-top:none">3º Lugar&nbsp;</td>  
					<td class="xl67" style="border-left:none"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/D304B083-55FE-485E-9354-0A2A5C8FFBAE.pdf" target="_blank">Programa de Desenvolvimento de
  Líderes</a></td>  
					<td class="xl65" style="border-left:none">Planalto Transporte</td> 
				</tr> 
				<tr height="46" style="mso-height-source:userset;height:35.1pt">  
					<td height="46" class="xl74" style="height:35.1pt;border-top:none">Referencial de
  Excelência</td>  
					<td class="xl69" style="border-top:none;border-left:none"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/61BEBBD2-00AD-4287-A0FD-0C268E903845.pdf" target="_blank">Qual a Diferença?</a></td>  
					<td class="xl70" style="border-top:none;border-left:none">Viação Águia Branca</td> 
				</tr> 
				<tr height="27" style="mso-height-source:userset;height:20.25pt">  
					<td colspan="3" height="27" class="xl75" style="border-right:1.0pt solid black; height:20.25pt"><span style="color: rgb(239, 0, 27);">CATEGORIA: ATENDIMENTO AO CLIENTE</span></td> 
				</tr> 
				<tr height="29" style="mso-height-source:userset;height:21.75pt">  
					<td height="29" class="xl78" style="height:21.75pt;border-top:none"><span style="color: rgb(239, 0, 27);">CLASSIFICAÇÃO</span></td>  
					<td class="xl81" style="border-top:none;border-left:none"><span style="color: rgb(239, 0, 27);">TÍTULO</span></td>  
					<td class="xl80" style="border-top:none;border-left:none"><span style="color: rgb(239, 0, 27);">EMPRESA</span></td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl71" style="height:30.0pt;border-top:none">1º Lugar</td>  
					<td class="xl96" width="439" style="border-top:none;width:329pt"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/D3DD22DE-DDF3-4640-A7B0-D76FFA3E8FDC.pdf" target="_blank">Atendimento de
  Ouro: As Iniciativas da Viação Ouro e Prata para Encantar seus Clientes</a></td>  
					<td class="xl73" style="border-top:none">Viação Ouro e Prata</td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl82" width="190" style="height:30.0pt;border-top:none; width:143pt">2º Lugar</td>  
					<td class="xl67" style="border-left:none"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/9A60905A-3522-4E6B-834B-D36D93819CED.pdf" target="_blank">Cartão Melhor Idade</a></td>  
					<td class="xl83" width="204" style="border-top:none;border-left:none;width:153pt">Viação
  Xavante</td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl82" width="190" style="height:30.0pt;border-top:none; width:143pt">3º Lugar&nbsp;</td>  
					<td class="xl97" width="439" style="width:329pt"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/5470B603-0672-4861-AE0E-29402F430C4D.pdf" target="_blank">Servir Bem: Novas Modalidades de
  Serviços Agregados Atendendo as Necessidades dos Nossos</a></td>  
					<td class="xl83" width="204" style="border-top:none;width:153pt">Grupo JCA</td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl87" width="190" style="height:30.0pt;border-top:none; width:143pt">Referencial de Excelência</td>  
					<td class="xl88" width="439" style="border-left:none;width:329pt"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/BE99F80B-0598-435D-915E-ADDBD15C801C.pdf" target="_blank">Qualidade em
  Todos os Sentidos / Satisfação Al&eacute;m das Viagens / Comunicação Criativa e
  Objetiva Encantando Clientes</a></td>  
					<td class="xl98" width="204" style="border-left:none;width:153pt">Expresso
  Guanabara</td> 
				</tr> 
				<tr height="31" style="mso-height-source:userset;height:23.25pt">  
					<td colspan="3" height="31" class="xl94" width="833" style="border-right:1.0pt solid black; height:23.25pt;width:625pt"><span style="color: rgb(239, 0, 27);">CATEGORIA: RESPONSABILIDADE SÓCIOAMBIENTAL</span></td> 
				</tr> 
				<tr height="28" style="mso-height-source:userset;height:21.0pt">  
					<td height="28" class="xl92" width="190" style="height:21.0pt;border-top:none; width:143pt"><span style="color: rgb(239, 0, 27);">CLASSIFICAÇÃO</span></td>  
					<td class="xl91" width="439" style="border-top:none;border-left:none;width:329pt"><span style="color: rgb(239, 0, 27);">TÍTULO</span></td>  
					<td class="xl93" width="204" style="border-top:none;border-left:none;width:153pt"><span style="color: rgb(239, 0, 27);">EMPRESA</span></td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl84" width="190" style="height:30.0pt;width:143pt">1º Lugar</td>  
					<td class="xl72" style="border-left:none"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/037D1105-0375-4226-84A4-A82BAE65370C.pdf" target="_blank">Sustentabilidade – Você Faz Parte
  Dela</a></td>  
					<td class="xl86" width="204" style="border-left:none;width:153pt">Viação Águia
  Branca</td> 
				</tr> 
				<tr height="55" style="mso-height-source:userset;height:41.25pt">  
					<td height="55" class="xl82" width="190" style="height:41.25pt;border-top:none; width:143pt">2º Lugar</td>  
					<td class="xl68" width="439" style="border-top:none;border-left:none;width:329pt"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/B80DFC0B-6AF5-4F99-97D2-61D3031486E4.pdf" target="_blank">Caminhos
  Musicais / Esporte Cidadão / Empresa Cidadã / Indicadores de Sucesso
  Ambiental / Ecobus / Atitude Eco-Sustentabilidade e Meio Ambiente</a></td>  
					<td class="xl83" width="204" style="border-top:none;border-left:none;width:153pt">Expresso
  Guanabara</td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl82" width="190" style="height:30.0pt;border-top:none; width:143pt">3º Lugar&nbsp;</td>  
					<td class="xl67" style="border-top:none;border-left:none"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/18/336E5986-371F-4C91-A567-0868D93C15C4.pdf" target="_blank">Uso de Materiais
  Ambientalmente Sustentáveis</a></td>  
					<td class="xl83" width="204" style="border-top:none;border-left:none;width:153pt">Osvaldo
  Mendes e Cia</td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl87" width="190" style="height:30.0pt;border-top:none; width:143pt">Referencial de Excelência</td>  
					<td class="xl69" style="border-top:none;border-left:none"><a href="http://www.antp.org.br/_5dotSystem/download/dcmDocument/2013/12/17/D091D321-3B69-4E1A-A3A8-FBBCC7DB5061.pdf" target="_blank">Projeto de Vida –
  Construindo Pontes para o Futuro</a></td>  
					<td class="xl89" width="204" style="border-top:none;border-left:none;width:153pt">Instituto
  JCA</td> 
				</tr> 
				<tr height="40" style="mso-height-source:userset;height:30.0pt">  
					<td height="40" class="xl63" style="height:30.0pt"></td>  
					<td class="xl63"></td>  
					<td class="xl63"></td> 
				</tr>
			</tbody>
		</table></h4></div></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>
