@import "lightbox.css";
/*==== CONFIGURAÇÕES BASE ====*/
body {
	background:#353535;
	margin:0;
	font-family:TrebuchetMS, Arial, Helvetica, sans-serif;
	text-align:center;
}

p {
	line-height:18px!important;
}

h2 span {
	color:#F60;
}

.data_destaques {
	font-size:11px;
	color:#F60;
}

.campo_form {
	margin-bottom:9px;
	border:2px solid #9A9A9A;
	height:16px;
}

.campo_form2 {
	margin-bottom:9px;
	border:2px solid #9A9A9A;
}

.campo_select {
	margin-bottom:9px;
	border:2px solid #9A9A9A;
	font-size:11px;
}

.btn_enviar {
	border:none;
	background:none;
	color:#333333;
	text-decoration:underline;
	font-size:11px;
}

.btn_cadastro {
	border:none;
	background:url(../imagens/botao/bt_cadastrese.gif) no-repeat 0 0;
	width:73px;
	height:19px;
	float:right;
	display:inline;
	margin-top:10px;
}

.off {
	display:none;
}

/*==== CONFIGURAÇÃO LAYOUT ====*/
	#container {	
		width:936px;
		margin-top:16px;
		text-align:left;
		margin:0 auto;
	}
	
		#topo {
			/*position:relative;*/
			width:936px;
			height:109px;
			/*background:url(../imagens/layout/bg_topo_2.gif) no-repeat 0 0;*/
		}
			#topo h1 {
				float:left;
				display:inline;
				width:250px;
				margin:0;
				font-size:12px;
			}
				#topo h1 a {
					background:url(../imagens/layout/logo_chlebatopo_5.gif) no-repeat 0 0;
					display:block;
					width:204px;
					height:59px;
					margin:27px 0 0 26px;
					text-indent:-5000em;
				}
				
			#topo div#login {
				margin:25px 0 0 200px;
				display:inline;
				height:20px;
			}
				div#login img {
					margin-top:2px;
					float:left;
					display:inherit;
				}
				div#login label {
					padding-top:3px;
					height:20px;
				}
				div#login input {
					border:none;
				}
				div#login input.text {
					border:1px solid #464646;
					background:#FFF;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#666;
				}
				div#login input.btn_ok {
					border:none;
					background:url(../imagens/layout/bg_btnok.gif) no-repeat 0 0;
					width:24px;
					height:20px;
					color:#FFF;
					font-weight:bold;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
				}
				div#login form {
					padding:0;
					margin:0;
				}
				
				#topo ul#menu_topo {
					margin:0; /margin:50px 0 0;
					width:545px;
					padding:0; float:right; clear:both;
					list-style:none;
				}

					ul#menu_topo li {
						float:left;
						padding:0; margin:0;
						display:inline;
					}
						ul#menu_topo li a.rss {
							background:url(../imagens/botao/bt_rss.gif) no-repeat 0 0;
							display:block;
							width:39px; height:16px; margin-left:17px;
							text-indent:-5000em;
						}
						
						ul#menu_topo li a.facebook {
							background:url(../imagens/botao/bt_facebook.gif) no-repeat 0 0;
							display:block;
							width:99px; height:16px; margin-left:17px;
							text-indent:-5000em;
						}
						
						ul#menu_topo li a.flickr {
							background:url(../imagens/botao/bt_flickr.gif) no-repeat 0 0;
							display:block;
							width:105px; height:16px; margin-left:17px;
							text-indent:-5000em;
						}
						
						ul#menu_topo li a.youtube {
							background:url(../imagens/botao/bt_youtube.gif) no-repeat 0 0;
							display:block;
							width:131px; height:16px; margin-left:18px;
							text-indent:-5000em;
						}
						
						ul#menu_topo li a.twitter {
							background:url(../imagens/botao/bt_twitter.gif) no-repeat 0 0;
							display:block;
							width:81px; height:16px; margin-left:15px;
							text-indent:-5000em;
						}
												
						ul#menu_topo li a.addthis {
							/*background:url(http://s9.addthis.com/button1-share.gif) no-repeat 0 0;*/
							background:url(../imagens/botao/bt_compartilhe.gif) no-repeat 0 0;
							display:block;
							width:74px;
							height:16px;
							margin-left:17px;							
							text-decoration:none;
						}
						
				
		#conteudo {
			background:url(../imagens/layout/sombra_conteudo.gif) repeat-y 0 0;
			width:936px;
			margin-top:3px;
		}
			#conteudo h1 {
				margin:0;
			}
				#conteudo h1.ColunaCanais {
					margin:0 0 15px 0 !important;
				}
		
			#header {
				background:url(../imagens/layout/bg_header.jpg) no-repeat 0 0;
				width:936px; height:39px;
				overflow:hidden;
			}
			/*==== CONFIGURA MENU SUPERIOR ====*/
				#header ul#links_superior {
					list-style:none; height:35px; width:913px;
					padding:0; margin:0;
					display:inline;
				}
					ul#links_superior li {
						float:left; margin-top:2px;
						display:inline;
					}
						ul#links_superior li a.linkServicos {
							margin-left:11px;
							display:block;
							width:126px; height:35px;
							background:url(../imagens/botao/bt_servicoagencia.jpg) no-repeat 0 0;
							text-indent:-5000em;
						}
						ul#links_superior li a.linkSoftwares {
							display:block;
							width:131px; height:35px;
							background:url(../imagens/botao/bt_softwares.jpg) no-repeat 0 0;
							text-indent:-5000em;
						}
						ul#links_superior li a.linkCasosSucesso {
							display:block;
							width:132px; height:35px;
							background:url(../imagens/botao/bt_casos_sucesso.jpg) no-repeat 0 0;
							text-indent:-5000em;
						}
						ul#links_superior li a.linkBlog {
							display:block;
							width:132px; height:35px;
							background:url(../imagens/botao/bt_blog.jpg) no-repeat 0 0;
							text-indent:-5000em;
						}
						ul#links_superior li a.linkSobreEmpresa {
							display:block;
							width:132px; height:35px;
							background:url(../imagens/botao/bt_sobre_empresa.jpg) no-repeat 0 0;
							text-indent:-5000em;
						}
						ul#links_superior li a.linkContato {
							display:block;
							width:132px; height:35px;
							background:url(../imagens/botao/bt_contato.jpg) no-repeat 0 0;
							text-indent:-5000em;
						}
						ul#links_superior li a.linkLogin {
							display:block;
							width:117px; height:35px;
							background:url(../imagens/botao/bt_login.jpg) no-repeat 0 0;
							text-indent:-5000em;
						}
						
				
	/*novo top banner*/		
			#img_banner {
				width:928px;
				margin:0 4px;
				position:relative; overflow:hidden;
				display:block; clear:both;
				}
				#img_banner div.videoTop {
					width:274px; height:154px; top:14px; right:0px;
					position:absolute; padding: 6px 0 0 32px;
					background:url(../imagens/layout/moldura_video.png) no-repeat 0 0;
					/* filtro para transparencia do png para IE6, ignorado pelo Mozila */
					_background:none;
					_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imagens/layout/moldura_video.png');
					}
		/*fim top banner*/	
			#texto_internas {
				background:#EEE url(../imagens/layout/bg_clienteshome.gif) repeat-x 0 0;
				font-size:11px;
				width:928px;
				margin:0 4px;
				padding:15px 0 10px 0;
				overflow:hidden;
			}
			#clientes_home {
				clear:both;
				background:#EEE url(../imagens/layout/pontilhado_cinza.gif) repeat-x 0 0;
				font-size:11px;
				width:928px;
				margin:0 4px;
				padding:10px 0;
				overflow:hidden;
			}
				#clientes_home h2 {
					float:left;
					display:inline;
					font-size:18px;
					color:#666;
					margin:0 0 0 28px;
				}
				#clientes_home ul#logo_clientes {
					float:right;
					margin:6px 8px 0px 0;
					padding:0;
					list-style:none;
				}
					ul#logo_clientes li {
						float:left;
						display:inline;
						margin:0 0px 0 0;
						padding:0;
					}
					
					ul#logo_clientes li a 
					{
						margin: 0px;
					}
				
				/*==== CONFIGURA COLUNA ESQUERDA ====*/	
				#texto_internas div#col_left {
					position:relative;
					float:left;
					display:inline;
					margin-left:32px;
					width:156px;
					color:#333333;
				}
				
					#texto_internas div#col_left h2.tituloColuna {
						margin:10px 0 20px;
						font-size:18px;
					}
					div#col_left h2 {
						margin:30px 0 10px;
						font-size:20px;
					}
					div#col_left ul#menu_lateral {
						list-style:none;
						margin:0;
						padding:0;
						color:#F60;
					}
						ul#menu_lateral li {
							line-height:18px;
						}
							ul#menu_lateral li a {
								color:#333333;
								text-decoration:none;
							}
							ul#menu_lateral li a:hover {
								color:#F60;
								text-decoration:none;
							}
							
					div#col_left ul#indice_destaques {
						margin:0;
						padding:0;
						list-style:none;
					}
						ul#indice_destaques li a {
							text-decoration:none;
						}
						ul#indice_destaques li a:hover,
						ul#indice_destaques li a:active {
							color:#F60;
							text-decoration:none;
						}
					
					div#col_left #form_contato label {
						display:block;
						width:96px;
						padding-top:3px;
					}
					div#col_left #form_news label {
						float:left;
						width:62px;
						padding-top:3px;
					}
					div#col_left form img {
						margin-bottom:5px;
					}
					div#col_left form div {
						margin-right:5px;
					}
					div#col_left a {
						color:#333333;
					}
					div#col_left a:hover {
						color:#F60;
					}
					div#col_left a#menuLaranja {
						color:#F60;
					}
					div#col_left h1 {
						font-family:TrebuchetMS, Arial, Helvetica, sans-serif;
						font-size:11px;
						color:#F60;
						text-decoration:none;
						font-weight:bold;
					}
						div#col_left h1 a{
							font-family:TrebuchetMS, Arial, Helvetica, sans-serif;
							font-size:16px;
							color:#F60;
							text-decoration:none;
							font-weight:bold;	
						}
						div#col_left h1 a:hover{
							font-family:TrebuchetMS, Arial, Helvetica, sans-serif;
							font-size:16px;
							color:#F60;
							text-decoration:none;
							font-weight:bold;	
						}

				/*==== CONFIGURA COLUNA DIREITA MAPA ====*/
				#texto_internas div#col_rightMapa {
					background:url(../imagens/layout/bordaleft_colright.gif) repeat-y 0 0;
					position:relative;
					float:right;
					padding-left:24px;
					margin:0 25px 30px 0;
					width:560px;
					display:inline;
					color:#333333;
				}
				div#col_rightMapa p span{
					color:#333333;
				}
				div#col_rightMapa a {
					color:#333333;
					text-decoration:underline;
				}
				div#col_rightMapa a:hover,
				div#col_rightMapa a:active {
					color:#F60;
					text-decoration:underline;
				}				
				
				ul#menuMapa{
					list-style:none;
				}
				ul#menuMapa li {
					line-height:5px;
				}
				ul#menuMapa li a {
					color:#333333;
					text-decoration:none;
				}
				ul#menuMapa li a:hover {
					color:#F60;
					text-decoration:none;
				}
				
				/*==== CONFIGURA COLUNA DIREITA ====*/									
				#texto_internas div#col_right {
					background:url(../imagens/layout/bordaleft_colright.gif) repeat-y 0 0;
					position:relative;
					float:right;
					padding-left:20px;
					margin:0 20px 30px 0;
					width:669px;
					display:inline;
					color:#333333;
				}
				#texto_internas div#col_right div.imgTopo {
					display:block;
					float:right;
					width:auto;
					height:auto;
					margin:0 0 3px 8px;
				}
					#texto_internas div#col_right div.imgTopo li {
						list-style:none;
						padding:0 0 4px 0;
					}
					div#col_right .ImagensNossosProdutos {
						display:inline; float:right;
						width:171px; height:auto;
						margin:30px 10px 0 20px;
					}
						div#col_right .ImagensNossosProdutos ul {
							width:171px !important;
							list-style:none;
							margin:0 0 0 0;
							padding:0 0 0 0;
						}
						div#col_right .ImagensNossosProdutos ul li {
							width:171px !important;
							margin-bottom:10px;
							list-style:none;
							margin:0 0 10px 0;
							padding:0 0 0 0;
						}
					
					div#col_right ul.listaSucessos {
						width:649px; overflow:hidden;
						margin:0;
						padding:0;
					}
						div#col_right ul.listaSucessos li {
							display:inline; float:left; 
							width:143px; 
							margin-right:13px;
							text-align:center; 
							font:11px Arial, Helvetica, sans-serif; color:#858585;
						}
						div#col_right ul.listaSucessos li.separador_casos {
							width:612px; height:2px; margin:36px 0 21px 4px;
							font-size:1px;
							background:url(../imagens/layout/divisao_horiz_cinza.gif) repeat-x 0 0;
						}
							div#col_right ul.listaSucessos li a {
								color:#858585; text-decoration:none;
							}
							div#col_right ul.listaSucessos li a:hover {
								stext-decoration:underline;
							}
							div#col_right ul.listaSucessos li img {
								float:left;
							}
					
					div#col_right p span{
						color:#333333;
					}
					
					div#col_right a {
						color:#333333;
						text-decoration:underline;
					}
					div#col_right a:hover,
					div#col_right a:active {
						color:#F60;
						text-decoration:underline;
					}
					
					div#col_right h3 {
						color:#F60;
						font-size:11px;
						margin-top:0;
					}
					div#col_right ul li {
						margin-bottom:10px;
					}
					div#col_right ul#valores {
						margin:0;
						padding:0;
					}
						ul#valores li {
							margin-left:15px;
							padding:0; margin-bottom:0;
						}
					div#col_right div {
						position:relative;
						width:550px;
						height:37px;
						margin-bottom:20px;
					}
						div#col_right ul#track_servicos {
							margin:0;
							padding:0;
							list-style:none;
							font-size:10px;
						}
							ul#track_servicos li.track_1 {
								float:left;
								display:inline;
								margin-left:0px;
								 margin-bottom:0;
								width:98px;
								z-index:1;
							}
							ul#track_servicos li.track_2 {
								float:left;
								display:inline;
								margin-left:-8px;
								 margin-bottom:0;
								width:98px;
								z-index:62;
							}
							ul#track_servicos li.track_3 {
								float:left;
								display:inline;
								margin-left:-8px;
								 margin-bottom:0;
								width:98px;
								z-index:63;
							}
							ul#track_servicos li.track_4 {
								float:left;
								display:inline;
								margin-left:-8px;
								 margin-bottom:0;
								width:98px;
								z-index:64;
							}
							ul#track_servicos li.track_5 {
								float:left;
								display:inline;
								margin-left:-8px;
								 margin-bottom:0;
								width:98px;
								z-index:65;
							}
							ul#track_servicos li.track_6 {
								float:left;
								display:inline;
								margin-left:-8px;
								 margin-bottom:0;
								width:98px;
								z-index:66;
							}
						
				#texto_internas div#col_rightnews {
					background:url(../imagens/layout/bordaleft_colright.gif) repeat-y 0 0;
					position:relative;
					float:right;
					padding-left:24px;
					margin:0 25px 30px 0;
					width:560px;
					min-height:480px;
					display:inline;
					color:#333333;
				}
					div#col_rightnews h2 {
						color:#333333;
						font-size:20px;
						margin:0;
					}
					div#col_rightnews a {
						color:#F60;
						text-decoration:none;
					}
					div#col_rightnews a:hover {
						text-decoration:underline;
					}
				
				#texto_internas div#col_rightprodutos {
					background:url(../imagens/layout/bordaleft_colright.gif) repeat-y 0 0;
					position:relative;
					float:right;
					padding-left:24px;
					margin:0 25px 30px 0;
					width:660px;
					display:inline;
					color:#333333;
				}
					div#col_rightprodutos h3 {
						color:#F60;
						font-size:11px;
						margin-top:0;
					}
					
					div#col_rightprodutos a {
						color:#333333;
						text-decoration:underline;
					}
					
					div#col_rightprodutos a:hover {
						color:#F60;
					}
														
					div#col_rightprodutos p {
						margin-top:0;
					}
					div#col_rightprodutos div {
						float:right;
					}
					div#col_rightprodutos ul li {
						margin-bottom:10px;
					}
					/*div#col_rightprodutos */ul#produtos {
						margin:0;
						list-style:none;
						padding:0;
					}
						ul#produtos li {
							padding:0;
							margin:0;
						}
						ul#produtos li a {
							color:#333333;
							text-decoration:none;
						}
						ul#produtos li span a {
							color:#F60;
						}
						ul#produtos li span {
							color:#F60;
						}
						ul#produtos li a:hover {
							text-decoration:underline;
						}
						
					#texto_internas div#col_rightexecutivos {
						background:url(../imagens/layout/bordaleft_colright.gif) repeat-y 0 0;
						position:relative;
						float:right;
						padding-left:24px;
						margin:0 25px 30px 0;
						width:560px;
						display:inline;
						color:#333333;
					}
						div#col_rightexecutivos img {
							float:left;
							margin-right:18px;
						}
						div#col_rightexecutivos div {
							float:left;
							width:428px;
							margin-bottom:40px;
						}
						div#col_rightexecutivos h2 {
							margin:0;
						}
							div#col_rightexecutivos h2#nome
							{
								margin:0;
								color:#F60;
							}
							div#col_rightexecutivos h3#cargo
							{
								margin:0;
							}
			#texto_home {
				/*background:#EEE url(../imagens/layout/pontilhado_cinza.gif) repeat-x 0 0;*/
				background:#EEE url(../imagens/layout/bg_clienteshome.gif) repeat-x 0 0;
				display:inline; float:left;
				width:928px;
				padding-top:16px;	
				margin-left:4px;
				padding-bottom:26px;
			}
			div.Content_txtGeral {
				display:inline; float:left;
				width:557px;
				margin-left:26px;
				margin-top:13px;
			}
				#texto_home p {
					width:535px;
					font-size:11px;
					color:#333333;
					background:#EEE;
				}
				#VideoFlash_content {
					display:inline; float:right;
					width:345px;
				}
					div.Box_flash {
						display:inline; float:left;
						width:316px; height:260px;
						background:url(../imagens/layout/img_flashVideo.jpg) 0 0 no-repeat;
						margin-top:13px;
					}
					div.Txt_InfoFlash {
						display:inline; float:left;
						width:316px;
						font:10px Arial, Helvetica, sans-serif;
						color:#606060;
						margin-top:13px;
					}
			
			#texto_home p a{
				color:#333333;
				text-decoration:underline;
			}
			#texto_home p a:hover{
				color:#F60;
			}
			
			#destaques {
				background:#EEE url(../imagens/layout/pontilhado_cinza.gif) repeat-x 0 0;
				overflow:hidden; clear:both;
				width:928px;
				margin:0 4px;
				padding-top:20px;
			}
				#destaques ul#lista_destaques {
					width:100%;
					list-style:none;
					padding:0;
					margin:0;
				}
					ul#lista_destaques li {
						float:left;
						display:inline;
						width:252px;
						font-size:11px;
						color:#333333;
					}
						ul#lista_destaques li a {
							font-size:11px;
							color:#333333;
							text-decoration:none;
						}
						ul#lista_destaques li a:hover {
							text-decoration:underline;
						}
					
					ul#lista_destaques li#noticia1 {
						margin:0 28px 0 32px;
					}
					ul#lista_destaques li#noticia2 {
						border-left:1px solid #DADADA;
						border-right:1px solid #DADADA;
						padding:0 28px;
						/width:290px!important;
					}
					ul#lista_destaques li#noticia3 {
						float:right;
						margin-right:16px;
						padding-left:26px;
						width:260px!important;
						/width:290px!important;						
					}
			#enderecos {
				background:#EEE;
				position:relative;
				display:table;
				width:928px;
				margin:0 4px;
			}
				#enderecos div {
					background:url(../imagens/layout/pontilhado_cinza.gif) repeat-x 0 0;
					position:relative;
					display:inherit;
					width:872px;
					margin:0 auto;
					padding-top:20px;
				}		
				#enderecos ul#lista_enderecos {
					list-style:none;
					margin:0;
					padding:0;
				}
					ul#lista_enderecos li {
						float:left;
						display:inline;
						font-size:11px;
						color:#333333;
					}
						ul#lista_enderecos li h3 {
							color:#F60;
							font-size:11px;
							margin:0;
						}
					ul#lista_enderecos li#end_sp {
						width:286px;
						margin-left:5px;
					}
					ul#lista_enderecos li#end_ctba {
						border-left:1px solid #DADADA;
						border-right:1px solid #DADADA;
						width:312px;
						padding-left:30px;
					}
					ul#lista_enderecos li#end_sl {
						margin-left:28px;
					}
			
		#rodape_copyright {
			clear:both;
			width:936px;
			padding-top:22px;
			background:url(../imagens/layout/img_bott_conteudo.gif) no-repeat 0 0;
		}
			#rodape_copyright ul {
				width:916px; list-style:none; padding:0; margin:0 0 0 20px;
			}
				#rodape_copyright ul li {
					float:left; display:inline;
				}
				#rodape_copyright ul li.rodape_copyright2001_2007 {
					background:url(../imagens/title/title_copyright2001_2010.gif) no-repeat 0 0;
					display:block;
					width:90px;
					height:9px;
					text-indent:-5000em;
				}
				#rodape_copyright ul li a.mktInterativo {
					background:url(../imagens/title/title_chlebamktinterativo.gif) no-repeat 0 0;
					display:block;
					width:125px;
					height:9px;
					text-indent:-5000em;
				}
				#rodape_copyright ul li a.agenciaDigital {
					background:url(../imagens/title/title_chleba_agenciadigital.gif) no-repeat 0 0;
					display:block;
					width:98px;
					height:9px;
					text-indent:-5000em;
				}
				#rodape_copyright ul li a.agenciaInterativa {
					background:url(../imagens/title/title_agenciainterativachle.gif) no-repeat 0 0;
					display:block;
					width:113px;
					height:9px;
					text-indent:-5000em;
				}
				#rodape_copyright ul li.direitosReservados {
					background:url(../imagens/title/title_todosdireitosreservad.gif) no-repeat 0 0;
					display:block;
					width:132px;
					height:9px;
					text-indent:-5000em;
				}
				#rodape_copyright ul li.telefonesContato {
					background:url(../imagens/title/title_telefonecontato.gif) no-repeat 0 0;
					display:block;
					width:265px; margin-left:20px;
					height:10px;
					text-indent:-5000em;
				}
				#rodape_copyright ul li.mapaSite {
					margin:0 20px 20px 0px;
					width:54px;
					height:9px;
					float:right;
					display:inline;
				}
				#rodape_copyright ul li.mapaSite a {
					background:url(../imagens/title/title_mapadosite.gif) no-repeat 0 0;
					display:block;
					width:54px;
					height:9px;
					text-indent:-5000em;
				}

/*BLOG*/
.link_11 {
	color:#333333;
	text-decoration:none;
	font-size:11px;
}
a.link_11:hover {
	color:#F60;
	text-decoration:underline;
}

a.link_13 {
	color:#333333;
	text-decoration:none;
	font-size:13px;
}
a.link_13:hover {
	color:#F60;
	text-decoration:underline;
}

a.link_15 {
	color:#333333;
	text-decoration:none;
	font-size:15px;
}
a.link_15:hover {
	color:#F60;
	text-decoration:underline;
}

a.link_18 {
	color:#333333;
	text-decoration:none;
	font-size:18px;
}
a.link_18:hover {
	color:#F60;
	text-decoration:underline;
}

a.link_20 {
	color:#333333;
	text-decoration:none;
	font-size:20px;
}
a.link_20:hover {
	color:#F60;
	text-decoration:underline;
}

input.btn_comentar {
	background:url(../imagens/layout/bg_btncomentar.gif) no-repeat 0 0;
	width:75px;
	height:18px;
	padding-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border:none;
	cursor:pointer;
}
#title_blog {
	width:874px;
	margin:0 auto;
	background:url(../imagens/layout/pontilhado_cinza.gif) repeat-x left bottom;
	height:136px;
}
	#title_blog h1 {
		background:url(../imagens/title/title_blog.gif) no-repeat 0 10px;
		width:284px;
		height:118px;
		margin:0;
		text-indent:-5000em;
	}

#col_leftblog {
	float:left;
	display:inline;
	background:url(../imagens/layout/pontilhado_cinza_vert.gif) repeat-y right top;
	margin-left:28px;
	margin-bottom:25px;
	padding-right:30px;
	width:575px;
	color:#333333;
}
	div#col_leftblog h2 {
		color:#333333;
		font-size:20px;
		margin:0;
	}
	
	div#col_leftblog h2 a {
		color:#333333;
	}	
		div#col_leftblog a {
			color:#F60;
			text-decoration:none;
		}
		div#col_leftblog a:hover {
			text-decoration:underline;
		}
	#col_leftblog div#post {
		width:100%;
		background:url(../imagens/layout/pontilhado_cinza.gif) repeat-x left bottom;
		padding-top:24px;
		padding-bottom:6px;
	}
		#col_leftblog div#post div {
			height:25px;
			padding-left:10px;
			padding-top:5px;
			background:#E5E5E5;
			clear:both;
		}
			div#post div a.coments {
				display:block;
				float:left;
				background:url(../imagens/layout/img_coments.gif) no-repeat 0 0;
				line-height:19px;
				width:110px;
				padding-left:25px;
				border-right:1px solid #F60;
			}
			div#post div a.enviar {
				display:block;
				float:left;
				background:url(../imagens/layout/img_enviar.gif) no-repeat 0 3px;
				line-height:19px;
				width:140px;
				padding-left:30px;
				margin-left:20px;
			}
			div#post div a.link {
				display:block;
				float:left;
				line-height:19px;
				width:140px;
				padding-left:20px;
				border-left:1px solid #F60;				
			}
			
	#col_leftblog div#blog_comentarios {
		color:#666;
		display:block;
		padding-bottom:15px;
	}
		div#blog_comentarios h2 {
			margin:20px 0 22px 16px;
		}
		div#blog_comentarios h3 {
			margin:6px 0;
			font-size:18px;
		}
		div#blog_comentarios span#numero_coment {
			float:left;
			display:inline;
		}
		div#blog_comentarios span#coment_impar {
			display:block;
			padding:10px 12px 15px;
			margin:0 0 20px 16px;
			background:#EFE7E2;
			width:92%;
		}
		div#blog_comentarios span#coment_par {
			display:block;
			padding:10px 12px 15px;
			margin:0 0 20px 16px;
			background:#E6E6E6;
			width:92%;
		}
		div#blog_comentarios form {
			margin-left:16px;
			width:550px;
		}
		div#blog_comentarios label {
			float:left;
			display:block;
			width:60px;
			padding-top:5px;
		}
		div#blog_comentarios form div {
			text-align:right;
		}
		
	div#paginacao {
		text-align:center;
		color:#F60;
		margin-top:25px;
		line-height:18px;
	}
		div#paginacao img#primeira {
			margin-right:5px;
		}
		div#paginacao img#anterior {
			margin-right:10px;
		}
		div#paginacao img#proxima {
			margin-left:10px;
		}
		div#paginacao img#ultima {
			margin-left:5px;
		}
				
#col_rightblog {
	float:right;
	display:inline;
	margin-right:28px;
	padding-top:24px;
	width:248px;
}
	#col_rightblog h2#blog_destaque {
		display:block;
		width:180px;
		height:22px;
		font-size:17px;
		padding-left:24px;
		color:#F60;
		background:url(../imagens/layout/img_emdestaque.gif) no-repeat 0 0;
		margin:0;
	}
	#col_rightblog h2#blog_assuntos {
		display:block;
		width:180px;
		height:22px;
		font-size:17px;
		padding-left:24px;
		color:#F60;
		background:url(../imagens/layout/img_assuntosfrequentes.gif) no-repeat 0 0;
		margin:0;
	}
	#col_rightblog h2#blog_arquivos {
		display:block;
		width:180px;
		height:22px;
		font-size:17px;
		padding-left:24px;
		color:#F60;
		background:url(../imagens/layout/img_arquivos.gif) no-repeat 0 2px;
		margin:0 0 5px;
	}
	
	#col_rightblog h2#blog_arquivos a {
		text-decoration:none;
		color:#F60;
	}
	#col_rightblog h2#blog_arquivos a:hover {
		text-decoration:underline;
	}
	
	#col_rightblog ul {
		margin:5px 0 25px 40px;
		padding:0;
		color:#333333;
	}
		#col_rightblog ul li {
			padding:0;
			margin:0;
		}
		#col_rightblog ul a {
			color:#333333;
			text-decoration:none;
		}
		#col_rightblog ul a:hover {
			color:#F60;
			text-decoration:underline;
		}
	#col_rightblog p {
		margin:5px 0 25px 28px;
		color:#333333;
	}
	
#blog_indique {
	background:#EEE url(../imagens/layout/bg_clienteshome.gif) repeat-x 0 0;
	position:relative;
	display:table;
	font-size:11px;
	width:400px;
	margin:0 0px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:30px;
}
div#blog_indique h2 {
	color:#333333;
	font-size:20px;
	margin:0;
}
div#blog_indique label {
	float:left;
	display:block;
	width:100px;
	padding-top:5px;
}
div#blog_indique div {
	text-align:right;
	padding-right:35px;
}

#blog_email {
	background:#EEE url(../imagens/layout/bg_clienteshome.gif) repeat-x 0 0;
	position:relative;
	display:table;
	font-size:11px;
	width:500px;
	margin:0 0px;
	padding-left:15px;
	padding-top:15px;
}
.link_email 
{
	color:#000000;
	text-decoration:underline;
}
a.link_email:hover {
	color:#F60;
	text-decoration:underline;
}


#texto_flickr {
	background:#EEE url(../imagens/layout/pontilhado_cinza.gif) repeat-x 0 0;
	position:relative;
	width:928px;
	margin:0 4px;
	padding:26px 0 4px;
}
#texto_flickr ul li {
	padding:0;
	margin-left:10;
}

/*19/01/09*/
img.img_twitter {
	float:left;
	display:inline;
	margin-left:30px;
	margin-top:8px;
}
div.txtTwitter {
	float:right;
	display:inline;
	width:526px;
	margin-right:82px;
	font:11px Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	padding-top:38px;
}
	div.txtTwitter a {
		color:#fc0000;
		text-decoration:underline;
	}
	div.txtTwitter a:hover {
		color:#fc0000;
		text-decoration:underline;
	}
	div.txtTwitter span {
		color:#8E8E8E;
	}
	
/*21/01/09  SubMenu*/
div.baseSubMenu {
	position:relative;
}
	div.subMenu {
		width:151px;
		position:absolute;
		margin:0 auto;
		top:0px;
		left:-7px;
		z-index:999;
	}
		div.subMenu div.contentSubMenu {
			background:url(../imagens/layout/submenu_meio.gif) repeat-y 0 0;
			padding:0;
			margin:0;
			width:157px;
		}
		div.subMenu div.contentSubMenuTop {
			background:url(../imagens/layout/submenu_top.gif) no-repeat 0 0;
			padding:6px 6px 0 11px;
			margin:0;
			width:140px;
		}		
	div.subMenu a {
		width:134px;
		display:block;
		text-align:left;
		font:11px Arial, Helvetica, sans-serif;
		color:#333;
		padding:6px 0;
		margin:0;
		text-decoration:none;
	}
	div.subMenu a:hover {
		color:#FF6600;
		text-decoration:none;
	}
				
				span.videoEmail {
					float:right;
					display:block;
					width:316px;
					overflow:hidden;
					margin: 0 0 20px 20px;
				}				
				span.legendavideoemail {
					font:10px Arial, Helvetica, sans-serif;
					color:#606060;
					float:right;
					display:block;
					width:316px;
					height:auto;
					margin: 0 0 20px 20px;
				}
	
	table.MsoNormalTable{
		font:11px Arial, Helvetica, sans-serif;
	}
	
ul.botoes {
	width:669px; overflow:hidden; margin:10px 0!important; padding:0!important;
}
	ul.botoes li {
		float:left; display:inline; margin:0 5px 10px 0;
	}

div.btnProdutos {
	width:669px!important; height:auto!important; text-align:center; overflow:hidden;
}
	div.btnProdutos img {
		margin:0 4px 7px 0;
	}

div#texto_internas p.introContato {
	margin:0 0 20px 32px;
}
	
div.boxCampos {
	width:255px; padding:0 34px 0 32px; margin-bottom:20px;
	float:left; display:inline;
	background:url(../imagens/layout/divisao_vert_cinza.gif) repeat-y right top;
}
	div.boxCampos label {
		display:block;
		margin-bottom:3px;
	}
	div.boxCampos input {
		background:#FFF;
		border:1px solid #c6c2c2;
		width:253px; margin-bottom:12px;
		font:11px Arial, Helvetica, sans-serif; color:#333;
	}
	div.boxCampos select {
		background:#FFF;
		border:1px solid #c6c2c2;
		width:254px; height:18px; margin-bottom:12px;
		font:11px Arial, Helvetica, sans-serif; color:#333;
	}
		div.boxCampos input.DDD {
			width:40px!important;
		}
		div.boxCampos input.TEL {
			width:110px!important;
		}
		div.boxCampos label.ddd_label {
			float:left;
			width:50px!important;
		}
		div.boxCampos label.tel_label {
			float:left;
			width:200px!important;
		}
		/*div.boxCampos div input {
			background:none;
			border:none;
			margin-bottom:0;
		}*/
	div.boxCampos textarea {
		background:#FFF;
		border:1px solid #c6c2c2;
		width:253px; height:70px; margin-bottom:8px;
		font:11px Arial, Helvetica, sans-serif; color:#333;
	}
	div.boxCampos a.btnEnviar {
		background:url(../imagens/botao/bt_formcontato.gif) no-repeat 0 0;
		display:block; margin-left:191px;
		width:64px; height:24px; padding-top:5px;
		font:11px Arial, Helvetica, sans-serif; font-weight:bold; color:#f60; text-align:center; text-decoration:none;
	}

/*para fazer o file com imagem*/
div#spanAnexarCurriculo {
	width:255px; margin-bottom:12px;
}
	div#spanAnexarCurriculo div.fileinputs {
		float:left; width:255px;
		position: relative;
	}

	div#spanAnexarCurriculo span.fakefile {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
		div#spanAnexarCurriculo span.fakefile input.campo_form {
			width:175px; margin-right:5px; height:15px;
		}
		div#spanAnexarCurriculo span.fakefile img {
			float:right; display:inline;
		}

		div#spanAnexarCurriculo span.fakefile input.file {
			position: relative;
			-moz-opacity:0 ;
			filter:alpha(opacity: 0);
			opacity: 0;
			z-index: 2;
		}
	
	
div.boxUnidades {
	float:right; display:inline;
	width:557px; margin-right:28px;
}
	div.boxUnidades h2 {
		font:11px Arial, Helvetica, sans-serif; color:#333; font-weight:bold;
		margin:0;
	}
	div.boxUnidades p {
		margin:0 0 12px;
	}
	div.boxUnidades div.local {
		width:100%; height:26px; margin:6px 0 8px;
		background:url(../imagens/layout/pontilhado_cinza.gif) repeat-x left bottom;
	}
		div.boxUnidades div.local h3 {
			font:11px Arial, Helvetica, sans-serif; color:#F60; font-weight:bold;
			float:left; display:inline; height:19px; padding-top:6px; margin:0!important;
		}
		div.boxUnidades div.local a.btnMapa {
			display:block; float:right;
			width:77px; height:25px; padding-top:6px;
			font:11px Arial, Helvetica, sans-serif; color:#F60; font-weight:bold; text-align:center; text-decoration:none;
			background:url(../imagens/botao/bt_aba_mapa.gif) no-repeat 0 0;
		}
	div.boxUnidades ul.listaTelefones {
		width:557px; margin:0 0 20px;
		list-style:none; padding:0;
	}
		div.boxUnidades ul.listaTelefones li {
			width:547px; padding:2px 5px; margin:0;
			font:11px Arial, Helvetica, sans-serif; color:#333;
		}
		div.boxUnidades ul.listaTelefones li.linhaBranca {
			background:#FFF;
		}
	div.boxUnidades span.telefone {
		display:block; float:right;
		font-weight:bold;
		width:70px;
	}
.codigo {
	width:auto!important;
	padding-top:9px!important;
}
.codigo2 {
	width:70px!important;
}
	.codigo2 input {
		width:60px;
	}
.codigo3 {
	width:120px!important;
}

/* LIGHTBOX */
#dhtml {
	position:absolute; top:50%; left:50%; z-index:50;
	width:700px; height:500px;
	margin:-250px 0 0 -350px;
}
#dhtml .Fechar_Light {
	position:absolute; top:-20px; right:0;
	z-index:9999;
	display:inline; float:left;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}

div#divFlash {
	display:inline; float:left;
	width:100%!important;
	height:69px!important;
}
div#col_right div#div1 {
	width:auto!important;
}
div#col_right div#imgCases {
	display:inline; float:left;
	width:100%!important;
	text-align:center;
	margin:0 auto;
	height:auto!important;
}
	div#col_right div#imgCases img {
		margin:0 8px;
	}
	
.home #rodape_copyright {
	background:none;
}
#home {
	display:inline; float:left;
	width:946px;
	padding:5px 0 0;
	background:#353535;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	#home div.hm_col01 {
		display:inline; float:left;
		width:374px; padding-left:4px;
	}
	#home div.hm_col02 {
		display:inline; float:left;
		width:565px;
	}
		#home div.hm_col02 div.col_int01 {
			display:inline; float:left;
			width:374px;
		}
		#home div.hm_col02 div.col_int02 {
			display:inline; float:left;
			width:187px;
		}
	#home div.box {
		display:inline; float:left;
		margin:8px 7px 0 0;
	}
		#home div.box h2 {
			margin:0; padding:0;
			font-size:12px;
		}
		#home div.box img {
			display:block;
		}
		#home div.box p {
			margin:0; padding:0;
		}
			#home div.box h2.title_agencia {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_agencia.gif) no-repeat 0 0;
			}
			#home div.box h2.title_mobilemkt {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_mobilemarketing.gif) no-repeat 0 0;
			}
			#home div.box h2.title_socialmediamkt {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_socialmediamkt.gif) no-repeat 0 0;
			}
			#home div.box h2.title_solucoesportais {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_solucoesportais.gif) no-repeat 0 0;
			}
			#home div.box h2.title_ecommerce {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_ecommerce.gif) no-repeat 0 0;
			}
			#home div.box h2.title_caseagencia {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_caseagencia.gif) no-repeat 0 0;
			}
			#home div.box h2.title_twitter {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_twitter.gif) no-repeat 0 0;
			}
			#home div.box h2.title_mundoconectado {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_mundoconectado.gif) no-repeat 0 0;
			}
			#home div.box h2.title_projetosweb {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_projetosweb.gif) no-repeat 0 0;
			}
			#home div.box h2.title_certifiedpartner {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_certifiedpartner.gif) no-repeat 0 0;
			}
			#home div.box h2.title_americanas {
				display:block; overflow:hidden;
				width:100%; height:41px; text-indent:-5000em;
				background:url(../imagens/title/title_americanas.gif) no-repeat 0 0;
			}
			#home div.box h2.title_caseecommerce {
				display:block; overflow:hidden;
				width:100%; height:29px; text-indent:-5000em;
				background:url(../imagens/title/title_caseecommerce.gif) no-repeat 0 0;
			}
			#home div.box h2.title_responsabilidadesocial {
				display:block; overflow:hidden;
				width:100%; height:45px; text-indent:-5000em;
				background:url(../imagens/title/title_responsabilidadesocial.gif) no-repeat 0 0;
			}
			#home div.box h2.title_socialmediamonitor {
				display:block; overflow:hidden;
				width:100%; height:45px; text-indent:-5000em;
				background:url(../imagens/title/title_socialmediamonitor.gif) no-repeat 0 0;
			}
			#home div.box h2.title_searchmkt {
				display:block; overflow:hidden;
				width:100%; height:50px; text-indent:-5000em;
				background:url(../imagens/title/title_searchenginemarketing.gif) no-repeat 0 0;
			}
			#home div.box h2.title_mensuracao {
				display:block; overflow:hidden;
				width:100%; height:36px; text-indent:-5000em;
				background:url(../imagens/title/title_mensuracao.gif) no-repeat 0 0;
			}
			#home div.box h2.title_portfolio {
				display:block; overflow:hidden;
				width:100%; height:36px; text-indent:-5000em;
				background:url(../imagens/title/title_portfolio.gif) no-repeat 0 0;
			}
			#home div.box h2.title_blog {
				display:block; overflow:hidden;
				width:100%; height:30px; text-indent:-5000em;
				background:url(../imagens/title/title_blog2.gif) no-repeat 0 0;
			}
			
			
		#home div.box a {
			text-decoration:none;
		}
			#home div.box a:hover {
				text-decoration:underline;
			}
	#home div.box180_cz,
	#home div.box180_pt,
	#home div.box180_lar {
		width:180px;
	}
	#home div.box180_tw {
		width:180px; height:340px;
	}
		#home div.box180_cz p,
		#home div.box180_pt p,
		#home div.box180_lar p {
			line-height:15px !important;
		}
		#home div.box180_lar p a {
			color:#FFF;
		}
		#home div.box180_lar div.conteudo {
			display:inline; float:left;
			width:160px;
			padding:11px 10px;
			border-top:1px solid #f48700;
			color:#fff;
			background:#fead36 url(../imagens/layout/bg_box180_lar.jpg) no-repeat 0 100%;
		}
		
		#home div.box180_pt div.conteudo {
			display:inline; float:left;
			width:160px;
			padding:6px 10px 11px;
			border-top:1px solid #2e2d2d;
			color:#fff;
			background:#474646 url(../imagens/layout/bg_box180_pt.jpg) no-repeat 0 100%;
		}
		
		#home div.box180_cz div.conteudo {
			display:inline; float:left;
			width:160px;
			padding:7px 10px 11px;
			border-top:1px solid #cacaca;
			color:#4c4b4b;
			background:#dcdada url(../imagens/layout/bg_box180_cz.jpg) no-repeat 0 100%;
		}		
		#home div.box .noborder {
			border-top:none !important; padding-top:0 !important;
		}	
		#home div.box180_tw span.box_180_tw_t {
			display:block;
			width:180px; height:8px; overflow:hidden;
			background:url(../imagens/layout/bg_box180_tw_t.jpg) no-repeat 0 0;
		}
		#home div.box180_lar span.box180_lar_t {
			display:block;
			width:180px; height:8px; overflow:hidden;
			background:url(../imagens/layout/bg_box180_lar_t.jpg) no-repeat 0 0;
		}
		#home div.box180_cz span.box180_cz_t {
			display:block;
			width:180px; height:8px; overflow:hidden;
			background:url(../imagens/layout/bg_box180_cz_t.jpg) no-repeat 0 0;
		}
		
		
		#home div.box180_tw div.conteudo {
			display:inline; float:left;
			width:160px; height:334px;
			padding:0 10px 0;
			color:#fff;
			background:#4a4949 url(../imagens/layout/bg_box180_tw.jpg) no-repeat 0 bottom;
		}
			#home div.box180_tw div.conteudo p {
				line-height:15px !important; margin-bottom:11px;
			}
			#home div.box180_tw div.conteudo a {
				color:#ff9900;
			}
	#home div.box367_pt,
	#home div.box367_cz,
	#home div.box367_lar {
		width:367px;
	}
		#home div.box367_lar div.conteudo {
			display:inline; float:left;
			width:343px;
			padding:11px 12px;
			border-top:1px solid #f48700;
			color:#fff;
			background:#fead36 url(../imagens/layout/bg_box367_lar.jpg) no-repeat 0 100%;
		}
		#home div.box367_pt div.conteudo {
			display:inline; float:left;
			width:343px;
			padding:11px 12px;
			border-top:1px solid #2e2d2d;
			color:#fff;
			background:#474646 url(../imagens/layout/bg_box367_pt.jpg) no-repeat 0 100%;
		}
		#home div.box367_cz div.conteudo {
			display:inline; float:left;
			width:343px;
			padding:11px 12px;
			border-top:1px solid #cacaca;
			color:#4c4b4b;
			background:#dcdada url(../imagens/layout/bg_box367_cz.jpg) no-repeat 0 100%;
		}		
			#home div.box554_lar div.conteudo a,
			#home div.box180_pt div.conteudo a,
			#home div.box367_pt div.conteudo a,
			#home div.box367_lar div.conteudo a {
				color:#fff;
			}
			#home div.box180_cz div.conteudo a,
			#home div.box367_cz div.conteudo a {
				color:#4c4b4b;
			}
			#home div.box367_lar div.conteudo ul.lista_col01 {
				float:left;
				width:140px; padding:0 5px 0 0;
			}
			#home div.box367_lar div.conteudo ul.lista_col02 {
				float:left;
				width:180px; padding:0 0 0 15px;
				background:url(../imagens/layout/sep_lar.gif) repeat-y 0 0;
			}
			#home div.box367_cz div.conteudo ul.lista_col01 {
				float:left;
				width:160px; padding:0 5px 0 0;
			}
			#home div.box367_cz div.conteudo ul.lista_col02 {
				float:left;
				width:160px; padding:0 0 0 15px;
				background:url(../imagens/layout/sep_cz.gif) repeat-y 0 0;
			}
			
	#home div.box554_lar {
		width:554px;
	}
		#home div.box554_lar p {
			line-height:15px !important;
		}
		#home div.box554_lar div.conteudo {
			display:inline; float:left;
			width:530px;
			padding:11px 12px;
			border-top:1px solid #f48700;
			color:#fff;
			background:#fead36 url(../imagens/layout/bg_box554_lar.jpg) no-repeat 0 100%;
		}
			
			
				#home div.box div.conteudo ul {
					margin:0; padding:0;
				}
				#home div.box div.conteudo ul li {
					display:block;
					padding:0 0 0 10px; margin:0;
					background:url(../imagens/layout/bg_bullet.gif) no-repeat 0 5px;
				}					
					#home div.box367_cz div.conteudo ul li {
						background:url(../imagens/layout/bg_bullet_cz.gif) no-repeat 0 5px;
					}
	#home div.hm_col01 ul,
	#home div.hm_col02 ul {
		list-style:none;
		padding:0; margin:0;
	}
	
	#topo div.boxCurtir {
		float:right; display:inline; width:100px; height:22px; margin-top:14px;
	}
	#topo div.boxGoogleButton {
		float:right; display:inline; margin-top:14px;
		overflow: hidden;	
	}
	#topo div.seguidores {
		float:right; display:inline;		
		font-family:Arial, Helvetica, sans-serif;
		height: 20px; margin:14px 10px 0 0; padding:0 10px 0 0;
		overflow: hidden;		
	}
	#topo div.seguidores a {
		display: block;	float: left;
		background:url(../imagens/layout/ico_tweet.png) no-repeat 0 0;
		color: #2A7090;	
		font-size: 12px; text-decoration:none;
		height: 20px; line-height: 20px;
		text-align: center;
	}
		#topo div.seguidores a:hover {
			color:#30566d;
		}
		#topo div.seguidores a.at_tb {
			display: block; float:left;
			background-position: 0 0;
			text-indent: -9999px;
			width: 81px;
		}
		#topo div.seguidores a.at_tb:hover {
			background-position: 0 -21px;
		}
		#topo div.seguidores #TwitterCounter {
			display:block; float:right;
			background:url(../imagens/layout/ico_tweet.png) no-repeat 0 -145px;
			margin: 0 0 0 3px;
			padding: 0 0 0 8px;
		}
		#topo div.seguidores #TwitterCounter:hover {
			background-position: 0 -166px;
		}
		#topo div.seguidores #TwitterCounter a {
			display: block;
			background:url(../imagens/layout/ico_tweet.png) no-repeat right -145px;
			cursor: pointer; margin: 0 -1px 0 0; min-width: 26px; padding: 0 4px 0 0;
		}
		#topo div.seguidores #TwitterCounter:hover a {
			background-position: right -166px;
			color: #30566D;
		}

#home div.box946_lar {
	width:933px; padding:0 0 0 4px;
}
	#home div.box946_lar div.titulo {
		display:inline; float:left; clear:both;
		width:905px;
		padding:11px 12px 11px 16px;
		color:#fff;
		background:url(../imagens/layout/bg_box946_lar.jpg) no-repeat 0 0;
	}
	#home div.box946_lar div.conteudo {
		display:inline; float:left;
		width:914px;
		padding:11px 0 11px 15px;
		background:#eee url(../imagens/layout/bg_box929.gif) no-repeat 0 100%;
	}
		#home div.box946_lar div.conteudo div.contblog {
			display:inline; float:left;
			width:278px; min-height:290px; padding:0 16px 0 0; margin-right:16px;
			background:url(../imagens/layout/bg_pontblog.gif) repeat-y 100% 0;
		}
			#home div.box946_lar div.conteudo div.contblog h3 {
				font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#ff9900; margin:0 0 10px; padding:0; line-height:18px;
			}
			#home div.box946_lar div.conteudo div.contblog h3 a {
				color:#ff9900; 
			}
			#home div.box946_lar div.conteudo div.contblog p {
				color:#636262; margin:0; line-height:16px;
			}
			#home div.box946_lar div.conteudo div.contblog p.data {
				font:12px Tahoma, Geneva, sans-serif; 
				color:#4c4b4b; text-transform:uppercase;
			}
			#home div.box946_lar div.conteudo div.contblog img {
				margin-bottom:8px;
			}
		#home div.box946_lar div.conteudo div.destaques {
			display:inline; float:left;
			width:282px; padding:0;
		}
			#home div.box946_lar div.conteudo div.destaques h3 {
				display:block; overflow:hidden;
				width:100%; height:30px; text-indent:-5000em; margin:0; padding:0;
				background:url(../imagens/title/title_destaques.gif) no-repeat 0 0;
			}
		#home div.box946_lar div.conteudo div.destaques ul li {
			padding:5px 0;
			background:url(../imagens/layout/bg_pontdest.gif) repeat-x 0 100%;
		}
			#home div.box946_lar div.conteudo div.destaques ul li.last {
				background:none;
			}
		#home div.box946_lar div.conteudo div.destaques ul li p {
			display:block; padding-left:8px;
			color:#636262;
			background:url(../imagens/layout/bg_bullet_cz.gif) no-repeat 0 5px;
		}
			#home div.box946_lar div.conteudo div.destaques ul li p a {
				color:#636262;
			}



/*12-2011*/
#home div.box100_lar {
	width:935px; padding:0 7px 0 4px;
}
		#home div.box100_lar div.conteudo {
			display:inline; float:left;
			width:342px; height:319px;
			padding:20px 12px 11px;
			color:#fff;
			font:12px/16px Arial, Helvetica, sans-serif; color:#fff;
			background:#fead36 url(../imagens/layout/bg_box100_lar.jpg) no-repeat 0 100%;
		}
		#home div.box100_lar h2.title_casemotorola {
			display:block; overflow:hidden;
			width:100%; height:103px; text-indent:-5000em; margin:0 0 20px;
			background:url(../imagens/title/title_casemotorola_ajudeoselton.gif) no-repeat 0 0;
		}
		#home div.box100_lar a.bt_conhecaocase {
			display:block; float:right;
			width:180px; height:45px; text-indent:-5000em; margin:30px 0 0;
			background:url(../imagens/botao/bt_conhecaocase.gif) no-repeat;
		}
		#home div.box_casedescr {			
			display:inline; float:left;
			width:914px;
			padding:21px 0 11px 15px; margin:-10px 0 0;
			background:#000;
		}
			#home div.box_casedescr .videos {
				display:block; float:left;
				width:580px; padding:14px 0 0;
			}
			#home div.box_casedescr .videos ul.thumbsvideo {
				display:block;
				width:100%; margin:10px 0 0; padding:0;
			}
				#home div.box_casedescr .videos ul.thumbsvideo li {
					display:inline; float:left;
					margin:0 5px 5px 0;
				}
				
			#home div.box_casedescr div.descricao {
				display:block; float:left;
				width:305px; padding:15px 0 0;
				font:12px/17px Arial, Helvetica, sans-serif; color:#fff;
			}
				#home div.box_casedescr div.descricao p {
					margin:0 0 15px;
				}
				#home div.box_casedescr div.descricao h3 {
					font:bold 24px Arial, Helvetica, sans-serif; color:#ff9900;
					margin:0 0 10px;
				}
#home div.box946_lar div.conteudopremia {
	display:inline; float:left;
	width:928px;
	padding:11px 0 20px;
	background:#f6f6f6 url(../imagens/layout/bg_box929_2.gif) no-repeat 0 100%;
}				
	div.conteudopremia div.descricao {
		display:block; float:left;
		width:420px; padding:15px 15px 20px 30px;
		font:12px/18px Arial, Helvetica, sans-serif; color:#353535;
	}
	div.conteudopremia div.descricao p {
		margin:0 0 16px !important;
	}
	div.conteudopremia div.descricao h3 {
		font:bold 24px Arial, Helvetica, sans-serif; color:#ff9900;
		margin:0 0 16px; padding:10px 0 0;
	}
		div.conteudopremia img.premios {
			margin:15px 0 0;
		}
