@import url(internas.css);

*{
	padding: 0;
	margin: 0;
}

body{
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	color: #4e4d4d;
	background: url(images/barra_cinza.gif) 0 205px repeat-x;
}

.dn{
	display: none;
}

a{
	text-decoration: none;
	color: #4e4d4d;
}

a:hover{
	text-decoration: underline;
	color: #4e4d4d;
}

/*TOPO*/
.topo{
	width: 850px;
	height: 338px;
	margin: 0 auto;
	position: relative;
}

	.topo .logo_flash{
		width: 179px;
		height: 165px;
		position: absolute;
		top: 22px;
		left: 0;
	}
	
	.topo .menu_flash{
		width: 850px;
		height: 157px;
		position: absolute;
		bottom: 0;
	}
/*--FIM TOPO*/

/*--CORPO*/

.corpo{
	width: 850px;
	min-height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/*--COLUNA ESQUERDA*/
	.corpo .coluna_esquerda{
		width: 610px;
		min-height: 100px;
		float: left;
		margin-right: 20px;
	}
	
		/*INDEX*/
		.corpo .coluna_esquerda ul.boxes li{
			list-style: none;
			float: left;
			margin: 20px 20px 20px 0;
		}
		
			.corpo .coluna_esquerda ul.boxes li a{
				width: 295px;
				height: 175px;
				display: block;
				text-indent: -9999px;
				overflow: hidden;
			}
		
				.corpo .coluna_esquerda ul.boxes li.conheca{
					background: url(images/conheca.gif) 0 0 no-repeat;
				}
				
				.corpo .coluna_esquerda ul.boxes li.comercio_exterior{
					background: url(images/comercio_exterior.gif) 0 0 no-repeat;
				}
				
				.corpo .coluna_esquerda ul.boxes li.cotacao{
					background: url(images/cotacao.gif) 0 0 no-repeat;
				}
		
		.mg_rg{
			margin-right: 0!important;
		}
		
		.mg_top{
			margin-top: 0!important;
		}
		
		.mg_bt{
			margin-bottom: 0!important;
		}
		
		.corpo .coluna_esquerda .servicos{
			width: 295px;
			height: 175px;
			float: left;
		}
		
			.corpo .coluna_esquerda .servicos h3{
				width: 156px;
				height: 26px;
				background: url(images/tit_outros_servicos.gif) 0 0 no-repeat;
				text-indent: -9999px;
				margin-bottom: 10px;
			}
			
			.corpo .coluna_esquerda .servicos ul li{
				width: 285px;
				height: 22px;
				padding: 3px 0 0 10px;
				display: block;
				margin-bottom: 3px;
				list-style: none;
				font-size: 14px;
				color: #000000;
				background: #f3f3f3 url(images/mais.gif) 277px 10px no-repeat;
			}
			/*FIM INDEX*/
/*------FIM COLUNA ESQUERDA*/

/*--COLUNA DIREITA*/
	.corpo .coluna_direita{
		width: 220px;
		min-height: 100px;
		float: left;
	}
	
		/*INDEX*/
		.corpo .coluna_direita h3{
			width: 124px;
			height: 44px;
			background: url(images/tit_atendimento.gif) 0 0 no-repeat;
			margin: 20px 0 10px 0;
			text-indent: -9999px;
		}
		
		.corpo .coluna_direita address{
			font-size: 12px;
			font-style: normal;
		}
		
		.negrito{
			font-weight: bold;
			color: #444444;
		}
		/*FIM INDEX*/
/*--FIM COLUNA DIREITA*/

/*--FIM CORPO*/

/*RODAPÈ*/
.rodape{
	width: 100%;
	min-height: 20px;
	margin-bottom: 15px;
}

	.rodape .conteudo{
		width: 850px;
		min-height: 20px;
		margin: 0 auto;
	}
	
		.rodape .conteudo .edeas{
			float: right;
		}
/*------FIM RODAPÈ*/
