
/* custom */


/* San Agustin Hoteles */

body {
	background: #ffffff;

}

#groupsplash {
	background: #ffffff url(/m/images/groupsplash_sanagustin.png) no-repeat 50% 50%;
	background-size:195px 195px;
}
	@media  only screen and (-webkit-min-device-pixel-ratio: 2) {
	#groupsplash {
	background: #ffffff url(/m/images/groupsplash_sanagustin@2x.png) no-repeat 50% 50%;
	background-size:195px 195px;
	}
	}

/* allow 40px additional to image height to accommodate exit items below image */
#groupbanner {
	background: #ffffff url(/m/images/groupbanner_sanagustin.jpg) top no-repeat;
	height:150px;
	border:none;
	margin-top:20px;
	margin-bottom:40px;
}
	@media  only screen and (-webkit-min-device-pixel-ratio: 2) {
	#groupbanner {
	background: #ffffff url(/m/images/groupbanner_sanagustin@2x.jpg) top no-repeat;
	background-size:400px 150px;
	height:150px;
	margin-top:20px;
	margin-bottom:40px;
	}
	}

#primarycontainer {
	position:relative; 
}

#primary {
	width:100%;
}

#exit {
	width:100%;
	padding:0;
	padding-top:25px;
	margin:0;
	background:transparent;
}

#sortcontainer {
	display:none;
	}
	
/* sorts below no longer visible but retaing for future use */	
#sort .sort_az {
	display:none;
}

#sort .sort_price {
	border-right:0;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
}



.location_information {
	background:#6A6260 url(../images/icon_list_trans_noborder.png) 12px 50% no-repeat;
	text-indent:50px;
	padding-left:8px;	
	padding-right:8px;
	margin:0;
	margin-top:2px;
	margin-right:10px;
	padding-top:8px;
	padding-bottom:9px;
	border:1px solid #B4B4B4;
	-webkit-border-radius:5px;	
	-moz-border-radius:5px;
}
	
.city_title  {
	font: bold 15px Helvetica;
	color:#fff;
}