html {
	font-size: 16px;
	background-color: #e8e8e9;
	margin: 0px;
	padding: 0px;
	font-family: sans, verdana;
}
body {
	margin: 40px auto 40px auto;
	padding-bottom: 12px;
	width: 1214px;
	background: url(../img/main-bottom.png) no-repeat bottom center white;
	position: relative;
}
div#container {
	width: 100%;
	background: url(../img/main-top.png) no-repeat top center white;
	padding-top: 12px;
}
div#header, div#footer, div#content {
	background: url(../img/main-bg.png) repeat-y top left white;
	padding: 0px 12px 0px 12px;
	margin: 0px;
}
div#top_links {
	position: absolute;
	right: 0px;
	top: -40px;
}
div#top_links ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
div#top_links li {
	display: inline-block;
	padding-top: 8px;
	height: 32px;
}
div#top_links a:link,
div#top_links a:visited,
div#top_links a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #94ac22;
	text-decoration: none;
	padding-right: 45px;
}

div#header h1 {
	margin: 0px;
	height: 81px;
	color: transparent;
	background: url(../img/hotelesenlasierradecazorla.png) no-repeat 38px 31px white;
}

div#intro {
	width: 100%;
	height: 413px;
	background: url(../img/intro-bg.png) no-repeat top left white;
}
div#intro p {
	font-family: georgia,garamond,serif;
	padding-left: 227px;
	padding-right: 232px;
	text-align: justify;
	line-height: 22px;
	margin: 28px 0px;
}
div#intro p.first_paragraph {
	padding-top: 85px;
	margin: 0px;
}
div#intro p.first_paragraph:first-line{
	text-transform: uppercase;
	font-size: 18px;
}

div#hotels {
	margin: 0px 32px 0px 35px;
}
div#hotels h2 {
	margin: 0px 0px 18px 0px;
	background-color: #e7eec6;
	color: #536017;
	height: 38px;
	padding: 8px 0px 0px 11px;
	font-family: georgia,garamond,serif;
	font-weight: bold;
	font-size: 24px;
}

div.hotel {
	width: 359px;
	float: left;
}
div.margin {
	margin-right: 22px;
}
div.hotel img.photo {
	border-style: solid;
	border-color: #e7eec6;
	border-width: 8px;
	margin-bottom: 8px;
}
div.hotel h3, div.hotel p {
	width: 312px;
	font-family: georgia,garamond,serif;
	margin: 0 auto;
}
div.hotel h3 {
	color: #94ac22;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border-width: 1px;
	border-color: #cecece;
	border-bottom-style: solid;
	border-top-style: solid;
	line-height: 10px;
	padding: 8px 0px;
}
div.hotel h3.apartamentos {
	line-height: 19px;
}
div.hotel h3 img {
	position: relative;
	top: 5px;
}
div.hotel p {
	color: #434244;
	font-size: 17px;
	text-align: justify;
	margin-top: 5px;
	line-height: 24px;
}

div#footer {
	color: #4e591d;
	clear: both;
	font-size: 12px;
}
div#footer .footer_container {
	background-color: #e5eaca;
	padding: 7px 0px 0px 0px;
}
div#footer p.contact {
	padding: 0px 0px 0px 7px;
	line-height: 18px;
	margin: 0px;
}
div#footer .footer_container .footer_award {
	max-width: 140px;
	float: right;
	margin-left: 36px;
	padding-right: 5px;
}
div#footer .footer_container .footer_award img {
	float: left;
	position: relative;
	top: -5px;
}
div#footer .footer_container .footer_award p {
	height: 50px;
	margin-top: 10px;
	margin-left: 50px;
	padding-left: 3px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #aeb58b;
}
div#footer div#award_jaen p {
	margin-left: 37px;
}
div#footer div#award_surban {
	max-width: 170px;
}
div#footer div#award_surban p {
	margin-left: 37px;
}
div#footer div#iso_awards {
	max-width: 200px;
	margin-right: 20px;
}
div#footer div#iso_awards img {
	margin-top: 5px;
	margin-left: 15px;
}

div.clearing {
	clear: both;
}