div{
	
width: 400px;
	
height: 400px;
	
color:black;
	
border-bottom:  double 30px red;

border-left: double 30px blue;
	
background-image: url(img.png);
	
background-repeat: repeat-x;
	
background-position: top;

background-size: 25px;	
z-index: 1;

}

.capa2{
	
width: 400px;
	height: 400px;
	
color: black;
	background-image: url(img2.png);
	
background-repeat: repeat-y;
	
background-position: right;

background-size: 25px;	
z-index: 2;

}