html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	color: #000;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 10px;
  pointer-events:none;
  width: 200px;
}
.jqvmap-label b{
  font-size: 11px;
}
.jqvmap-label img{
  width: 100%;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin{
  background: url('../images/zoom-mayor.png') no-repeat;
	position: absolute;
	right: 25%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*background: #000000;*/
	padding: 3px;
	color: white;
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
  text-indent: -9999px;
}
.jqvmap-zoomin
{
	bottom: 18px;
  right: 110px;
}
.jqvmap-zoomout{
  background: url('../images/zoom-menos.png') no-repeat;
	bottom: 18px;
  position: absolute;
  right: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*background: #000000;*/
  padding: 3px;
  color: white;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  text-indent: -9999px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
#vmap{
	background-repeat:no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.jqvmap-pin{
	color: white;
}

      /* Add responsibe support to resize labels for difference screen sizes */

  @media only screen and (min-width: 320px) {
    .jqvmap-pin {
      font-size: 6px;
    }
  }

  @media only screen and (min-width: 480px) {
    .jqvmap-pin {
      font-size: 8px;
    }
  }

  @media only screen and (min-width: 640px) {
    .jqvmap-pin {
      font-size: 10px;
    }
  }

  @media only screen and (min-width: 800px) {
    .jqvmap-pin {
      font-size: 12px;
    }
  }

  @media only screen and (min-width: 1024px) {
    .jqvmap-pin {
      font-size: 14px;
    }
  }

.brujula{
  display: block;
  background-image: url('../images/brujula.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position:absolute;
  z-index:5;
  margin-top:30px;
  margin-left: 30px;
  max-width: 119px;
  width: 100%;
  height: 119px;
}

.colores{
  background-image: url('../images/colores.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position:absolute;
  z-index:5;
  bottom:0;
  left:45%;
  max-width: 235px;
  width: 100%;
  height: 94px;
}

@media only screen and (max-width: 950px) {
  .brujula{
    width: 50%;
    max-width: 70px;
  }
  .colores{
    left: 2px;
    height: 60px;
    max-width: 150px;
    bottom: 0;
  }
}




/*#jqvmap1_101_pin{
	left: 50.4%;
	top: 54%;
}*/