* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;/* */
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	border:0px;
	background: #AB0708 url(../imgs/bg_top.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 9pt/16px Arial, Helvetica, sans-serif;
	color: #333333;
}

form {
	margin:0;
	padding:0;
}

.e_link {
	float:left;
}

.d_link {
	float:right;
}

a.maisobras {
float: right;
margin-top: 5px;
}

/* Top */
#box_topo {
	margin-top:5px;
	height:300px;
	border:1px solid #CCC;
}

h1.logo {
	text-indent: -9000px;
	background-color: #fff;
	margin-top: -5px;
}

h1.logo a {
	display: block;
	width: 198px;
	height: 35px;
	background: #FFF url(../imgs/logo_novo.jpg) no-repeat top center;
	margin-bottom: 37px;
	float: left;
	overflow: hidden;
}

#logo_banner {
	float:right;
	width:200px;
	height:90px;
}

#top {
	background: #FFFFFF url(../imgs/box_top.jpg) no-repeat top center;
	width: 700px;
	margin: 30px auto 0px auto;
	padding: 30px;
	height: 440px;
}

#top_alto {
	background: #FFFFFF url(../imgs/box_top.jpg) no-repeat top center;
	width: 700px;
	margin: 30px auto 0px auto;
	padding: 30px 30px 0 30px;
}

/* Área do Conteúdo */
#conteudo_interno {
	float:right;
	width:440px;
	max-width:440px;
	text-align: justify;
}

#conteudo_full {
	width:700px;
	float: left;
	}

#conteudo_empreendimento {
	width:670px;
	padding: 0 10px 0 20px;
	float: left;
	background: url(../imgs/miolo_empreendimento.jpg) no-repeat 16px 15px;
	}

#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	position:relative;
	z-index:5;
	text-align: left;
	padding-bottom: 1px;
}

.column {
	width: 700px;
	background: #FFFFFF url(../imgs/box_bottom.jpg) no-repeat bottom;
	margin:0 auto 40px auto;
	padding: 0px 30px 5px 30px;
}

.column2 {
	width: 700px;
	background: #FFFFFF url(../imgs/box_bottom.jpg) no-repeat bottom;
	margin:0 auto 40px auto;
}

#flahome {
	width: 700px;
	padding: 5px 0 20px 0;
	margin: 0px;
	float:left;
}

#top_geral {
	width:700px;
	padding-top: 5px;
	margin: 0px;
}

/* Menu principal */
#menu {
	border-top:4px solid #e6272f;
	background-color:#ab0708;
	height: 28px;
	width: 700px;
	float:left;
	text-align: center;
}

#menu span {
	display:none;
}

#menu ul {
	margin:0 auto;
	width: 532px;
	list-style:none;
}

#menu ul li {
	float: left;
	margin-left: 2%;
}

.m_home a, .m_empresa a, .m_portfolio a, .m_lancamentos a, .m_andamento a, .m_contato a, .m_empreendimentos a {
	display:block;
	background-position:left top;
	height:27px;
}

.m_home a {
	background-image:url(../imgs/m_home.jpg);
	width:66px;
}

.m_empresa a {
	background-image:url(../imgs/m_empresa.jpg);
	width:82px;
}

.m_portfolio a {
	background-image:url(../imgs/m_portfolio.jpg);
	width:81px;
}

.m_lancamentos a {
	background-image:url(../imgs/m_lancamentos.jpg);
	width:107px;
}

.m_andamento a {
	background-image:url(../imgs/m_andamento.jpg);
	width:119px;
}

.m_contato a {
	background-image:url(../imgs/m_contato.jpg);
	width:77px;
}

.m_empreendimentos a {
	background-image:url(../imgs/m_empreendimentos.jpg);
	width:135px;
}

.m_home a:hover, .m_empresa a:hover, .m_portfolio a:hover, .m_lancamentos a:hover, .m_andamento a:hover, .m_contato a:hover, .m_empreendimentos a:hover {
	display:block;
	background-position:left bottom;
}

/* Miolo da página */
#miolo {
	width:100%;
}

#status {
	margin-bottom:15px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#status span a {
	color:#cf0a0a;
	text-decoration:none;
	font-weight:bold;
}

/* Menu Lateral */
#menu_lateral {
	float:left;
	width:230px;
	border-right:3px solid #ece5e5;
}

#menu_lateral ul {
	list-style:none;
}

#menu_lateral li {
	height:30px;
	line-height:30px;
	margin-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menu_lateral li a {
	width:195px;
	padding-left:10px;
	color:#fff;
	text-decoration:none;
	display:block;
	background:#d30a0a url(../imgs/bg_menu_lateral.jpg) repeat-x left bottom;
}

#menu_lateral li a:hover {
	background-position: left top;
}

.pos_menu, .pos_menu a {
	width:200px;
	color:#cf0a0a;
	text-decoration:none;
	text-align:center;
	margin:30px 4px;
	font-weight:bold;
	font-size:13px;
}

.pos_menu a:hover {
	color:#666;
}

.bt_book {
	margin-top:50px;
	width:200px;
	text-align:center;
}

/* Títulos */
h1 {
	color:#cf0a0a;
	font-size:20px;
	margin-bottom:5px;
	margin-top: 5px;
}

h2 {
	color:#666;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}

h2 span {
	font-weight:bold;
}

h3 {
	margin-top:15px;
}

h3 a {
	color:#cf0a0a;
	font-size:15px;
	text-decoration:none;
}

h3.admin {
	color:#666;
}

h4 {
	color:#cf0a0a;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
}

h5 {
	color:#666;
	font-size:14px;
}

h5{
	color:#AB0708;
	text-transform: uppercase;
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	background: #EEEEEE;
	padding:1px 2px;
	margin-top: 10px;
	
}
/* Quadro de chamadas */
#quadro {
	background: url(../imgs/bgmiolo2.jpg) no-repeat;
	width: 690px;
	margin: 0px;
	padding: 0px 5px 5px;
	height: 320px;
}

.partes {
	height: 135px;
	width: 340px;
	float: left;
	padding:8px 5px 10px 0;
}

.partes ul {
	list-style-type:circle;
}

.partes li {
	padding-top:7px;
}

.imgH {
	height: 100px;
	width: 150px;
	padding:0 10px 0 10px;
	float: left;
}

.txtH {
	width: 150px;
	padding-left: 20px;
	float: left;
	height: 100px;
}

.tt {
	height: 25px;
	padding-left: 10px;
}

.entry {
	clear: left;
}

/* Combo Box */
#combo, #combo2 {
	margin-bottom:20px;
	width:682px;
	padding:8px;
	background-color:#000000;
	height:20px;
	text-align:center;
}

#combo2 {
background-color: #fff;
padding: 0;
}

#combo select, #combo2 select {
	color:#000;
	background-color:#ccc;
	border:1px solid;
	font-size:10px;
	width:80%;
}

#combo ul, #combo2 ul {
	margin:auto;
	padding:0;
	list-style-type:none;
}

#combo li {
/*background-color:#FFFF00;*/
}

#combo li {
	width:33%;
}

#combo2 li {
float: left;
display: inherit;
margin-right: 10px;
color: #333;
font: 11px Arial, Helvetica, sans-serif;
}

#combo li.s_vertical {
	float:left;
	text-align:left;
}

#combo2 li.s_vertical p, #combo2 li.s_vertical select {
float: left;
width: auto;
}

#combo li.s_horizontal, #combo2 li.s_horizontal {
	float:right;
	text-align:right;
}

#combo li.s_flathotel, #combo2 li.s_flathotel {
	text-align:center;
}

/* Cronograma */
.posicao_detalhe_direito, .posicao_detalhe_esquerdo {
	width:215px;
	text-align:left;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
}

.posicao_detalhe_direito span, .posicao_detalhe_esquerdo span {
	color:#cf0a0a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.posicao_detalhe_esquerdo {
	float:left;
}

.posicao_detalhe_direito {
	float:right;
}

.posicao_detalhe {
	text-align:left;
	width:100%;
}

.posicao_detalhe_esquerdo p, .posicao_detalhe_direito p {
	height:16px;
	padding:10px 0;
	font-weight:bold;
	border-bottom:1px solid #dad5d5;
}

.posicao_detalhe_esquerdo p span {
	color:#cf0a0a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

p.posicao_total {
	background-color:#fff;
}

/*  Resultado da Busca */	
p.busca_paginacao {
	text-align:center;
	margin-top:20px;
}

p.busca_resultado {
	padding:5px 0px 15px 5px;
	border-bottom:1px solid #EEE;
}

/* Galeria */
.legenda {
	float:left;
	padding:3px;
	background-color:#ece5e5;
	font-weight:bold;
	margin-bottom:15px;
	max-width:430px;
}

.legenda_gallery {
	width:430px;
	text-align:center;
}

/* Menu Horizontal */
#menu_tab {
	list-style:none;
	margin-top:15px;
}

#menu_tab li {
	float:left;
	width:107px;
	height:30px;
	max-height:30px;
	line-height:30px;
	text-align:center;
}

#menu_tab li a {
	color:#444;
	font-weight:bold;
	text-decoration:none;
	background:url(../imgs/bg_menu_tab.jpg) left top;
}

#menu_tab li a:hover {
	background-position:right top;
}

/* Padrão de Interna */
.descricao {
	width:100%;
	float:left;
	margin:5px 0 25px 0;
	text-align:justify;
	line-height: 18px;
}

p a, .descricao a {
	color:#cf0a0a;
	font-weight:bold;
	text-decoration:none;
}

p a:hover, .descricao a:hover {
	color:#999;
	font-weight:bold;
}

.bt_topo, .bt_topo a {
	display:block;
	float:right;
	background:no-repeat url(../imgs/bt_topo.jpg) right bottom;
	width:100%;
	;
	height:13px;
}

.bt_topo span {
	display:none;
}

/* Barra Inferior */
div#masthead {
	position:absolute;
	bottom: -1px;
	width: 100%;
	height: 30px;
	margin:0;
	display:block;
	z-index:11;
	left: -10px;
}

#splash {
position:absolute;
top:0;
left:0;
*left:-8px;
z-index:100;
width:100%;
_position: absolute;
_width:780px;
_left:50%;
_margin-left: -390px;
}

div#mastback {
	position:absolute;
	bottom: -1px;
	left:-18px;
	width: 100%;
	height: 40px;
	margin:0;
	display:block;
	z-index:10;
	background:#000;
}

/* overwrite for other browsers */
div#mastback[id] {
	background: #000000;
}

.masthead_contain {
	width: 760px;
	margin: 0 auto;
	text-align:center;
}

/* Assinatura agencia */
.assina_agencia { 
	float: right;
	width: 50px;
	height: 15px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(../imgs/assina_agencia_black.gif) no-repeat top center;
	}

/* Campo Busca Rodapé */
form.campo_busca {
	height: 20px;
	width: 250px;
	float: left;
	margin-top: -5px;
	margin-left: 5px;
}

form.campo_busca fieldset {
	border:none;
}

form.campo_busca fieldset ul {
	height: 15px;
}

form.campo_busca fieldset ul li {
	display: inline;
}

form.campo_busca fieldset li label {
	color: #FFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

form.campo_busca li input.busca {
	height: 15px;
	width: 100px;
	border: none;
	background: #CCC;
	padding: 2px 0 3px 0;
	vertical-align: top;
}

input.ok_button {
	height: 19px;
	width: 19px;
}

/*Menu Antigo*/
#nav {
	list-style:none;
	margin-top: 5px;
}

#nav li {
	float:left;
}

#nav li a {
	padding:0 4px;
	text-decoration:none;
	color:#eee;
	font-size:11px;
}

#box_bar_menu {
	margin-top:15px;
	float:left;
}

#box_bar_form {
	margin-top:11px;
	float:right;
}

.f_brd {
	border-right:2px solid #eee;
}

#search_form {
	color:#fff;
}

#search_form .textfield {
	background-color:#d4d2d3;
	border:0px;
	width:100px;
	color:#000;
	width: 110px;
}

.bt_search {
	width:25px;
	height:18px;
	border:none 0px;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	background-color:#666666;
}

/* Barra de Busca */
#browsebar {
	float: left;
	margin:0px 0 0 20px;
	width: 700px;
	position: static;
}

#search_form {
	float: right;
	display: inline;
}

/* Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}

/* End hide from IE-mac */
#d_contatocomercial {
	clear: left;
	background-color: #FFF;
	border: 1px solid #333;
	padding: 15px;
	width: 205px;
	z-index: 1000;
	position: relative;
	margin: 0 0 0 200px;
}

.fechar {
clear: left;
text-align: right;
}

.ccomercial {
	float:right;
	margin-top:10px;
	margin-bottom:20px;
}

.visite {
	float:left;
	margin-top:10px;
}

.seta_esquerda {
	position:relative;
	top:-150px;
	left:-100px;
	width:50px;
	height:50px;
	display:block;
	background-image:url(../imgs/imagem_volta.jpg);
}

.imagem_legenda {
	width:360px;
}

.seta_direita {
	float:right;
	background-image:url(../imgs/imagem_avancar.jpg);
	width:30px;
	height:30px;
}

.seta_esquerda {
	float:left;
	background-image:url(../imgs/imagem_avancar.jpg);
	width:30px;
	height:30px;
}

.legenda_texto {
	clear:both;
}

.endereco {
	text-align:center;
	padding-bottom:20px;
}

.copyright {
	margin-top:40px;
}

.txtH a {
	text-decoration:none;
	color:#666;
}

.txtH a:hover {
	text-decoration:none;
	background-color:#eee;
}

.progresso {
	width:200px;
	display:block;
	list-style-type:none;
	height:20px;
	font-size:1px;
	padding:1px 0 0 1px;
	/*IE 6*/
	_width:195px;
	_margin-bottom:-10px;
}

.progresso_c {
	background:url(../imgs/bg_porcentagem.jpg) no-repeat left top;
}

.progresso_f {
	background:url(../imgs/bg_porcentagem2.jpg) no-repeat left top;
}

.maximo {
	max-width:194px;
}

/* Pagina de empreendimentos */
.empreendimento {
width: 190px;
height: 190px;
float: left;
padding: 15px 15px 5px;
}

.empreendimento h4,.empreendimento h4 a {
color: #c3090a;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
text-transform: uppercase;
}

.empreendimento h4 a:hover {
color:#999;
}

.empreendimento img {
border: none;
margin: 10px 0 5px;
}

.empreendimento ul li, .empreendimento ul li a {
color: #666666;
font: 11px/18px Arial, Helvetica, sans-serif;
text-decoration: none;
list-style: inside circle;
}

.empreendimento ul li a:hover {
background-color:#eee;
}

ul.paginacao {
clear: left;
list-style: none;
text-align: center;
}

ul.paginacao li {
color: #000;
/*float: left;*/
display: inline;
font-weight: bold;
margin: 10px 3px 0 3px;
}

ul.paginacao li a {
color: #c3090a;
text-decoration: none;
font-weight: bold;
}

ul.paginacao li a:hover {
color: #999;
}

iframe.frameFlash {
    width: 445px;
}