body, h1, h2, h3, div, p, ul, li {
	margin:0;
	padding:0;
}

body {
	background-image:url('../img/website/bg.png');
	background-color:#373737;
	background-repeat:no-repeat;
	font-family:'Arial', 'Helvetica', sans-serif;
	font-size:75%;
}

hr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	width:840px;
	margin-bottom:10px;
}

a {
	color:#54433C;
	text-decoration:underline;
}

a:hover {
	color:#80655B;
	/*border-bottom:1px dotted #ccc;*/
}

a img {
	border:none;
	text-decoration:none;
	vertical-align: text-bottom;
	margin-right: 3px;
}

a:hover img {
	border:none;
	text-decoration:none;
	border:none;
}


#ornament {
	background-color:#4D4D4D;
	border-bottom:1px solid #666;
	height:20px;
}

#page {
	background-image:url('../img/website/bglines.png');	
	padding-top:20px;
}

#site {
	background-image:url('../img/website/bg2.png');
	background-repeat:repeat-x;
	background-color:#F0EBE5;
	width:860px;
	margin:0px auto 10px auto;
	border:3px solid #FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


#iframe {
	background-image:url('../img/website/bg2.png');
	background-repeat:repeat-x;
	background-color:#F0EBE5;
	width:500px;
	margin:10px auto 10px auto;
	border:3px solid #FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	behavior:url('border-radius.htc');
}

#iframe .info {
	background-color: #12333D;
	color:#fff;
	text-align: justify;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}



#iframe form {
	padding:10px;
}

#iframe form label {
	width:150px;
	float:left;
	font-weight:bold;
}

#iframe form div.required input {
	width:300px;
	border:1px solid #ccc;
	margin-bottom:5px;
}

#iframe form textarea {
	width:300px;
	font-family: "Arial";
	height:120px;
	border:2px solid #ccc;
}

#iframe form div.submit input {
	border:2px solid #ccc;
	background-color: #fefefe;
	margin-left:150px;
}

#iframe h2 {
	padding:8px;
}

#iframe p {
	padding:8px;
}

#iframe div.error-message {
	margin-left:150px;
	color:#fff;
	padding:2px;
	width:298px;
	font-size:0.8em;
	margin-bottom:5px;
	background-color:#DC0F07;
}


#site #header {
	padding:5px 10px 5px 10px;
	clear:both;
}

#site #header #logo {
	float:left;
}

#site #header #header-actns {
	float:right;
	text-align:right;
	margin-top:10px;
}

#site #header #header-actns ul {
	margin-top:53px;
	height:30px;
}

#site #header #header-actns li {
	display:inline;
	padding:7px 10px 7px 10px;
	background-image:url('../img/website/bg-menu.png');
	color:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#site #header #header-actns li:hover {
	background-image:url('../img/website/bg-menu-selected.png');
}

#site #header #header-actns li.selected {
	background-image:url('../img/website/bg-menu-selected.png');
}

#site #header #header-actns a {
	color:#fff;
	text-decoration:none;
}

#site #header #header-actns a:hover {
	color:#fff;
	text-decoration:underline;
}


#site #header #header-banner {
	margin-top:94px;
	clear:both;

}

#site #content {
	padding:5px 10px 5px 10px;
	color:#54433C;
}


/* Home page styles */
#site #home {
	
}

#site #home #general-content {
	float:left;
	width:200px;
	margin-left:10px;
}

#site #home #banner-fincas {
	width:200px;	
	height:115px;
}

#site #home #banner-fincas p {
	color:#fff;
	padding:55px 15px 15px 15px;
	text-align:center;
}

#site #home #banner-eventos {
	margin-top:6px;
	width:200px;
	height:115px;	
}


#site #home #main-links {
	padding:0;
	margin-left:5px;
}

#site #home #main-links .linkbox {
	height:200px;
	width:200px;
	float:left;
	margin-right:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height:235px;
	color:#fff;
	text-align:center;
}

#site #home #main-links .linkbox img {
	width:200px;
	height:135px;
}

#site #home #main-links .linkbox h2 {
	
}

#site #home #main-links .linkbox p {
	padding:6px 10px 10px 10px;
}

#site #home #main-links .linkbox a{
	color:#fff;
	text-decoration:none;
}

#site #home #main-links .linkbox a:hover {
	text-decoration:underline;
}


#site #home #main-links .linkbox.last {
	margin-right:0px;
}

#site #home #main-links .linkbox.lb1 {
	background-color:#80AD36;
	background-image:url('../img/website/home-btn1.png');
	background-repeat:no-repeat;
}

#site #home #main-links .linkbox.lb2 {
	background-color:#12333D;
	background-image:url('../img/website/home-btn2.png');
	background-repeat:no-repeat;
}

#site #home #main-links .linkbox.lb3 {
	background-color:#2E8095;
	background-image:url('../img/website/home-btn3.png');
	background-repeat:no-repeat;
}

#site #home #intro-text {
	width:425px;
	float:left;
	margin-top:20px;
}

#site #home #intro-text h2 {
	font-size:2em;
	padding-left:5px;
}

#site #home #intro-text p {
	font-size:1.1em;
	padding:8px 15px 25px 5px;	
}


/* ---- End home page styles ---*/


/* ---- Listings Styles ---*/

#site #listing #categories {
	width:230px;
	float:left;
	margin-top:25px;
	border:1px solid #ccc;
	background-color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-left:5px;
}

#site #listing #categories h2 {
	padding:5px 10px 5px 10px;
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
	background-color: #fff;
}

#site #listing #categories ul {
	padding:10px 10px 10px 15px;
}


#site #listing #categories li {
	list-style:none;
}

#site #listing #categories li a {
	padding:8px;
	clear:both;
	display:block;
	color:#222;
	text-decoration:none;
	font-size:1.1em;
}

#site #listing #categories li a.selected {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url('../img/website/cat-bg1.png');
	background-color:#EB6D1F;
	background-repeat:no-repeat;
	background-position:190px 9px;
	color:#fff;
}

#site #listing #categories li a:hover {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url('../img/website/cat-bg2.png');
	background-color:#ccc;
	background-repeat:no-repeat;
	background-position:190px 9px;
	color:#444;
}

#site #listing #categories li a.selected:hover {
	background-image:url('../img/website/cat-bg1.png');
	background-color:#EB6D1F;
	background-repeat:no-repeat;
	color:#fff;
}

#site #listing #search {
	margin-left:250px;
	margin-top:25px;
}

#site #listing #search input.text {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#FFFFFF;
	background-image:url(../img/website/lupa.png);
	background-position:3px 3px;
	background-repeat:no-repeat;
	border:2px solid #CCCCCC;
	color:#333333;
	font-size:1.2em;
	height:20px;
	margin:0 0 3px 5px;
	padding:3px 8px 0 22px;
	width:475px;
}

#site #listing #search input.submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#DDDDDD none repeat scroll 0 0;
	border:2px solid #AAAAAA;
	color:#444444;
	font-size:1.2em;
	padding:2px 8px 1px
}

#site #listing #breadcrumbs {
	margin-left:255px;
	font-weight:bold;
	font-size:1.1em;
	padding-left:10px;
	margin-top:10px;
	border:1px dotted #ccc;
	padding:3px 10px 3px 10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#site #listing #results {
	margin-left:255px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:10px;
}

#site #listing #results .item {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#fff;
}

#site #listing #results .item p a {
	text-decoration: none;
}


#site #listing #results .item .picture {
	border:1px solid #CCCCCC;
	float:left;
	padding:3px;
	text-align:center;
	width:100px;
	margin-right:10px;
}

#site #listing #results .item .picture img {
	width:100px;
}

#site #listing #results .item h3 {
	margin-left:110px;
	margin-bottom:5px;
}

#site #listing #results .item p {
	margin-left:120px;
	height:80px;
}


/* Listing custom styles */
#site #listing.directory #categories h2 {
	background-color:#80AD36;
}

#site #listing.plans #categories h2 {
	background-color:#2E8095
}

#site #listing.promo #categories h2 {
	background-color:#12333D;
}

#site #listing.promo #breadcrumbs {
	margin-top:25px;
}

#site #listing.promo #results .item {
	background:none;
	border:none;
	padding:0;
	width:auto;
	margin-bottom:30px;
}

#site #listing.promo #results .item p {
	text-align:right;
	height:auto;
	margin:0;
	margin-top:5px;
	width:570px;

}

#site #listing.promo #results .item img {
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#site #listing.promo #results .item a img {
	border:none;
	vertical-align:middle;
}

#site #listing.promo #welcome-message {
	margin-top:25px;
}

#site #listing #welcome-message .banner {
	margin-top:10px;
}




#site #listing #welcome-message {
	min-height:500px;
}

#site #listing #welcome-message p {
	-moz-border-radius:2px;
	-webkit-border-radius:4px;
	background-color:#fff;
	padding:10px;
	border:1px solid #ddd;
	padding-left:38px;
	width:535px;
	background-repeat: no-repeat;
	background-position: 0 45px;
	background-image: url('../img/website/arrow.png');
}



/* -- End listing custom styles -- */


/* Site details */

#site #sidebar {
	width:230px;
	float:right;
	margin-top:65px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-left:5px;
	margin-right:5px;
}

#site #sidebar h2 {
	padding:5px 10px 5px 10px;
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
}

#site #sidebar #info {
	border:1px solid #ccc;
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#site #sidebar #share {
	border:1px solid #ccc;
	margin-top:15px;
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


#site #details #breadcrumbs {
	border:1px dotted #CCCCCC;
	font-size:1.1em;
	font-weight:bold;
	margin-top:25px;
	margin-left:15px;
	margin-right:5px;
	padding:3px 10px;
}

#site #details #data {
	width:550px;
	margin-left:20px;
	margin-top:20px;
}


#site #details h3 {
	font-size:1.5em;
	margin-bottom:15px;
}

#site #details h3 > p {
	min-height: 600px;
}


#site #details h4 {
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	width:550px;
	margin:40px 0 10px 0;
	clear:both;
	
}

#site #details #logo {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;
	padding:5px;
	width:200px;
}
#site #sidebar ul {
	padding:10px 10px 10px 15px;
}


#site  #sidebar li {
	list-style:none;
}

#site  #sidebar li a {
	padding:4px;
	clear:both;
	display:block;
	color:#222;
	text-decoration:none;
	font-size:1.1em;
}	

#site #sidebar li a {
	padding:8px;
	clear:both;
	display:block;
	color:#222;
	text-decoration:none;
	font-size:1.1em;
}

#site #sidebar li a.selected {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url('../img/website/cat-bg1.png');
	background-color:#EB6D1F;
	background-repeat:no-repeat;
	background-position:190px 9px;
	color:#fff;
}

#site #sidebar li a:hover {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url('../img/website/cat-bg2.png');
	background-color:#ccc;
	background-repeat:no-repeat;
	background-position:190px 9px;
	color:#444;
}

#site #sidebar li a.selected:hover {
	background-image:url('../img/website/cat-bg1.png');
	background-color:#EB6D1F;
	background-repeat:no-repeat;
	color:#fff;
}

#site #details #data p {
	text-align:justify;
}

#site #details #data #gallery img {
	margin-right:4px;
	border:2px solid #ccc;
}

#site #details #data #gallery img.last{
	margin-right:0px;
}


#site #details #data h4 a {
	float: right;
	font-size:0.6em;
	margin-top:-5px;
}


#site #details #data .comment  {
	border-left-color: #a38376;
	border-left:3px solid;
	padding-left:10px;
	margin-bottom:30px;
}
 

#site #details #data .comment .name {
	font-weight: bold;
	margin-bottom:5px;
}

#site #details #data .comment .name em {
	font-weight: normal;
	font-size:0.9em; 
}



#site #details #data .comment .text {
}

#site #details #info p {
	padding:10px;
}






/* --- En Site details */





/* Details custom styles */
#site #details.directory #info h2 {
	background-color:#80AD36;
}
#site #details.places #info h2 {
	background-color:#2E8095;
}
#site #details.places #share h2 {
	background-color:#2E8095;
}
#site #details.directory #share h2 {
	background-color:#80AD36;
}

#site #details.plans #info h2 {
	background-color:#2E8095;
}

#site #details.plans #share h2 {
	background-color:#2E8095;
}

#site #listing.interest-places #categories h2 {
	background-color:#12333D;
}

#site #details.interest-places #info h2 {
	background-color:#12333D;
}

#site #details.interest-places #share h2 {
	background-color:#12333D;
}


/* --- End Details custom styles -- */


/* Site static pages styles */

#site #static_page h2 {
	background-color:#80AD36;
}

#site #static_page #sidebar {
	float:left;
	margin-top:25px;
}

#site #static_page #sidebar .section {
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:20px;
	border:1px solid #ccc;
}


#site #static_page #info  {
	background-color:#fff;
	margin-left:260px;
	border:1px solid #ccc;
	margin-top:25px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#site #static_page #info h2 {
	padding:5px 10px 5px 10px;
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
	background-color:#999;
	font-weight:bold;
}

#site #static_page #info #details p {
	
}


#site #static_page #info #details {
	padding:15px;
}


#site #static_page #info #details {
	padding:15px;
}

#site #static_page .route  {
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
	padding-bottom:35px
}



#site #static_page .route .subtitle {
	font-weight:bold;
	
}

#site #static_page .route .actions {
	margin-top:15px;
}

#site #static_page .route .restrictions {
	margin-top:8px;
}


#site #static_page .route .state-optimo {
	background-color:#009933;
	font-weight:bold;
	color:#fff;
	padding:2px 3px 2px 3px;
	-moz-border-radius:2px;	
}


#site #static_page .route .state-restringido {
	background-color:#FFCC00;
	font-weight:bold;
	color:#000;
	padding:2px 3px 2px 3px;
	-moz-border-radius:2px;	
}

#site #static_page .route .state-cerrado {
	background-color:#FF6600;
	font-weight:bold;
	color:#fff;
	padding:2px 3px 2px 3px;
	-moz-border-radius:2px;	
}

#site #static_page .route .state-bloqueado {
	background-color:#990000;
	font-weight:bold;
	color:#fff;
	padding:2px 3px 2px 3px;
	-moz-border-radius:2px;
}

#site #static_page .route .moreinfo {
	margin-top:10px;
	border:1px dotted #ccc;
	padding:5px;
	background-color:#F0EBE5;
	text-align:justify;
}





/* --- End site static pages styles */



#site a.button {
	padding:10px;
	background-color:#EB6D1F;
	background-image:url('../img/website/btnbright.png');
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#site a.button a {
	color:#fff;
	text-decoration: none;
}

#site a.button.alt {
	background-color:#80AD36;
}

#site a.button:hover {
	background-color:#FF7623;
}

#site a.button.alt:hover {
	background-color:#8EC53E;
}

#site a.button-small {
	padding:4px;
	background-color:#EB6D1F;
	background-image:url('../img/website/btnbright.png');
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:0.8em;
}

#site a.button-small a {
	color:#fff;
	text-decoration: none;
}

#site a.button-small img {
	vertical-align:middle;
}

#site a.button-small.alt {
	background-color:#80AD36;
}



#site #home #intro-image {
	margin-top:20px;
}



#site #support {
	text-align:center;
}

#site #support {
	margin-top: 15px;
	padding-bottom: 10px;
}


#site #support p {
	margin-top: 5px;
}

#site #support {
	color:#54433C;
}


/* Banners Bottom */


#site .sponsored {
	margin-bottom:0px;
	font-size:0.8em;
	margin-left:5px;
}

#banners hr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	width:840px;
	margin:0;
	margin-bottom:10px;
	
}


#banners {
	padding:30px 0 0 10px;
}

#banners .banner2 {
	float:left;
	margin-right:20px;
}

#banners .banner3 {
	margin-bottom:10px;
}



/* Footer Styles */
#footer {
	color:#fff;
	text-align: center;
}

#footer #copy {
	margin-bottom:15px;
	
}

#footer #dev {
	margin-bottom:15px;
	
}



/* Paging */
div.paging {
	color: #bbb;
	margin-bottom: 2em;
	text-align:center;
	margin:10px 0 10px 0;
	font-size:1.1em;
}

div.paging div.disabled {
	color: #bbb;
	display: inline;
	display:none;
	
}

div.paging span {
}

div.paging span.current {
	border:1px solid #ccc;
	padding:0 3px 0 3px;
	color:gray;
	font-weight:bold;
}

div.paging span a {
	color:#333333;
}

div.paging + p {
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-size:1.1em;
}


.spacer {
	clear:both;
}

