#floating-menu {
	position:fixed;
	background:url(../images/fundo_menu_lateral.png);
	background-repeat:repeat;
	width:117px;
	height:auto;
	left:626px;
	top:223px;
	padding-left:8px;
	padding-right:8px;
	margin-left:4px;
	float:left;
	z-index:1;
}
#floating-menu-quem {
	position:fixed;
	background:url(../images/fundo_menu_lateral.png);
	background-repeat:repeat;
	width:210px;
	height:auto;
	left:626px;
	top:223px;
	padding-left:8px;
	padding-right:8px;
	margin-left:4px;
	float:left;
	z-index:1;
}
#floating-menu a {
	font-family:Verdana;
	color:#FFF;
	font-style:oblique;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
#floating-menu-quem a {
	font-family:Verdana;
	color:#FFF;
	font-style:oblique;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}

/* Reservas home */

#floating-reserva {
	position:fixed;
	background:#333;
	background-repeat:repeat;
	width:314px;
	height:auto;
	left:626px;
	top:135px;
	padding:15px;
	margin-left:4px;
	float:left;
	z-index:1;
}
.floating-base {
	width:292px;
	height:auto;
	background-color: rgba(163,175,103,0.3);
	padding:10px;
	border: 1px solid #444;
}
#floating-reserva input[type="text"]{
	color: #787a7e;
	font-size: 18px;
	padding: 1px;
	border: 1px solid #a3af67;
	outline: none;
	width: 150px;
	margin:0 6px 0 6px;
}
#floating-reserva input[type="text"]:hover, #floating-reserva input[type="text"]:focus, #floating-reserva select:hover, #floating-reserva select:focus {
		border: 1px solid #b6c377;
}

#floating-reserva input[type="submit"], #floating-reserva input[type="reset"] {
	border: 1px solid #999;
	
	background: #666; /* Fallback */
	background: 88% center no-repeat, -moz-linear-gradient(top, #999, #888);
	background: 88% center no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#888));
	
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-shadow: 1px 1px 0 #7a7a7a;
	
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

#floating-reserva input[type="submit"]:hover, #floating-reserva input[type="reset"]:hover {
	background: #a3af67; /* Fallback */
	background: 88% center no-repeat, -moz-linear-gradient(top, #a3af67, #b6c377);
	background: 88% center no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#a3af67), to(#b6c377));
}

#floating-reserva select{
	border: 1px solid #a3af67;
	outline: none;
	margin:0 6px 0 6px;
	color:#6c7445;
	font-family:sans-serif;
	font-size:12px;
	font-weight:normal;
	height:25px;
	padding:2px;
}
#floating-reserva .hotel {
	border: 1px solid #a3af67;
	outline: none;
	margin-left:6px;
	color:#6c7445;
	font-family:sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	height:25px;
	padding:2px;
	width:280px;
}

#floating-reserva .texto_reserva {
	font-family:sans-serif;
	font-size:12px;
	color:#fff;
}
#floating-reserva h3 {
	margin:0;
	padding:6px;
	font-size:100%;
	font-weight:500;
	color:#fff;
	font-family:sans-serif;
	font-size:24px;
}
