#corpoA{
	padding:20px;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-attachment:fixed;
}

#corpoA nav{
	background:rgba(255,255,255,0.8);
	padding:10px;
}

#corpoA nav a{
		color:#000;
}

#corpoA nav a:hover{
		color:#bd6521;
}

#corpoA h2{
	margin:0;
	padding:5px 0 5px 0;
	background:rgba(255,255,255,0.5);
	text-align:center;
	color:#2e2e2e;
}


#blPromocoes{
	overflow:hidden;
	background:rgba(255,255,255,0.5);
}

.cesta{
	overflow:hidden;
}

.cesta .itemOrc{
	float:left;
	padding:15px;
	height:148px;
	position:relative;
}

@media only screen and (min-width:1072px){.cesta .itemOrc{width:33.33%;}}
@media only screen and (min-width:800px) and (max-width:1071px){.cesta .itemOrc{width:50%;}}
@media only screen and (max-width:799px){.cesta .itemOrc{width:100%;}}


.cesta .itemOrc .dados{
	padding-left:138px;
	background:rgba(255,255,255,0.5);
	height:128px;	
	border-radius:5px;
}

.cesta .itemOrc .imgprod{
	position:absolute;
	border-radius:5px;
}

.cesta .itemOrc .titulo{
	height:40px;
	font-size:16px;
	line-height:20px;
}

.cesta .itemOrc label{
	font-size:11px;
	height:14px;
	line-height:14px;
	text-transform:uppercase;
	display:block;
	width:80px;
	text-align:center;
}

.cesta .itemOrc .qde{
	height:40px;
	width:80px;
	border:solid 1px #2e2e2e;
	border-radius:5px;
	font-family: 'Muli', sans-serif;
	text-align:center;
	font-size:18px;	
}

.cesta .itemOrc  .iconRemover{
	width:32px;
	height:32px;
	position:absolute;
	right:4px;
	top:5px;
	cursor:pointer;
}