
.oferta {
	width: 181px;
	margin: .25em;
	margin-top: 0px;
	margin-bottom: .5em;
	float: left;
}

.cuerpo_oferta {
	margin-top: -1px;
	margin-bottom: 0px;
	border-left: 2px solid #d4242f;
	border-right: 2px solid #d4242f;
}

.pie_oferta {
	background-image: url(../images/fondo_oferta_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 17px;
	margin: 0px;
	margin-top: -6px;
}

.oferta h1 {
	background-image: url(../images/fondo_oferta_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
	padding-left: 7px;
	color: #fff;
	font-size: 1.1em;
}

.oferta p {
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: .5em;
}
.oferta img {
	border: 1px solid #333;
	float: left;
	margin: 2px;
}
