/* CSS Document */

body {
	margin:0px; /* centraliza a página */
	text-align:center; /* centraliza a página no internet explorer */
	background-color:#030303; /* define uma cor de fundo para a página */
	background-image:url(../imagens/bg.jpg);
	background-repeat:no-repeat;
}
#corpo {
	margin:0px auto; /* centraliza a div na página */
	overflow:hidden;
}
#bgtopo {
	width:100%;
	background-image:url(../imagens/bgtop.png);
	background-repeat:repeat-x;
}
#topo {
	margin:0px auto;
	width:980px;
	height:159px;
}
#banner_topo {
	margin:0px auto;
	width:980px;
	height:291px;
	padding-top:30px;
}
#conteudo_geral {
	width:100%;
	overflow:hidden;
	min-height:300px;
	background-color:#111111;
}
#conteudo {
	margin:0px auto;
	width:980px;
	overflow:hidden;
	min-height:400px;
	padding:10px;
	background-color:#111111;
}

#conteudo_homeup {
	width:100%;
	overflow:hidden;
	min-height:250px;
	background-color:#111111;
}

#carrhome {
	margin:0px auto;
	width:980px;
	height:250px;
	text-align:left;
}

#conteudo_homedown {
	width:100%;
	overflow:hidden;
	min-height:300px;
}

#not_home {
	margin:0px auto;
	width:980px;
	height:340px;
	
}

#bgrodape {
	width:100%;
	background-image:url(../imagens/bgrodape.jpg);
	background-repeat:repeat-x
}
#rodape {
	margin:0px auto;
	width:980px;
	height:54px;
	padding-top:50px;
}

.logo{
	margin:35px 0 10px 15px;
	float:left;	
}

.menu{
	width:800px;
	height:35px;
	float:right;
	margin-top:110px;
	margin-bottom:4px;		
}

.titulopaginas{
	margin-bottom:10px;
}

.box_solucoes{
	width:190px;
	height:265px;
	float:left;
	margin:12px;
	background-image:url(../imagens/bgsolucoes.png);
	background-repeat:repeat-x;
	padding:15px;	
}

.box_portfolio{
	width:190px;
	height:155px;
	float:left;
	margin:12px 12px 0 12px;
	background-image:url(../imagens/bgport.png);
	background-repeat:repeat-x;
	padding:15px;	
}

.bloconoticia{
	height:80px;
	overflow:hidden;
	padding:10px;
	margin: 12px 0 0 0;
	background-color:#000;
	border-bottom:2px dashed #CCC;	
}

.bloco_formcontato{
	width:450px;
	min-height:300px;
	overflow:hidden;
	float:left;
	margin:15px 20px 10px 0;	
	background-color:#000;
	padding:10px;
}

.bloco_infocontato{
	width:450px;
	min-height:300px;
	overflow:hidden;
	float:right;
	margin:15px 0 10px 20px;;	
	background-color:#000;
	padding:10px;
}
	
.blocohomeesq{
	width:470px;
	min-height:200px;
	overflow:hidden;
	float:left;
	margin:15px 20px 10px 0;	
	
}

.blocohomedir{
	width:470px;
	min-height:200px;
	overflow:hidden;
	float:right;
	margin:15px 0 10px 20px;;	
}

.bloconoticiahome{
	min-height:50px;
	overflow:hidden;
	margin: 12px 0 0 0;
	
}	
	
