* {
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
}

a {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

hr {
display: none;
}
	
body {
color:#516064;
font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
font-weight:300;
margin: 0;
padding: 0;
}

.centralizar {
width: 960px;
margin: 0 auto;
padding: 0 10px;
}


/* ------ BARRA AZUL CEB ------ */

#barramenu {
width: 100%;
height: 50px;
background: #003A99 url(img/bg_menugeral.gif);
margin: 0;
font-size: 12px;
}

#barramenu:after {
content:" ";
display: block;
clear: both;
}

#barramenu a {
color: white;
}

.conteudo_header {
width: 940px
}

/* ------ CONTEUDO BARRA AZUL CEB ------ */

#logo {
background-image: url(img/logo.jpg);
background-repeat: no-repeat;
margin-right: 50px;
height: 50px;
width: 156px;
float: left;
display: block;
text-indent: -9999px;
}

.input {
float: right;
margin: 18px 0 0 32px;
width: 220px;
}


/* ------ HEADER & SUBHEADER ------ */


.header_imovel h1 {
float: left;
font-family: Georgia;
font-size: 80px;
color: #003A9A;
letter-spacing: -5px;
font-size-adjust:none;
font-weight:100;
width: 700px;
margin: 30px 0 20px 0;
}

.header_imovel h2 {
float: right;
margin: 30px 20px 0 0;
padding: 22px 0 8px 10px;
width: 220px;
font-family: Georgia;
font-weight: 100;
font-size: 25px;
color: #003A9A;
letter-spacing: -1px;

}

.submenu_imovel {
clear: both;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
height: 44px;
width: 940px;
position: relative;
}

#submenu_imovel:after {
content:" ";
display: block;
clear: both;
}

.tagline {
float: left;
font-family: Georgia;
font-style: italic;
font-weight: 100;
font-size: 24px;
letter-spacing: -1px;
color: #333333;
width: 960px;
padding: 10px 0;
}

/* ------ MENU DO IMOVEL ------ */

.menu_imovel {
float: right;
padding: 13px 0;
width: 488px;
}

.menu_imovel li a {
display: block;
letter-spacing: -1px;
font-size: 20px;
font-weight: 600;
color: #FF9900;
float: left;
padding: 0 0 0 31px;
}

.menu_imovel li a:hover {
display: block;
letter-spacing: -1px;
font-size: 20px;
font-weight: 600;
color: #FFB500;
float: left;
padding: 0 0 0 31px;
}

.link_atual {
display: block;
letter-spacing: -1px;
font-size: 20px;
font-weight: 600;
color: #999999;
float: left;
padding: 0 0 0 28px;
}


/* POSICOES DA SETA DO MENU */

.seta_sobre {
display: block;
width: 19px;
height: 11px;
background-image: url(img/seta_menu.png);
position: absolute;
right: 423px;
bottom: -10px;
}

.seta_fotos {
display: block;
width: 19px;
height: 11px;
background-image: url(img/seta_menu.png);
position: absolute;
right: 346px;
bottom: -10px;
}

.seta_videos {
display: block;
width: 19px;
height: 11px;
background-image: url(img/seta_menu.png);
position: absolute;
right: 265px;
bottom: -10px;
}

.seta_mapa {
display: block;
width: 19px;
height: 11px;
background-image: url(img/seta_menu.png);
position: absolute;
right: 180px;
bottom: -10px;
}

.seta_consulta {
display: block;
width: 19px;
height: 11px;
background-image: url(img/seta_menu.png);
position: absolute;
right: 62px;
bottom: -10px;
}


/* ------ INICIO DO FOOTER ------ */


#footer {
clear: both;
border-top: 3px solid #FF9900;
width: 100%;
height: 54px;
background: #003A99;
background-image: url(img/bg_footer.png);
background-repeat: repeat-x;
margin: 30px 0 0 0;
}


#footer:after {
content:" ";
display: block;
clear: both;
}