h3 {
	color:#837A71;
	font-size:2.4em;
}

/* PROMO */
#promo {
	background-image:url(../img/promo-ofertas.jpg);
}

/* CONTENT */
#content #ofertas {
	margin-bottom:80px;
	position:relative;
}
#content #ofertas time {
	font-size:1.3em;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:5px;
}
#content #ofertas .ofertaBox {
    float: left;
	margin:0 3% 50px 0;
    width: 31.3%;
}
#content #ofertas .ofertaBox:nth-child(3n+2) {
    margin-right: 0;
}
#content #ofertas .ofertaBox a {
	border:solid 1px #B9B6B2;
	border-radius:4px;
	color:#837A71;
	display:inline-block;
	font-size:1.6em;
	font-weight:700;
	padding: 8px 15px;
	text-decoration:none;
	text-transform:uppercase;
}
#content #ofertas .ofertaBox a:hover {
	border-color:#837A71;
	background-color:#837A71;
	color:#FFF;
	transition: all 0.2s ease-in;
}
#content #ofertas .ofertaBox .foto {
    height: auto;
	margin-bottom:30px;
	position:relative;
	width: 100%;
}
#content #ofertas .short-text {
    height: 72px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#content #ofertas .ofertaBox .foto img {
	border-radius: 100%;
	height:auto;
	width:100%;
}
#content #ofertas .ofertaBox .foto .precio {
	background-color:#837A71;
	border-radius:100%;
	color:#FFF;
	display:table;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:100px;
}
#content #ofertas .ofertaBox .foto .precio div {
	display:table-cell;
	vertical-align:middle;
}
#content #ofertas .ofertaBox .foto .precio span {
	display:block;
	font-size:1.3em;
	padding-bottom:5px;
	text-transform:uppercase;
}
#content #ofertas .ofertaBox .foto .precio b {
	font-size:3.2em;
	font-weight:700;
}
#content #ofertas .ofertaBox .foto .precio b b {
	font-size:0.5em;
}

#content #ofertas .ofertaBox .foto .precio {
    font-size: 3.2em;
    font-weight: 700;
}

#content #ofertas .ofertaBox .foto .precio span,
#content #ofertas .ofertaBox .foto .precio small {
    display: block;
    font-size: 0.4em;
    padding-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
	#content #ofertas .ofertaBox {
		margin:0 0 30px;
		width:100%;
	}
	#content #ofertas .ofertaBox a {
		box-sizing:border-box;
		padding:8px 0;
		text-align:center;
		width:100%;
	}
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 999px) {
}
@media screen and  (max-width: 1400px) {
	h3 {
	color:#837A71;
	font-size:2.2em;
}
}
@media screen and (min-width:481px) and (max-width: 720px) {
	#content #ofertas .ofertaBox {
		margin-right:4%;
		width:48%;
	}
	#content #ofertas .ofertaBox:nth-child(3n+2) {
    	margin-right: 4%;
	}
	#content #ofertas .ofertaBox:nth-child(2n+2) {
    	margin-right: 0;
	}
}
@media screen and (min-width:721px) and (max-width: 999px) {
	h3 {
	color:#837A71;
	font-size:2.2em;
}
}
@media screen and (min-width:721px) and (max-width: 1400px) {
	h3 {
	color:#837A71;
	font-size:2.2em;
}
}
