/**** HEADER ****/

.album-header-movil {
	background-image:url(https://hotelesin.com/n/a/headers/anio-viajando-movil.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:390px;
	display:none; 
}	

.album-header-web {
	background-image:url(https://hotelesin.com/n/a/headers/anio-viajando-web.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:390px;
}	


 @media (max-width: 479px) {
.album-header-web { display:none; }	
.album-header-movil { display:block; } 
	  
 }
 
 .album-hotel {
	color:#000000;
	letter-spacing:1px;
	text-transform:uppercase;
	font: 600 20px 'Roboto Condensed', sans-serif;
}
.album-hotel a:hover {
	color:#82bc00;
	text-decoration:none;
}	

.album-stars  {
	font-size:14px;
	letter-spacing:1px;
	color:#EFDA1B;
}

.album-ubi {
	color:#002b49;
	font-size:16px;
	letter-spacing:1px;
	font-family:sans-serif;
	padding-top:10px;
}

.album-dias {
	color:#5e5e5e;
	letter-spacing:1px;
	font-weight:normal;
	padding-top:4px;
	font: 400 16px 'Roboto Condensed', sans-serif;
}

.album-noches {
	color:#5e5e5e;
	letter-spacing:1px;
	font-weight:normal;
	padding-top:4px;
	font: 400 16px 'Roboto Condensed', sans-serif;
}	

.album-precio {
	color:#e30613;
	letter-spacing:1px;
	text-transform:uppercase;
	font: 600 22px 'Roboto Condensed', sans-serif;
}
.album-precio a:hover {
	color:#000000;
	text-decoration:none;
}

.album-imp {
	color:#5e5e5e;
	font-size:12px;
	font-family:sans-serif;
	font-weight:normal;
	padding-bottom:5px;
}	

.album-reservar a {
	color: #FFFFFF;
	border-radius:10px;
	background-color: #34488c;
	text-decoration:none;
	padding:12px 12px 12px 12px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline-block;
	font: 600 18px 'Roboto Condensed', sans-serif;
	} 
	
.album-reservar a:hover {
	background-color: #e3bb3a;
	color:#FFFFFF;
} 

