html,
body {
font-family:Arial;
font-size:1em;
}

body {
background:#D6DEB5;
background-image:url('/img/fundo.png');
background-position:center;
}

a {
color:#6e8d54;
text-decoration:none;
}

	a:hover {
	color:#99aa4c;
	}

h1 {
margin:0;
padding:0;
margin-bottom:15px;
padding-top:30px;
font-size:1.5em;
color:#6e8d54;
}

#conteudo {
margin:auto;
width:830px;
height:100%;
text-align:center;
}
	
	#conteudo div {
	margin:auto;
	width:760px;
	}
	
	ul#menu {
	margin:0;
	margin-top:30px;
	padding:0;
	width:100%;
	text-align:center;
	}
	
		ul#menu li {
		float:left;
		margin:0;
		padding:0;
		width:20%;
		padding:10px 0 10px 0;
		list-style-type:none;
		text-align:center;
		background:#E9EED8;
		}
		
			ul#menu li:hover {
			background:#DFE6C6;
			cursor:pointer;
			}
			
			ul#menu a {
			color:#000;
			}
			
	#pagina {
	padding-top:30px;
	padding-bottom:30px;
	text-align:left;
	}
	
	.texto {
	clear:both;
	width:100%;
	font-size:0.9em;
	padding-bottom:15px;
	line-height:20px;
	}
	
	.fotos {
	width:100%;
	text-align:center;
	}
		
		.fotos img {
		padding:0 5px 5px 5px;
		}
	
	#bandeiras {
	padding-top:15px;
	padding-bottom:10px;
	border-top:2px solid #E9EED8;
	}
		
		#bandeiras img {
		padding:5px;
		}
	
	#morada {
	padding-bottom:15px;
	font-size:0.8em;
	line-height:20px;
	}

	#rodape {
	border-top:2px solid #E9EED8;
	padding-top:15px;
	padding-bottom:30px;
	font-size:0.7em;
	color:#333;
	}

#apresentacao {

}

#vistasdomonte {

}

#reservas {
font-size:0.8em;
}

	#reservas fieldset {
	padding-top:15px;
	}

	#reservas .aviso {
	width:96%;
	background:#f5f5f5;
	border:1px solid #6e8d54;
	padding:2%;
	margin-bottom:15px;
	font-size:1.2em;
	}

	#reservas label,
	#reservas input[type=text],
	#reservas select,
	#reservas textarea {
	font-family:Arial;
	float:left;
	font-size:1em;
	line-height:20px;
	height:20px;
	vertical-align:middle;
	}
	
	#reservas textarea {
	height:100px;
	}
	
	#reservas input[type=submit] {
	float:left;
	padding:5px;
	margin-top:10px;
	}
	
	#reservas input[type=text],
	#reservas select,
	#reservas textarea {
	border:2px solid #DFE6C6;
	}
	
		#reservas input:focus,
		#reservas select:focus,
		#reservas textarea:focus {
		border:2px solid #6e8d54;
		}
	
	#reservas select {
	margin-right:5px;
	}
	
	#reservas label {
	text-align:right;
	margin-right:10px;
	width:100px;
	clear:both;
	}

	#reservas label,
	#reservas input {
	margin-bottom:10px;
	}
