@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #212121;	
}
#container-geral {
	width: 950px;
	margin:0 auto;
	overflow:auto;
}
#topo {
	width: 950px;
	height: 100px;
	margin-bottom: 5px;
}
#topo-barra {
	float: left;
	height: 100px;
	width: 700px;
	background-image: url(imagens/bg_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#topo-logo {
	float: right;
	height: 100px;
	width: 170px;
	margin-left: 80px;
}
#topo-head {
	height: 60px;
	margin-top: 10px;
	margin-bottom: 26px;
	width: 680px;
	padding-left: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #48C136;
}
#box-sup-red {
	width: 910px;
	padding: 20px;
	background-image: url(imagens/bg_red.jpg);
	background-repeat: repeat;
	overflow: hidden;
}
#box-sup-txt {
	float: left;
	width: 410px;
}
#box-sup-img {
	float: right;
	width: 480px;
	margin-left: 20px;
	background-image: url(imagens/banner_superior.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#barra-menu {
	width: 910px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #161616;
	border-bottom-style: solid;
	border-bottom-color: #777;
	border-bottom-width: 4px;
	overflow:hidden;
}
#links-menu {
	float: left;
	width: auto;
}
#box-pesquisa {
	float: right;
	width: auto;
}

#box-principal {
	width: 950px;
	background-color: #FFF;
	overflow: hidden;
}
#col-principal-left {
	padding: 20px;
	float: left;
	width: 610px;
}
.box-not {
	width: 610px;
	overflow: hidden;
	margin-bottom: 25px;
}
.box-titulos {
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
	margin-bottom: 10px;
}
.box-not-img {
	float: left;
	width: 160px;
	padding: 4px;
	border: 1px solid #777;
}
.box-not-text {
	float: right;
	width: 430px;
	padding: 5px;
}
#colunas {
	width: 610px;
	overflow: hidden;
	margin-bottom: 10px;
}
#box-noticias {
	float: left;
	width: 300px;
}
#box-artigos {
	float: right;
	width: 300px;
	margin-left: 10px;
}
.box-coluna-titulo {
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
	margin-bottom: 10px;
}
.box-coluna-texto {
	float: left;
	width: 280px;
	padding: 10px;
}
#box-serv-titulo {
	width: 610px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
}

#box-serv {
	width: 610px;
}
.ultimos-trab-cont {
	overflow:hidden;
	margin-bottom: 10px;
	clear: both;
	margin-top: 5px;
}
.ultimos-trab-img {
	padding: 4px;
	float: left;
	border: 1px solid #777;
	margin-right: 10px;
}
#box-cont {
	width: 610px;
	overflow:hidden;
}
#box-txt-contatos {
	width: 510px;
	padding-right: 50px;
	padding-left: 50px;
}

.box-img-pag-serv {
	padding: 4px;
	width: 150px;
	border: 1px solid #666;
	float: left;
	margin-right: 10px;
}
.box-txt-pag-serv {
	width: 610px;
	overflow:hidden;
	margin-bottom: 20px;

}
#box-cont-clientes {
	width: 600px;
	padding-left: 10px;
	overflow:hidden;
}
.box-logo-clientes {
	padding: 10px;
	float: left;
	width: 180px;
}





#col-principal-right {
	padding: 20px;
	float: right;
	width: 260px;
	margin-top: 10px;
}
.box-clientes-titulo {
	width: 260px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 10px;
}
.box-clientes-cont {
	width: 260px;
	margin-bottom: 25px;
}
#box-newsletter-titulo {
	width: 260px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 10px;
}
#box-newsletter-cont {
	width: 260px;
	margin-bottom: 25px;
}
#box-campanhas-titulo {
	width: 260px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 10px;
}
#box-campanhas-banner {
	width: 260px;
	margin-bottom: 25px;
}
#box-host-titulo {
	width: 260px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 10px;
}
#box-host-banner {
	width: 250px;
	margin-bottom: 25px;
	padding: 4px;
	border: 1px solid #777;
}


#rodape {
	width: 910px;
	clear: both;
	overflow: hidden;
	background-color: #161616;
	background-image: url(imagens/bg_rodape.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
	margin-bottom: 25px;
}
#rodape-col-left {
	float: left;
	width: 360px;
	padding-top: 20px;
}
#rodape-col-right {
	float: right;
	width: 520px;
	margin-left: 30px;
	padding-top: 20px;
}

