@namespace url(http://www.w3.org/1999/xhtml);
@namespace svg url(http://www.w3.org/2000/svg);

svg|a {}

.svg-container {
	display:inline-block;;
	position: all;
	float:left;
	width: 100%;
	resize: all;
	vertical-align: middle; 
	align-items: center;
	overflow: hidden; 
}
.svg-content { 
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
}
#mapa{
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
