/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#vmap {
	margin-left: 30px;
}

/*IMAGEMAP DE-MAP
****************************************************/
.p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8, .p9, .p10, .p11, .p12, .p13, .p14, .p15, .p16, .p17, .p18, .p19, .p20 {
    background: none repeat scroll 0 0 #ee7f01;
    border: 2px solid #ffffff;
    border-radius: 7px;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 103;
    opacity: 0.88;
}

.p1 {
    left: 120px;
    top: 105px;
}

.p2 {
    left: 98px;
    top: 78px;
}
.p3 {
    left: 128px;
    top: 89px;
}
.p4 {
    left: 120px;
    top: 126px;
}
.p5 {
    left: 139px;
    top: 134px;
}
.p6 {
    left: 134px;
    top: 118px;
}
.p7 {
    left: 246px;
    top: 86px;
}
.p8 {
    left: 242px;
    top: 105px;
}
.p9 {
    left: 245px;
    top: 140px;
}
.p10 {
    left: 180px;
    top: 145px;
}
.p11 {
    left: 174px;
    top: 157px;
}
.p12 {
    left: 238px;
    top: 190px;
}
.p13 {
    left: 215px;
    top: 220px;
}
.p14 {
    left: 167px;
    top: 215px;
}
.p15 {
    left: 152px;
    top: 200px;
}
.p16 {
    left: 107px;
    top: 221px;
}
.p17 {
    left: 138px;
    top: 218px;
}
.p18 {
    left: 84px;
    top: 252px;
}
.p19 {
    left: 115px;
    top: 192px;
}
.p20 {
    left: 80px;
    top: 217px;
}

