@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* cabeçalho */
#cabecalho {
	width: 90%;
	padding: 5%;
	background-color: #F2F2F2;
}

.logo {
	width: 35%;
	float: left;
	clear: none;
}

 .contatos_d {
	display: none;
}

 
.fones_cabec {
	width: 100%;
	float: right;
	clear: right;
	margin-top: 15%;
	text-align: right;
	line-height: normal;
}
 
/* fim cabeçalho */
 
#conteudo {
}


/* titulos */
.title_fundo {
	background-color: #F2F2F2;
	width: 90%;
	padding: 5%;
}

.title1 {
	width: 85%;
	background-color: #003366;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0;
	line-height: normal;
}

.title2 {
	clear: both;	
	color: #003366;
	font-size: 20px;
	margin: 0;
	line-height: normal;
}

.title3 {
	clear: both;	
	color: #003366;
	font-size: 20px;
	margin: 0;
	line-height: normal;
}

.title4 {
	clear: both;	
	color: #003366;
	font-size: 20px;
	margin: 0;
	line-height: normal;
}

/* fim titulos */

/* links */
#links {
	margin-top: 5%;
	margin-bottom: 5%;
}

#links p {
	line-height: normal;
	margin-bottom: 1%;
	padding: 0;
}

#links span a {
	color: #525269;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#links span a:hover {
	color: #CC0000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.tit_links {
	font-weight: bold;
	color: #003366;
	margin-bottom: 1%;
}

.box_link1 {
	clear: both;
	width: 72%;
	margin: 5%;
	padding-left: 18%;
	background-image: url(../img_links/img_boleto.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
}

.box_link2 {
	clear: both;
	width: 72%;
	margin: 5%;
	padding-left: 18%;
	background-image: url(../img_links/img_online.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
}

.box_link3 {
	clear: both;
	width: 72%;
	margin: 5%;
	padding-left: 18%;
	background-image: url(../img_links/img_imv.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
}

.box_link4 {
	clear: both;
	width: 72%;
	margin: 5%;
	padding-left: 18%;
	background-image: url(../img_links/img_site.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
}

.margem {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	background-color: #D7D7D7;
	height: 1px;
}
/* fim links */

/* rodape1 */
#rodape1 {
	width: 90%;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../imagens/fundo_rodape1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.fundo_rodape1 {
}

.fones_rod {
	width: 45%;
	float: left;
	clear: none;
	padding-left: 5%;
	margin-top: 5%;
	background-image: url(../imagens/img_fone_rod.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

.fones_rod span {
	font-size: 16px;	
}

.endereco {
	width: 90%;
	clear: both;
	margin-top: 5%;
	margin-left: 5%;
}

.endereco span {
	font-weight: bold;	
}
/* fim rodape1 */

 
.txt {
	width: 90%;
	clear: both;
	margin: 5%;
}

.txt span {
	font-weight: bold;
	font-size: 15px;
}

.google {
	width: 50%;
	clear: both;
	margin: 5%;
}

.google img{
	max-width: 250%;
	margin-left: -90%;
}

/* detalhes */
.detalhes {
	width: 90%;
	margin: 5%;
}

 
 
 
.txt_detalhes {
	clear: both;
	margin-top: 5%;
}

.txt_detalhes2 {
	clear: both;
}

.mapa {
	clear: both;
	width: 500px;
}

.campo1 {
	clear: both;
	margin-top: 5%;
}

.campo2 {
	clear: both;
	margin-top: 5%;
}

.txt_detalhes span {
	font-weight: bold;
	text-transform: uppercase;
}

.txt_detalhes p {
	line-height: normal;
	text-align: justify;
	margin: 0;
}

.item_det {
	width: 48%;
	float: left;
	clear: none;
	margin-right: 1%;
	margin-top: 2%;
	margin-bottom: 2%;
}


/* fim detalhes */

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}



.contatos_m {
	display: none;
}

.contatos_d {
	display: none;
}


#menu_principal {
display: none;
}

.busca_fundo {
display: none;
}

.voltar_m {
display: none;
}

.voltar_d {
	display: none;
}


.imoveis_semelhantes {
	display: none;
}

/* rodape2 */
#rodape2 {
display: none;
}


/* detalhes */
.detalhes {
	width: 90%;
	margin: 5%;
}

.img_detalhes {
width: 400px;
   height: 400px;
	text-align: center; 
}

. slides {
			width: 400px;
   height: 400px;
	}


.txt_detalhes {
	clear: both;
	margin-top: 5%;
}

.txt_detalhes2 {
	clear: both;
}


.campo1 {
	clear: both;
	margin-top: 5%;
}

.campo2 {
	clear: both;
	margin-top: 5%;
}

.txt_detalhes span {
	font-weight: bold;
	text-transform: uppercase;
}

.txt_detalhes p {
	line-height: normal;
	text-align: justify;
	margin: 0;
}

.item_det {
	width: 48%;
	float: left;
	clear: none;
	margin-right: 1%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.valor {
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
}

.links_detalhes {
display: none;
}

 
