body{
	background:#F90;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#222;
	margin:10px auto;
}
a{
	color:#222;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}
/* --------------------
	CONTAINER
----------------------- */
#container{
	position:relative;
	width:960px;
	margin:0 auto;
}
/* --------------------
	HEADER
----------------------- */
#header{
	position:relative;
	height:280px;
	background:url(bg-header.jpg) no-repeat;
}
#header h1 a{
	position:absolute;
	width:300px;
	height:185px;
	top:35px;
	left:135px;
	text-indent:-9999px;
}
/* --------------------
	MENU
----------------------- */
#menu{
	position:absolute;
	top:30px;
	right:80px;
	width:160px;
	cursor:default;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
}
#menu ul li a{
	display:block;
	width:160px;
	margin:0 0 10px 0;
	padding:4px 0;
	text-decoration:none;
	font-size:16px;
	color:#F90;
}
#menu ul li a:hover{
	color:#FF0;
}
#menu .active{
	color:#FFF;
}
/* --------------------
	FOOTER
----------------------- */
#footer{
	position:relative;
	height:55px;
	background:#631452 url(bg-footer.png) no-repeat;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FF0;
}
#footer p {
	position:absolute;
	top:10px;
	width:100%;
	margin:0 auto;
	text-align:center;
	line-height:16px;
	color:#FFF;
}
#footer address {
	position:absolute;
	top:30px;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	line-height:16px;
	color:#F0B9E3;
	font-style:normal;
}
#footer address a{
	color:#F0B9E3;
}
/* --------------------
	CENTER
----------------------- */
#center{
	position:relative;
	width:935px;
	padding:0 10px 0 15px;
	background:#84C223 url(bg-center.png) repeat-y center top;
}
#sidebar{
	float:left;
	width:215px;
	padding:0 10px 10px 50px;
	min-height:300px;
	color:#CCC;
}
#sidebar p{
	margin:0!important;
	padding:0!important;
}
/* --------------------
	CENTER > Titulos
----------------------- */
#center h2{
	font-size:26px;
	font-weight:normal;
	line-height:36px;
	margin-bottom:9px;
	padding:18px 0 0 30px;
	height:50px;
	color:#FFF;
	background: url(bg-title-h2.png) no-repeat;
}
#center h3{
	font-size:16px;
	line-height:18px;
	margin-bottom:9px;
	color:#040;
}
#center h3.dest{
	font-size:15px;
	line-height:36px;
	margin:10px 0 9px;
	padding:5px 0 0 35px;
	width:610px;
	height:40px;
	color:#A6DF4F;
	background: url(bg-title-h3.png) no-repeat;
	position:relative;
	left:-15px;
}
#center h4{
	font-size:14px;
	line-height:18px;
	margin-bottom:9px;
	color:#040;
}
#center h5{
	font-size:13px;
	line-height:18px;
	color:#FF0;
}
#center p{
	margin:0 0 18px 0;
}
#center blockquote{
	font-size:18px;
	line-height:24px;
	margin:0 0 18px 0;
	padding:15px 0 0 50px;
	background:url(bg-blockquote.png) no-repeat;
	color:#FFF;
	min-height:90px;
}
#center blockquote small{
	font-size:16px!important;
}
.blq-2{
	background:url(bg-blockquote-2.png) no-repeat!important;
}
.blq-3{
	background:url(bg-blockquote-3.png) no-repeat!important;
}
.blq-4{
	background:url(bg-blockquote-4.png) no-repeat!important;
}
/* --------------------
	CENTER > Columns
----------------------- */
.col-1{
	float:left;
	width:620px;
	padding:0 15px 0;
}
/* --------------------
	GALERIA
----------------------- */
ul.gallery{
	padding:0 0 20px;
}
ul.gallery li {
	margin: 0 5px 5px 0;
	float:left;
}
ul.gallery li a img{
	border:2px solid #050; width: 82px;
}
ul.gallery li a:hover img{
	border: 2px solid #631451;
}
/* --------------------
	RENTALS
----------------------- */
ul.rentals{
	padding:0 0 20px;
}
ul.rentals li {
	display:block;
	width:620px;
	height:310px;
	margin: 0 0 20px;
	background:url(bg-rentals.png) no-repeat;
}
ul.rentals li .photo {
	float:left;
	margin:10px 0 0 0;
}
ul.rentals li .info {
	float:left;
	width:180px;
	margin:20px 0 0 20px;
}
ul.rentals li .info h3{
	font: bold 14px/16px Arial, Helvetica, sans-serif!important;
	color:#020!important;
	margin:0 0 18px 0!important;
}
ul.rentals li .info p{
	font-size:22px;
	color:#030!important;
}
ul.rentals li .info p small{
	font-size:10px!important;
	line-height:12px;
	text-transform:uppercase;
	color:#030;
}
/* --------------------
	MEDIA
----------------------- */
ul.media{
	padding:0 0 20px;
}
ul.media li{
	display:block;
	float:left;
	overflow:hidden;
	width:290px;
	height:90px;
	padding:5px;
	margin: 0 10px 10px 0;
	background:#0C8B0C url(bg-media.png) no-repeat;
}
ul.media li p.photo {
	float:left;
	width:110px;
	height:90px;
	margin:0!important;
}
ul.media li p.info {
	float:left;
	width:175px;
	padding:0 0 0 5px;
	margin:0!important;
	color:#A6DF4F;
}
ul.media li p small{
	font-size:10px!important;
	color:#030;
}
ul.media a{
	color:#FFF;
}
ul.media a:hover{
	color:#A6DF4F;
}
/* --------------------
	VARIOS
----------------------- */
hr{
	display: none;
}
.hr{
	width: 100%;
	border-bottom: 1px solid #090;
	clear: both;
	margin: 10px 0;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.p11{
	font-size:11px;
}
.p14{
	font-size:14px;
	line-height:22px;
}
.p16{
	font-size:16px;
}
.no-mb{
	margin-bottom:0!important;
}
.no-mt{
	margin-top:0!important;
}
/* back to top */
p.btt{
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	background:#84C223;
	position:relative;
	width:155px;
	left:-15px;
	margin:10px 0 30px 0;
}
p.btt a{
	display:block;
	height:45px;
	background:url(back-to-top.png) no-repeat 0 0;
	color:#FFF;
	text-decoration:none;
	text-indent:-9999px;
}
p.btt a:hover{
	background-position: 0 -50px;
}
/* --------------------
	PACKS
----------------------- */
ul.packages{
	margin:0 0 9px;
	padding:9px 0 18px;
}
ul.packages li{
	list-style: none;
	background: url(bullet-1.gif) left top no-repeat;
	padding:0 0 5px 20px;
}
/* --------------------
	FORMS
----------------------- */
.contact-col{
	float:left;
	margin:0 20px 0 0;
	width:280px;
}
.contact-col-2{
	float:left;
	margin:0;
}
#f label{
	line-height:18px;
	color:#050;
	padding:0 0 0 4px;
}
#f input, #f textarea, #f select{
	width:278px;
	border:1px solid #090;
	background:#FFF;
	color:#222;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	outline:none;
}
#f textarea{
	height:134px;
	resize:none;
}
#f .radio{
	width:20px;
	vertical-align:middle;
	background:transparent;
	border:none;
	margin:0;
	padding:0;
}
#f .shrt{
	width:60px;
}
#f .btn{
	border:1px solid #BED63A;
	background:#BED63A;
	color:#111;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	width:98px;
}
#f input:focus, #f textarea:focus{
	border: 1px solid #FFC01F;
	background:#FFF;
	color:#222;
}

div.oppp { clear: both; overflow: auto; margin: 0 auto; width: 588px; height: 288px; background-image: url(bg_oppp.png); }
	div.oppp ul.packages { margin: 92px 0 0 14px; color: #fff; font-size: 13px; }
