*{
	margin:0;
	padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#525261;
}
html{
}
body{
}

a {
	text-decoration: none;
	color: #525261;
} 

p {
	line-height: 22px;
}

header , footer , article , aside , nav , section {display:block}

h1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	color:#731917;
	font-weight:bold;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#355F99;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}
h4{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#731917;
	font-weight:bold;
}


/***************** MENU ********************/
#menu{
	background: #1E2126;
	width:100%;
	height:32px;
	margin:auto;
}
#menu ul{
	width:918px;
	margin: 0 auto;
	height:32px;
	display: table;
}
#menu ul li{	
	display: table-cell;
	text-align: center;
}
#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#fff;	
	display: block;
	height: 24px;
	padding: 8px 0 0 0;
	margin: 0;
}
#menu a.active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	background-image:url(../img_layout/bg_menu.png);
}


/***************** TOPO ********************/

#centro{
	width:918px;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
}

#bandeiras{
	width:220px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 4;
}
#bandeiras a{
	color: #e57d53;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #e57d53;
	padding: 0 5px;
}
#bandeiras a:last-child{
	border-right: none;
}

#bgLogo{
	clear: both;
	width:100%;
	height:143px;
	margin: 0 auto 0 auto;
	display: black;
 	background: #404040 url(../img_layout/barra4.png) repeat-x left bottom; 
	position: relative;
}

#bgLogo .logo01{
	float:left;
	margin-left:0;
	margin-top: 15px;
}
#bgLogo ul{
	position: absolute;
	bottom: 15px;
/* 	left: 200px; */
	display: table;
	width: 900px;
	display: none;
}
#bgLogo ul li{
	list-style: none;
	display: table-cell;
	text-align: center;
}
#bgLogo ul li a{
	color: #fff;
	font-weight: bold;
}


/***************** BANNER ********************/
#banner{
	height:415px;
	width:918px;
	margin-top:5px;
	background: #E0DFDE;
}




/*************** CORPO ***************/

::-webkit-input-placeholder { 
	color:#525260; 
} 

#busca{
	width:923px;
	background: url('../img_layout/bg_busca.png') no-repeat;
	height: 90px;
	display: block;
	position: relative;
	z-index: 8;
}
#busca form.busca{
	position: absolute;
	top: 0;
	right: 0;
	width: 205px;
	float: right;
}
#busca form.busca input[type=text]{
	width: 150px;
	background-color:#F6F6F6;
	border: 0;
	margin-top: 10px;
	float: left;
	padding: 5px;
	color: #C4C4C4;
    border-radius: 5px 5px 5px 5px;
}
#busca form.busca input[type=submit]{
	width: 25px;
	height: 25px;
	background: transparent;
	display: block;
	border: 0;
	margin-top: 8px;
	margin-left: 8px;
	float: left;
	color: #C4C4C4;
}
#busca form.codid{
	position: absolute;
	top: 40px;
	right: 0;
	width: 205px;
}
#busca form.codid input[type=text]{
	width: 140px;
	border: thin solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color:#000;
    font-family: arial;
    font-size: 13px;
    margin: 6px 0 10px 0px;
    padding: 5px 10px;
	background-color:#F6F6F6;
}
#busca form.codid input[type=image]{
	float: right;
	margin-right: 10px;
}


/*************** ORCAMENTO ***************/

#orcamento{
	width: 680px;
	padding-top: 15px;
	position: absolute;
}
#orcamento form{
	background: #e0e0e0;
	height: 80px;
	padding: 5px;
}
#orcamento h3{
	color: #0F223A;
	background: #c6c6c6;
/* 	width: 280px; */
	padding: 5px;
}
#orcamento .formContP{
	width: 100px;
	height: 17px;
	border: thin solid #0F223A;
    border-radius: 5px 5px 5px 5px;
/*    box-shadow: 0 0 13px #E6E6E6 inset;*/
    color:#000;
    font-family: arial;
    font-size: 13px;
    margin: 6px 10px 10px 0px;
    padding: 5px 10px;
	background-color:#F6F6F6;
	float: left;
}

#orcamento .formContM{
	width: 517px;
	height: 17px;
	border: thin solid #0F223A;
    border-radius: 5px 5px 5px 5px;
    color:#000;
    font-family: arial;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
	background-color:#F6F6F6;
	float: left;
}

#orcamento .fileUpload {
	position: relative;
	overflow: hidden;
	width: 130px;
	height: 39px;
}
#orcamento .fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}
#orcamento .fileUpload span{
	position: absolute;
	right: 0;
	top: 6px;
	background: #741A17;
	width: 50px;
	padding: 8px 5px 0 5px;
	height: 21px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
#orcamento .botao{
	background: #0F223A;
	width: 100px;
	height: 28px;
	border: 0;
    border-radius: 5px 5px 5px 5px;
    color:#FFF;
    font-family: arial;
    font-size: 13px;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
	float: left;
}


#orcamento .cartao{
	position: absolute;
	right: 10px;
	top: 18px;
}
#orcamento .cartao img{
	margin-left: 10px;
}

/*************** CORPO ***************/

.conteudo{
	width: 918px;
	position: relative;
	z-index: 6;
	overflow: auto;
}


#cont{
	float: left;
	width: 680px;
	margin-top: 60px;
	padding-bottom: 30px;
}

#cont .boxNoticias{
	width: 200px;
	height:180px;
	float:left;
	margin-right:25px;
	margin-bottom:10px;
	margin-top: 20px;
}
#cont .boxNoticiasUltimo{
	margin-right:0;
}

#cont .boxNoticias:last-child{
	margin-right:0;
}

#cont .boxNoticias p{
	color: #525260;
	margin-top: 8px;
	font-family: arial;
	line-height:16px;
	text-align: justify;
}

#cont .boxNoticias a{
	color: #525260;
	font-family: arial;
}


/* Contato */
#cont .formulario th{
	text-align: right;
	padding-right: 15px;
}
#cont .formContP{
	width: 450px;
	height: 22px;
	border: thin solid #BFBFBF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 13px #C7C7C7 inset;
    color: #000000;
    font-family: arial;
    font-size: 13px;
    margin: 6px 0;
    padding: 5px 10px;
	background-color:#fff;
}

#cont .formContM{
	width: 450px;
	height: 100px;
	border: thin solid #BFBFBF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 13px #C7C7C7 inset;
    color: #000000;
    font-family: arial;
    font-size: 13px;
    margin: 6px 0;
    padding: 5px 10px;
	background-color:#fff;
}
#cont .botao{
	background: #0F223A;
	width: 100px;
	height: 28px;
	border: 0;
    border-radius: 5px 5px 5px 5px;
    color:#FFF;
    font-family: arial;
    font-size: 13px;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
	float: left;
}


#cont .img{
	max-width: 215px;
	max-height: 143px; 
}

#cont p{
	line-height:18px;
}




/*************** FAQ ***************/

#faq{
	width: 185px;
	float:right;
	overflow:auto;
	margin-bottom: 20px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 10px;
	border-left: 1px solid #9B9B9B;
}

#faq a{
    font-family: arial;
    font-size: 12px;
	color: #525260;
}





/***** RODAPE *****/

#footer{
	width:100%;
	padding-top:40px;
	background:#1E2126;
}
#footer .ajuste{
	display: none;
}

#container{
	margin:0 auto;
	width:917px;
	height: 317px;
	display: block;
	background: url('../img_layout/rodape_vazio.png') no-repeat;
	text-align:left;
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
#container.container_en{
	background: url('../img_layout/rodape_en.png') no-repeat;
}
#container .cot_sobe{
	color: #008000;
	font-weight: bold;
	font-size: 14px;
}
#container .cot_desce{
	color: #C00000;
	font-weight: bold;
	font-size: 16px;
}
#container .cot_bov01{
	position: absolute;
	top: 28px;
	left: 100px;
}
#container .cot_bov02{
	position: absolute;
	top: 28px;
	left: 200px;
}
#container .cot_ndq01{
	position: absolute;
	top: 78px;
	left: 100px;
}
#container .cot_ndq02{
	position: absolute;
	top: 78px;
	left: 200px;
}
#container .cot_dolarcom01{
	position: absolute;
	top: 28px;
	left: 405px;
}
#container .cot_dolarcom02{
	position: absolute;
	top: 28px;
	left: 490px;
}
#container .cot_dolarven01{
	position: absolute;
	top: 78px;
	left: 405px;
}
#container .cot_dolarven02{
	position: absolute;
	top: 78px;
	left: 490px;
}
#container .cot_pesocom01{
	position: absolute;
	top: 28px;
	left: 590px;
}
#container .cot_pesocom02{
	position: absolute;
	top: 28px;
	left: 670px;
}
#container .cot_pesoven01{
	position: absolute;
	top: 78px;
	left: 590px;
}
#container .cot_pesoven02{
	position: absolute;
	top: 78px;
	left: 670px;
}
#container .cot_eurocom01{
	position: absolute;
	top: 28px;
	left: 760px;
}
#container .cot_eurocom02{
	position: absolute;
	top: 28px;
	left: 840px;
}
#container .cot_euroven01{
	position: absolute;
	top: 78px;
	left: 760px;
}
#container .cot_euroven02{
	position: absolute;
	top: 78px;
	left: 840px;
}
#container .cot_petroleo01{
	position: absolute;
	top: 180px;
	left: 790px;
}
#container .cot_petroleo02{
	position: absolute;
	top: 180px;
	left: 400px;
}
#container .cot_petroleo03{
	position: absolute;
	top: 180px;
	left: 600px;
}
#container .cot_ouro01{
	position: absolute;
	top: 230px;
	left: 790px;
}
#container .cot_ouro02{
	position: absolute;
	top: 230px;
	left: 400px;
}
#container .cot_ouro03{
	position: absolute;
	top: 230px;
	left: 600px;
}
#container .cot_prata01{
	position: absolute;
	top: 280px;
	left: 790px;
}
#container .cot_prata02{
	position: absolute;
	top: 280px;
	left: 400px;
}
#container .cot_prata03{
	position: absolute;
	top: 280px;
	left: 600px;
}

/* Nomes */
#container .ctit{
	position: absolute;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#container .ctit2{
	position: absolute;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}
#container .ctit3{
	position: absolute;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
#container .ctit4{
	position: absolute;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
#container .ctit5{
	position: absolute;
	font-size: 12px;
	color: #03C7C7;
	text-transform: uppercase;
}



#assbg{
	width:100%;
	height:54px;
	background:#000;
	color: #fff;
	font-weight: bold;
}

#assbg .meioFooter{
	margin:0 auto;
	width:923px;
	height:32px;
	padding-top:20px;
	text-align:center;
}

#assinatura{
	background:blue;
	width:923px;
}

