/* CSS Document */
body {
	margin: 20px 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 760px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 760px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 730px;
	}
html>body #content {
	width: 730px; /* ie5win fudge ends */
}
h1 {
	display: block;
	float: left;
	
	width: 250px;
	height: 78px;
	margin: 0;
	background:url(../imatges/Son-Natura-casa-rural.gif) no-repeat;
}
h1 span {
	display: block;
	text-indent: -1000em;
	text-decoration: none;
}
#top {
	height:90px;	
	float:left; 
	margin: 0px 0px 0px 36px;
}
#top img {
    width: 414px;
    height: 72px;
	border: 0px;
	margin: 0px;
	padding-top:18px;
}
img {
    width: 760px;
    height: 200px;
	border: 0px;
	margin: 0;
	clear: both;
}
h2, h3, h4, h5 {
	float:left;	
	font-size:16px;
	line-height:16px;
	margin: 20px 0px 8px 0px;	
}
span {font-size:12px; color:#666; float:left; margin: 22px 0px 0px 10px;}
span a, span a:active, span a:visited {color:#666; text-decoration:none;}
span a:hover {font-weight:bold; color:#666; background-color:#C8DFFC;}
p {clear:both; margin:0; font-size:13px; line-height: 18px;}

#footer {
	width: 760px;
	height: auto;
	background-image:url(../imatges/footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	
	padding-top: 100px;	
	margin-top: 40px;	
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 20px;
	
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
#footer a:link, #footer a:visited, #footer a:active {color:#666666; text-decoration: none; }
#footer a:hover {text-decoration: underline;}

a, a:active, a:visited{color:blue; text-decoration:underline;}