/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 10px;
	margin-bottom: 50px;
	background: none;
	min-height: 700px;
	
}

.full {
  background: url('../bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.menu-esq{
padding-top: 5px;	
}
.menu-1{
	background: url('../menu-esq.png') no-repeat 0 0;
	height: 56px;
	width: 194px;
}
.menu-2{
	background: url('../menu-esq.png') no-repeat 0 -55px;
	height: 56px;
	width: 194px;
}
.menu-3{
	background: url('../menu-esq.png') no-repeat 0 -110px;
	height: 56px;
	width: 194px;
}
.menu-4{
	background: url('../menu-esq.png') no-repeat 0 -166px;
	height: 50px;
	width: 194px;
}
.menu-5{
	background: url('../menu-esq.png') no-repeat 0 -215px;
	height: 56px;
	width: 194px;
}
.menu-6{
	background: url('../menu-esq.png') no-repeat 0 -270px;
	height: 49px;
	width: 194px;
	margin-top: 7px;
}
.menu-7{
	background: url('../menu-esq.png') no-repeat 0 -322px;
	height: 49px;
	width: 194px;
	margin-top: 7px;
}
.criancas{
	background: url('../criancas.png') no-repeat left;
	height: 363px;
	width: 364px;
	float: right;
	margin-top: 391px;;
}
.corpo{
	background: #fff;
	width: 57%;
	min-height: 600px;
	position: absolute;
	border: 4px solid #000;
	border-radius: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.corpo h1{font-size: 20px}

