body {
	background-color: #EFEFEFFF;
}

a:link { 
	text-decoration:none; 
}

.alinhamento {
  text-align: center;
}

.marginb {
	margin-bottom: 15px;
}

.marginbo {
	margin-bottom: 50px;
}

.margint {
	margin-top: 15px;
}

.marginto {
	margin-top: 60px;
}

.foto {
	width: 100%;
	border-radius: 5px;
}

.spc {
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
}

/* topo */

.fundotopo {
	background-color: #fff;
}

.logo {
	width: 90%;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.topo {
	padding: 20px 20px 0;
}

.icone {
	margin-top: 10px;
	width: 4%;
}

/* pesquisa */

.pesquisa {
	width: 100%;
	margin: 15px 0 75px;
	padding: 0;
}

.botaopes {
	border: none;
	font-weight: bold;
	background-color: #e21a05;
	padding: 10px 10px 6px 12px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	box-shadow: 2px 2px 3px #ccc;	
}
.botaopes:hover {
	background-color: #fff;
	color: #222;
	box-shadow: 2px 2px 3px #ccc;	
}

.nav_tabs {
	width: 100%;
	background-color: #ccc;
	position: relative;
	z-index: 80;
}
.nav_tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_tabs ul li {
	padding: 0;
	margin: 0;
	float: left;
}
.nav_tabs label {
	width: 100%;
	margin: 0;
	padding: 8px;
	background-color: #e21a05; /* Alterar cor da pesquisa*/
	display: block;
	color: #fff;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	text-align: center;
}
.rd_tabs:checked ~ label {
	background-color: #222; /* Alterar cor ativo da pesquisa*/
}
.rd_tabs {
	margin: 0;
	padding: 0;
	display: none;
}
.content {
	background-color: #222;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 20px;
}
.contente article {
	padding: 20px 10px;
}
.rd_tabs:checked ~ .content {
	display: block;
}

/* Rodape */

.rodape { /* Mudar cor do RODAPE */
	padding: 40px 10px;
	background-color: #222;
	color: #fff;
	font-family: Century Gothic;
}
.rodape a {	
	color: #fff;
	font-family: Century Gothic;
}

.footer { /* Mudar cor do RODAPE - EMPRESA */
	background-color: #000;
	color: #fff;
	font-family: Century Gothic;
}
.footer a {
	color: #fff;
	font-family: Century Gothic;

}

/*conteudo index*/

.titulos { /* Alterar cor dos titulos */
	color: #C60000FF;
	font-family: Lucida Handwriting;
}

.valorV { /* Alterar cor dos Valor de Venda */
	color: #e21a05;
	font-family: Century Gothic;
}

.valorL { /* Alterar cor dos Valores em Locacao */
	color: #000;
	font-family: Century Gothic;
}

.fundodestaque {
	margin-top: 50px;
	margin-bottom: 50px;
}
.destaque {
	margin: 0;
	padding: 15px;
	margin-bottom: 50px;
	border-radius: 5px;
}

.destaque1{
	margin: 0;
	padding: 5px;
}
.destaque2 {
	padding: 0;
	border-radius: 10px;
	border: 1px dotted #999;
}
.destaque2:hover {
	box-shadow: 2px 2px 3px #ccc;
	background-color: #fff;
}

.botaoblack { /* Alterar cor do Botao - LISTA */
	border: none;
	margin: 0;
	padding: 4px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	border-radius: 1px;
	background: linear-gradient(#222, #000);
	border: 1px solid #EFEFEFFF;
}
.botaoblack:hover { /* Alterar cor do Botao - LISTA ativo */
	background: linear-gradient(#fff, #ccc);
	color: #333;
	border: 1px solid #EFEFEFFF;
}

/*TIPO*/

.tipo {
	padding: 8px;
	margin-bottom: 15px;
	margin-left: 5%;
	border-radius: 10px;
	border: 1px dotted #999;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tipo:hover {
	box-shadow: 2px 2px 3px #ccc;
	background-color: #fff;
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/*LISTA*/

.listaped {
	padding-left: 15px; 
}

.fundolista {
	padding: 8px;
	margin-bottom: 15px;
	margin-left: 5%;
	border-radius: 10px;
	border: 1px dotted #999;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fundolista:hover {
	box-shadow: 2px 2px 3px #ccc;
	background-color: #fff;
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/*IMOVEL*/

.descimo {
	color: #555;
	font-family: Century Gothic;
	text-align: justify;	
}

.local {
	margin-top: 22px;
}

.botaoimovel { /* Alterar cor do botão da página imóveis*/
	width: 100%;
	border: none;
	background: linear-gradient(#e21a05, #C60000FF);
	border: 1px solid #ccc;
	padding: 5px 8px 0 8px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	font-family: Century Gothic;
	box-shadow: 2px 3px 3px #fff;
}

.ico {
	color: #fff;
}

/* Cores */

.black {
	color: #000;
	font-family: Century Gothic;
}

.red {
	color: #e21a05;
	font-family: Century Gothic;
}
.red2 {
	color: #F00E0EFF;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

.grey {
	color: #333;
	font-family: Century Gothic;
}

.grey2 {
	color: #222;
	font-family: Century Gothic;
}
.grey3 {
	color: #222;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

.white {
	color: #fff;
	font-family: Century Gothic;
}