.oferta {
	width:980px;
	float:left;
	margin-top:30px;
	position:relative;
	background-image: url(../img/interficie/ofertes_bkg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.oferta h1{
	background-color:#b7b7b7;
	position:relative;
	display:block;
	width: 140px;
	height: 70px;
	float:left;
	font-size: 15px;
	padding: 10px;
	padding-right: 40px;
}
.oferta img{
	float:left;
}

.oferta h2{
	position:absolute;
	padding-top: 50px;
	text-align:center;
	width: 115px;
	height: 65px;
	font-size:27px;
	color:#FFF;
	top: 4px;
	left: 140px;
	background-image:url(../img/interficie/oferta_cercle.png);

	-webkit-transform: rotate(-20deg); 
	-moz-transform: rotate(-20deg);	
	
}
.oferta_text{
	position:relative;
	float:left;
	width:290px;
	padding:10px;
	padding-right:20px;
}
.oferta p strong{
	font-size:15px;
	/*display:block;*/
}
.oferta h4{
	display:block;
	padding:10px;
	padding-top:30px;
	float:left;
}
/* NOTÍCIES */

.noticia {

	float:left;
	margin-top:30px;
	position:relative;
	background-image: url(../img/interficie/ofertes_bkg.png);
		background-repeat: no-repeat;
	background-position: top left;
}
.noticia h1{
	background-color:#b7b7b7;
	position:relative;
	display:block;
	width: 140px;
	height: 70px;
	float:left;
	font-size: 15px;
	padding: 10px;
	padding-right: 40px;

}
.noticia img{
	float:left;
}

.noticia h2{
	position:absolute;
	padding-top: 50px;
	text-align:center;
	width: 115px;
	height: 65px;
	font-size:27px;
	color:#FFF;
	top: 4px;
	left: 140px;
	background-image:url(../img/interficie/oferta_cercle.png);

	-webkit-transform: rotate(-20deg); 
	-moz-transform: rotate(-20deg);	
	
}
.noticia span{
	padding:10px;
	float:left;
	position:relative;
	display:block; 
	width: 360px;
}
.noticia p {
	padding-bottom:10px;
}
.noticia h4{
	font-weight: bold;
	font-size:15px;
	display:block;
}
