/* Mapa */
.smallmap
{
	width: 700px;
	height: 600px;
	border: 1px solid #ccc;
}

/* Grup de capes */
.LayerGroup
{
	color: #000066;
	margin-left: 11px;
	text-decoration: none;
}
.LayerGroupLink:link {text-decoration: none; color: #000066; font-size: 11px;}
.LayerGroupLink:visited {text-decoration: none; color: #000066; font-size: 11px;}
.LayerGroupLink:active {text-decoration: none; color: #000066; font-size: 11px;}
.LayerGroupLink:hover {text-decoration: none; color: #000066; text-decoration: underline; font-size: 11px;}

/* Capa */
.Layer
{
	color: #000066;
	font-size: 10px;
	margin-left: 10px;
	text-decoration: none;
	display: none;
}

.Plain
{
	border-width: 1px;
	border-style: solid;
	border-color: White;
	background-color: inherit;
}

.Outset
{
	border-width: 1px;
	border-style: outset;
	background-color: inherit;
}

.Inset
{
	border-width: 1px;
	border-style: inset;
	background-color: Gray;
}

.ElementInfo
{
	color: #000066;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}