@charset "utf-8";
	body {
	background-image:url(../img/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	.imgFix {
	margin-left: 40%;
}
	
	#reservado{
	z-index: 987; 
	position:fixed; 
	width: 100%; 
	text-align: left; 
	top:-136px;
	}

	#reservado_b{
	z-index: 986; 
	position:fixed;
	width: 100%; 
	text-align: right; 
	bottom:-136px;
	}
	
	.img_Head{
	vertical-align:middle;
	margin-left:75%;
	}
	
	.img_Reservado{
		vertical-align:middle;
		margin-left:82%;
	}
	
	.test {
      position: relative; 
      top: 50px;
      height: 550px;
      overflow:scroll;
	  font-size: 28px;
  }
  
  	.fix {
		position: absolute;
		width: 100%;
		height: 100%;
	}
  
  #section1 {color: #fff; background-color: #848482;}
  #section2 {color: #fff; background-color: #837E7C;}
  #section3 {color: #fff; background-color: #736F6E;}
