/* FONT */

body {
	font-family:'Roboto Condensed',Arial,sans-serif;
	}


/* BACKGROUNDS AND COLORS */

/* color of the border on the top of the page */
body:after
{
    background-color: #008A48;
}
.thumb
{
        border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    bottom: 0; left: 0; width: 190px; height: 150px;margin:3px
    }
/* background color of the current menu item */
@media screen and (max-width: 450px) {
	.thumb {
		width: 280px;
		height: 200px;
	}
}
	@media screen and (min-width: 820px) {
		#nav .current, #nav a.current:after {
			background-color: #008A48;
		}
	}


	/* background color of the headers in the slider */
	.rslides-content h2 {
		background: #008A48;
	}

	/* hover color for the slider navigation arrows */
	.next:hover, .prev:hover {
		background-color: #008A48;
	}

	/* background color of the form buttons */
	button, input[type="submit"] {
		background-color: #008A48;
	}

	/* background color of the features tags in the room pages */
	.features li {
		background-color: #008A48;
	}

	/* background colors for the search widget */
	.search, .search h3 span {
		background-color: #008A48;
	}

	.detalle, .detalle h3 span {
		background-color: #F0F0F0;
	}

	/* background color for the active listing type */
	a.listing-active {
		background-color: #008A48;
	}

	/* background color for the price tags */
	[class^="char"] {
		background-color: #008A48;
	}

	/* border color for the links in the slider content */
	.rslides-content p a:hover {
		border-color: #008A48;
	}

	/* background color of the footer area */
	.footer {
		background-color: #008A48;
	}

	/* color for the links in the content */
	a {
		color: #008A48;
	}
