@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(imagens/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ECECEC;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	
	font-size: 14px;

}

/********************************************************************/
/* Corpo */
/********************************************************************/

#corpo {
	margin: 0px auto;
	width: 837px;
}



/********************************************************************/
/* Topo */
/********************************************************************/

#topo {
	height: 152px;
	position:relative;
}

#topo #logo {
	position:absolute;
	top:27px;
	height:63px;
	width:186px;
	background:transparent url(imagens/logo.jpg) repeat scroll -2px 0px;
}

#topo #logo:hover {
	background:transparent url(imagens/logo.jpg) repeat scroll 190px 0px;
}

#topo #bt_quem_somos {
	position:absolute;
	width: 125px;
	height: 98px;
	left: 460px;
}

#topo #bt_quem_somos {
	background: url(imagens/botoes_quem_somos.jpg) -7px 0px;
}

#topo #bt_quem_somos:hover, #topo #bt_quem_somos .ligado {
	background: url(imagens/botoes_quem_somos.jpg) 139px 0px;
}

#topo #bt_portfolio {
	position:absolute;
	width: 125px;
	height: 98px;
	left: 587px;
}

#topo #bt_portfolio {
	background: url(imagens/botoes_portfolio.jpg) -7px 0px;
}

#topo #bt_portfolio:hover, #topo #bt_portfolio .on {
	background: url(imagens/botoes_portfolio.jpg) 138px 0px;
}

#topo #bt_contato {
	position:absolute;
	width: 125px;
	height: 98px;
	left: 712px;
}

#topo #bt_contato {
	background: url(imagens/botoes_contato.jpg) -6px 0px;
}

#topo #bt_contato:hover, #topo #bt_contato .on {
	background: url(imagens/botoes_contato.jpg) 134px 0px;
}


/********************************************************************/
/* Conteudo */
/********************************************************************/

#conteudo {
	 /* border: #CCCCCC dashed 1px; */
	 clear:both;
}

#colunas {
	margin-top: 70px;
	clear:both;
}

#colunas #coluna_a, #coluna_b {
	float: left;
	width: 400px;
}

#colunas #coluna_a {
	margin-right: 35px;
}

#colunas #conteudo {
	margin: 10px 20px;
}

#colunas #conteudo #p {
	clear:both;
}

#andametos_clientes {
	clear:both;
}

#andametos_clientes #cliente {
	float:left;
	position: relative;
	width: 110px;
	height: 75px;
	
	border: #999999 solid 2px;
	margin: 2px;
}

#andametos_clientes #cliente:hover {
	border: #666666 solid 2px;
}

#andametos_clientes #cliente #servico {
	float:left;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


#parceiros_wrap {
	clear:both;
}

#parceiros_wrap #parceiro {
	float:left;
	margin: 1px;
	border: #999999 solid 2px;
	width: 83px;
	height: 57px;
}

#rodape {
	text-align: center;
	background-color:#333333;
	color:#999999;
	font-size: 11px;
	margin: 20px 0px;
	padding: 5px;
	-moz-border-radius: 5em;

}



/********************************************************************/
/* Quem somos */
/********************************************************************/

#conteudo {
	 /* border: #CCCCCC dashed 1px; */
	 clear:both;
}

#colunas2 {
	clear:both;
	margin-top: -22px
}

#colunas2 #coluna_a, #coluna_b {
	float: left;
}

#colunas2 #coluna_a {
	width: 527px;
	margin-right: 35px;
	margin-left:20px;
	margin-top: 10px;
}

#colunas2 #coluna_a input {
	padding:5px;
	font-size: 15px;
}

#colunas2 #coluna_b {
	width: 253px;
	
}

#colunas2 #conteudo {
	margin: 10px 20px;
}

#colunas2 #conteudo #p {
	clear:both;
}

#andametos_clientes {
	clear:both;
}

#andametos_clientes #cliente2 {
	float:left;
	position: relative;
	width: 60px;
	height: 41px;
	
	border: #999999 solid 2px;
	margin: 2px;
}

#andametos_clientes #cliente2:hover {
	border: #666666 solid 2px;
}

#andametos_clientes #cliente2 #servico {
	float:left;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


#parceiros_wrap {
	clear:both;
}

#parceiros_wrap #parceiro2 {
	float:left;
	margin: 1px;
	border: #999999 solid 2px;
	width: 60px;
	height: 41px;
}

#rodape {
	text-align: center;
	background-color:#333333;
	color:#999999;
	font-size: 11px;
	margin: 20px 0px;
	padding: 5px;
	-moz-border-radius: 5em;

}


/********************************************************************/
/* Portfolio */
/********************************************************************/

#contato_facil input {
	font-size: 14px;
	margin: 2px 0px;
	padding: 3px;
}

/* tabs */
.tabs{ border-bottom: 1px #777 solid; height: 28px;}
.tabs a{padding: 0 20px; margin-left: 5px; padding-top: 6px; font-size: .9em; height: 22px; float: left;
		font-weight: bold;  background-color: #CCCCCC;  color: #888; 
		-moz-border-radius: 10px 10px 0 0; -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; }
.tabs .selected{ background-color: #666;  color: white;  }
.tab-content{ padding-left: 10px; margin-top: 20px; font-size: 14px; }
.tab-area{ padding-bottom: 40px; position: relative; left: -10px; height: 242px; /* width:725px;  */}
.poiam{ font-size: 1.5em;  font-weight: bold; text-align: center; }

.tab-area form img{ display: block; margin: 0 auto}

/********************************************************************/
/* Geral */
/********************************************************************/

.botao {
	cursor: pointer;
}

.titulo_italico {
	font-style:italic;
	font-size:19px;
}

.titulo_grande {
	font-size:25px;
	font-weight: bold;
}







