@charset "utf-8";
/* CSS Document */

		* {margin: 0}
		body{ font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

		font-size:30px;}
	
		.espacio {
			height: 500px;
			width: 80%;
			padding: 10px;
			-webkit-border-radius: 40px;
			border-radius: 40px;
			-webkit-box-shadow: 20px 20px 10px 0 ##2E2E2E;
			box-shadow: 20px 20px 10px 0 ##2E2E2E;
			margin: auto;
			border: 10px solid #60C;
			background: 
				url(images/ovni1.png) left top repeat-x,
				url(images/TieFighter.png) left bottom repeat-x,
				url(images/nave1.png) 0% 75% no-repeat,
				url(images/nave2.png) 5% 20% no-repeat,
				url(images/nave3.png) 90% 80% no-repeat,	
				url(images/nave4.png) 90% 25% no-repeat,		
				url(images/logo_starwars.png) center no-repeat,	
				url(images/espacio1.jpg) center;
				}
				