body{
	background-image: url('../img/fondo.png');
	background-size: 100%;
	font-family: 'Arial';
}
div.header{
	padding: 10px 0px;
}
a.boton{
	width: 100px;
	height: 38px;
	background-image: url('../img/boton.png');
	background-size: 100% 100%;
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
}
a.boton img{
	position: relative;
	left: 9px;
	top: -7px;
	width: 34px;
	float: left;
}
a.boton span{
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
}
a.boton:last-child{
	margin-left: -20px;
	width: 120px;
}
a.boton:last-child img{
	left: 19px;
	top: -13px;
}
a.boton:first-child{
	margin-left: 10px;
	z-index: 2;
}
.rectangulo{
	position: relative;
	top: -10px;
}
#clock{
	background-image: url('../img/clock.png');
	padding-top: 25px;
	padding-left: 22px;
	background-size: 100% 100%;
	width: 141%;
	height: 120px;
	margin:0 auto;
	transform: scale(.7);
	position: relative;
	left: -63px;
}
.logo_footer{
	margin: 0 auto;
	display: block;
	width: 80px;
}
div#mapa > div#map-canvas{
	width: 100%;
	height: 150px;
	display: block;
	overflow: hidden;
}
h1{
	margin: 0px;
	font-size: 20px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
}
p{
	color: white;
	line-height: 18px;
	margin: 10px;
	font-style: italic;
}
img.hotel{
	border-radius: 10px;
	background-color: white;
	padding: 5px;
}
#gallery{
	margin-bottom: 10px;
	border: 2px solid white;
}