/* obs nos divs sala loca e etc para alterar mudar alterar a heigh ou seja a alura!! */

body {

	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/bk_ornamento.png);
	background-repeat: repeat;
	line-height:20px; /* esse aumenta o espaco entre de linhas pego com bala */ 
	
}

html , body {

	height: 100%;

}

#header {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 50px;
}

#header2 {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/sub_logo.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 80px;
}



#conteudo_principal { /*index*/

	width:900px;
	height:auto;
	background-color:#000000;
	margin: auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding: 20px;

}




#conteudo_principal_banheiro {

	width:900px;
	height:750px;
	background-color:black;
	margin: auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding: 20px;

}


#conteudo_principal_condo {

	width:900px;
	height:1000px; /*regular aqui o div */
	background-color:black;
	margin: auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding: 20px;

}




#conteudo_principal_loca {

	width:900px;
	height:1100px;
	background-color:#000000;
	margin: auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding: 20px;

}


#conteudo_principal_quarto {

	width:900px;
	height:760px;
	background-color:black;
	margin: auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding: 20px;

}

#conteudo_principal_links {

	width:900px;
	height:550px;
	background-color:black;
	margin: auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding: 20px;

}





#conteudo_principal_sala {

	width:900px;
	height: 1150px;
	background-color:black;
	margin: auto;
	/*border: 1px solid; aumentar esse div para colocar mais fotos  */
	border-color:gray;
	padding: 20px;

}






#menu {

	width:auto;
	height:auto;
	margin: auto;
	padding: 20px;
	color:#a4be69;
	text-align:right;
	font-size:14px;
	
}

#div_borda {
	
	position:relative;
	width:500px;
	height:320px;
	float:left;
	/*border: 1px solid;*/
	/*border-color:gray;*/
}


#borda_maps {
	
	position:relative;
	width:580px;
	height:400px;
	float:left;
	/*border: 1px solid;*/
	/*border-color:gray;*/
}







fieldset {
width: 60%;
padding: 10px;

}



#borda {
	
	position:relative;
	width:416px;
	height:318px;
	float:left;
	border: 1px solid;
	border-color:gray;
}

#menu_lista {
	
	position:relative;
	width:300px;
	height:321px;
	float:left;
	/*border: 1px solid;*/
	border-color:gray;
	
}

#texto_foto {
	
	width:413px;
	height:auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding:5px;
	color:#e2325e;
	
}


#texto_foto_2 {
	
	position:relative;
	float:left;
	width:550px;
	height:auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding:5px;
	color:#e2325e;
	
}



.demo  {color:white; background-color:#black; layer-background-color:black;
        position:relative; width:480px; height:280px;
        z-index:99;  visibility:hidden;}

/*essa div e para esconder a camada*/




#bt_1 {

position:relative;
float:left;
width:250px;
height:auto;
border: 1px solid;
border-color:gray;
padding:5px;
color:#e2325e;

}

#bt_2 {

position:relative;
float:left;
width:250px;
height:auto;
border: 1px solid;
border-color:gray;
padding:5px;
color:#e2325e;

}






#footer {

	width:999px;
	height:auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding:2px;
	/*border-color:gray;*/
	margin: auto;
}


hr {

	color:#a4be69;
	height: 1px;
	border-bottom-style: dotted;
	

}



ul li {

padding: 5px;
width:250px;
text-decoration: none;
color:#a4be69;
display: block;
list-style-type: none;
font-size:16px;
border-bottom-style: dotted;
border: 1px;
border-bottom: dotted 1px; /*para o mozilla precisa usar isso para borda */
text-align:right;

}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	padding: 2px;
	color: #e2325e;
}



.menu_h {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 25px;
	cursor: default;
	list-style-type: none;
	display: inline;
	border: none;
}



.menu_h_footer {
	margin: 0;
	padding: 20px;
	list-style-type: none;
	display: inline;
}



a.linkum:link {
color:#a4be69;
text-decoration:none;
}
a.linkum:visited {
color:#a4be69;
text-decoration:none;
}
a.linkum:hover {
color:#a4be69;
text-decoration:underline;
}
a.linkum:active {
color:#a4be69;
text-decoration:underline;
}

