/* GLOBAL */
html, body, div, form, fieldset, input, h1, h2, h3, h4, ul, ol, li, blockquote {
	padding:0;
	margin:0;
	}
body {
	background:#fcf3e5;
	color:#000;
	margin:0 auto;
	text-align:center;
	font:normal 11px "Arial", Tahoma, Verdana;
	}
input, select, option, textarea{
	font:normal 11px "Arial", Tahoma, Verdana;
	padding:1px;
	}

/* Links */
a {  text-decoration:none;
color:#09285e;
cursor:pointer;
	}
a:hover {
	color:#ad130d;
	text-decoration:underline;
	}
a img {
	border:none;
	}
	
.preto {color:#000;}	

/* CLEARING FLOATS */
.clear {
	clear:both;
	visibility:hidden;
	height:1%;
	}
hr {
	visibility:hidden;
	}

/* CONTAINERS AND WRAPPERS */
#container{
	width:996px;
	text-align:left;
	margin:0 auto;
	}
#rodape{
	background:url(../img/bg-rod.gif) no-repeat top;
	text-align:center;
	clear:both;
	height:43px;
	}
#corpo{
	float:left;
	width:950px;
	}
.lateral1, .lateral2, .lateral3, .lateral4 {
	float:left;
	display:block;
	width:23px;
	height:55px;
	}
.lateral1 {
	background:url(../img/menu-lateral1.gif) no-repeat;
	}
.lateral2 {
	background:url(../img/menu-lateral2.gif) no-repeat;
	}
.lateral3 {
	background:url(../img/menu-lateral3.gif) no-repeat;
	}
.lateral4 {
	background:url(../img/menu-lateral4.gif) no-repeat;
	}
.centro {
	background:url(../img/bg-centro.gif) repeat-y top;
	width:950px;
	float:left;
	}
.colEsq{
	float:left;
	background:url(../img/bg-colesq.gif) top right no-repeat;
	width:222px;
	padding:15px;
	}
.colCenter{
	float:left;
	background:url(../img/bg-colesq.gif) top right no-repeat #faf7f2;
	width:350px;
	padding:15px;
	}
.colRight{
	float:left;
	background:#fff;
	width:318px;
	}
.colConteudo{
	float:left;
	width:602px;
	padding:15px;
	}
/* MENU GRUPO */
#nav {
	background:url(../img/bg-menu2.gif) repeat-x top;
	list-style:none;
	width:950px;
	height:37px;
	float:left;
	}
#nav li {
	position: relative;
	float: left;
	list-style:none;	
	}
#nav li a{
	text-indent:-9999px;
	display:block;
	height:37px;
	}
li .subnav {
	background:#cbd0d6;
	list-style:none;
	position: absolute;
	width:135px;
	left:0px; 
	top:37px;
	display:none;
	z-index:2;
	}
#nav li .subnav li {
	float:none;
	}
#nav li .subnav li a { /* styles for menu items */
	text-indent:0px;
	display:block;
	height:auto;
	padding:5px;
	background:none;
	color:#3c3e41;
	margin:0;
	border-bottom:1px dotted #a5a7a9;
	}
#nav li .subnav li a:hover { /* styles for menu items */
	background:#ad130d;
	color:#fff;
	}
/* Botoes Grupo */
.menuHome2{
	background:url(../img/bhomepage2.gif) no-repeat top;
	width:113px;
	}
.menuHome2:hover{
	background:url(../img/bhomepage2.gif) no-repeat bottom;
	}
.menuGrupo{
	background:url(../img/bogrupo.gif) no-repeat top;
	width:113px;
	}
.menuGrupo:hover{
	background:url(../img/bogrupo.gif) no-repeat bottom;
	}
.menuHoteis{
	background:url(../img/bhoteis.gif) no-repeat top;
	width:113px;
	}
.menuHoteis:hover{
	background:url(../img/bhoteis.gif) no-repeat bottom;
	}	
.menuPromocoes2{
	background:url(../img/bpromocoes2.gif) no-repeat top;
	width:113px;
	}
.menuPromocoes2:hover{
	background:url(../img/bpromocoes2.gif) no-repeat bottom;
	}
.menuSalas2{
	background:url(../img/bsalaeventos2.gif) no-repeat top;
	width:187px;
	}
.menuSalas2:hover{
	background:url(../img/bsalaeventos2.gif) no-repeat bottom;
	}
.menuTrade{
	background:url(../img/btrade.gif) no-repeat top;
	width:118px;
	}
.menuTrade:hover{
	background:url(../img/btrade.gif) no-repeat bottom;
	}	
.menuNoticias2{
	background:url(../img/bnoticias2.gif) no-repeat top;
	width:73px;
	}
.menuNoticias2:hover{
	background:url(../img/bnoticias2.gif) no-repeat bottom;
	}
.menuContactos2{
	background:url(../img/bcontactos2.gif) no-repeat top;
	width:113px;
	}
.menuContactos2:hover{
	background:url(../img/bcontactos2.gif) no-repeat bottom;
	}

/* MENU DOS HOTEIS */
#nav2 {
	background:url(../img/bg-menu.gif) repeat-x top;
	list-style:none;
	width:950px;
	height:37px;
	float:left;
	}
#nav2 li {
	position: relative;
	float: left;
	list-style:none;	
	}
#nav2 li a{
	text-indent:-9999px;
	display:block;
	height:37px;
	}
li .subnav2 {
	background:#0f346b;
	list-style:none;
	position: absolute;
	width:135px;
	left:0px; 
	top:37px;
	display:none;
	z-index:2;
	}
#nav2 li .subnav2 li {
	float:none;
	}
#nav2 li .subnav2 li a { /* styles for menu items */
	text-indent:0px;
	display:block;
	height:auto;
	padding:5px;
	background:none;
	color:#fff;
	margin:0;
	border-bottom:1px dotted #a5a7a9;
	}
#nav2 li .subnav2 li a:hover { /* styles for menu items */
	background:#ad130d;
	color:#fff;
	}
/* Botoes Hoteis */
.menuHome{
	background:url(../img/bhomepage.gif) no-repeat top;
	width:111px;
	}
.menuHome:hover{
	background:url(../img/bhomepage.gif) no-repeat bottom;
	}
.menuHotel{
	background:url(../img/bohotel.gif) no-repeat top;
	width:89px;
	}
.menuHotel:hover{
	background:url(../img/bohotel.gif) no-repeat bottom;
	}
.menuLocalizacao{
	background:url(../img/bondestamos.gif) no-repeat top;
	width:138px;
	}
.menuLocalizacao:hover{
	background:url(../img/bondestamos.gif) no-repeat bottom;
	}
.menuGaleria{
	background:url(../img/bgaleriamultimedia.gif) no-repeat top;
	width:85px;
	}
.menuGaleria:hover{
	background:url(../img/bgaleriamultimedia.gif) no-repeat bottom;
	}
.menuPromocoes{
	background:url(../img/bpromocoes.gif) no-repeat top;
	width:118px;
	}
.menuPromocoes:hover{
	background:url(../img/bpromocoes.gif) no-repeat bottom;
	}
.menuSalas{
	background:url(../img/bsalaeventos.gif) no-repeat top;
	width:146px;
	}
.menuSalas:hover{
	background:url(../img/bsalaeventos.gif) no-repeat bottom;
	}
.menuNoticias{
	background:url(../img/bnoticias.gif) no-repeat top;
	width:95px;
	}
.menuNoticias:hover{
	background:url(../img/bnoticias.gif) no-repeat bottom;
	}
.menuContactos{
	background:url(../img/bcontactos.gif) no-repeat top;
	width:114px;
	}
.menuContactos:hover{
	background:url(../img/bcontactos.gif) no-repeat bottom;
	}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
li:hover .subnav, li.over .subnav {display: block;} /* The magic */
li:hover .subnav2, li.over .subnav2 {display: block;} /* The magic */


/* Reservas Online */
.reservasonline{
	background:url(../img/bg-reservasonline.gif) no-repeat top;
	width:309px;
	height:174px;
	margin:4px;
	}
.reservasonline select{	
	margin:51px 0 0 57px;
	width:241px;
	}
.reservasonline	option{
	font:12px normal Arial, Helvetica, sans-serif;
	}
.reservasonline	input{
	background:url(../img/b-reservasonline.gif) no-repeat;
	text-indent: -9999px;
	width:101px;
	height:20px;
	border:0;
	margin:24px 0 0 197px;
	}
.reservasonline .botao{	
	cursor:pointer;
	}
.reservas{
	margin:10px;
	}
/* tempo */
.tempo{
	margin:10px;
	}
.tempo ul li{
	list-style-type:none;
	float:left;
	width:95px;
	display:block;
	text-align:center;
	}
.tempo ul li b, .tempo ul li img{
	display:block;
	}
/* promocoes */
.promocoes{
	}
/* destaques especiais */
.especiais{	
	}
.especiais a{
	display:block;
	width:150px;
	height:17px;
	margin:0 1px 1px 0;
	float:left;
	background:url(../img/seta.gif) left center no-repeat #eceae4;
	padding:2px 12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
.especiais a:hover{
	background:url(../img/seta.gif) left center no-repeat #dddbd6;
	color:#000;
	text-decoration:none;
	}
/* noticias 1 pagina */	
.noticiasHome{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	display:block;
	color:#000;
	border-bottom:1px dotted #666;
	}
.noticiasHome:hover{
	text-decoration:none;
	}
.noticiasHome h2{
	font-size:12px;
	}
.noticiasHome:hover p{
	color:#000;
	}
.noticiasHome h2, .noticiasHome p{
	margin:0;
	padding:0;
	}
/* newsletter */
.newsletter{
	}
.newsletter label{
	display:block;
	padding:3px;
	}
.newsletter .submeter{
	background:url(../img/b-submeter.gif) no-repeat center;
	width:108px;
	height:24px;
	text-indent:-9999px;
	border:0;
	margin:10px 0 0 100px;
	}
/* sugestoes */
.sugestoes, .galeria, .reservas{
	width:290px;
	margin:10px;
	}
.sugestoes a{
	display:block;
	margin:1px 0;
	background:url(../img/seta.gif) left center no-repeat;
	padding:5px 15px;
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #a6a6a6;
	}
.sugestoes a:hover{
	color:#bc150f;
	}
/* galeria */
.galeria a{
	float:left;
	display:block;
	margin:2px;
	border-top:1px solid #656565;
	padding:0;
	}
.galeria a:hover{
	border-top:1px solid #ad130d;
	}
.galeria .overflow {
	overflow:hidden;
	}
.thumbnails{
	display:block;
	float:left;
	margin:5px;
	overflow:hidden;
	width:100px;
	height:75px;
	}
#thumbBox{
	background:#b41913 !important;
	margin:0px !important;
	padding:10px !important;
	}
#footerbar{
	padding:2px !important;
	}

/* Listagem 1 */
.listagem{
	border-bottom:1px dotted #f2c7c0;
	margin:0 0 10px 0;
	padding:0 0 5px 0; 
	}
.listagem h2 a{
	color:#09285e;
	font-size:14px;
	}
.listagem p{
	margin:0;
	}
.listagem .titulo { /* Titulo */
	color:#505153;
	font-weight:bold;
	margin:0;
	}
.listagem .desc {
	color:#686860;
	}
.listagem .img{
	float:left;
	margin:0 10px 10px 0;
	overflow:hidden;
	height:75px;
	display:block;
	}
/* Listagem 3 */
.listagem3{
	border-bottom:1px dotted #f2c7c0;
	margin:0 0 10px 0;
	padding:0 0 5px 0; 
	}
.listagem3 .text{
	margin:10px;
	float:left;
	width:340px;
	}
.listagem3 h2{
	color:#09285e;
	font-size:14px;
	}
.listagem3 p{
	margin:0;
	}
.listagem3 .desc {
	color:#686860;
	}
.listagem3 .img{
	margin:10px;
	float:left;
	width:200px;
	text-align:right;
	}

/* Listagem 2 */
.listagem2{	
	margin:0 0 10px 0;
	}
.listagem2 h2 a{
	color:#09285e;
	font-size:14px;
	text-decoration:none;
	display:block;
	padding:3px 0 3px 14px;
	background:url(../../img/seta.gif) no-repeat;
	border-bottom:1px dotted #f2c7c0;
	}
.listagem2 h2 a:hover, .listagem2 h2 a:active{
	color:#09285e;
	text-decoration:none;
	background:url(../../img/seta.gif) no-repeat #f7efe2;
	}
.listagem2 .conteudos{
	border-bottom:1px dotted #f2c7c0;
	background:#f8eedf;
	}
.listagem2 .conteudos .img{
	margin:10px;
	float:left;
	width:200px;
	text-align:right;
	}
.listagem2 .conteudos .text{
	margin:10px;
	float:left;
	width:340px;
	}
.listagem2 .conteudos .text .tcinza{
	color:#666;
	}

/* paginação */
.paginacao {
	margin:10px;
	}
.paginacao a, .paginacao .display{
	display:block;
	float:left;
	margin:1px;
	padding:3px;
	background:#f8e7d9;
	color:#ad0d07;
	}
.paginacao a:hover, .paginacao strong{
	display:block;
	float:left;
	margin:1px;
	padding:3px;
	background:#ad0d07;
	color:#fff;
	}
	
/* painel */
.painel{
	width:550px;
	margin:10px;
	border-bottom:1px dotted #a6a6a6;
	}
.painel a{
	display:block;
	margin:1px 0;
	padding:5px 15px;
	color:#000;
	text-decoration:none;	
	}
.link{
	display:block;
	margin:1px 0;
	background:url(../img/seta.gif) left center no-repeat;
	padding:5px 15px;
	color:#000;
	text-decoration:none;	
	}
 .link:hover {
	color:#bc150f;
}		
.painel a:hover{
	color:#bc150f;
	}	
	
/* RODAPE */
#rodape a{
	color:#625e59;
	text-decoration:none;
	padding:19px 0 0 0;
	display:block;
	}
.subRodape{
	text-align:center;
	padding:5px;
	background:#fcf3e5;
	}
.subRodape a{
	color:#625e59;
	text-decoration:none;
	}
.subRodape a:hover{
	color:#0f0f0f;
	text-decoration:underline;
	}