@charset "utf-8";
/* CSS Document */

	#mapa{
		display: block;
		position: relative;
		margin: 30px auto;
		width: 100%;
		height: 650px;
		border: none;
	}

	@media screen and (min-width: 800px) {

		#mapa{
			width: 80%;
			box-shadow: #678 1px 2px 3px;
		}
	}
