/* CSS Document */


.w3{
	margin-top:30px;
	margin-left:10px;
}

h1{
	font-size:16px;
	text-align:right;
	margin-right:40px;
}

h2{
	font-size:12px;
}

p {
	padding-left:20px;
	font-family: sans-serif;
	font-size:12px;
	text-align: left;
	color: #666666;
}

a{	
	color: #006699;
	text-decoration: none;
	padding-right:5px;
}

a:link{
	color: #006699;
	text-decoration: none;
	padding-right:5px;
}

a:visited{
	color: #006699;
	text-decoration: none;
	padding-right:5px;
}

a:hover{
	color: #006699;
	text-decoration:underline;
	padding-right:5px;
}

#alinharImg {
	margin-left:10px;
	margin-right:20px;
	margin-bottom:10px;
	padding:5px;
	float:left;
	display:block;
}

.sublinhar{
	text-decoration:underline;
}

.titulo{
	background-color: #BACBED;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#336699;
	height:15px;
	background-image:url(images/logo.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:800px;
	height:145px;
}

.titulo_bottom{
	background-color: #BACBED;
}

.figura_menu{
	position:absolute; 
	left:20px; 
	top:30px; 
	cursor:default;
}

/*.titulo_link_inativo{
	background-color: #DFE7F7;
	width:90px;
	float:right;
	margin-right:10px;
	text-align:center;
	position:relative;
	top:5px;
}*/

/*.titulo_link_ativo{
	background-color:#FFFFFF;
	width:90px;
	float:right;
	text-align:center;
	position:relative;
	top:5px;
}*/

.menu{
	background-color:#BACBED;
	width:160px;
	text-align:center;
}

/*.menu_ativo{
	background-color:#FFFFFF; 
	background-image:url(images/left_menu.gif); 
	background-repeat:repeat-y; 
	background-position:left;
}*/

.menu_button{
	color: #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style: groove;
	padding-top: 5px;
	padding-bottom: 5px;
}

.corpo{
	font: normal 12px arial,verdana, lucida, sans-serif;
	color: #002F4A;
	position:absolute;
	top: 152px;
	left: 168px;
	width: 636px;
	padding: 4px 4px 4px 4px;
	background-image:url(images/canto_sup_esq.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height: 750px;

}

.localizacao{
	background-color:#006666;
	background-image:url(images/back_localizacao.gif);
	background-position:top;
	background-repeat:repeat-x;
	position: relative;
	top:15px;
	width:152px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 4px 4px 4px 4px;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	}
	
.reserva{
	background-color: #FF6600;
	background-image:url(images/back_reserva.gif);
	background-position:top;
	background-repeat:repeat-x;
	position: relative;
	top:15px;
	width:152px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 4px 4px 4px 4px;
	text-align:center;
	margin-bottom:15px;
	line-height:30px;
}

.fotos{
	background-color: #BACBED;
	position: relative;
	top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 4px 4px 4px 4px;
	text-align:center;
	margin-bottom:30px;
	margin-right:20px;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

li{
margin-bottom:10px;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 13px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #fff;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: url(images/list-active.gif) left center no-repeat;
color: #666;
}

.texto{
	padding-right:30px;
	padding-bottom:30px;
	background-image:url(images/back_footer.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	position:relative;
	top: 25px;
	left: 10px;
	width: 590px;
	padding-left:10px;
}
.botao_reserve{
	width: 177px;
	height: 42px;
	background: url(book.png) top left no-repeat;
	color: #fff;
	padding-top: 15px;
	font-weight: bold;
	cursor: pointer;
}
.botao_reserve a{
	color: #fff;
}