@import url(stars.css);
@import url(breadcrumb.css);
/*====================================================*/
/* HOTEL RESULTS */
/*====================================================*/
.destino {
	padding-top: 5px;
	background: #f6f6f6 url(/Images/hotel-bg.gif) repeat-x top left;
	font-size: 12px;
	margin-bottom: 22px;
}

.destino img {
	border: 1px solid #ececec;
	padding: 3px;
	float: left;
	margin: 5px 10px 5px 5px;
}


.destino h3 a {color: #1f6e26; }
.subtitulo {color: #999999;}
.info {
	line-height: 23px;
	clear: both;
	padding-left: 120px; 
	background: white url(/Images/hotel-prices-bg.gif) no-repeat top left;
}
.info span {padding-left: 20px; background: transparent url(/Images/euro-icon.gif) no-repeat top left;}
/*====================================================*/
/* HOTELS RESULTS PAGINATION */
/*====================================================*/

#navigation {
	font-size: 12px;
	position: relative;
}
	#navigation h4 {
		position: relative;
		left: 10px;
		/*width: 310px;*/
		padding-left: 20px;
		font-size: 12px;
		line-height: 18px;
		background: transparent url(/Images/page-icon.gif) no-repeat left center;
	}
	
	#navigation ul {
		padding: 5px;
		margin: 10px auto;
		background-color: #f3ffdb;
		text-align: center;
	}
	#navigation li {
		list-style-type: none;
		display: inline;
		font-size: 16px;
		font-weight: bold;
		margin: 4px;
	}
	#navigation li a {
		text-decoration: none;
	}