* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-x: hidden; 
} 

body {
	font-family: 'Trebuchet MS', sans-serif;
	background: url(images/fundo.jpg) top center fixed no-repeat #447abf;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #242479;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

ul li {
	list-style: none;
}

table {
	width: 90%;
	margin-left: 10px;
	background-color: #FFF;
}

th {
	background-color: #4987C0;
	padding: 10px;
	color: #FFF;
	font-family: 'Times New Roman', serif;
}

td {
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	padding: 5px;
	border-bottom: 1px dotted #999;
}

.float_left {
	float: left;
}

.display_none {
	display: none;
}

.overflow_auto {
	overflow: auto;
}

#clear {
	clear: both;
}

:focus {
	outline: 0;
}

#topo {
	width: 100%;
	background: #fef7e8;
	box-shadow: 0px 0px 1px #000;
}

#topo_interno {
	background: url(images/bg_top.png) top right no-repeat;
	width: 1000px;
	margin: 0 auto;
}

#topo_interno #logo h1 {
	display: none;
}

#topo_interno #logo h2 {
	display: none;
}

#topo_interno #logo {
	padding: 5px;
	margin-left: 15px;
	float: left;
	margin-top: 22px;
}

#topo_interno h3 {
	float: right;
	margin-right: 150px;
	padding: 5px 0px 0px 0px;
	color: #b08a54;
	font-size: 20px;
	font-style: italic;
}

#menu {
	float: right;
	margin: 15px 5px 5px 20px;	
}

#menu > li {
	float: left;
	margin: 0px 30px 0px 30px;
}

#menu > li > a {
	font-weight: bold;
	color: #041761;
	padding: 5px 10px 5px 10px;
	font-family: 'Times New Roman', serif;
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;	  
}

#menu li a:hover {
	color: #fff;
	background: #041761;
}

.sub-menu {
	display: none;
	width: 150px;
	position: absolute;
	z-index: 999;
	overflow: auto;
	background: #3365ca;
}

#menu li:hover .sub-menu {
	display: block;
}

.sub-menu li a {
	display: block;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 10px 15px 10px 15px;
	z-index: 9999;
}

#wrapper h2 {
	font-weight: bold;
	color: #041761;
	background-color: #DCE5F1;
	padding: 10px;
	margin-bottom: 20px;
	font-family: 'Times New Roman', serif;
	border-bottom: 1px dotted #857108;
}

#wrapper p {
	font-family: 'Times New Roman', serif;
	color: #2c2c2c;
	font-size: 15px;
	line-height: 21px;
	margin: 15px;
	text-align: justify;
}

#WrapperSlider {
	width: 650px;
	float: left;
	margin-bottom: 20px;
}

#LateralTop {
	width: 300px;
	float: right;
	background-color: #FEF7E8;
	margin-bottom: 20px;
	min-height: 829px;
}

#superior {
	width: 100%;
	margin: 10px 0px 20px 0px;
}

#sobre_nos {
	float: left;
	background: #fef7e8;
	margin-top: 20px;
}

#BuscaTop {
	background: #FEF7E8;
}

#acesso {
	background: #FEF7E8;
	margin-bottom: 20px;
}

#acesso form {
	padding: 14px;
}

form label {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #041761;
	margin-bottom: 5px;
}

form input[type="text"] {
	background: #FFF !important;
	width: 350px;
	padding: 5px;
	border: 1px solid #444;
	margin-bottom: 10px;
}

form input[type="password"] {
	background: #FFF !important;
	width: 350px;
	padding: 5px;
	border: 1px solid #444;
	margin-bottom: 10px;
}

form input[type="submit"] {
	margin-bottom: 20px;
	padding-left: 10px;
	float: right;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background: #2c2c2c;
	cursor: pointer;
}

#links_log {
	margin-top: 20px;
}

.qst_login {
	font-size: 12px;
	margin-left: 15px;
	text-decoration: underline;
	color: #2C2C2C;
}

#meio {
	overflow: auto;
}

#noticias_home {
	float: left;
	overflow: auto;
	width: 560px;
	overflow-y: hidden;
	background: #fef7e8;
}

#lista_noticias {
	float: left;
}

#lista_noticias > img {
	float: right;
}

#lista_noticias h3 {
	font-size: 20px;
}

#lista_noticias h4 {
	font-size: 15px;
}

#lista_noticias ul {
	
}

#lista_noticias ul li {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
}

#lista_noticias ul li a {
	font-family: 'Times New Roman', serif;
	color: #2c2c2c;
}

#lista_noticias ul li a:hover {
	text-decoration: underline;
}

#img_nt {
	float: right;
}

#servicos_home {
	width: 390px;
	float: right;
	background: #FEF7E8;
	min-height: 316px;
	height: 316px;
	overflow: scroll;
}

#servicos_home ul {
	margin-left: 45px;
}

#servicos_home li {
	list-style: inherit;
	font-family: 'Times New Roman', serif;
}

.serv_home {
	width: 100%;
	background: #fef7e8;
}

.serv_home a {
	display: block;
	width: 110px;
	padding: 20px;
	margin-bottom: 16px;
	font-size: 19px;
	font-weight: bold;
	color: #041761;
	background: #5C88E3;
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.serv_home a:hover {
	width: 150px;
	color: #fff;
	background: #041761;
}

#inferior {
	overflow: auto;
}

.imovel_home {
	float: left;
	margin: 20px 65px 20px 0px;
	min-width: 280px;
	min-height: 150px;
	background-color: #FFF;
	margin: 20px;
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.imovel_home_d {
	float: right;
	margin: 20px 0px 20px 0px;
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.imovel_home:hover {
	opacity: 0.6;
}

.imovel_home_d:hover {
	opacity: 0.6;
}

.info_imovel_home {
	background: url(images/fundotrsimov.png);
	width: 280px;
	position: absolute;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-top: 90px;
}

.info_imovel_home ul li {
	color: #FFF;
	font-size: 14px;
	padding-left: 10px;
	text-shadow: 1px 1px 2px #000;
}

#footer {
	width: 100%;
	background: #493305;
	overflow: auto;
	padding-bottom: 10px;
}

#footer_interno {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 0;
}

#logo_footer {
	float: left;
	width: 185px;
	margin: 10px;
}

#end_footer {
	width: 370px;
	float: left;
	margin: 5px 0px 0px 70px;
}

#end_footer p {
	color: #f9f8e3;
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
	margin-bottom: 8px;
}

#conteudo_page {
	overflow: auto;
	background: #FEF7E8;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 650px;
	float: left;
	max-width: 650px;
}

#conteudo_page h3 {
	font-family: 'Times New Roman', serif;
	margin-left: 13px;
	font-weight: bold;
	font-size: 22px;
}

#conteudo_page p {
	font-size: 15px;
	line-height: 25px;
}

#conteudo_page ul {
	margin-left: 30px;
}

#conteudo_page ul li {
	list-style: inherit;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
}

#conteudo_page form {
	margin: 15px;
	font-family: 'Times New Roman', serif;
	color: #2C2C2C;
}

#conteudo_page img {
	max-width: 620px;
	height: auto;
}

.imovel_cat:hover {
	opacity: 0.6;
}

.imovel_cat_d:hover {
	opacity: 0.6;
}

.info_imovel_cat {
	background: url(images/fundotrsimov.png);
	width: 280px;
	position: absolute;
	margin-top: 90px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.info_imovel_cat ul li {
	color: #FFF;
	font-size: 14px;
	padding-left: 10px;
	text-shadow: 1px 1px 2px #000;
}

.imovel_cat {
	float: left;
	margin: 25px 22px 0px 20px;
	min-height: 150px;
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.imovel_cat:hover {
	opacity: 0.6;
}

#imgdescricao {
	overflow: auto;
}

#imagens_imovel {
	float: left;
	width: 600px;
	margin: 10px 5px 10px 15px;
}

#descricao_imovel {
	width: 320px;
	margin-right: 20px;
}

#descricao_imovel h3 {
	margin: 10px;
}

#descricao_imovel p {
	margin: 10px 15px 10px 10px;
}

#caracteristicas {
	padding: 10px;
	overflow: auto;
}

#dados {
	margin-left: 5px;
	max-width: 430px;
	margin-right: 20px;
	font-family: 'Times New Roman', serif;
}

#dados li {
	font-size: 15px;
	color: #2c2c2c;
}

#dados strong {
	color: #041761;
}

#vantagens {
	float: left;
	width: 420px;
}

#vantagens ul {
	overflow: auto;
}

#vantagens li {
	list-style: disc;
	font-size: 14px;
	color: #666;
	width: 190px;
	float: left;
	font-family: 'Times New Roman', serif;
}

#mapa {
	margin-left: 15px;
	width: 620px;
	box-shadow: 0px 0px 3px #444;
	height: 300px;
}

div.img_post {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.img_post img {
	width: 350px;
	height: auto;
}

#conteudo_page > p:nth-child(2):first-letter {
	text-transform: capitalize;
	font-size: 48px;
	float: left;
	padding: 14px 5px 0 0px;
}

#inferior > div:nth-child(3) {
	margin-right: 0;
}

#inferior > div:nth-child(6) {
	margin-right: 0;
}

div.info_imovel_cat ul {
	margin: 0 !important;
}

div.info_imovel_cat ul li {
	list-style: none !important;
}

select {
	border: 1px solid #000;
	width: 100%;
	height: 25px;
	font-size: 13px;
}

div#NewsG1 {
	margin-bottom: 30px;
	background-color: #F5F5F5;
	clear: both;
	overflow: auto;
}

div#NewsG1 iframe {
	width: 800px !important;
	height: 140px;
}

iframe html body div#news div.box-plantao {
	width: 970px !important;
}

div.bloco {
	margin-bottom: 20px;
}

div.bloco label {
	display: block;
}

div.bloco input[type="text"] {
	width: 300px;
	border: 1px solid #555;
	padding: 5px;
}

div.bloco input[type="submit"] {
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
	background-color: #2D4686;
	color: #FFF;
	border: 1px solid #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

div.bloco input[type="submit"]:hover {
	background-color: #FFF;
	color: #2D4686;
	border: 1px solid #2D4686;
}

div.bloco textarea {
	width: 300px;
	border: 1px solid #555;
	padding: 5px;
	height: 100px;
}

#FormBusca {
	padding: 0 14px;
	overflow: auto;
}

#FormBusca div.bloco {
	margin-bottom: 10px;
}

#FormBusca div.bloco input[type="text"] {
	width: 102px;
}

#acesso form input[type="text"], #acesso form select {
	width: 250px;
}

p.TitulosInternos {
	font-weight: bold;
	font-size: 21px !important;
}

#AtendimentoHome {
	text-align: center;
	padding-bottom: 9px;
}

#InfoTopo {
	float: right;
	margin-top: 55px;
	text-align: right;
	margin-right: 47px;
}

#InfoTopo p {
	font-size: 15px;
	font-family: 'Times New Roman', serif;
	color: #8B6114;
}

#FaleConoscoBloco ul {
	margin-bottom: 20px;
	margin-left: 25px;
}

#FaleConoscoBloco ul li {
	font-size: 13px;
	list-style: inherit;
	padding: 3px 0;
}

#LogosParc {
	float: left;
}

#LogosParc ul {
	overflow: auto;
}

#LogosParc ul li {
	margin-right: 10px;
	float: left;
}

#DocsAluguel {
	background: #FEF7E8;
	overflow: auto;
}

#DocsAluguel ul {
	margin-left: 45px;
	margin-bottom: 20px;
}

#DocsAluguel li {
	list-style: inherit;
	font-family: 'Times New Roman', serif;
}

a.BtnDestaque {
	display: inline-block;
	padding: 5px;
	background-color: #00F;
	color: #FFF;
	border-radius: 5px;
}

a.BtnDestaque:hover {
	color: #00F;
	background-color: #C5DEFF;
}

.ImoveisDestaquesHome {
	background: #fef7e8;
	margin-top: 20px;
	margin: 20px 0;
}

div#OutrosImoveisDestaque {
	margin-bottom: 20px;
	background-color: #FFF;
	text-align: center;
}

div#OutrosImoveisDestaque ul {
	overflow: auto;
	text-align: center;
}

div#OutrosImoveisDestaque ul li {
	float: left;
	width: 50%;
}

div#OutrosImoveisDestaque ul li a {
	display: inline-block;
	width: 90%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.BtnMore {
	clear: both;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #DCE5F1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.BtnMore:hover {
	background-color: blue;
	color: #fff;

}