.contentor-ofertas {
	clear: left;
	float: left;
	width: 630px;
}
.ofertas-especiais {
	float: left;
	width: 200px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 60px;
}
.ofertas-especiais-dir {
	float: left;
	width: 200px;
	position: relative;
}
.ofertas-especiais li, .ofertas-especiais-dir li {
	display: block;
	list-style-type: none;
	text-align: center;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
.ofertas-especiais .ofertas-designacao, .ofertas-especiais-dir .ofertas-designacao {
	width: 200px;
	background-image: url(../imagens/fundos/ofertas-designacao.jpg);
	background-repeat: no-repeat;
	background-color: #D4E7F5;
	height: 72px;
	text-align: center;
	padding-top: 35px;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}


.ofertas-especiais .img-ofertas img, .ofertas-especiais-dir .img-ofertas img {
	border: 5px solid #8BC63A;
	margin-top: -1px;
}
.preco-ofertas {
	position: absolute;
	height: 79px;
	width: 113px;
	background-image: url(../imagens/fundos/preco-ofertas.png);
	background-repeat: no-repeat;
	left: 4px;
	top: 247px;
}
.preco-ofertas p {
	text-align: center;
	color: #FFEB5B;
	font-size: 24px;
	font-weight: bold;
	margin-left: -5px;
	line-height: 115px;
}
