@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#505050;
	text-decoration:none;
}
ul{	list-style: none; }
h1{		font-size:140%; color:#666; border-bottom:2px dotted #C5AC7F; }
h2{		font-size:120%; color:#666; }
h2 strong, h1 strong{	font-size:130%; color:#C5AC7F; }

.container{ 	width:760px; }
.left{	float:left;}
.right{	float:right;}
a img{
border:none;
}

/* +++++++++++++++++++++++++++++++++++++

	CABECALHO

 +++++++++++++++++++++++++++++++++++++ */
.gramado{
	position:absolute;
	margin:12px 0 0 370px;
}
.gramado a{
	color:#FFF;
	font-size:90%;
}
body{
	background: url('../_img/bg-topo.jpg') repeat-x center top ;
	
}
.cabecalho{
	display: table;
	background: url('../_img/cabecalho.jpg') no-repeat left top ;
	height:320px;
	overflow:hidden;
	width:100%;
}
.adobe{ position:absolute; margin-left:677px;}
.adobe img{	border:none; }
.logo{
	position:absolute;
	width:220px;
	height:120px;
	margin:80px 0 0 515px;
	overflow:hidden;
	text-indent:-9000px;
}
.menu{
	margin-top:270px;
	margin-left:235px;
}
.menu li{
	float:left;
}
.menu li a{
	padding: 2px 10px;
}
.menu li a:hover{
	background:#505050;
	color:#FFF;
}


/* +++++++++++++++++++++++++++++++++++++

	PRINCIPAL

 +++++++++++++++++++++++++++++++++++++ */
.principal{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
/* FOTOS DO HOTEL */
.fotos-hotel{
	height:90px;
}
.fotos-hotel a{
	float:left;
	display: block;
	width:111px;
	height:83px;
	background: url('../_img/sombra-foto.jpg') no-repeat center bottom ;
	margin-left: 11px;
}
.fotos-hotel a:hover img{
	border-left:1px solid #9f9f9f;
	border-bottom:2px solid #909090;
	border-top:1px solid #9f9f9f;
	border-right:2px solid #909090;
}
.fotos-hotel img{
	margin:0 5px;
	padding:4px;
	background:#FFF;
	border-left:1px solid #cfcfcf;
	border-bottom:2px solid #c0c0c0;
	border-top:1px solid #cfcfcf;
	border-right:2px solid #c0c0c0;
}


/* +++++++++++++++++++++++++++++++++++++

	BOTTOM

 +++++++++++++++++++++++++++++++++++++ */
.bottom{
	margin-top:10px;
	clear:both;
	height:349px;
	background: url('../_img/bottom.jpg') repeat-x center bottom ;
}

.apoiadores{
	width:790px;
	height:220px;
}

.menu-bottom{
	height:24px;
}

.menu-bottom ul{
	width:790px;
}

.menu-bottom li{
	float:left;
}
.menu-bottom li a{
	padding: 2px 25px;
	line-height:18px;
	height:18px;
	color:#FFF;
	border-right:1px solid #C5AC7F;
	border-left:1px solid #DDD;
}
.menu-bottom li a:hover{
	background:#E7E7E7;
	color:#505050;
}
.bottom img{
	cursor:pointer;

}
.bottom p{
	color:#525252;
	font-size:85%;
	font-family:arial;
	text-align:center;
	clear:both;
	width:770px;
	padding:4px 10px;
}

/* +++++++++++++++++++++++++++++++++++++

	ALERTA

 +++++++++++++++++++++++++++++++++++++ */


/*MESSAGE BOX Iconized	  		 */
.message, .message-alert, .message-ok, .message-error{
	    padding:5px 50px;
	    margin:8px;
		text-align:center;
}
	.aviso{
		margin:10px 0;
		border:1px solid #999;
		padding:10px;
		background:#FFE;
		color:#666;
	}

	.message{
		border:dotted 1px #999; 
		background:#EFEFEF;
		color:#525252;
	}
	.message-alert{
	    background: #FFFFCC url(../_img/alert.png) 8px 50% no-repeat;
	    border: 1px solid #F4D650;
	    color: #C16803;
	}
	.message-ok{
	    background: #D5F7D4 url(../_img/accept.png) 8px 50% no-repeat;
	    border: 1px solid #349F2F;
	    color: #277823;
		
	}
	.message-error{
	    background: #FFECE6 url(../_img/error.png) 8px 50% no-repeat;
	    border: 1px solid #C16803;
	    color: #C16803;
	}
	.valid {
	    background: url(../_img/accept.png) no-repeat;
		display: block;
		margin:0 10px;
		width: 16px;
		height: 16px;
	}


.noticia p{
	margin:5px 0;
}
.noticia img{
	padding:5px;
	border:2px solid #ddd;
	margin:5px;
}
