

.contenedor {
	position:relative;
	width:126px;
}
.contenedor .novedad {
	background-repeat: no-repeat;
	background-position: left top;	
	width:24px;
	height:24px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}

.contenedor .box_inner_01 {
	background-image: url(../Images/esquinas_01.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width:24px;
	height:24px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
.contenedor .box_inner_02 {
	background-image: url(../Images/esquinas_03.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width:24px;
	height:24px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:5;
}
.contenedor .box_outer_01 {
	background-image: url(../Images/esquinas_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:24px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:5;	
}
.contenedor .box_outer_02 {
	background-image: url(../Images/esquinas_07.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	width:24px;
	height:24px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:5;
}




.contenedor2 {
	position:relative;
	width:190px;
}
.contenedor2 .box_inner_01 {
	background-image: url(../Images/esquinas2_01.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width:24px;
	height:24px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
.contenedor2 .box_inner_02 {
	background-image: url(../Images/esquinas2_03.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width:24px;
	height:24px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:5;
}
.contenedor2 .box_outer_01 {
	background-image: url(../Images/esquinas2_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:24px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:5;	
}
.contenedor2 .box_outer_02 {
	background-image: url(../Images/esquinas2_07.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	width:24px;
	height:24px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:5;
}