html, body {
background-color: #5F1313;
margin: 0px;
padding: 0px;
}


/* BACKGROUNDS DAS PÁGINAS */

.background-home {
width: 1024px; 
height: 801px; 
background-image: url('images/home-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-apto {
width: 1024px; 
height: 801px; 
background-image: url('images/apto-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-central {
width: 1024px; 
height: 801px; 
background-image: url('images/central-interna-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-pagto {
width: 1024px; 
height: 801px; 
background-image: url('images/condicoes-pagto-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-lazer {
width: 1024px; 
height: 801px; 
background-image: url('images/lazer-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-localizacao {
width: 1024px; 
height: 801px; 
background-image: url('images/localizacao-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-projeto {
width: 1024px; 
height: 801px; 
background-image: url('images/projeto-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour {
width: 1024px; 
height: 801px; 
background-image: url('images/tour-virtual-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour-quarto-casal {
width: 1024px; 
height: 801px; 
background-image: url('images/tv-quarto-casal-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour-quarto-solteiro {
width: 1024px; 
height: 801px; 
background-image: url('images/tv-quarto-solteiro-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour-sala {
width: 1024px; 
height: 801px; 
background-image: url('images/tv-sala-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

/* FIM DOS BACKGROUNDS DAS PÁGINAS */

#menu { 
position: absolute; 
top: 75px;
/top:87px;
_top:87px;
left: 166px;
}

#menu li { 
font-family: Tahoma,  Arial, Verdana, Trebuchet MS, sans serif;
display: inline;
font-size: 12px;
font-weight: bolder;
color: #FFF;
}

#menu li a {padding-right:2px; padding-left:2px;}

#menu a:link,
#menu a:visited { 
color: #FFF;
text-decoration: none;
}

#menu a:active { 
color: #F59090;
text-decoration: underline;
}

#menu a:hover { 
color: #F59090; 
text-decoration: none;
}
#menu a.Ativo { color: #F59090; }

a.imprimir:link {
color:#58585A;
text-decoration:none;
font-size:11px;
font-family:'Microsoft Sans Serif';
font-weight:bold;
}

a.imprimir:visited {
color:#58585A;
font-size:11px;
font-family:'Microsoft Sans Serif';
text-decoration:none;
font-weight:bold;
}

a.imprimir:hover {
color:#58585A;
font-size:11px;
font-family:'Microsoft Sans Serif';
text-decoration:underline;
font-weight:bold;
}

a.imprimir:active {
color:#58585A;
font-size:11px;
font-family:'Microsoft Sans Serif';
text-decoration:none;
font-weight:bold;
}

a {cursor:pointer;}
