.dourado {
    color: #734627;
}

.branco {
    color: white;
}
.btnMostrarFavoritos{		
	color: #582d25;
	padding: 5px 0;	
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 100px;
}
.btnMostrarFavoritos span{
	display: inline-block;
	margin-right: 5px; 
}
.titleFav{
	color: #724626;
	margin: 20px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #eff0f1;
}
#formFavoritos .btnEnviarInfoAdi{
	text-align: right;
	margin-top: 20px;
	display: inline-block; 
}
#formFavoritos .btnEnviarInfoAdi button{
	margin-bottom: 11px;
}
.acaoFav{
	margin-bottom: 25px;
}

.textEsc{
	line-height: 28px;	
}
.btnExcluirFav{
	background: #582d25;
	float: left;
	color: white;
	padding: 5px 20px 5px 20px;
	border-radius: 6px;
	font-size: 14px;
}
.btnFavMail{
	background: url('../images/btnBanner.png') 0px -8px;
	float: left;
	color: #582d25;
	padding: 5px 20px 5px 20px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	cursor: pointer;
}
.marginLeft{
	margin-left: -15px;
}
.listaImo img{
	width: 100%;
}
.nomeImovel{
	background: url('../images/bgNomeImovel.png');
	color: white;
	padding-left: 5px;
	font-size: 10px;
}
.detalhesImovel{
	font-size: 12px;
	
}
.detalhesImovel img{
	font-size: 13px;
}
.detalhesImovel span{
	color:#782a20;
}
.btnImovelDls{
	color: #734627;
}
.barraBtn{
	float: left;
	background: url('../images/bgBtns.png');
	padding: 0 5px 0 5px;
}
.btnFav{
	background: url('../images/bgBtns.png');
	float: left;
	font-size: 12px;
	padding: 2px 15px 1px 0px;
}
.btnFav span{
	padding-left: 7px;
}

.marginL{
	margin-left: 49px;
}
.imovel1{
	width: 15%;
}
#formFavoritos {
	display: none;
}
#listarFavoritos{
	margin-bottom: 30px;
	background: url(../images/btnBanner.png);
}
#formFavoritos{
	clear: both;
	border-top: 3px solid #eff0f1;
	padding-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.imovelFav .titleFavoritos{
		margin-bottom: 10px; 
	}
}
@media screen and (max-width: 767px){
	.btnMostrarFavoritos{
		margin-top: 20px;
	}
	.btnExcluirFav {
	    background: #582d25;
	    float: none;
	    text-align: center;
	    color: white;
	    padding: 5px 7px 5px 8px;
	    border-radius: 6px;
	    font-size: 16px;	    
	 	margin-top: 20px;   
	}
	.btnFavMail {
	    background: url('../images/btnBanner.png') 0px -5px;
	    float: none;
	    text-align: center;
	    color: #582d25;
	    padding: 5px 7px 5px 8px;
	    border-radius: 6px;
	    font-size: 16px;
	    font-weight: bold;
	    margin: 10px 0px;
	    margin-left: 0 !important;
	}	
}
.btnFavMail{
	height: 41px;
	padding: 0 20px;
	line-height: 44px;
	margin-left: 6.5%;
}
.btnVoltar{
	cursor: pointer;
    margin: 0 auto;
    float: none;
    clear: both;
    width: 20%;
    text-align: center;
    height: 25px;
    line-height: 26px;
    color: #582d25;
    font-weight: bold;
}