* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #ead2af;
	background:url(../img/bg-site.jpg) top center no-repeat #000;
}

#float {
	width: 600px;
	height: 500px;
	left: 50%;
	top:0px;
	margin: 0 0 0 -290px;
	position:absolute;
}

#geral {
  width: 990px;
  margin: 0 auto;
  padding:0;
  background:#000;
}

#topo-logo{
	width: 210px;
	height:120px;
	float:left;
	background:url(../img/topo-logo.jpg) no-repeat;	
}
#topo-logo a{
	width: 210px;
	height:120px;
	float:left;
	display:block;
}

#topo{
	width: 760px;
	height:60px;
	float:left;
	text-align:right;
	background:url(../img/bg-topo.jpg) no-repeat;
	padding: 20px 20px 0 0;
	font-size:11px;
}
#topo a{
	color: #ead2af;
	text-decoration:none;
	margin-right:10px;
}
#topo a:hover{
	color: #fff;
	text-decoration:none;
	background:#230000;
}

#topo-menu{
	width:780px;
	height:40px;
	float:left;
}
#topo-menu p{
	display:none;
}

#centro-home{
	width:990px;
	height:300px;
	float:left;
}

#centro-titulos{
	width:990px;
	height:60px;
	float:left;
}

#centro-conteudo{
	width:990px;
	height:240px;
	float:left;
	background:url(../img/bg-conteudo.jpg) no-repeat;
}
#centro-conteudo p{
	width:930px;
	height:220px;
	margin-left:40px;
	_margin-left:20px;
	float:left;
	overflow:auto;
}
#centro-conteudo p strong{
	color:#fff;
}

#centro-conteudo .link-noticia{
	color:#fff;
	text-decoration:none;
	line-height:40px;
}
#centro-conteudo .link-noticia:hover{
	color:#d7b078;
	text-decoration:none;
}

#centro{
	width:990px;
	height:100%;
	float:left;
}
#centro .texto{
	width:970px;
	margin-left:20px;
	_margin-left:0px;
	padding-bottom:20px;
	height:100%;
	float:left;
}
#centro .texto .titulo{
	font-size:14px;
	font-weight:bold;
}
#centro .texto a{
	color:#fff;
	text-decoration:none;
}
#centro .texto a:hover{
	color:#fff;
	text-decoration:underline;
}

#box-reservas{
	width:340px;
	height:180px;
	float:left;
	background:url(../img/bg-reservas.jpg) no-repeat;
	font-size:11px;
}

#box-reservas p{
	padding:5px;
	margin-left:40px;
}

#box-promocoes{
	width:330px;
	height:180px;
	float:left;
}

#box-programa-fidelidade{
	width:320px;
	height:180px;
	float:left;
	background:url(../img/bg-programa-fidelidade.jpg) no-repeat;
	font-size:11px;
}
#box-programa-fidelidade p{
	padding:5px;
	margin-left:10px;
}
#box-programa-fidelidade p a{
	color:#fff;
	text-decoration:none;
}
#box-programa-fidelidade p a:hover{
	color:#ffb341;
	text-decoration:none;
}

#box-gourmet{
	width:340px;
	height:180px;
	float:left;
	background:url(../img/bg-gourmet.jpg) no-repeat;
	font-size:11px;
}

#box-gourmet p{
	padding:5px;
	margin-left:40px;
}

#rodape{
	width:990px;
	height:30px;
	border-top:1px solid #4a0000;
	float:left;
	color:#a8977f;
	font-size:11px;
}

/*   FORMULÁRIOS   /////////////////////*/

.horario-reserva{
	width:40px;
	height:19px;
	border:1px solid #fff;
	color:#ad0000;
	font-size:11px;
	background:#eadabb;
}

.suites-home{
	width:200px;
	height:19px;
	border:1px solid #fff;
	color:#ad0000;
	font-size:11px;
	background:#eadabb;
}

.reservar{
	color:#000;
	font-size:11px;
	width:90px;
	height:20px;
	background:#eadabb;
}
.reservar2{
	color:#000;
	font-size:11px;
	width:150px;
	height:20px;
	background:#eadabb;
}

#suite-coluna1{
	width:490px;
	float:left;
	text-align:left;
	_margin-left:10px;
}
#suite-coluna1 .destaque{
	color:#FFCC00;
}

#suite-coluna2{
	width:350px;
	margin-left:50px;
	padding-left:10px;
	float:left;
	border-left:1px dashed #666;
}

#form-coluna1{
	width:410px;
	float:left;
	text-align:right;
	padding-right:50px;
}
#form-coluna2{
	width:460px;
	float:left;
	text-indent: 25px;
}
#form-coluna2b{
	width:300px;
	float:left;
	text-align:right;
}
#form-coluna2c{
	width:400px;
	float:left;
	text-align:right;
}

#reservas{
	color:#ccc;
}

#cadastrese{
	color:#ccc;
}
#cadastrese strong{
	color:#fff;
}

.campo{
	width:170px;
	height:16px;
	border:1px solid #fff;
	color:#ad0000;
	font-size:11px;
	background:#eadabb;
}
.campo:hover{
	background:#f6eddd;
}

.campo2{
	width:20px;
	height:16px;
	border:1px solid #fff;
	color:#ad0000;
	font-size:11px;
	background:#eadabb;
}
.campo2:hover{
	background:#f6eddd;
}

.campo-multiline{
	width:300px;
	border:1px solid #fff;
	color:#ad0000;
	font-size:11px;
	background:#eadabb;
}
.campo-multiline:hover{
	background:#f6eddd;
}

#float {
	position:absolute;
	left:50%;
	width:500px;
	margin-left:-250px;
	top:50%;
	height:500px;
	margin-top:-350px;
}

