/*****GERAL***************************************/
html, body {
	margin: 0;
	height: 100%;
}
.geral {
	background-color: White;
	margin-top: 0px;
}

.clear {        
	clear: both;       
	width: 100%; 
	position: relative;
}


/*****TOPO***************************************/
.divTopo {
	clear: both;
	width: 100%;
	height: auto;
	//background-image: url(../imagens/fundo_topo.png);
	//background-repeat: no-repeat;
	//background-position: left;
	background-color: Black;
}
.divSobreTopo {
	clear: both;
	width: 100%;
	height: auto;
	//background-image: url(../imagens/fundo_sobre_topo.png);
	//background-repeat: no-repeat;
	background-position: right;
	background-color: black;
	opacity: 0.7; 
}
.divLogo {
	width: 35%;
	padding-left: 0%;
	float: left;
	text-align: center;
	height: 110px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.divContatosTopo {
	width: 25%;
	float: right;
	text-align: right;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink;
	color: white;
	font-size: 30px;
	font-weight: bolder;
}

.divAtalhos {
	min-width: 70px;
	float: right;
	padding-right: 10px;
	text-align: right;
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.divAreaMenu {
	clear: both;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;	 
	height: 45px;
	vertical-align: top;
	text-align: center;
	background-image: url(../imagens/fndo_menu.png);
	background-repeat: repeat-x;
	
}
.divMenu {
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.divBotaoMenu {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 2px;
	margin-right: 2px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 3px solid #fccc0c;
}

.divBotaoMenu:hover {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 2px;
	margin-right: 2px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 3px solid #ed1e26;
}
.divBotaoMenuSelecionado {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 3px solid #ed1e26;
	border-radius: 1px;
}

.divBase {
	clear: both;
	width: 100%;
	height: 3px;
	border-bottom: 2px double #fccc0c;
}
.divBase2 {
	clear: both;
	width: 100%;
	height: 1px;
}

.divAreaMenuAdministrativo {
	clear: both;
	width: 100%;
	height: 30px;
	background-color: #f9e18c;
	border-bottom: 1px solid #ed1e26;
}

.divDadosUsuarioLogado {
	clear: both;
	padding-left: 10%;
	padding-right: 10%;
	height: 20px;
	width: 80%;
	text-align: left;
	
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #353638;
	font-size: 16px;
	font-weight: bolder;
}
.divMenuAdministrativo {
	float: left;
	padding-top: 5px;
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
	text-align: center;
}

.divConteudoCentral {
	width: 100%;
	min-height: 500px;
}
.divInformacaoEscritorioAtual {
	clear: both;
	width: 90%;
	height: 45px;
	background-color: #005cac;
	padding-left: 5%;
	padding-right: 5%;
	text-align: right;
}
.divConteudoInformacaoNaoHaEscritorio {
	float: right;
	height: 35px;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: 5px;
	background-image: url(../imagens/nao_ha.png);
	background-repeat: no-repeat;	
}
.divConteudoInformacaoNaoHaEscritorioTexto {
	height: 25px;
	margin-top: 10px;
   font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: white;
}

.divConteudoInformacaoFiltrarEscritorio {
	float: right;
	padding-top: 5px;
	height: 35px;
	padding-right: 20px;
	margin-top: 5px;
}
.divFormularioPesquisaEscritorioBarra {
	float: left;
}


.divConteudoInformacaoEscritorioAtualEsta {
	float: right;
	height: 35px;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: 5px;
	background-image: url(../imagens/voce_esta.png);
	background-repeat: no-repeat;	
}
.divConteudoInformacaoEscritorioAtualEstaTexto {
	height: 25px;
	margin-top: 10px;
   font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: white;
}


.divConteudoInformacaoEscritorioAtualVai {
	float: right;
	height: 35px;
	padding-left: 50px;
	padding-right: 20px;
	margin-top: 5px;
	background-image: url(../imagens/voce_vai.png);
	background-repeat: no-repeat;	
}

.divConteudoInformacaoEscritorioAtualVaiTexto {
	height: 25px;
	margin-top: 10px;
   font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #ffd512;
}

/*** DESTAQUE ***********************************/
.divConteudoChamadas {
	clear: both;
	padding-left: 8%;
	padding-right: 8%;
	width: 84%;
}


.divDestaque {
	clear: both;
	height: auto;
	position: relative;
	background-image: url(../imagens/fundo_chamada.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #b0b0b0;
}
.divConteudoDestaque {
	clear: both;
	width: 100%;
	height: 223px;
	top: 0px;
	position: absolute;
}
.divFotoCapaDestaqueMeio {
	float: left;
	width: 80%;
	height: 223px;
	text-align: left;
}
.divFotoCapaDestaqueVoltar {
	float: left;
	width: 10%;
	height: 223px;
	text-align: center;
}
.divFotoCapaDestaqueAvancar {
	float: right;
	width: 10%;
	height: 223px;
	text-align: center;
}

/*****CONTEUDOS***********************************/
.divConteudoPublico {
	background-image: url(../imagens/barra.png);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	padding-top: 1px;
}


.divEspacos {
	clear: both;
	min-height: 300px;
	width: 100%;
}
.divConteudosEspacosControle {
	clear: both;
	height: auto;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #d9d9d9;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}
.divConteudosEspacosFiltros {
	clear: both;
	height: auto;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	border-top: thin solid #d9d9d9;
	border-bottom: medium double #d9d9d9;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00663f;
	text-transform: uppercase;	
}

.divConteudosEspacos {
	clear: both;
	height: auto;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.divConteudosEspacosFiltrarCidade {
	clear: both;
	height: auto;
	width: 40%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #d9d9d9;
	
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00663f;
	text-transform: uppercase;
}

.divConteudosEspacosFiltrarEspaco {
	clear: both;
	height: auto;
	width: 40%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #d9d9d9;
}
.divConteudosEspacosFiltrarEspacoConteudo {
	width: 85%;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00663f;
	text-transform: uppercase;
}
.divConteudosEspacosFiltrarEspacoInformacao {
	width: 15%;
	text-align:left; 
}
.divDetalhamentoEspacos {
	clear: both;
	height: auto;
	width: 100%;
}
.divConteudosHome {
	clear: both;
	height: auto;
	min-height: 280px;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #e0e1e3;
}
.divColunaUmHome {
	width: 26%;
	height: auto;
	min-height: 220px;
	float: left;
	background-image: url(../imagens/bandeira_madeira_of.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 300px;
}
.divColunaDoisHome {
	width: 64%;
	height: auto;
	min-height: 220px;
	float: right;
	background-color: white;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../imagens/chamada_projetos.png);
	background-repeat: no-repeat;
}
.divChamadaProjetosCapa {
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-right: 25px;
	float: left;
	width: 35%;
	min-height: 265px;
	height: auto;
}


.divConteudosSecundarioHome {
	clear: both;
	height: auto;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 20px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top:  thin #e8e6e6 dotted;
	border-bottom: thin #e8e6e6 dotted;
}
.divColunaLateral02 {
	width: 56%;
	height: auto;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 300px;
}
.divColunaLateral01 {
	width: 36%;
	height: auto;
	float: right;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 300px;
	background-image: url(../imagens/noticia.png);
	background-repeat: no-repeat;
	background-position: center;
}

.divConteudoQuemSomos {
	clear: both;
	padding-left: 15%;
	padding-right: 15%;
	width: 70%;
	//background-image: url(../imagens/fundo_quem_somos.png);
	//background-repeat: no-repeat;
	//background-position: right;
	min-height: 200px;
}
.divConteudoQuemSomosCentro {
	clear: both;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
}
.divQuemSomosItens {
	clear: both;
	padding-left: 8%;
	padding-right: 8%;
	width: 84%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #e0e1e3;
}
.divQuemSomosItemEsquerdaClaro {
	float: left;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 49%;
	height: auto;
	min-height: 180px;
	background-color: #f4f4f4;	
}
.divQuemSomosItemEsquerdaEscuro {
	float: left;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 49%;
	height: auto;
	min-height: 180px;
	background-color: #adadae;	
}
.divQuemSomosItemDireitaClaro {
	float: right;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 49%;
	height: auto;
	min-height: 180px;
	background-color: #f4f4f4;	
}
.divQuemSomosItemDireitaEscuro {
	float: right;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 49%;
	height: auto;
	min-height: 180px;
	background-color: #adadae;	
}
.divQuemSomosTresColunasClaro {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 31%;
	height: auto;
	min-height: 180px;
	background-color: #fbf5dc;	
}
.divQuemSomosTresColunasEscuro {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 31%;
	height: auto;
	min-height: 180px;
	background-color: #f4d877;	
}

.divConteudoItensAtividades {
	clear: both;
	padding-left: 8%;
	padding-right: 8%;
	width: 84%;
	height: auto;
}
.divItensAtividades {
	clear: both;
	width: 100%;
}

.divConteudoImagemItensAtividadesPecas {
	float: left;
	padding-right: 1%;
	background-image: url(../imagens/fundo_pecas.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 200px;
	width: 22%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.divConteudoImagemItensAtividadesEquipamentos {
	float: left;
	padding-right: 1%;
	background-image: url(../imagens/fundo_equipamentos.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	width: 22%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.divConteudoImagemItensAtividadesServicos {
	float: left;
	padding-right: 1%;
	background-image: url(../imagens/fundo_servicos.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	width: 22%;
	margin-right: 15px;
	margin-bottom: 15px;
}

.divConteudoImagemItensAtividades {
	float: left;
	padding-right: 1%;
	background-image: url(../imagens/projetos.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 20%;
	width: 20%;
	margin-right: 15px;
	margin-bottom: 15px;
}

.divItemAtividadeItemEscuro {
	clear: both;
	padding-left: 26%;
	padding-right: 16%; 
	padding-top: 10px;
	padding-bottom: 10px;
	width: 58%;
	height: auto;
	background-color: #f4f4f4;		
}
.divItemAtividadeItemClaro {
	clear: both;
	padding-left: 16%;
	padding-right: 26%; 
	padding-top: 10px;
	padding-bottom: 10px;
	width: 58%;
	height: auto;
	background-color: white;
}
.divItemAtividadeLogo {
	height: auto;
	width: 30%;
	min-height: 150px;
}
.divItemAtividadeChamada {
	height: auto;
	width: 70%;
	min-height: 150px;
}

.divDadosItemAtividade {
	clear: both;
	width: 100%;
	height: auto;
}
.divConteudoLogoItemAtividade {
	float: left;
	height: auto;
	width: 25%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.divConteudoNavegacaoItemAtividade {
	float: right;
	text-align: right;
	height: auto;
	width: auto;
	padding-bottom: 20px;
	padding-top: 15px;		
	margin-left: 35px;
}
.divConteudoNavegacaoCentralizadoItemAtividade {
	float: left;
	text-align: center;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;		
}


.divConteudoFranquias {
	clear: both;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	height: auto;
}
.divFranquias {
	clear: both;
	width: 100%;
}
.divConteudoImagemFranquias {
	float: right;
	padding-left: 1%;
	background-image:url(../imagens/escritorio_bandeira.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 25%;
	width: 40%;
	margin-left: 15px;
	margin-bottom: 15px;
}
.divFranquiasSede {
	clear: both;
	padding-left: 10%;
	margin-right: 10%;
	padding-right: 1%; 
	padding-top: 10px;
	padding-bottom: 10px;
	width: 79%;
	height: auto;
	background-color: #d9d9d9;	
}
.divMapaPequenoFranquia {
	float: left;
	padding-top: 15px;
	padding-right: 1%;
	width: 50%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.divMapaFranquia {
	float: left;
	padding-top: 15px;
	width: 100%;
}
.divDadosContato {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	background-color: #d9d9d9;	
}
.divColunaEnderecoDadosContato {
	float: left;
	width: 20%;
	min-height: 50px;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
}
.divColunaContatosDadosContato {
	float: left;
	width: 30%;
	min-height: 50px;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	border-left: thin solid #b0b0b0;
	border-right: thin solid #b0b0b0;
}
.divColunaHorariosDadosContato {
	float: right;
	width: 19%;
	min-height: 50px;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
}


.divFranquiaOutrasSedes {
	clear: both;
	padding-right: 10%;
	margin-left: 10%;
	padding-left: 1%; 
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 79%;
	height: auto;
	background-color: #f1f2f3;	
}
.divFranquiaListaOutrasSedes {
	clear: both;
	padding-right: 10%;
	padding-left: 10%; 
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 80%;
	height: auto;
	background-color: #f1f2f3;	
	text-align: center;
}
.divOutraFranquia {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
}
.divPerfilFranquia {
	clear: both;
	padding-right: 25%;
	padding-left: 25%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100px;
	width: 50%;
	background-color: #d9d9d9;	
	font-size: 20px;
}

.divChamadaFranquia {
	clear: both;
	padding-right: 15%;
	padding-left: 15%;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	width: 70%;
	height: auto;
	background-color: #f1e9c5;	
}
.divConteudoImagemParceria {
	float: left;
	padding-right: 2%;
	background-image:url(../imagens/parceria.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 20%;
	width: 30%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.divConteudosFranquias {
	clear: both;
	padding-left: 8%;
	padding-right: 8%;
	width: 84%;
	height: auto;
}
.divFranquia {
	clear: both;
	width: 100%;
}
.divDadosFranquia {
	clear: both;
	width: 100%;
	height: auto;
}


.divChamadaMapa {
	float: right;
	width: 86%;
	height: 550px;
	padding-left: 7%;
	padding-right: 7%;
	margin-top: 10px;
}
.divChamadaInternoMapa {
	float: left;
	width: 100%;
	height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.divChamadaEndereco {
	float: left;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	min-height: 300px;
}
.divChamadaInternoEndereco {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}

/*****RODAPE**************************************/
.divRodape {
	clear: both;
	width: 90%;
	height: auto;
	background-color: black;
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
	//background-image: url(../imagens/fundo_rodape.png);
	//background-repeat: no-repeat;
	background-position: center;
}
.divConteudoLateral01Rodape {
	float: left;
	width: 49%;
	height: auto;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 0px;
}
.divConteudoLateral02Rodape {
	float: right;
	width: 50%;
	height: auto;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 0px;
}
.divRedesSociais {
	float: left;
	width: 150px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.divBotaoVendasRodape {
	float: right;
	width: 150px;
	height: auto;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*****AREA RESTRITA********************************/
.divAreaRestrita {
	clear: both;
	min-height: 600px;
	width: 90%;
	background-color: white;
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 5%;
}
/*****LOGIN****************************************/
.divAreaLogin {
	clear: both;
	min-height: 350px;
	width: 100%;
}
.divAreaLogin {
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
}
.divDestacaLogin {
	float: left;
	width: 40%;
	min-height: 350px;
	margin-left: 10%;
	background-image: url(../imagens/seguranca.png);
	background-repeat: no-repeat;
	background-position: center;
}
.divDestacaLoginCadastro {
	float: left;
	width: 20%;
	min-height: 350px;
	margin-left: 10%;
	background-image: url(../imagens/seguranca.png);
	background-repeat: no-repeat;
	background-position: center;
}
.divLogin {
	float: right;
	width: 40%;
	margin-top: 50px;
	vertical-align: top;
	text-align: left;
}
.divLoginCadastro {
	float: right;
	width: 60%;
	padding-right: 8%;
	margin-top: 50px;
	vertical-align: top;
	text-align: left;
}
.divEspacoLogin {
	width: 250px;
	padding: 20px 20px 20px 20px;
	background-color: white;	
	text-align: center;
}

.divLogado {
	float: right;
	width: 115px;
	height: 95px;
	padding-top: 70px;

	font-family: Arial, Helvetica, sans-serif;
	color: #353638;
	font-size: 14px;
	vertical-align: bottom;
	text-align: center;
}

/*****FOTOS**************************************/
.divFotos {
	clear: both;
	width: 100%;
	text-align: center;
	vertical-align: middle;	
	padding-bottom: 30px;
	padding-top: 30px;
}
/*****VIDEOS*************************************/
.divVideoCentralizada {
	clear: both;
	width: 100%;
	text-align: center;
	vertical-align: middle;	
}
.divVideos {
	width: 60%;
	text-align: center;
	vertical-align: middle;	
}

/*****NOTICIAS***********************************/
.divConteudoNoticias {
	clear: both;
	width: 84%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 8%;
	padding-left: 8%;	
}
.divUmaNoticia {
	clear: both;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
.divUmaNoticiaCapa {
	clear: both;
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}
.divUmaNoticiaFoto {
	float: left;
	overflow:hidden;
	width:280px;
	height:180px;
}
.divUmaNoticiaFotoCapa {
	float: left;
	overflow:hidden;
	width:110px;
	height:70px;
}

/*****CONTATOS*************************************/
.divFormularioContato {
	clear: both;
	width: 80%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10%;
	padding-left: 10%;		
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f1f2f3;
}
.divConteudoColunasLocalizacao {
	clear: both;
	width: 86%;
	height: auto;
	padding-top: 20px;
	padding-right: 7%;
	padding-left: 7%;		
}
.divColunaContatos {
	float: left;
	width: 40%;
	padding-bottom: 40px;
}
.divColunaMapa {
	float: left;
	width: 60%;
}
/*****CONTATOS*************************************/
.divFormularioContato {
	clear: both;
	width: 80%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10%;
	padding-left: 10%;		
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f1f2f3;
}
.divConteudoColunasRadio {
	clear: both;
	width: 70%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 15%;
	padding-left: 15%;		
	background-color: #f1f2f3;
}
.divColunaRadioImagem {
	float: left;
	width: 40%;
	height: 40%;
	background-image: url(../imagens/radio.png);
	background-repeat: no-repeat;
	background-position: center;
}
.divColunaRadio {
	float: right;
	width: 60%;
	height: 40%;
}
.divRadio {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.divListaEstilos {
	clear: both;
	width: 100%;
	height: auto;
	border-color:  #b0b0b0;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: outset;
	background-color: white;	
	margin-top: 5px;
}
.divEstilo {
	float: left;
	height: 15px;
	width: 25%;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: white;	
	font-size: 14px;
	color: #b0b0b0;
}
