@charset "UTF-8";
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body {
	background-image: url(../images/background-l-hotel.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px;
	color: #4f4e47;
	font-family: Verdana;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
}

a {
	color: #1f77af;
	text-decoration: none;
}

a:hover {
	color: #4f4e47;
	text-decoration: none;
}

.top {
	margin-top:20px;
}

.bottom {
	padding-bottom: 10px;
}

