﻿body{
	font-family: 'Lucida Sans', verdana, arial, sans-serif;
	background: #efefef;
}
form p{
	margin: 0;
}
a{
	text-decoration: none;
}
a.voltar{
	float: right;
	margin: 15px 10px 0 0;
}
a.voltar:link,
a.voltar:visited,
a.voltar:hover{ 
	text-decoration: none; 
	color: #0A5CB7;
	font-weight: bold;
}
p, #lista-descricao{
	font-size: 14px;
	color: #333;
}
h2.conteudo{
	font-weight: lighter;
	color: #0A5AB4;
	margin-top: 17px;
}
h3{
	font-size: 15px!important;
	color: #333;
}
ul.icons{
	float: right;
	margin-top: 15px;
}
ul.icons li{
	display: inline;
}
#container{
	background: #fff url(../img/background-topo.jpg) no-repeat;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#wrapper {
	background: url(../img/background-rodape.jpg) no-repeat center bottom;
}
#cabecalho{
	margin-top: 3px;
	height: 109px;
}
#cabecalho p{
	font-size: 16px;
	color: #ACACAC;
	font-weight: bold;
	margin: 20px 40px 0 0;
	text-align: right;
}
#cabecalho p span{
	font-size: 40px;
	font-weight: lighter;
}
#cabecalho ul.menu li a:link,
#cabecalho ul.menu li a:visited{ 
	text-decoration: none; 
	color: #fff;
}
#cabecalho ul.menu li a{
	padding: 16px 10px;
}
#cabecalho ul.menu li a:hover{
	text-decoration: none;
	color: #333;
	background-color: #fff;
}
#cabecalho ul.menu{
	font-size: 13px;
	float: right;
	position: absolute;
	top: 54px;
	right: 23px;
}
#cabecalho ul.menu li{
	float: left;
	margin-left: 5px;
	padding: 16px 0;
	list-style-type: none;
}

#cabecalho ul.empresa_submenu{
	background: #fff url(../img/servicos_submenu.jpg) no-repeat center bottom;
	font-family: 'arial';
	width: 196px;
	height: 180px;
	font-size: 12px;
	position: absolute;
	top: 101px;
	left: 378px;
	visibility: hidden;
}

#cabecalho ul.empresa_submenu a:link,
#cabecalho ul.empresa_submenu a:visited{
	color: #333;
}
#cabecalho ul.empresa_submenu a:hover{
	font-weight: bold;
	color: #42007B;
}
#cabecalho ul.empresa_submenu li{
	border-bottom: 1px solid #ACACAC;
	display: list-item;
	margin: 15px 15px 0 25px;
}
#cabecalho ul.empresa_submenu li.top{
	margin-top: 21px;
}


#cabecalho ul.servicos_submenu{
	background: #fff url(../img/servicos_submenu.jpg) no-repeat center bottom;
	font-family: 'arial';
	width: 196px;
	height: 300px;
	font-size: 12px;
	position: absolute;
	top: 101px;
	left: 456px;
	visibility: hidden;
}
#cabecalho ul.servicos_submenu a:link,
#cabecalho ul.servicos_submenu a:visited{
	color: #333;
}
#cabecalho ul.servicos_submenu a:hover{
	font-weight: bold;
	color: #42007B;
}
#cabecalho ul.servicos_submenu li{
	border-bottom: 1px solid #ACACAC;
	display: list-item;
	margin: 15px 15px 0 25px;
}
#cabecalho ul.servicos_submenu li.top{
	margin-top: 21px;
}


#cabecalho a img{
	margin: 48px 0 0 79px;
	position: absolute;
}
#menu{
	width: 960px;
	height: 205px;
	margin: 5px 0 0 0;
}
#menu ul{
	margin: 61px 0 0 87px;	
}
#menu ul li{
	display: inline;
	text-decoration: none;
	margin-left: 42px;
}
#conteudo{
	margin: 50px 0 0 20px;
}
#conteudo a:link,
#conteudo a:visited,
#conteudo a:hover{ 
	text-decoration: none; 
	color: #0A5CB7;
	font-weight: bold;
}
#noticias a:link,
#noticias a:visited{
	color: #333;
	font-weight: lighter;
}
#noticias a:hover{
	color: #0A5AB4;
}
#noticias ul{
	font-size: 12px;
}
#noticias ul li{
	background: url(../img/noticia-btn.jpg) no-repeat;
	list-style-type: none;
	padding: 5px 25px;
}
#noticias a.mais{
	margin-left: 25px;
}
h2{
	font-size: 20px;
	color: #0A5AB4;
	border-bottom: 1px solid #ACACAC;
}
#noticias h2{
	color: #666;
}
#contato ul{
	margin: 20px 0 0 95px;
}
#contato ul li{
	display: inline;
}
#contato a.iso img{
	margin: 10px 0 0 5px;
}
#contato a.email img{
	margin: 0px 0 0 6px;
}
/* DESABILITADO
#formulario{
	background: url(../img/campo-login.jpg) no-repeat;
	width: 268px;
	height: 171px;
	margin: 0 0 0 16px;
	position: relative;
}
#formulario input{
	padding: 4px 0 0 8px;
}
#formulario input.login{
	background: url(../img/contato-field.jpg) no-repeat;
	width: 179px;
	height: 29px;
	border: 0px;
	margin: 55px 0 0 70px;
}
#formulario input.senha{
	background: url(../img/contato-field.jpg) no-repeat;
	width: 179px;
	height: 29px;
	border: 0px;
	margin: 5px 0 0 70px;
}
#formulario input.button1{
	background: url(../img/entrar-btn.jpg) no-repeat;
	width: 97px;
	height: 29px;
	border: 0px;
	position: absolute;
	top: 130px;
	left: 20px;
}
#formulario input.button2{
	background: url(../img/limpar-btn.jpg) no-repeat;
	width: 97px;
	height: 29px;
	border: 0px;
	position: absolute;
	top: 130px;
	left: 120px;
}
*/
#rodape{
	text-align: center;
	color: #666;
	margin-top: 50px;
}
#rodape p{
	font-size: 12px;
}
#rodape p.tel{
	margin-top: -7px;
}

/* CONTATO */

#contato tr th{
	font-family: 'lucida sans';
	font-size: 15px;
	font-weight: lighter;
	color: #333;
	text-align: left;
	border: 0px;	
}
#contato tr td{
	border: 0px;
	font-size: 14px;
}
#contato tr td input.tipo1{
	background: url(../img/contato-g-field.jpg) no-repeat;
	width: 276px;
	height: 34px;
	border: 0px;
	padding: 6px 0 0 7px;
}
#contato tr td select{
	background: url(../img/contato-g-field.jpg) no-repeat;
	width: 276px;
	height: 34px;
	border: 0px;
	padding: 5px 0 0 7px;
}
#contato tr td textarea{
	background: url(../img/contato-obs.jpg) no-repeat;
	width: 318px;
	height: 105px;
	border: 0px;
	padding: 5px 0 0 7px;
}	
#enviar{
	background: url(../img/enviar-btn.jpg) no-repeat;
	width: 93px;
	height: 25px;
	border: 0px;
	margin: 10px 0 0 113px;
}
#limpar{
	background: url(../img/limpar-g-btn.jpg) no-repeat;
	width: 93px;
	height: 26px;
	border: 0px;
	margin-left: 6px;
}

/* DESPACHO ADUANEIRO */

ol{
	font-size: 13px;
}

/* NOTICAS ESPECIFICAS */

#titulo{
	margin: 17px;
}
#sub-titulo{
	margin: 15px;
}
a.fonte:link,
a.fonte:visited,
a.fonte:hover{
text-decoration: none; 
	color: #0A5CB7;
}
a.fonte{
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

/* SERVIÇOS*/

#lista-servicos{
	margin-top: 30px;
}
#lista-servicos li{
	display: inline;
	text-decoration: none;
	margin: 5px;
}

/* SERVIÇOS LOGÍSTICOS */

#servicos-logisticos a:link,
#servicos-logisticos a:visited{
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
#servicos-logisticos a:hover{
	font-weight: bold;
	color: #0A5CB7;
}
#servicos-logisticos ul{
	font-size: 15px;
}
#servicos-logisticos li{
	list-style-type: none;
	line-height: 27px;	
}

/* AGENTES */

#cidade{
	margin-top: 25px;
}
#lista-agentes p{
	font-size: 12px;
	line-height: 11px;
	color: #333;
}

/* TRABALHE CONOSCO */

#trabalhe-conosco tr th.exp{
	font-weight: bold;
}
#trabalhe-conosco tr th{
	font-family: 'lucida sans';
	font-size: 14px;
	font-weight: lighter;
	color: #333;
	text-align: left;
	border: 0px;
}
#trabalhe-conosco tr td{
	font-size: 14px;
	border: 0px;
}
#trabalhe-conosco tr td input.descricao{
	background: url(../img/contato-g-field.jpg) no-repeat;
	width: 276px;
	height: 34px;
	border: 0px;
	padding: 6px 0 0 7px;
}
#trabalhe-conosco tr td input.descricao1{
	background: url(../img/contato-age-field.jpg) no-repeat;
	width: 71px;
	height: 34px;
	border: 0px;
	padding: 6px 0 0 7px;
}
#trabalhe-conosco tr td input.descricao2{
	background: url(../img/contato-g-end-field.jpg) no-repeat;
	width: 321px;
	height: 34px;
	border: 0px;
	padding: 6px 0 0 7px;
}
#trabalhe-conosco tr td input.descricao3{
	background: url(../img/contato-fones.jpg) no-repeat;
	width: 206px;
	height: 34px;
	border: 0px;
	padding: 6px 0 0 7px;
}
#trabalhe-conosco tr td select{
	background: url(../img/contato-g-field.jpg) no-repeat;
	width: 276px;
	height: 34px;
	border: 0px;
	padding: 6px 0 0 7px;
}
#trabalhe-conosco tr td textarea{
	background: url(../img/contato-obs.jpg) no-repeat;
	width: 318px;
	height: 105px;
	border: 0px;
	padding: 6px 0 0 7px;
}
#enviar-trabalheconosco{
	background: url(../img/enviar-btn.jpg) no-repeat;
	width: 95px;
	height: 25px;
	border: 0px;
	margin-left: 275px;
}
#limpar-trabalheconosco{
	background: url(../img/limpar-g-btn.jpg) no-repeat;
	width: 95px;
	height: 26px;
	border: 0px;
}

/* VALIDAÇÃO */
.warning, .success {
	padding: 5px 5px 5px 25px;
	margin: 5px 0;
	border: 1px solid #EB6D59;
	display: block;
}
.warning {
	background: #FFECEC url(../img/icon-warning.png) no-repeat 5px center;
	border-color: #EB6D59;
}
.success {
	background: #ECFFEC url(../img/icon-enviar.png) no-repeat 5px center;
	border-color: #2DC441;	
}

#logo {
	position: absolute;
	top: 3px;
	left: 10px;
}
