@charset "utf-8";
/* CSS Document */

img.mapa{
	padding:5px;
	border:thin solid black;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:#CCC;
	width:400px;
	height:100px;
	margin-bottom:15px;
}