/* CSS Document */

/*reset*/
* html{border:0;padding:0;margin:0; _padding:0; _margin:0;}
img{border:0;padding:0;margin:0;_padding:0;_margin:0;_border:0;}
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;_padding:0; _margin:0;}
a{text-decoration:none;}
ul{list-style:none;}
ul li a{display:block;}/*torna toda regiao de li clicavel*/

/* ------------------------------------------------------------------------------------------------------------ */

body{
   background: url(../imagens/template/bg_body.jpg) no-repeat center top #1fa5c5;
   text-align:center;
   color:#21829b;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;}

#container{
   margin: 0 auto;
   text-align:left;
   width:960px;}
   

/* ------------------------------------------------------------------------------------------------------------ */

/* GERAL ( div´s - colunas - etc...) */ 
#idiomas{
	padding:12px 92px 174px 0;}
	
#conteudo{
	float:left;
	width:776px;
	display:inline-block;}
	
#col_1{
	float:left;
	width:300px;}
	
#col_2{
	float:right;
	width:450px}

#col_3{
	float:left;
	width:500px;}	

#col_4{
	float:right;
	width:220px;}
	

	
#destaq_home{
	width:300px;
	padding: 15px 0 25px 0;
	margin-bottom:20px;
	background:url(../imagens/template/bg_destaq_home.jpg) repeat-y;}
	
#interna{
	width:756px;
	padding:23px 20px 30px 0;
	margin-bottom:30px;
	background:url(../imagens/template/bg_interna.jpg) repeat-y;
	display:inline-block;}
	
#conteudo_interna{
	width:736px;
	padding-left:20px;
	display:inline-block;}

#galeriaFotos{
	display:inline-block;}

#voltar{
   margin:30px 0 0 20px;}

.left{
	float:left;}
.right{
	float:right;}

.lista li{
	list-style:disc;
	list-style-type:disc;
	}

/* ------------------------------------------------------------------------------------------------------------ */ 

/* TEXTO */
#destaq_home p{
	padding:10px 20px 0 20px;}




/* ------------------------------------------------------------------------------------------------------------ */   

/* LINKS e BOTÕES*/
a:link {
	color:#069;
	font-weight:bold;}
a:visited {
	color:#069;
	font-weight:bold;}
a:hover {
	color:#033;
	text-decoration:underline;} 

a:link .img_1{
   border: solid 3px #358493;}
a:visited .img_1{
   border: 3px solid #358493;}	
a:hover .img_1{
   border: 3px solid #09C5D8;}
	 



/* ------------------------------------------------------------------------------------------------------------ */   

/* FORM */
input{
   background:#c5eff8;
   border:none;
   height:20px}
   
textarea{
   background:#c5eff8;
   border:none;}


#reservas{
	padding:0 20px 0 20px;}
#reservas input{
	width:130px;}
#reservas .btn_form{
	 width:auto;
	 height:24px;
	 color:#fff;
	 background:#41b8d6;
	 cursor:pointer;
	 padding:0 2px 0 2px;}
#reservas .btn_form:hover{
	 width:auto;
	 height:24px;
	 color:#fff;
	 background:#29798d;
	 cursor:pointer;
	 padding:0 2px 0 2px}   


#contato input{
	width:240px;}
#contato .btn_form{
	 width:auto;
	 height:24px;
	 color:#fff;
	 background:#41b8d6;
	 cursor:pointer;
	 padding:0 2px 0 2px;}
#contato .btn_form:hover{
	 width:auto;
	 height:24px;
	 color:#fff;
	 background:#29798d;
	 cursor:pointer;
	 padding:0 2px 0 2px}


form .btn_form{
	 width:auto;
	 height:24px;
	 color:#fff;
	 background:#41b8d6;
	 cursor:pointer;
	 padding:0 2px 0 2px;}
form .btn_form:hover{
	 width:auto;
	 height:24px;
	 color:#fff;
	 background:#29798d;
	 cursor:pointer;
	 padding:0 2px 0 2px}	




/* ------------------------------------------------------------------------------------------------------------ */   

/* IMG */
#idiomas img{
	float:right;
	padding-left:10px;}

.titulos_sessoes{
	margin-bottom:25px}

dl.galeria{
	float:left;
	width:80px;
	padding:10px}



/* ------------------------------------------------------------------------------------------------------------ */   

/* RODAPE */
#rodape{
	 width:960px;
	 margin-bottom:50px;
	 display:inline-block;text-align:center;}
#rodapeLeft{
   float:left;
   padding-left:240px;}
#rodapeRight{
   float:right;
   padding-right:92px;}

address{
	text-align:center;
	font-style:normal;}


/* ------------------------------------------------------------------------------------------------------------ */  
#float{
	position:absolute;
	left:640px;
	height:140px;
	top:140px;
	width:155px;
	z-index:1;}
	
	
	
	
