section {
	margin: 0 auto 0px auto;
}

section p {
	width: 100%;
	text-align: justify;
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #a8a39b;
}

section h3 {
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 34px;
}

section div {
	width: 100%;
	height: 440px;
	background: url('../img/destaque-loja-foto.png') center no-repeat;
}
/*
@media only screen 
and (max-width : 319px) {
	section {
		width: 220px;
	}
}

@media only screen 
and (min-width : 320px)
and (max-width : 479px) {
	section {
		width: 285px;
	}
}

@media only screen 
and (min-width : 480px)
and (max-width : 799px) {
	section {
		width: 440px;
	}
}

@media only screen 
and (min-width : 800px)
and (max-width : 1023px) {
	section {
		width: 760px;
	}
}

@media only screen 
and (min-width : 1024px) {
	*/
	section {
		width: 960px;
	}
	
	section p {
		line-height: 1.45;
	}
	
	section h3 {
		margin-top: 90px;
		margin-bottom: 40px;
	}
	
/* } */
