html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #1D1E16 url(../imagens/bg.gif);
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}

a {	text-decoration: none; }
a:hover { text-decoration: underline; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr { display: none; }

#activity {
	position: absolute;
	z-index: 101;
	top: 200px;
	left: 50%;
	font-size: 0.8em;
	margin-left: -90px;
	color: #000;
	background: #FFF url(../imagens/activity-indicator.gif) no-repeat right center;
	border: 2px solid #BBB;
	text-align: right;
	padding: 5px 126px 5px 5px;
}
#activity.disabled {
	display: none;
	visibility: hidden;
}

.a-to-content {
	display: block;
	float: left;
	position: absolute;
	top: -150px;
}

#corpo {
	margin: 0 auto;	
	width: 1004px;
}
#corpo #topo { height: 112px; }
#corpo #topo h1 {
	display: inline;
	float: left;
	width: 252px;
	height: 69px;
	margin: 32px 10px 0 22px;
}
#corpo #topo h1 a {
	display: block;
	height: 69px;
	text-indent: -1000em;
	overflow: hidden;
	outline: 0;
}
body.locale_pt-br #corpo #topo h1 a {
	background: url(../langs/pt-br/imagens/logo_topo.gif) no-repeat;
}
body.locale_en-us #corpo #topo h1 a {
	background: url(../langs/en-us/imagens/logo_topo.gif?1) no-repeat;
}
body.locale_es #corpo #topo h1 a {
	background: url(../langs/es/imagens/logo_topo.gif) no-repeat;
}
body.locale_it #corpo #topo h1 a {
	background: url(../langs/it/imagens/logo_topo.gif) no-repeat;
}
#corpo #topo #menu-lang {
	float: right;
	display: inline;
	margin: 25px 7px 0 0;
}
#corpo #topo #menu-lang li {
	float: left;
	display: inline;
	margin: 5px;
}
#corpo #topo #menu-lang li a {
	display: inline;
	float: left;
	outline: 0;
	height: 16px;
	line-height: 16px;
	color: #FFF;
	padding-right: 20px;
	background: transparent right center no-repeat;
	font-size: 10px;
}
#corpo #topo #menu-lang li.twitter a {
	background-image: url(../imagens/icons/twitter.gif);
	color: #BFF4FF;
}
#corpo #topo #menu-lang li.skype a {
	background-image: url(../imagens/icons/skype.png);
}
#corpo #topo #menu-lang li.pt-br a {
	background-image: url(../imagens/icons/flags/pt-br.gif);
}
#corpo #topo #menu-lang li.en-us a {
	background-image: url(../imagens/icons/flags/en-us.gif);
}
#corpo #topo #menu-lang li.it a {
	background-image: url(../imagens/icons/flags/it.gif);
}
#corpo #topo #menu-lang li.es a {
	background-image: url(../imagens/icons/flags/es.gif);
}
#corpo #topo #menu-lang li.selected a {
	color: #FC0;
}
#corpo #topo ul.menu {
	position: absolute;
	left: 50%;
	top: 86px;
	width: 570px;
	margin-left: -72px;
}
#corpo #topo ul.menu li {
	float: left;
	display: inline;
	font-size: 14px;
	margin: 0 1px;
	width: 79px;
	height: 27px;
}
#corpo #topo ul.menu li a {
	font-weight: bold;
	color: #FFF;
	display: block;
	height: 27px;
	text-indent: -1000em;
	overflow: hidden;
	outline: 0;
	background-repeat: no-repeat;
}
#corpo #topo ul.menu li a:hover {
	background-position: 0 -27px;
}
body.locale_pt-br #corpo #topo ul.menu li.bt-capa a { background-image: url(../langs/pt-br/imagens/btHome.gif); }
body.locale_pt-br #corpo #topo ul.menu li.bt-empresa a { background-image: url(../langs/pt-br/imagens/btEmpresa.gif); }
body.locale_pt-br #corpo #topo ul.menu li.bt-servicos a { background-image: url(../langs/pt-br/imagens/btServ.gif); }
body.locale_pt-br #corpo #topo ul.menu li.bt-noticias a { background-image: url(../langs/pt-br/imagens/btNoticias.gif); }
body.locale_pt-br #corpo #topo ul.menu li.bt-clientes a { background-image: url(../langs/pt-br/imagens/btClientes.gif); }
body.locale_pt-br #corpo #topo ul.menu li.bt-downloads a { background-image: url(../langs/pt-br/imagens/btDownloads.gif); }
body.locale_pt-br #corpo #topo ul.menu li.bt-contato a { background-image: url(../langs/pt-br/imagens/btContato.gif); }

body.locale_en-us #corpo #topo ul.menu li.bt-capa a { background-image: url(../langs/en-us/imagens/btHome.gif); }
body.locale_en-us #corpo #topo ul.menu li.bt-empresa a { background-image: url(../langs/en-us/imagens/btEmpresa.gif); }
body.locale_en-us #corpo #topo ul.menu li.bt-servicos a { background-image: url(../langs/en-us/imagens/btServ.gif); }
body.locale_en-us #corpo #topo ul.menu li.bt-noticias a { background-image: url(../langs/en-us/imagens/btNoticias.gif); }
body.locale_en-us #corpo #topo ul.menu li.bt-clientes a { background-image: url(../langs/en-us/imagens/btClientes.gif); }
body.locale_en-us #corpo #topo ul.menu li.bt-downloads a { background-image: url(../langs/en-us/imagens/btDownloads.gif); }
body.locale_en-us #corpo #topo ul.menu li.bt-contato a { background-image: url(../langs/en-us/imagens/btContato.gif); }

body.locale_es #corpo #topo ul.menu li.bt-capa a { background-image: url(../langs/es/imagens/btHome.gif); }
body.locale_es #corpo #topo ul.menu li.bt-empresa a { background-image: url(../langs/es/imagens/btEmpresa.gif); }
body.locale_es #corpo #topo ul.menu li.bt-servicos a { background-image: url(../langs/es/imagens/btServ.gif); }
body.locale_es #corpo #topo ul.menu li.bt-noticias a { background-image: url(../langs/es/imagens/btNoticias.gif); }
body.locale_es #corpo #topo ul.menu li.bt-clientes a { background-image: url(../langs/es/imagens/btClientes.gif); }
body.locale_es #corpo #topo ul.menu li.bt-downloads a { background-image: url(../langs/es/imagens/btDownloads.gif); }
body.locale_es #corpo #topo ul.menu li.bt-contato a { background-image: url(../langs/es/imagens/btContato.gif); }

body.locale_it #corpo #topo ul.menu li.bt-capa a { background-image: url(../langs/it/imagens/btHome.gif); }
body.locale_it #corpo #topo ul.menu li.bt-empresa a { background-image: url(../langs/it/imagens/btEmpresa.gif); }
body.locale_it #corpo #topo ul.menu li.bt-servicos a { background-image: url(../langs/it/imagens/btServ.gif); }
body.locale_it #corpo #topo ul.menu li.bt-noticias a { background-image: url(../langs/it/imagens/btNoticias.gif); }
body.locale_it #corpo #topo ul.menu li.bt-clientes a { background-image: url(../langs/it/imagens/btClientes.gif); }
body.locale_it #corpo #topo ul.menu li.bt-downloads a { background-image: url(../langs/it/imagens/btDownloads.gif); }
body.locale_it #corpo #topo ul.menu li.bt-contato a { background-image: url(../langs/it/imagens/btContato.gif); }

#corpo #conteudo {
	min-height: 560px;
	width: 958px;
	padding: 20px 18px 35px 18px;
	margin: 0 auto;
	background: #131313 url(../imagens/bg_conteudo.gif) no-repeat;
}
hr.break-line {
	border: none;
	float: left;
	height: 1px;
	overflow: hidden;
	width: 958px;
	display: block;
	color: #131313;
}
#corpo #conteudo #banner {
	width: 630px;
	height: 189px;
	float: left;
	display: inline;
	margin-bottom: 22px;
}
#corpo #conteudo #formBusca {
	float: right;
	display: inline;
	width: 299px;
	margin-top: 2px;
}
#corpo #conteudo #formBusca input#q {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #323232;
	padding: 10px 5px 8px 7px;
	width: 234px;
	height: 20px;
	border: 1px solid #505050;
	border-right: none;
	float: left;
	display: inline;
}
#corpo #conteudo #formBusca #btOk {
	width: 52px;
	height: 40px;
	background: #323232 url(../imagens/bt_ok_busca.gif) no-repeat;
	border: none;
	float: left;
	display: inline;
	cursor: pointer;
	outline: 0;
	content: ""; /* opera */
	display: inline-block; /* opera */
	line-height: 0; /* ie */
	text-indent: -1000em;
}
#corpo #conteudo #atendimento-online {
	width: 299px;
	float: right;
	display: inline;
	margin-top: 20px;
	margin-bottom: 22px;
}
body.locale_pt-br #corpo #conteudo #atendimento-online {
	background: url(../langs/pt-br/imagens/bt_atendimento_offline.jpg) no-repeat;
}
body.locale_en-us #corpo #conteudo #atendimento-online {
	background: url(../langs/en-us/imagens/bt_atendimento_offline.jpg) no-repeat;
}

body.locale_es #corpo #conteudo #atendimento-online {
	background: url(../langs/es/imagens/bt_atendimento_offline.jpg) no-repeat;
}

body.locale_it #corpo #conteudo #atendimento-online {
	background: url(../langs/it/imagens/bt_atendimento_offline.jpg) no-repeat;
}
#corpo #conteudo #atendimento-online a {
	display: block;
	height: 124px;
	text-indent: -1000em;
	overflow: hidden;
}

/* COMUM */
#conteudo #box-servicos {
	float: right;
	display: inline;
	width: 300px;	
}
#conteudo #box-servicos h2 {
	text-indent: -1000em;
	overflow: hidden;
	width: 125px;
	height: 28px;
}
body.locale_pt-br #conteudo #box-servicos h2 {
	background: url(../langs/pt-br/imagens/tit_servicos_capa.gif) no-repeat;
}
body.locale_en-us #conteudo #box-servicos h2 {
	background: url(../langs/en-us/imagens/tit_servicos_capa.gif) no-repeat;
}

body.locale_es #conteudo #box-servicos h2 {
	background: url(../langs/es/imagens/tit_servicos_capa.gif) no-repeat;
}

body.locale_it #conteudo #box-servicos h2 {
	background: url(../langs/it/imagens/tit_servicos_capa.gif) no-repeat;
}

#conteudo #box-servicos .painel {
	width: 300px;
	height: 317px;
	background: #FFF url(../imagens/bg_servicos_capa.gif) no-repeat;
}
#conteudo #box-servicos a.mais {
	display: block;
	float: right;
	width: 126px;
	height: 34px;
	text-indent: -1000em;
	overflow: hidden;
	position: relative;
	margin-top: -8px;
}
body.locale_pt-br #conteudo #box-servicos a.mais {
	background: url(../langs/pt-br/imagens/bt_mais_servicos.gif) no-repeat;
}
body.locale_en-us #conteudo #box-servicos a.mais {
	background: url(../langs/en-us/imagens/bt_mais_servicos.gif) no-repeat;
}
body.locale_es #conteudo #box-servicos a.mais {
	background: url(../langs/es/imagens/bt_mais_servicos.gif) no-repeat;
}
body.locale_it #conteudo #box-servicos a.mais {
	background: url(../langs/it/imagens/bt_mais_servicos.gif) no-repeat;
}
#conteudo #box-audiovisual {
	float: right;
	display: inline;
	width: 300px;
	margin-top: 1px;
}
#conteudo #box-audiovisual h2 {
	text-indent: -1000em;
	overflow: hidden;
	width: 141px;
	height: 30px;
}
body.locale_pt-br #conteudo #box-audiovisual h2 {
	background: url(../langs/pt-br/imagens/tit_audiovisual_capa.gif) no-repeat;
}
body.locale_en-us #conteudo #box-audiovisual h2 {
	background: url(../langs/en-us/imagens/tit_audiovisual_capa.gif) no-repeat;
	width: 215px;
}
body.locale_es #conteudo #box-audiovisual h2 {
	background: url(../langs/es/imagens/tit_audiovisual_capa.gif) no-repeat;
}
body.locale_it #conteudo #box-audiovisual h2 {
	background: url(../langs/it/imagens/tit_audiovisual_capa.gif) no-repeat;
}
#conteudo #box-noticias-menor {
	float: right;
	display: inline;
	width: 300px;
	margin-top: 18px;
}
#conteudo #box-noticias-menor h2 {
	text-indent: -1000em;
	overflow: hidden;
	width: 218px;
	height: 28px;
}
body.locale_pt-br #conteudo #box-noticias-menor h2 {
	background: url(../langs/pt-br/imagens/tit_news_capa.gif) no-repeat;
}
body.locale_en-us #conteudo #box-noticias-menor h2 {
	background: url(../langs/en-us/imagens/tit_news_capa.gif) no-repeat;
}

body.locale_es #conteudo #box-noticias-menor h2 {
	background: url(../langs/es/imagens/tit_news_capa.gif) no-repeat;
}

body.locale_it #conteudo #box-noticias-menor h2 {
	background: url(../langs/it/imagens/tit_news_capa.gif) no-repeat;
}

#conteudo #box-noticias-menor .painel {
	width: 300px;
	margin-top: -1px;
	padding-bottom: 10px;
	position: relative;
	background: #FFF url(../imagens/bg_bottom_news.gif) no-repeat left bottom;
}
#conteudo #box-noticias-menor .painel .round {
	background: url(../imagens/bg_topo_box_news.png) no-repeat right top;
	width: 300px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -149px;
}
#conteudo #box-noticias-menor a.mais {
	display: block;
	float: right;
	width: 136px;
	height: 38px;
	text-indent: -1000em;
	overflow: hidden;
	position: relative;
	margin-top: -12px;
}
body.locale_pt-br #conteudo #box-noticias-menor a.mais {
	background: url(../langs/pt-br/imagens/bt_mais_capa.gif) no-repeat;
}
body.locale_en-us #conteudo #box-noticias-menor a.mais {
	background: url(../langs/en-us/imagens/bt_mais_capa.gif) no-repeat;
}

body.locale_es #conteudo #box-noticias-menor a.mais {
	background: url(../langs/es/imagens/bt_mais_capa.gif) no-repeat;
}

body.locale_it #conteudo #box-noticias-menor a.mais {
	background: url(../langs/it/imagens/bt_mais_capa.gif) no-repeat;
}

#conteudo #box-noticias-menor ul li {
	margin-bottom: 6px;
	padding: 10px 12px;
	border-bottom: 1px solid #CCC;
}
#conteudo #box-noticias-menor ul li.ultima {
	margin-bottom: 0;
	padding-bottom: 4px;
	border-bottom: none;
}
#conteudo #box-noticias-menor ul li a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	display: block;
	padding-top: 5px;
}
#conteudo #box-noticias-menor ul li a small {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #CFAE19;
}
#conteudo #box-noticias-menor ul li a:hover { background: #F7F7F7; }
#conteudo #box-noticias-menor ul li a img {
	float: left;
	display: inline;
	position: relative;
	margin-top: -5px;
	margin-right: 6px;
	border: 1px solid #CCC;
}
#conteudo #box-video {
	float: right;
	display: inline;
	width: 300px;
	margin: 28px 0 15px;	
}
#conteudo #box-video .painel {
	width: 300px;
	height: 225px;
}

/* RODAPE */
#rodape {
	background: #0C0C0C url(../imagens/bg_rodape.gif) repeat-x;
	border-top: 15px solid #4A4A4A;
}
#rodape .fit { width: 1004px; margin: 0 auto; height: 110px; }
#rodape .endereco {
	float: left;
	display: inline;
	margin: 8px 16px;
}
#rodape .endereco strong {
	font-size: 14px;
	display: block;
	color: #BE9907;
	margin-bottom: 3px;
}
#rodape .endereco address {
	font-style: normal;
	font-size: 11px;	
}
#rodape .endereco a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
#rodape .endereco a:hover { text-decoration: none; }

#rodape #dmark-rodape {
	float: left;
	display: inline;
	width: 71px;
	height: 61px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(../imagens/logo_rodape.gif) no-repeat;
	margin: 24px 12px 0 26px;
}

#rodape #bt-burn {
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	margin: 65px 25px 0 0;
}
#rodape #bt-burn strong { font-size: 13px; }
#rodape #bt-burn:hover { text-decoration: none; }
#rodape #bt-burn:hover strong { color: #CC0000; }

#rodape #bt-dmark-proteja { display:none; }

/* mensagens */
div.msgInfo,
div.msgAlert,
div.msgError {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
	background: #FFF;
	white-space: normal;
	color: #000;
	position: relative;
	margin: -6px 0 16px 0;
}
div.msgInfo a.close-msg,
div.msgAlert a.close-msg,
div.msgError a.close-msg {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url(../imagens/icon/close.gif) 0 0 no-repeat;
	position: absolute;
	top: 2px;
	right: 5px;
}
div.msgInfo {
	background: #FAFAFF url(../imagens/icon/info.gif) 5px center no-repeat;
	border-top: 3px solid #06C;
	border-bottom: 3px solid #06C; 
}
div.msgAlert {
	background: #FFF9F0 url(../imagens/icon/alert.gif) 5px center no-repeat;
	border-top: 3px solid #F90;
	border-bottom: 3px solid #F90; 
}
div.msgError {
	background: #FAF6F6 url(../imagens/icon/error.gif) 5px center no-repeat;
	border-top: 3px solid #F66;
	border-bottom: 3px solid #F66; 
}