@charset "utf-8";
/* CSS Document */

body {
	background:#ece3cc;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

.pagina {
	margin:0  auto;
	width:840px;
	padding:4px;
	overflow:hidden;
	margin-top: -320px;
	}


.topo1 {background:url(../img/superior1.png); height:140px;}
.topo2 {background:url(../img/curva1.png); height:190px;}
.logo {width:192px; height:100px; background:#930; margin-top:10px;; background:url(../img/logo.png);}

.menu-botao {
	margin-top:60px;
	float:right;
	}

	.home:hover {
		width:132px;
		height:59px;
		background:url(../img/home_1.png);
		float:left;
	}
	
	.home {
		width:132px;
		height:59px;
		background:url(../img/home_2.png);
		float:left;
	}
	
	.contato:hover {
		width:132px;
		height:59px;
		background:url(../img/contato_1.png);
		float:left;
}
	
	.contato {
		width:132px;
		height:59px;
		background:url(../img/contato_2.png);
		float:left;
}

.box {margin-top:15px; width:180px; height:120px; text-align:justify; color:#FFF; padding:10px; background:#900;}

.flash {width:580px; float:left; border:1px solid #000; margin-top:10px; margin-left:26px; background:#fff; border:6px solid #FFF;}

.menu {margin-top:20px; text-align:left; background:#fdf1d7; width:200px; height:260px;  float:left;}
.menu .hotel {padding:10px; background:#fbe3b0; text-align:center; font-weight:bold; color:#900; font-size:12px;}
.menu .botao {background:#fdf1d7; padding:4px;}
.menu .botao:hover {background:#FFCB66; padding:4px;}
.menu a:link {color:#000; text-decoration:none; font-size:12px; padding:4px;}
.menu a:visited{color:#000;	text-decoration:none; font-size:12px; padding:4px;}
.menu ul {}
.menu li {padding:4px; display:block;}

.conteudo { background:#FFF; color:#000; width:590px; border:0px solid #000; float:left; margin-left:225px; text-align:left; padding:2px;}
.conteudo2 { background:#FFF; color:#000; width:600px; border:0px solid #000; float:left; margin-left:26px; text-align:left; padding:20px 6px 6px 6px; margin-top:10px; height:450px;}
.titulo {font-size:16px; text-align:center; font-weight:bold; padding:10px;}

.contato {font-size:14px; font-weight:bold; text-align:center;}
.contato2 div {padding:2px;}

.conteudo2 input {border:1px solid #999; width:250px;}
.conteudo2 textarea {width:350px; height:120px; border:1px solid #999;}
.conteudo2 .enviar {border:1px solid #999; width:80px;}
.conteudo2 form {padding-left:140px;}
.rodape {height:105px; background:url(../img/rodape.png);}
.rodape-cont {padding-top:45px; height:40px; text-align:center; width:420px; margin:0 auto; line-height:200%;}
.rodape a{color:#fff; text-decoration:none;}
.rodape a:hover{color:#fff; text-decoration:none; font-weight:bold;}
#imagem {
	border:solid 0px #999999;
	width:400px;
	height:285px;
	padding:px;
	background:#FFFFFF;
	}
	
#imagem img {
	border:solid 1px #FFFFccc;
	}	
	
#transparencia {
	background:#FFFFFF;
	border:solid 0px;
	}	
	
#galeria {
	border:solid 0px  #999999;
	width:225px;
	padding:0px;
	}	
	
#galeria img {
	border:solid 2px #CCC;
	opacity:0.55;
	-moz-opacity: 0.55;
	/*filter: alpha(opacity=55);*/
	}	
	
#galeria img:hover {
	border:solid 2px #FFFFFF;
	opacity:0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	}
	
#galeria img {margin:1px; cursor:pointer;}