@charset "utf-8";
/* CSS Document */

#caja {
	height: 317px;
	width: 217px;
	border-radius: 24%;
	margin: 50px auto;
	padding: 40px;
	box-shadow: 0 0 0 10px #000000,
	            0 0 0 20px #FFFFFF,
				0 0 20px 40px #000000;
}

div {
	background: url(images/escudo_01.png) left top no-repeat, url(images/escudo_02.png) right top no-repeat, url(images/escudo_03.png) left bottom no-repeat, url(images/escudo_04.png) right bottom no-repeat;
	background-color: lightskyblue;
}