/*   by: Delano Marçal   */

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

a:link,
a:visited{
	color:#000;
}

a:hover{
	color:#666;
	text-decoration:underline;
}
	
a:visited{
	color:#000;
}

.none { display:none; }


h1 { position: absolute; top: 10px; left: 200px; width: 300px; height: 150px; }
h1 a { float: left; margin: 0; padding: 0; width: 300px; height: 150px; }
h1 a:hover { text-decoration: none; border: none;}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	background: #e1e2d3 url(images/bg.jpg) no-repeat 0 0;
}

body  {
	width: 780px;
	height: auto ;
	margin: 0 auto;
	position:relative;
	
}

#geral  {
	 filter:Alpha(Opacity=7);
    -moz-opacity:0.7;	
    opacity:0.7;
	width: 100%;
	height: 400px;
	background:#FFFFFF;

}


#transparent {
	width: 732px;
	height: 394px;
	background:url(images/fidele.png) no-repeat 0 0;
	position:absolute;
	top: 110px;
	left: 20px;   
	 z-index:8;

}

#topo {
	background:url(images/hotel_logo.png) no-repeat 20px 40px;
	width: 390px;
	height: 128px;
	margin: 25px auto;

}
#menu {
	background: #E6E8D4;
	width: 100%;
	height: 36px;
	color: #0050A2;	
	position:absolute;
	top:170px;
	z-index:10;
	filter:Alpha(Opacity=50);
    -moz-opacity:0.7;	
    opacity:0.7;
}
#menu ul {
	width: 600px;
	margin: 10px auto 0 auto;
	position:absolute;
	top:0;
	left:70px;
	z-index:10;	
}
#menu ul li {
	display:inline;
	float:left;
	margin:0 30px 0 20px;
	
}
#menu ul li a {
	text-transform:uppercase;
	color:#004FA2;
	font-weight:bold;
}
#menu ul li a:hover {
	color: #000;
}



#conteudo {
	background: #F4F2E6 url(images/texto.png) no-repeat 10px 15px;
	width: 100%;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	margin-top: 20px;
	float:left;
	z-index: 9;
	position: absolute;
	top: 200px;
}
#conteudo2 {
	background: #F4F2E6 url(images/texto.png) no-repeat 10px 15px;
	width: 100%;
	height: auto !important;
	min-height: 550px;
	height: 550px;
	margin-top: 20px;
	float:left;
	z-index: 9;
	position: absolute;
	top: 200px;
}



#conteudo #texto1, #conteudo2 #texto1 {
	width: 100%;
	height:auto;
	position:absolute;
	top: 80px;
	
}
#conteudo #texto1 p.single, #conteudo2 #texto1 p.single {
	color: #b69c6d;
	font-size:12px;
	margin:10px;
	font-weight:500;
}
#conteudo #texto1 p, #conteudo2 #texto1 p {
	color: #b69c6d;
	font-weight:600;
	font-size:16px;
	margin:10px;
}

#conteudo #texto1 span.espaco, #conteudo2 #texto1 span.espaco {
 	width: 200px;
	float:left;
}



#cont_baixo {
	width:100%;
	height:210px;
	background: #EDEDE1;
	position:absolute;
	z-index: 10000px;
	top: 200px;
}
#cont_baixo img {
	width: 239px;
	height: 191px;
	position:absolute;
	top:0;
	left:0;
	z-index:1000000;
}
#cont_baixo p {
	color: #b69c6d;
	font-weight:600;
	font-size:15px;
	margin:30px 10px 10px 10px;
	float:right;
	width: 500px;
	
}
#cont_baixo p#estrela {
	width: 100%;
}
#cont_baixo p#estrela img {
	width: 100px;
	height: 20px;
	margin: 75px 0 0 100px;
}



p.rodape { 
	position: absolute;
	bottom: -30px;
	right: 0;

}