.colorBg{
	background-color: #111;
}

.mobileFrame{
	background-image: url("hotelis_background.png");
	background-repeat: no-repeat;
	height:1300px;
}

.mobileFramePortrait{
	background-image: url("hotelis_background_land.png");
	background-repeat: no-repeat;
	height:1300px;
}

.frameMargines{
	margin-left: 91px;
	margin-top: 125px;
}

.frameMarginesPortrait{
  margin-left: 155px;
  margin-top: 92px;
}

.instructions{
	/*padding-top: 40px;*/
	padding-left:70px;
}

.header{
	margin-left: 42px;
	color: #BCA474;
	font-weight: 700;
}

.instructionHeader{
	font-size: 18px;
	color: aliceblue;
}

.instructionText{
  color: antiquewhite;
}