html,body {
	margin: 0;
	padding: 0;
}

svg {
	display: block;
	width: 80%;
	height: 80%;
	margin: 0 auto;
}

#svg-map path { fill:#1b669f }
#svg-map text { fill:#fff; font:7px Arial, sans-serif; }
#svg-map a{ text-decoration:none }
#svg-map a path{ fill:#68b5e5 !important }
#svg-map a.nolink path,
#svg-map a.nolink:hover path { fill:#1b669f !important }
#svg-map a:hover path { fill:#009fe3 !important; cursor:pointer; text-decoration:none; -webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.75)); filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.75)); }

.bg {
	background: url("bg.png") no-repeat;
	background-size:cover;
	max-width: 750px;
	padding-top: 39px;
	max-height: 833px;
	height: 833px;
	position: relative;
}

.logo {
	float: left;
	width: 180px;
	display: block;
	margin: 39px 0 0 39px;
}

.logo img {
	width: 100%;
	height: auto;
}

.info {
	width: 250px;
	display: block;
	position: absolute;
	right: 39px;
	top: 90px;
}

.info img {
	width: 100%;
	height: auto;
}

.info .texto {
	margin-top: 15px;
}
.info .texto2 {
	margin-top: 3px;
}