/* CSS Document */
#contentMapa {
	position: absolute;
	background-color: #FFFFFF;
	height: 350em;
	width: 100%;
	z-index: 0;
	overflow: auto;
	float: left;
}
#Layer1Mapa {
	position: absolute;
	width: 90%;
	height: 303px;
	z-index: 2;
	left: 2%;
	background-color: #c0c0ff;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	float: left;
	visibility: inherit;
	overflow: auto;
	margin-top: 2em;
}
#Layer2Mapa {
	position: absolute;
	width: 33%;
	height: 30%;
	z-index: 2;
	left: -5px;
	top: 449px;
	background-color: #8080ff;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	float: right;
	visibility: visible;
	overflow: auto;
	margin-top: 2em;
}
#Layer3Mapa {
	position: absolute;
	width: 33%;
	height: 30%;
	z-index: 2;
	left: 210px;
	top: 10%;
	background-color: #9999FF;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	float: right;
	visibility: visible;
	overflow: auto;
	margin-top: 2em;
}
#Layer4Mapa {
	position: absolute;
	width: 33%;
	height: 30%;
	z-index: 2;
	left: 428px;
	top: 452px;
	background-color: #CCCCFF;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	float: right;
	visibility: visible;
	overflow: auto;
	margin-top: 2em;
}

