*{
	margin:0 auto;
	font-size:16px;
	color:#600;
}
p{
	font-family:Tahoma, Geneva, sans-serif;
	text-align:justify;
	margin:0 0 0.5em;
	font-size:85%;
}

.right{	float:right;}
.left{	float:left;}

img.right{
	margin:0 0 10px 10px;
	
}
img.left{
	margin:10px 10px 0 0;
}
body{
	background-image:url('../_img/bg.jpg'); 
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#933; 
/*	background-color:#2F1B10;  */
	
}

a img{
	border:1px solid #DDD;
	padding:3px;
	margin:2px;
}
a:hover img, .img{
	border:none;
	padding:0;
}

a{
/*	color:#ED8;*/
	color:#222;
}
a:hover{
/*	color:#E80;*/
	color:#900;
	font-weight: bold;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
b, strong{
	font-size:95%;
}
h1{
	background-image:url(../_img/h1.gif);
	background-repeat: no-repeat;
	color:#ED8;
	margin-left:0;
	margin-bottom:5px;
	padding-bottom:10px;
	display:block;
	text-indent:-9000px; 
	overflow:hidden;
}
h1.index{
	background-position:0 0;
}
h1.pousada{
	background-position:0 -35px ;
}
h1.pousada{
	background-position:0 -35px ;
}
h1.tarifario{
	background-position:0 -65px ;
}
h1.galeria{
	background-position:0 -100px ;
}
h1.localizacao{
	background-position:0 -134px ;
}
h1.reservas{
	background-position:0 -165px ;
}
h1.contato{
	background-position:0 -200px ;
}
h1.gramado{
	background-position:0 -232px ;
}
h1.apartamentos{
	background-position:0 -264px ;
}
h1.politica{
	background-position:0 -296px ;
}

H2{
	color:#600;
	font-size:100%;
	margin-bottom:5px;
	padding-bottom:10px;
	
}

.container{
	width:810px;
	background-color: #fff;
	display:table;
}
.container #topo{
	width:810px;
	margin:0 auto;
}
/**
*
* LISTRA
*
**/

.listraBH{	border-bottom:1px dotted #600;} 
.listraTH{	border-top:1px dotted #600;}
.listraLV{	border-left:1px dotted #600;} 
.listraRV{	border-right:1px dotted #600;}


.esquerda{
	float:left;
	width:13em;
	overflow:hidden;
}
.conteudo{
	margin:10px 10px 10px 210px;
}


/***
*
* ESQUERDA
*
***/
.esquerda .menu{
	margin-right:10px;
}
.esquerda .menu li{
	margin-left:10px;
	line-height:30px;
}
.esquerda .menu li a{
	padding:0 10px;
	display: block;
	text-decoration:none;
	letter-spacing: 1px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:85%;
}
.esquerda .menu li a:hover{
	background:#f5f5f5;
	font-weight:normal;
}

.endereco {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:75%;
	margin:20px;
}

.popup{
	margin:0;
	padding:0;
	border:	none;
}
.popup:hover{
	border:	none;
}
.popup img{
	border:	none;
	margin:0;
	padding:0;
}
/***
*
* CONTAINER
*
***/
.conteudo .imgg {
	width:240px;
	height:180px;
	padding-top:4px;
	float:left;
	background-image:url(../_img/bg-fotog.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.conteudo .img {
	width:140px;
	padding-top:4px;
	height:105px;
	float:left;
	background-image:url(../_img/bg-foto.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.conteudo .img img, .conteudo .imgg img{
	border:none
}


.rodape{
	margin-top:50px;
	clear:both;
	border-top:1px dotted #933; 
/*	border-top:10px dotted #2F1B10; */
	background:#FFF;
	padding:10px;
	color:#900;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:75%;
	text-align:right;
}
.rodape a{
	font-size:100%;
	color:#666;
}