/* CSS Document */
.balao-imagem {
	display:inline-block;
	*display:inline; /*hack ie7*/
	zoom:1;  /*hack ie7*/
	float:none;
	margin:0 auto 20px;
}

.banner-pincipal {
	height:640px;
	margin-bottom:40px;	
}

.banner-pincipal .legenda {
	font-size:18px;
	margin-top:-35px;
	padding-left:120px;	
}

.coluna-direita {
	float:left;
	width:376px;	
}

.coluna-esquerda {
	float:left;
	padding-right:300px;
	text-align:center;
	width:520px;	
}

.coluna-esquerda .logo-lotebras {
	margin:47px 0 48px 0;	
	text-align:center;
}

.coluna-esquerda .texto {
	font-size:16px;
	line-height:20px;
	margin-top:30px;	
	text-align:left;
}


/*layout 980px*/
@media screen and (max-width: 1250px) {
	.coluna-direita {
		float:left;
		width:300px;	
	}
	
	.coluna-esquerda {
		padding-right:100px;
		width:570px;	
	}
	
	.banner-pincipal {
		height:500px;	
	}
	
	.banner-pincipal img {
		width:970px;	
	}
	
	.coluna-esquerda .logo-lotebras {
		margin:43px 0;	
	}
	
	.coluna-esquerda .logo-lotebras img {
		height:130px;	
	}


}