/*======================================= GERAL =======================================*/
html {
	width:100%;
	height: 100%;
}
body {
	width:auto;
	height:auto;
	margin:0px;
	text-align: center;
	padding: 0px;
	background-color:#FFFFFF;
	overflow-x: hidden;
}
/*======================================= HOME =======================================*/
.tela1 {
	width:100%;
	height:800px;
	background-image:url(../famigerado.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	text-align: center;
	padding: 0px;
}