

/* Div */

.faixaTitulo{
	width:100%;
	height:52px;
	margin-top:120px;
	margin-bottom: 15px;
}


/* Id */

#conteudo{
	width:90%;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:4%;
	
	font-family: 'Quicksand', sans-serif;
	color: #636363;
	font-size: 22px;
	text-align:center;
}

#img_loja{
	width:1024;
	height:395px;
	
	background-image:url(../img/loja/loja2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
}


/* Fontes */

#historiaTitulo{
	font-family: 'Quicksand', sans-serif;
	color: #081e4e;
	font-size: 28px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}



