/* Sample 4*/
#ofertas{
	width:383px;
	height:90px;
}
#box4{
	position:relative;
}
#box4 div{
	width:383px;
	height:90px;
	float:left;
}
#box4 ul {
	list-style: none;
    margin-left:33px;	
	padding:0;
	display: block;
	width:343px;
	height:90px;
	}
#box4 ul li {
	float: left;
	text-indent: 0px;
	cursor:pointer;
	display:block;
}
#box4 ul li.izq {
	width:120px;
	height:90px;
}
#box4 ul li.der {
	width:216px;
	height:90px;
}
#box4 ul li.info {
	width:343px;
	height:20px;
}

/* 	overflow:hidden;
********************************** */

.mask3{
	position:relative;
	width:383px;
	height:90px;
	overflow:hidden;
}
.buttons{
padding:0px;
}
.buttons span{
 padding:0 5px;
 cursor:pointer;
 width: 11px;
 height: 11px;
 text-indent: -9999px;
 text-decoration:none;
 background: url(../img/botones_ofertas.png) no-repeat;
}
.buttons span:link{
  background: url(../img/botones_ofertas.png) no-repeat;
}
.buttons span:visited{
  background: url(../img/botones_ofertas_on.png) no-repeat;
}
.buttons span:hover {
  background: url(../img/botones_ofertas_on.png) no-repeat;
}
.buttons span:active {
   background: url(../img/botones_ofertas_on.png) no-repeat;
  }
.buttons span:focus {
  background: url(../img/botones_ofertas_on.png) no-repeat;
}