<!--
body, div, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, address{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	font-size:0.77em;
}
a{
	text-decoration:none;
	color:#1a6ca4;
}
a:hover{
	color:#9bb400;
}
input, select{
	border:1px solid #bfbfbf;
	font-size:0.7em;
	color:#333333;
}
img{border:none;
}
li{
	list-style-image:url(../Imagens/Site/Bullet.gif);
	padding-bottom:16px;
	line-height:14px;
}
li a:visited{
	color:#666666;
}

li a:link{
	color:#005b9a;
}
li a:hover{
	color:#9AB300;
}
#geralCabecalho{
	width:100%;
	height:62px;
	background-color:#f2f6f8;
}
#logo{
	margin:20px 19px 0px 20px;
	float:left;
	display:inline;
}

#menu{
	margin-top:24px;
	width:370px;
	list-style:none;
	color:#bfbfbf;
	float:left;
}
#menu a{color:#005b9a;
}
#menu a:hover{
	color:#9bb400;
}
#menu img{vertical-align:middle
}
.menuSubdivisoes
{
    height:55px; 
    width:100%;
    display:table;
}
.menuSubdivisoes li
{
    float:left;
    margin:5px 5px 0px 5px;
    cursor:pointer;
    list-style-image:none;
    list-style-type:none;
    line-height:0px;
    padding:0px;
    height:20px;
}
.campoBusca{
	float:left;
	margin-top:24px;
	margin-left:16px;
	margin-right:5px;
	width:90px;
}
.btBusca{
	margin-top:25px;
	width:16px;
	height:16px;
	border:none;
	float:left;
}
/*#bandeira{
	margin-top:27px;
	margin-left:20px;
	margin-right:5px;
	float:left;
	display:table;
	width:17px;
	height:13px;
	background:url(../Imagens/Site/Icons/Bandeira_brasil.gif) no-repeat;
}*/
#bandeira{
	margin-top:27px;
	margin-left:20px;
	margin-right:5px;
	float:left;
	display:table;
	width:17px;
	height:13px;
}
.idioma{
	width:88px; 
	margin-top:24px;
	float:left;
}
#menuPrincipal{
	height:25px;
	width:100%; 
	background-image:url(../Imagens/Site/Fundos/Menu_bg.gif);
	border-bottom:1px solid #cdcdcd; 
	border-top:1px solid #cdcdcd;
	padding-left:130px;
	font-size: 12px;
	font-family: Arial;
}

#geralRodape{
	width:100%;
	height:19px;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	background-color:#f2f6f8;
	font-size:0.8em;
	color:#797b7c;
	clear:both;
}
#geralRodape a{
	color:#797b7c;
}
#geralRodape a:hover{
	text-decoration:underline;
}
#rodape{
	margin-top:3px;
	margin-left:19px;
	float:left;
	display:inline;
	width:370px;
}
#rodape2{
	margin-top:3px;
	/*margin-left:90px;*/
	width:370px;
	float:left;
	/*border: solid 1px red;*/
}
.acessibilidade{
display:none;
}

/** MESSAGEBOX **/
#ModalBG
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	z-index:999;
	opacity: .40;
	filter: alpha(opacity=40);	
	display:none;
}

#DialogIcon
{
	padding: 10px;
	float: left;
}

#DialogContent
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 200px;
	display: block;
}

#DialogContent a 
{
	color: #666666;
	/*border-bottom: 1px #000000 dashed;*/
	text-decoration: underline;
	line-height: 20px;
	padding: 3px;
}

#DialogContent a:hover 
{
	color: #666666;
	border: 0px;
	background: #FFD003;
}

#DialogWindow
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	border: 1px #005b9a solid;
	width: 300px;
	display: none;
	background: #FFFFFF;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}

#automacaoComercial{
	width:180px;
	border-bottom:1px solid #005b9a;
}

.menu_on, .menu_on a:link, .menu_on a:visited, .menu_on a:hover{
	height:22px; 
	line-height:22px;
	font-weight:bold;
	display:block;
	margin:0px; 
	padding:0px;
	}
.menu_on
{
border-bottom:1px solid #C8C8C8;
}
.menu_on a:link, .menu_on a:visited {
	padding-left:6px; 
	color:#585858;
	display:block;  
border-left:4px solid #FFFFFF;
	}
.menu_on a:hover{
	border-left:4px solid #9bb400;
	color: #9bb400; 
	display:block;
	}
.sub_menu 
{
    padding-left: 10px;
}

/* BOX DE MENSAGEM */
#boxMensagem
{
	width: 435px;
	border: solid 1px #005b9a;
	padding: 10px;
	padding-left: 80px;
	margin: 20px;
	margin-bottom: 0px;
	background: #FFF url(../imagens/site/icons/msgAlerta.gif) no-repeat 18px;
	background-color: #FFF;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	vertical-align: middle;
}

#boxMensagem table
{
	height: 30px;
}

-->