@import url(internas.css);

*{
	padding: 0;
	margin: 0;
	list-style: none;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #2F353F;
	background: url(images/bg.png) 0 0 repeat-x;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.dn{display: none;}
.mg_bt{margin-bottom: 0!important;}
.mg_rg{margin-right: 0!important;}

.bg_fita{background: url(images/bg_fita.png) center -1px no-repeat;}

/*TOPO*/
.topo{
	width: 880px;
	min-height: 10px;
	margin: 0 auto;
}

	.topo .caixa{
		width: 260px;
		min-height: 10px;
		float: left;
		margin: 30px 20px 0 0;
	}
	
		.topo .caixa .logo_flash{
			width: 250px;
			height: 83px;
			margin-bottom: 33px;
		}
		
		.topo .caixa .menu{
			width: 200px;
			min-height: 10px;
			padding-top: 14px;
			background: url(images/bg_menu.png) 0 0 no-repeat;;
		}
		
			.topo .caixa .menu li a{
				width: 150px;
				height: 25px;
				display: block;
				overflow: hidden;
				margin-left: 25px;
				text-indent: -9999px;
			}
			
				.topo .caixa .menu li a.principal{background: url(images/menu_principal.png) 0 0 no-repeat;}
				.topo .caixa .menu li a.empresa{background: url(images/menu_empresa.png) 0 0 no-repeat;}
				.topo .caixa .menu li a.estrutura{background: url(images/menu_estrutura.png) 0 0 no-repeat;}
				.topo .caixa .menu li a.servicos{background: url(images/menu_servicos.png) 0 0 no-repeat;}
				.topo .caixa .menu li a.produtos{background: url(images/menu_produtos.png) 0 0 no-repeat;}
				.topo .caixa .menu li a.bcaonline{background: url(images/menu_bcaonline.png) 0 0 no-repeat;}
				.topo .caixa .menu li a.contato{background: url(images/menu_contato.png) 0 0 no-repeat;}
				
				.topo .caixa .menu li a:hover{background-position: 0 -25px;}
	
	.topo h2 a{
			width: 128px;
			height: 25px;
			float: right;
			margin: 40px 9px 10px 0;
			text-indent: -9999px;
			display: block;
			overflow: hidden;
	}
		
			.topo h2 a.cotacao{background: url(images/cotacao.png) 0 0 no-repeat;}
			.topo h2 a.solicitacao{background: url(images/solicitacao.png) 0 0 no-repeat;}
			
			.topo h2 a:hover{background-position: 0 -25px;}
		
	.topo .destaque{
		width: 584px;
		height: 244px;
		padding: 8px;
		float: right;
		background: #e9f6ff;
	}
/*FIM TOPO*/

/*CONTEUDO*/
.conteudo{
	width: 880px;
	min-height: 100px;
	margin: 0 auto;
	margin-bottom: 30px;
}

	/*NOTICIAS*/
	.conteudo .noticias{
		width: 400px;
		min-height: 10px;
		margin: 25px 20px 0 0;
		float: left;
	}
	
		.conteudo .noticias .caixa{
			width: 400px;
			height: 100px;
			float: left;
			margin-bottom: 15px;
		}
		
			.conteudo .noticias .caixa img{float: left; margin-right: 8px;}
			
			.conteudo .noticias .caixa h6{color: #4c525e; font-size: 13px; margin-bottom: 5px;}
			.conteudo .noticias .caixa h6:hover{text-decoration: underline;}
			
			.conteudo .noticias .caixa p{color: #4c525e; font-size: 12px;}
			.conteudo .noticias .caixa p:hover{text-decoration: underline;}
	/*FIM NOTICIAS*/
	
	/*AREA RESTRITA*/
	.conteudo .area_restrita{
		width: 220px;
		min-height: 260px;
		margin: 25px 20px 0 0;
		float: left;
	}
	
		.conteudo .area_restrita h2{
			width: 220px;
			height: 114px;
			background: url(images/area_restrita_tit.png) 0 0 no-repeat;
			text-indent: -9999px;
		}
		
		.conteudo .area_restrita form{
			border: 4px solid #E9EBED;
			border-top: 0!important;
			padding-top: 18px;
		}
		
			.conteudo .area_restrita form label{font-size: 11px; font-weight: bold; float: left; margin-left:12px;}
			
			.conteudo .area_restrita form .inputs_area{
				width: 174px;
				height: 19px;
				padding: 4px 5px 0 5px;
				border: 1px solid #CFCFCF;
				margin: 0 0 10px 13px;
				font-size: 12px;
				color: #4c525e;
			}
			
			.conteudo .area_restrita form .btacessar{
				width: 100px;
				height: 20px;
				margin: 0 56px;
				margin-bottom: 10px;
				border: 0;
				font-size: 11px;
				color: #333333;
				background: #CFCFCF;
				cursor: pointer;
			}
			
			.conteudo .area_restrita form .btacessar:hover{background: #e2e2e3;}
	/*FIM AREA RESTRITA*/
	
	/*OUTROS*/
	.conteudo .outros{
		width: 220px;
		min-height: 10px;
		float: left;
		margin-top: 25px;
	}
	
		.conteudo .outros .rastreamento{
			width: 220px;
			height: 121px;
			margin-bottom: 17px;
		}
		
		.conteudo .outros h2 a{
			width: 220px;
			height: 124px;
			display: block;
			overflow: hidden;
			text-indent: -9999px;
		}
		
			.conteudo .outros h2 a.trabalhe{background: url(images/trabalhe_tit.png) 0 0 no-repeat;}
	/*FIM OUTROS*/
	
	/*TELEFONES*/
	.conteudo .telefones{
		width: 400px;
		min-height: 38px;
		float: left;
	}
	
		.conteudo .telefones img{float: left; margin: 0 23px;}
	/*FIM TELEFONES*/
	
/*FIM CONTEUDO*/

/*RODAPE*/
.rodape{
	width: 100%;
	min-height: 10px;
	background: #19428b;
}

	.rodape .caixa{
		width: 880px;
		min-height: 10px;
		margin: 0 auto;
		color: #FFFFFF;
	}
		
		.rodape .caixa .empresas{float: left; margin: 13px 0 30px 0;}
		
		.rodape .caixa .empresas li{
			
			height: 60px;
			display: block;
			float: left;
			text-indent: -9999px;
			margin-right: 17px;
		}
		
			.rodape .caixa .empresas li.gol{width: 48px; background: url(images/emp_gol.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.fedex{width: 58px; background: url(images/emp_fedex.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.variglog{width: 70px; background: url(images/emp_variglog.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.webjet{width: 70px; background: url(images/emp_webjet.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.azul{width: 70px; background: url(images/emp_azul.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.tap{width: 70px; background: url(images/emp_tap.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.tam{width: 56px; background: url(images/emp_tam.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.oceanair{width: 70px; background: url(images/emp_oceanair.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.rico{width: 46px; background: url(images/emp_rico.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.trip{width: 71px; background: url(images/emp_trip.png) 0 center no-repeat;}
			.rodape .caixa .empresas li.pantanal{width: 70px; background: url(images/emp_pantanal.png) 0 center no-repeat;}
				
	.rodape p{float: left; font-size: 11px; margin-bottom: 15px;}
	.rodape .edeas_flash{float: right;}
/*FIM RODAPE*/
