body {
	background: #ffffffcf;
	color: #252525;
}

header {
	background: #000000;
	padding: 0;
	border-color:#000000;
}

header h1 a {
	background: url(logo.png) center no-repeat;
	background-size: 460px;
	float: none;
	display: block;
	text-indent: -9999px;
	height: 160px
}

footer {
	background: url(back_pie.png);
}

h2 {
	background: #232323;
	color: #fff;
	padding: 10px;
	margin: 0;
}

input {
	border: none;
}

#loading {
	color: #000;
}

#splash {
	background: rgba(0, 0, 0, 0.4);
	border: 0
}

#search h5 {
	color: #252525;
}

#search form,
#checkout hgroup {
	background: #f2f2f2;
    border: 1px solid #00000015;
    color: #505050;
}

#search input[type="text"] {
	background: rgba(0, 0, 0, 0.5) url(ico_date.png) right center no-repeat;
	color: #505050;
}

#search input[type="submit"] {
	background: #232323;
	width: 100%;
	color: #fff;
	border-radius: 0;
	border: none;
}

#rooms .rooms {
	background: #f2f2f2;
    border: 1px solid #00000015;
    color: #505050;
}

#rooms .active {
	background: rgba(0, 0, 0, 0.1);
}

#rooms .room_title h3 span {
	background-image: url(ico_max_pax.png);
}

#rooms .info,
#checkout .details div .tip,
#checkout h5.tip {
	background-image: url(ico_info.png);
}

#room_price {
	background: #232323;
	border: none;
	border-radius: 0;
	color: #fff;
}

#guest label {
	color: #000
}

#guest .view_cards {
	background: #232323;
	color: #fff;
	padding: 6px;
	display: inline-block;
	font-size: 0.8em;
	border-radius: 4px
}

#checkout h3,
#guest h3 {
	color: #000;
	padding: 10px
}

#checkout .details div {
	background: #f2f2f2;
}

#checkout .total {
	background: #f2f2f2;
	margin-top: 20px
}

.fancybox-skin {
	background: #757575;
	border-top: 2px solid #232323;
	border-radius: 0;
	color: #fff;
}

.fancybox-close {
	right: -20px;
	top: -20px;
}

#payment_method {
	color: #fff
}

#guest .terms {
	color: #000
}

#congrats h6 {
	color: #000
}

#hotel_amenities {
	border-top: none;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.3);
}

.icons-amenities {
    border-top: 1px solid #505050 !important;
    padding-top: 10px;
    margin-top: 10px;
}

.icons-amenities li i {
    background-color: #232323 !important;
}

#rooms .rates + .rates {
    border-top: 1px solid #505050;
}

.promo_search{
	background-color: #232323 !important;
}

.promo_search_2 {
    border: 1px solid #505050;
}

#services .services{
	background: #f2f2f2;
    border: 1px solid #00000015;
    color: #505050;
}

#hotel_amenities .contenedor{
	background: #f2f2f2;
    border: 1px solid #00000015;
    color: #505050;
}

#hotel_amenities i{
	background-color: #F7ED7A;
}

#hotel_amenities i:hover{
	background-color: #bcb248;
}

#search a.modify, #search a.insert_search_rate{
	color: #505050;
}

#room_price .btn{
	background-color: #b5b7ba !important;
	color: #ffffff;
}

#room_price.active {
	background: #e7e7e7;
	color: #373737;
    border: none;
}