/* @override http://valparaisomap.cl/wp-content/plugins/supermap-by-mabrax/css/map.css */

#jmap
{
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

img.main
{
	width: inherit;
	height: inherit;
}

img.sector
{
	width: 450px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

a.bullet 
{ 
	display: block; 
	position: absolute; 
	width: 5px; 
	height: 5px; 
	text-decoration: none; 
	border: 0;  
	z-index: 2;
}

img.pin
{

}

.popup
{ 
	display: none; 
	position: absolute; 
	width: 300px; 
	background: #e8e8e8;
	z-index: 3; 
	border: 1px dashed gray;
	padding: 10px;
}

a.popupcontent, a.popupcontent:hover
{
	/*color: #fff;*/
}

p.popupcontent
{
	font-size: 11px;
	color: #B02B2C;
}

h3.popupcontent, h3.popupcontent > a.popupcontent, h3.popupcontent > a.popupcontent:hover
{
	font-size: 14px;
	/*color: #fff;*/
}

h4.popupcontent
{
	font-size: 12px;
	color: orange;
}