/* CSS Wunderwald */

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
form {
	padding-left:200px;
}
input, textarea {
	border:1px #97AC0F solid;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	background:#520107 url(../images/bg.jpg) repeat-x;
}
.c {
	background: url(../images/c.jpg) no-repeat left;
	height:45px;
}
.h {
	background: url(../images/h.jpg) no-repeat left;
	height:45px;
}
.p {
	background: url(../images/p.jpg) no-repeat left;
	height:45px;
}
.voltar {
	float:right;
	text-align:right;
}
.center {
	margin-left:40px;
	margin-top:50px;
}
h2 {
	font-family:'Trebuchet MS', Verdana, Arial;
	font-size:16px;
	color:#CA3333;
	padding-top:5px;
	padding-left:25px;
}
h3 {
	font-family:'Trebuchet MS', Verdana, Arial;
	font-size:14px;
	color:#CA3333;
}
p a, a:active {
	text-decoration: none;
	border-bottom:1px #CA3333 dashed;
	color:#666666;
}
p a:visited {
	text-decoration: none;
	color:#666666;
}
p a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom:1px #E0C000 dashed;
	cursor:help;
}
.home_p {
	line-height:16px;
}
#geral {
	width:900px;
	height:600px;
	display:table;
	background:url(../images/bg_cabecalho.jpg) no-repeat top;
	margin:0 auto;
	text-align:left;
}
#cabecalho {
	width:720px;
	height:190px;
	padding-left:90px;
	padding-right:90px;
	text-align:left;
}
#menu {
	float:right;
	width:510px;
	height:25px;
	padding-top:12px;
	padding-right:10px;
}
.menu ul, li { display:inline;}
.menu li a {
	float:left;
	width:100px;
	height:25px;
	font-family:'Trebuchet MS', Verdana, Arial;
	background:url(../images/menu.jpg) no-repeat;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-right:2px;
	_cursor:hand;
}
.menu li a:hover { background:url(../images/menu_over.jpg) no-repeat; color:#520107; }
#inicio .inicio a, #historia .historia a, #cardapio .cardapio a, #contato .contato a, #pousada .pousada a { background:url(../images/menu_over.jpg) no-repeat; color:#520107; }

/* Conteúdo */
 
#centro {
	width:720px;
	height:auto;
	display:table;
	background:#FFFFFF url(../images/bg-centro.jpg) center repeat-y;
	padding-left:90px;
	padding-right:90px;
	padding-bottom:10px;
}
.conteudo-esq {
	width:410px;
	height:100%;
	display:table;
	float:left;
	padding-left:10px;
}
.conteudo-esq p {
	text-align:justify;
}
#conteudo-dir {
	width:270px;
	height:100%;
	height:115%;
	display:table;
	float:right;
	border-left:1px #999999 dashed;
	padding-left:10px;
}
.barra {
	border-bottom:1px #999999 dashed;
	padding-top:10px;
	margin-bottom:10px;
}
.vermelho {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CA3333;
}
#rodape {
	width:720px;
	height:65px;
	background:url(../images/bg_rodape.jpg) center top no-repeat;
	padding-top:15px;
	padding-left:90px;
	padding-right:90px;
	margin:0;
}
#rodape p {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:18px;
	padding-left:10px;
	float:left;
}
#nunix {
	width:75px;
	height:50px;
	float:right;
	background:url(../images/nunix.jpg) no-repeat;
	margin-top:1px;
}
.pousada-coluna {
	float:left;
	width:218px;
	display:table;
	padding-left:10px;
	padding-right:10px;
	border-left:1px #666666 dashed;
}
.posada-texto {
	height:310px;
	padding-top:10px;
	display:table;
}