	
	/* Altura */
	
	#miolo .container{
		height:1300px;
		}
	
	/* Boxes */
	
	#box1{
		float:left;
		width:980px;
		height:870px;
		background:url(../images/home/box1.jpg) 20px 0px no-repeat;
		margin:0;
		}
		
	#texto1{
		float:left;
		font-size:17px;
		color:#5F5F5F;
		font-family: 'Gotham';
		width:550px;
		text-align:left;
		padding:0;
		line-height:25px;
		margin:620px 0px 0px 360px;
		}
		
	#box2{
		float:left;
		width:980px;
		height:220px;
		background:url(../images/home/box2.png) 0px 0px no-repeat;
		margin:20px 0px 0px 0px;
		}
		
	#texto2{
		float:left;
		font-size:17px;
		color:#5F5F5F;
		font-family: 'Gotham';
		width:630px;
		text-align:left;
		padding:0;
		line-height:25px;
		margin:34px 0px 0px 60px;
		}
		
	#imagem2{
		float:left;
		margin:65px 0px 0px 107px;
		}
		
	#box3{
		float:left;
		width:980px;
		height:160px;
		background:url(../images/home/linha.png) 0px 0px no-repeat;
		margin:30px 0px 0px 0px;
		}
		
	#corretores{
		float:left;
		width:410px;
		height:90px;
		background:url(../images/home/corretores.png) 0px 0px no-repeat;
		margin:40px 0px 0px 40px;
		}
		
	#corretores:hover{
		background:url(../images/home/corretores.png) 0px -91px no-repeat;
		}
	
	#corretores span{
		visibility:hidden;
		}
		
	#texto3{
		float:left;
		font-size:12px;
		color:#A39E83;
		font-family: 'Gotham';
		width:390px;
		text-align:left;
		padding:0;
		line-height:15px;
		margin:65px 0px 0px 70px;
		}
		
	#overlay{
		position:fixed;
		width:100%;
		height:100%;
		opacity:0.6;
		background:#FFF;
		}
	
	#promocao{
		position:fixed;
		width:900px;
		height:757px;
		background:url(../images/promocao/banner.jpg) top no-repeat #FFF;
		border:5px solid #fff;
		border-radius:5px;
		top:50%;
		left:50%;
		margin-top:-382px;
		margin-left:-455px;
		}
		
	#promo1{
		position:absolute;
		right:0;
		top:0;
		padding:8px;
		border-radius:0px 0px 0px 5px;
		background:#FFF;
		text-transform:uppercase;
		font-size:12px;
		color:#333;
		}
		
	#promo1:hover{
		text-decoration:underline;
		cursor:pointer;
		}
		
	#promo2{
		position:absolute;
		left:200px;
		top:580px;
		width:260px;
		height:32px;
		}
		
	#promo2:hover{
		border-bottom:2px solid #779352;
		}
		
	#promo3{
		position:absolute;
		left:470px;
		top:580px;
		width:250px;
		height:32px;
		}
		
	#promo3:hover{
		border-bottom:2px solid #779352;
		}
		
	#regulamento{
		width:100%;
		height:2150px;
		background:url(../images/promocao/regulamento.jpg) top no-repeat #FFF;
		}
		
	#regulamento a{
		position:fixed;
		top:0;
		left:0;
		padding:20px;
		text-align:right;
		color: #999;
		}
		
	#regulamento a:hover{
		color:#666;
		}