/*
////////////////////////////////////////////////////////////////////////////////

	IVECO - TRAKKER
	AUTOR: PLAN B
	CRIADO: 02/10/2008
	MODIFICADO:
	
////////////////////////////////////////////////////////////////////////////////
	Classes Genéricas
////////////////////////////////////////////////////////////////////////////////
*/

.left { float:left; }
.right { float:right; }
.escondido { display:none; }
.clear { clear:both; }
.formiguinha { font-size: 0.91em;}
.destacar { color: #dd6303; }

/*
////////////////////////////////////////////////////////////////////////////////
	Elementos Genéricos
////////////////////////////////////////////////////////////////////////////////
*/

a, a:hover  {
	color:#ffde30;
	overflow:hidden;
	cursor: pointer;
	text-decoration:underline;
	}
	
a:focus { outline: none;}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

h1 { font-size:2.4em; line-height:1.0em; }
h2 { font-size:1.4em; color:#dd6303; }
h3 { font-size:1.1em; }
h4 { font-size:1.0em; }

p { margin:1.0em 0; }

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
input, textarea, select {
	font: 1em/1.25em "Tahoma", Arial, Helvetica, sans-serif;
}

/*
////////////////////////////////////////////////////////////////////////////////
	Estrutura Global
////////////////////////////////////////////////////////////////////////////////
*/

/*html, body { height:100%; }tirado pois bg nao repete 100 no ff*/

html, body {
	font:1em/1.25em "Tahoma", Arial, Helvetica, sans-serif;
	color:#fff;	
	height: 100%;
	background:url(../img/filete_fundo.jpg) top center repeat-y;
}
	
#MeuIveco #containerGlobal{
background:url(../img/topo_meu_iveco.jpg) top center no-repeat ;
}
#Diferenciais #containerGlobal{
background:url(../img/topo_diferenciais.jpg) top center no-repeat ;
}
#Modelos #containerGlobal{
background:url(../img/topo_modelos.jpg) top center no-repeat ;
}
#Combinacao_perfeita #containerGlobal{
background:url(../img/topo_comb_perfeita.jpg) top center no-repeat ;
}

 
/* BLOCOS */

#containerGlobal {
	font-size:0.69em;
	text-align:center;
	position:relative;
	min-height:100%;
	/*background:url(../img/background_linha.png) center 88px repeat-x;*/
}
#containerWraper { 
	width:1000px;
	margin:0 auto;
	text-align:left;
}
/************************************************************************
====================== CLASSES PARA FUNDO RANDÔMICO =====================
************************************************************************/
/*.bgWraper1{	background:url(../img/fundo_interna_01.jpg) center 120px no-repeat; }
.bgWraper2{	background:url(../img/fundo_interna_02.jpg) center 120px no-repeat; }
.bgWraper3{	background:url(../img/fundo_interna_03.jpg) center 120px no-repeat; }
.bgWraper4{	background:url(../img/fundo_interna_04.jpg) center 120px no-repeat; }*/
/***********************************************************************/

#containerHead {
	width:100%;
	height:295px;
	margin:0 auto;
	padding-top:1.0em;
	position:relative;	
}

body#home #containerConteudo { min-width:1000px; }
body#home #containerWraper { 
	background:none !important;
	width:1000px !important;
}
body#home { 
	background:url(../img/fundo-home-geral.jpg) top center no-repeat;
	height: 100%;
	min-height: 100%;
	text-align: center;
}
body#home #containerGlobal {
	background:url(../img/fundo-home2.jpg) top center no-repeat;
	min-height: 680px;
	*height: 680px;
}
 
#containerConteudo {
	width:100%;
	line-height:1.4em;
	min-height:520px;
	padding-bottom:92px;
	margin:0 auto;
	position:relative;
}

#MeuIveco #containerConteudo,
#Modelos #containerConteudo {
	background:url(../img/coluna.png) 453px 1px no-repeat;
}

body.internas #containerConteudo { width:780px; }
body.internas #containerConteudo { display:table; }
body#Contato #containerConteudo #wraperConteudo, body#Intencao #containerConteudo #wraperConteudo { width:780px;}
body#Modelos #containerConteudo #wraperConteudo { width: 480px; }


#containerConteudo #wraperConteudo {	
	position: relative; 
}
#containerConteudo #wraperGaleria {
	width:300px;
	min-height:300px;
	padding-top:230px;
	background:url(../img/background_galeria.gif) 0 220px no-repeat;
}
#containerConteudo #wraperAplicacoes {
	width:230px;
	min-height:300px;
	padding-top:26px;
}
#containerConteudo #wraperAplicacoes .aplicacoes{ background:url(../img/fundo_aplicacoes.gif) 0 0 no-repeat; padding: 10px 15px 0;}
#containerConteudo #wraperAplicacoes .especificacoes {
	background:url(../img/fundo_especificacoes.gif) 0 0 no-repeat;
	height: 150px;
	padding: 10px 10px 0 15px;
}
#containerConteudo #wraperAplicacoes #principais-modelos { margin-top: 40px; margin-bottom: 60px;}
#containerConteudo #wraperAplicacoes h2 { margin: 0 0 10px 15px; font-size: 16px;}
#containerConteudo #wraperAplicacoes .especificacoes h2 { margin: 0;}
#containerConteudo #wraperAplicacoes .especificacoes p{ padding-left: 70px;}

#coluna-left{
float:left;
position:relative;
width:474px;
}
#coluna-right{
float:left;
position:relative;
width:266px;
}

/* Cantos arredondados da galeria */

.boxRedondo{
	background:#141414;
	/*margin:1.0em 3.6em;*/
	margin-bottom: 0.19em;
}

.boxRedondo .conteudo { /*padding:1.0em;*/ padding: 0 0.75em;}
.boxRedondo.Maior .conteudo { min-height:180px;}
.boxRedondo .conteudo.paginacao { color: #767676; }

span.bt, span.bt span, span.bb, span.bb span {
	display:block; height:15px; font-size:1%;
	position:relative;
	clear:both;
}	

span.cinza, span.cinza span { background:url(../img/box_fundo_cinza.gif) no-repeat; }
span.preto, span.preto span { background:url(../img/box_fundo_preto.gif) no-repeat; }

span.bt { top:0; left:0; }

span.bt span { background-position:100% -15px; left: 0 }

span.bb { background-position:0 -30px; top:0; left: 0; }

span.bb span { background-position:100% -45px; left: 0; }

/* Box Redondo Inline */
.boxInline {
	background: #0d0d0d url(../img/fundo_box_inline.gif) no-repeat -15px 0;
	display: block;
	height: 16px;
	padding: 7px 15px;
	position: relative;
}
.boxInline span{
	background: #0d0d0d url(../img/fundo_box_inline.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}
.boxInline.canalIveco { width: 254px;}
.boxInline.especTecnicas { width: 322px; margin: 20px 0 0 20px;}

.boxAtencao {
	background-image: url(../img/fundo_boxBranco.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	margin: 15px 0 40px;
	padding: 5px 90px 0 70px;
	width: 545px;
}
.boxAtencao p{ color: #fff; margin: 0; padding:0;}

/* Box Paginação */
.boxPaginacao {
	background: #141414 url(../img/fundo_box_paginacao.gif) no-repeat -15px 0;
	display: block;
	height: 27px;
	padding: 11px 15px 0;
	position: relative;
}
.boxPaginacao .cantinhos{
	background: #141414 url(../img/fundo_box_paginacao.gif) no-repeat 0 0;
	display: block;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}

/* Galeria */
.galeriaConteudo {
	margin: 0 auto;
	width: 230px;
}
ul.galeria {
	margin:0;
	padding:0;
}
ul.galeria li {
	margin:0 0.9em 0.9em 0;
	display:inline;
	float:left;
}

ul.galeria li.semMargem { margin-right:0; }

.ampliar {
	background: url(../img/ico-zoom.gif) no-repeat right bottom;
	color: #454545;
	display: block;
	float: right;
	font-size: 10px;
	height: 17px;
	padding-right: 23px;
}

.boxPaginacao a {
	background-image: url(../img/ico_paginacao.gif);
	display: block;
	float: left;
	height: 20px;
	margin-left: 3px;
	text-indent: -9999px;
	width: 20px;
}
.boxPaginacao a.anterior {
	background-position: top left;
}
.boxPaginacao a.proxima {
	background-position: top right;
}

/* Download do Press Release */
#download-release {
	background: url(../img/fundo_download.gif) no-repeat top left;
	display: block; 
	height: 42px;
	padding: 10px 0 0 70px;
	margin: 0 0 20px auto;
	width: 190px;
}

/* HEADER */

#containerHead h1 a{
	width:266px;
	height:71px;
	margin:0 auto;
	background:url(../img/trakker_logo.png) no-repeat;
	text-indent:-9000px;
	display: block;
}

#containerHead #iveco{
	width:106px;
	height:32px;
	position:absolute;
	top:53px;
	right:16px;
	background:url(../img/logo-iveco.png) no-repeat;
	text-indent:-9000px;
}

/*Link topo Intençao de compra*/

/*#intencao-compra-head {
position:absolute;
	width:164px;
	height: 28px;
	display:block;		
	 
	 
	border:solid 1px;
}*/

ul#intencao {
	position:absolute;
	display:block;
	width:160px;
	height:20px;
	left:696px;
	top:41px;
	margin:0;
	padding:0;
}

ul#intencao li {
	float:left;
	list-style-type:none;
	text-indent:-9000px;
}
ul#intencao li a {
	display:block;
	height:16px;
	text-decoration:none;
	outline: none !important;
	background-image:url(../img/intencao_compra_topo.png);	
}


ul#intencao li.intencao_img1 a {	width:120px; background-position:0 0; }
ul#intencao li.intencao_img1 a:hover { background-position: 0 -17px; }

ul#intencao li.img360 a {	width:35px; background-position:-120px 0; }
ul#intencao li.img360 a:hover { background-position: -120px -17px; }






/* Navegação Principal */

#containerNavegacao {
	width:600px;
	height:26px;
	position:absolute;
	top:74px; 
	margin:0 0 0 278px;
}
ul#navegacaoGlobal {
	width:531px;
	margin:0 auto;
}

ul#navegacaoGlobal li {
	float:left;
	list-style-type:none;
}
ul#navegacaoGlobal li a {
	display:block;
	height:16px;
	text-decoration:none;
	text-indent:-9000px;
	overflow: hidden;
	outline: none !important;
}

#containerHead #linkHome {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: -470px;
}
#containerHead #linkHome a {
	display: block;
	width: 200px;
	height: 65px;
	text-decoration:none;
	text-indent: -9000px;
	overflow: hidden;
	outline: none !important;
}

#containerHead #linkIveco {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: 370px;
	text-indent: -9000px;
}
#containerHead #linkIveco a {
	display: block;
	width: 120px;
	height: 45px;
	text-decoration:none;
	outline: none !important;
}

ul#navegacaoGlobal li a { background-image:url(../img/menu.png);	}

/* Menu A combinação perfeita */
ul#navegacaoGlobal li.mnCombinacao_perfeita a {	width:152px; background-position:0 0; }
ul#navegacaoGlobal li.mnCombinacao_perfeita a:hover { background-position: 0 -14px; }
body#Combinacao_perfeita ul#navegacaoGlobal li.mnCombinacao_perfeita a { background-position:0 -14px; cursor: default;}

/* Menu Diferenciais  */
ul#navegacaoGlobal li.mnModelos a {	width:78px; background-position:-189px 0; }
ul#navegacaoGlobal li.mnModelos a:hover { background-position:-189px -14px; }
body#Diferenciais ul#navegacaoGlobal li.mnModelos a { background-position:-189px -14px; cursor: default; }

/* Menu Modelos */
ul#navegacaoGlobal li.mnDiferenciais a {	width:60px; background-position:-304px 0; }
ul#navegacaoGlobal li.mnDiferenciais a:hover { background-position:-304px -14px; }
body#Modelos ul#navegacaoGlobal li.mnDiferenciais a { background-position:-304px -14px; cursor: default; }

/* Menu Meu Iveco */
ul#navegacaoGlobal li.mnMeuIveco a { width:66px; background-position:-397px 0; }
ul#navegacaoGlobal li.mnMeuIveco a:hover { background-position:-397px -14px; }
body#MeuIveco ul#navegacaoGlobal li.mnMeuIveco a { background-position:-397px -14px; cursor: default; }

/* Menu Contato */
ul#navegacaoGlobal li.mnContato a {	width:57px; background-position:-497px 0; }
ul#navegacaoGlobal li.mnContato a:hover { background-position:-497px -14px; }
body#Contato ul#navegacaoGlobal li.mnContato a { background-position:-497px -14px; cursor: default; }




.separador{
width:5px;
height:16px;
margin:1px 12px 0 12px;
background:url(../img/separador_menu.png);

}

/* CONTEÚDO */

/* Destaques e Chamadas da Home */

.destaque {
	display: block;
	text-indent: -9999px;
	position:absolute;
	bottom:170px;
}

.destaque h2, .destaque p { display: none }

.destaque h2 {
	font-size:1.1em !important;
	height:1.3em !important;
	margin-top:30px;
}

.sIFR-hasFlash .destaque h2 { visibility: hidden; }

.destaque p {
	font-size:1.00em;
	margin-top:0;
	line-height:1.1em;
	}

#destaquePerformace { 
	left:45px; 
	width:305px; 
	height:108px;
	background:url(../img/destaque_performace.png) no-repeat; 
}
#destaqueRobustez { 
	left:355px; 
	width:315px; 
	height:102px;
	background:url(../img/destaque_robustez.png) no-repeat; 
}
#destaquePosVenda { 
	left:680px; 
	width:284px; 
	height:119px;
	background:url(../img/destaque_posvenda.png) no-repeat;
}

#boxChamada {
	display:none;
	width:268px;
	height:84px;
	position:absolute;
	right:50px;
	top:180px;
}

#boxChamada * { text-indent:-9000px; }

#boxChamada { background:url(../img/mote_campanha.png) no-repeat; }

/* Formulários*/
.formularios legend {display: none;}
.formularios ul { margin: 0; padding: 0;}
.formularios ul li { display: inline; float: left; list-style: none; margin: 0 20px 15px 0; position: relative; width: 100%;}
.formularios ul li label { color: #dd6303; display: block; padding-left: 10px;}
.formularios ul li label .exemplo { color: #454545; font-size: 10px; position: absolute; right: 0;}
.formularios ul li input { border: 0; background: transparent; color: #aaa; width: 100%;}
.formularios ul li select { border: 1px solid #aaa; background: #313030; color: #aaa; width: 100%}
.campos {
	background: #313030 url(../img/fundo_campos.gif) no-repeat -5px 0;
	height: 19px; position: relative;
	padding: 3px 0 0 10px;
}
.campos span {
	background: url(../img/fundo_campos.gif) no-repeat 0 0;
	display: block;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
}
.campos.select {
	background: #313030 url(../img/fundo_select.gif) no-repeat -5px 0;
	height: 22px; position: relative;
	padding: 3px 5px 0;
}
.campos.select span {
	background: url(../img/fundo_select.gif) no-repeat 0 0;
	display: block;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
}
.campos.mensagem {
	background: #313030 url(../img/fundo_campos-mensagem.gif) no-repeat -5px 0;
	height: 99px; position: relative;
	padding: 3px 5px 0 10px;
}
.campos.mensagem span {
	background: url(../img/fundo_campos-mensagem.gif) no-repeat 0 0;
	height: 102px;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
}
.formularios ul li textarea {
	background: transparent;
	border: 0;
	color: #ababab;
	margin: 0;
	width: 100%;
	height: 93px;
}
.observacao { float: right; position: absolute; right: 90px; top: 0;}
/* Formulário de Contato*/

#formContato ul #campo-mensagem { width: 690px;}
#formContato ul #campo-nome, #formContato ul #campo-bairro{ width: 440px;}
#formContato ul #campo-segmento, #formContato ul #campo-estado, #formContato ul #campo-assunto{ width: 230px;}
#formContato ul #campo-email, #formContato ul #campo-endereco{ width: 335px;}
#formContato ul #campo-numero, #formContato ul #campo-cep{ width: 70px;}
#formContato ul #campo-complemento{ width: 140px;}
#formContato ul #campo-cidade{ width: 350px;}
#formContato ul #campo-veiculo{ width: 300px;}
#formContato ul .campo-telefone{ width: 176px;}
#formContato ul .campos label { padding-left: 0 !important;}
#formContato ul .campos.ddd { float: left; margin-right: 1px; width: 40px;}
#formContato ul .checkbox { float: left; margin: 5px 10px 0 0; color: #ababab;}
#formContato ul .checkbox input { width: auto; margin: 0 5px 0 0;}
#formContato ul .campos.telefone { float: left; width:  115px;}
#formContato ul #enviar { height: 27px; width: 80px;}
#formContato ul #campo-segmento, #formContato ul #campo-bairro { margin-right: 0;}

/* Formulário de Intenção de Compras */
#formIntencao ul #campo-mensagem { width: 690px;}
#formIntencao ul #campo-concessionaria, #formIntencao ul #campo-email { width: 690px;}
#formIntencao ul #campo-modelo, #formIntencao ul #campo-cor, #formIntencao ul #campo-estado { width: 215px;}
#formIntencao ul #campo-nome, #formIntencao ul #campo-empresa, #formIntencao ul #campo-ramo, #formIntencao ul #campo-tipo-equipamento { width: 335px;}
#formIntencao ul .campo-telefone{ width: 176px;}
#formIntencao ul .campos label { padding-left: 0 !important;}
#formIntencao ul .campos.ddd { float: left; margin-right: 1px; width: 40px;}
#formIntencao ul .campos.telefone { float: left; width:  115px;}


/* Tabelas */

.tbGeral { border-collapse: separate; border-spacing: 1px; margin: 0 auto 15px; width: 403px;}
.tbGeral thead tr th { height: 31px; padding: 0;}
.tbGeral thead tr th.esq { background: #212121 url(../img/thead_cantinhos.gif) no-repeat left top;}
.tbGeral thead tr th.dir { background: #212121 url(../img/thead_cantinhos.gif) no-repeat right bottom;}
.tbGeral tbody tr td { height: 41px; text-align: center;}
.tbGeral tbody tr td.esq { background: #191919 url(../img/tbody_cantinhos.gif) no-repeat left top;}
.tbGeral tbody tr td.dir { background: #191919 url(../img/tbody_cantinhos.gif) no-repeat right bottom;}

/* Mostra-esconde */
.mostraEsconde { padding:0; margin:0;}
.mostraEsconde li { list-style:none;}
.mostraEsconde li .content { border-bottom:1px dotted #143144; padding:3px 0 5px 0; margin:0 21px 0 30px; }
.mostraEsconde li .content h4 {
	background:url(../img/icone-mais-menos-modelos.png) no-repeat 0 0;
	padding-left:25px;	 
	cursor:pointer;
	font-weight:normal;
	height:15px;
}
.mostraEsconde li.aberto .content h4 { background-position:0 -15px;  cursor:pointer; font-weight:bold; color:#ffde30;}

.box-mostraEsconde {   background-color:#33523b; margin:15px 0 0 26px;}
.box-mostraEsconde .middle { color:#fff; padding:4px 20px 0 28px;}
span.top, span.top span, span.bottom, span.bottom span {
	background:url(../img/mostraesconde_cantinhos.gif) no-repeat;
	display:block; height:4px; font-size:1%;
	position:relative;
	clear:both;
}
span.top { top:0; left:0; }
span.top span { background-position:100% -5px; left: 0 }
span.bottom { background-position:0 -15px; top:0; left: 0; }
span.bottom span { background-position:100% -10px; left: 0; }

.box-mostraEsconde .middle ul li, .lista li{ background: none; list-style: url(../img/bullet_lista.gif); padding: 0;}

/* Internas */

.sIFR-hasFlash #wraperConteudo h1 { visibility:hidden; }
body.internas h2 {  font-size:1.00em; color:#fff; }

.sIFR-hasFlash .sifr { visibility:hidden; }
body.internas #wraperAplicacoes .sifr { font-size: 0.94em; height: 18px;}
body#MeuIveco #containerConteudo #wraperConteudo .subtitulo { font-size: 1.19em; height: 22px;}
body#Modelos #containerConteudo #wraperConteudo .subtitulo { font-size: 15px;}

.diferenciais-tecnicos {
	background: url(../img/fundo_diferenciais-tecnicos.gif) no-repeat 0 0;
	margin: 30px 0 0;
	padding: 90px 20px 0;
	width: 445px;
}
.diferenciais-tecnicos .trakker { padding-right: 190px; padding-top: 15px;}

.video {
	background: url(../img/fundo_video.gif) no-repeat;
	padding: 10px;
	margin-bottom: 10px;
}

#assinatura-planb {
	background: url(../img/rodape_planb.png) no-repeat;
	bottom: 13px;
	display: block;
	height: 16px;
	right: 51px;
	text-indent: -9999px;
	position: absolute;
	width: 46px;
}

/* FOOTER */


#containerFooter {
	position:relative;
	clear: both;
	margin: 0 auto;
	font-size:0.63em;
	color:#fff;
	width:100%;
	margin-top:-93px;
	background: url(../img/background_footer.jpg);
}

#home #containerFooter {
	background: none;
}
#footer {
	position:relative;
	margin:0 auto;
	text-align: left;
	width:950px;
	height:93px;
	/*background:url(../img/background_footer.png) bottom center no-repeat;*/
}

 

#footer .copyright {
	width:11px;
	height:11px;
	margin:59px 0 0 0;	 
	position:absolute;	
	background:url(../img/icone_copyright.png) left center no-repeat;
}

#footer .direitos {
	width:300px;
	height:11px;
	margin:54px 0 0 20px;	
	position:absolute;	
	color:#a8b5ab;
	 
}


#footer .logos-rodape{
	top:12px;
	position:relative;
}
#footer .logos-rodape img {
	margin-right: 25px;
}

/* Outros Sites Iveco */

#sitesIveco {
	width:180px;
	position:absolute;
	top:11px;
	right:50px;
}

#sitesIveco label {
	display:block;
	margin-bottom:-2px;
}

#sitesIveco fieldset { margin:0; }

#sitesIveco select#sites { background: #869d8c; border: none; color: #fff; font-size: 11px; width: 180px;  height:18px; }

/* para página de diferenciais */
body#Diferenciais #containerConteudo #wraperConteudo { width:780px;}
#diferenciaisConteudo{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/fundo_degrade_diferenciais.gif);
	background-repeat: no-repeat;
	background-position: center 177px;
}
#diferenciaisConteudo{ overflow: auto; }
#diferenciaisConteudo div{
	display: block;
	float: left
}
#diferenciaisConteudo div h2{
	display: block;
	height: 289px;
	text-indent: -999999px;
	margin-bottom: 20px;
}
#diferenciaisConteudo #altaPerformance{	width: 263px; }
#diferenciaisConteudo #robustez{ width: 254px; }
#diferenciaisConteudo #posVenda{ width: 263px; }

#diferenciaisConteudo #altaPerformance h2{
	width: 263px;	
	background: url(../img/tt_alta_performance.png) top left no-repeat;
}
#diferenciaisConteudo #robustez h2{
	width: 254px;
	background: url(../img/tt_robustez.png) top left no-repeat;
}
#diferenciaisConteudo #posVenda h2{
	width: 263px;
	background: url(../img/tt_pos_venda.png) top left no-repeat;	
}
#diferenciaisConteudo div p{
	width: 205px;
	margin: 9px auto;
}

/* para página de meu iveco */
body#MeuIveco #containerConteudo #wraperConteudo { width:780px;}

/* btn zoom da fonte*/
#btn-zoom-fonte{
display:block;
width:42px;
height:21px;
float:right;
margin:0 0 0 5px;
}


.txt-zoom{
float:right;
}
#zoom-texto{
display: block;
width:182px;
float: right;
margin:30px 15px 20px 0;
}
#zoom-texto .zoom-menos{
display: block;
float:right;
width:21px;
height:21px;
background:url(../img/zoom-txt.jpg) 0 0 no-repeat;
}
#zoom-texto .zoom-mais{ 
display: block;
float:right;
width:21px;
height:21px;
background:url(../img/zoom-txt.jpg)  -21px 0 no-repeat;
}


#garantia{
	display: block;
	width: 290px;
	height: 100%;
	padding: 39px 155px 0 34px;
	background:url(../img/garantia.png) top right no-repeat;	 
	float: left;
}
#garantia span.tit-garantia{
display:block;
width:95px;
height:18px;
text-indent:-9898px;
background:url(../img/tit_garantia.png);

}

#intencao-compra{
	display: block;
	width: 290px;
	height: 159px;
	padding: 39px 155px 0 34px;
	background:url(../img/intencao_compra.png) top right no-repeat;	 
	float: left;
	margin:53px 0 50px 0;
}
#intencao-compra span.tit-intencao-compra{
display:block;
width:210px;
height:21px;
text-indent:-9898px;
background:url(../img/tit_intencao_compra.png);

}



 
#rede{
	width: 246px;
	height: 100%;
	float: right;	 
	padding: 47px 0 0 0;
	background: url(../img/bg_degrade_mapa.png) no-repeat;
	background-position: right 48px;
}
 
#rede span.rede-de-concessionarias{
display: block;
margin:0 0 43px 50px;
width:134px;
height:30px;
background:url(../img/tit-rede-concess.png);
text-indent:-9000px;

}
