/*
Theme Name: Facial
Theme URI: http://facial.com.br
Description:Este tema foi desenvolvido especialmente para uso dp site Facial Imobili&aacute;ria & Seguros.
Version: 1.0
Author: Alessandra Martins
Author URI: http://www.alemartins.com.br/
Tags: red, custom header, fixed width, widgets
	
	Este tema foi criado e desenvolvido por Alessandra Martins.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {background:#fff;}

/* Geral*/
* {outline:none;}

.fonte-red  {
	color: #b41839;
	text-transform: uppercase;	
}

.red-text {
	color: #b41839;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin-bottom: 4px;
}

/* Top*/
#header {
	display: none;
	
}


#feature {
	display: none;
}

#busca-imovel {
	display: none;
}



.box-detail {
	position: absolute;
	top:130px;
	height: 40px;
	width:230px;
	background:#fff;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	color: #b41839;
	cursor: pointer;
	
}

.box-detail .description {
	margin: 0;
	float: left;	
	padding-left: 5px;
	padding-top: 2px;
	color: #333;
}

.box-detail span {
	float: right;
	padding: 0;
	line-height: 40px;
	padding-right: 5px;
	color: #b41839;
}

.box-detail span a {
	font-size:2em;	
	color: #fff;
}

.box-detail span a:hover {
	color: #b41839;
	text-decoration: none;
}

/* Detalhes do im—vel*/
.imovel-single {
	margin:20px 0 0px 0px;
}

.imovel-single .feature-imovel {
	border:none;
	float:left;
	margin:0 20px 0 0;
	width: 510px;
}

.imovel-single .content-imovel {
	color:#666;
	float:left;
	width:380px;
	background: #f2f2f2;
	padding: 10px;
}

.imovel-single .content-imovel ul.escolhas-single {
	margin:20px 0 0 0;
	padding:0;
	list-style: none;
}

.imovel-single .content-imovel ul.escolhas-single li {
	margin:0 0 0 0px;
	float: left;
}

.imovel-single .content-imovel ul.escolhas-single li.mais-info a {
	background:url("images/icon-maisinfo.gif") no-repeat scroll 0 0 transparent;
	padding:0 0 0 24px;
	display: block;
	text-indent: -4000px;
	width: 90px;
}

.imovel-single .content-imovel ul.escolhas-single li.imprimir a {
	background:url("images/icon-imprimir.gif") no-repeat scroll 0 0 transparent;
	padding:0 0 0 24px;
	display: block;
	text-indent: -4000px;
	width: 52px;
}

.imovel-single .content-imovel ul.escolhas-single li.indicar a {
	background:url("images/icon-indicar.gif") no-repeat scroll 0 0 transparent;
	padding:0 0 0 24px;
	display: block;
	text-indent: -4000px;
	width: 42px;
}

/* Rodapˇ */
#footer {
	background:url("images/bg-footer.jpg") repeat-x scroll 0 0 #dfdfdf;
	height: 180px;
	margin-top: 20px;
}

#footer .info {
	padding: 20px 0 0 10px;
}

#footer .info a {
	color:#808080;
	display:inline;
	font-size:1em;
	text-decoration:none;
	padding:4px 8px 0 0;
}

#footer .info a:hover {
	color:#b41839;
}

#footer p {
	margin-bottom: 2px;
}

span.email {
	background:url("images/icon-email.gif") no-repeat scroll 0px 70% transparent;
	line-height:20px;
	padding-left:15px;

}

span.fone {
	background:url("images/icon-fone.gif") no-repeat scroll 0px 70% transparent;
	line-height:20px;
	padding-left:15px;

}






