/* CSS Document */
#contentMapa {
	position: relative;
	background-color: #FFFFFF;
	height: 200em;
	width: 100%;
	z-index: 0;
	float: left;font-size: 0.8em;
}
#Layer1Mapa {
	position: relative;
	width: 98%;
	height: 15%;
	z-index: 2;
	left: 2%;
	background-color: #c0c0ff;
	overflow: auto;
	text-align: left;}
#Layer2Mapa {
	position: absolute;
	width: 31%;
	height: 80%;
	z-index: 2;
	top: 18%;
	background-color: #ECE9D8;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	visibility: visible;
	overflow: auto;
	margin-top: 2em;
	border: 1px solid #000000;left: 9px;
}
#Layer3Mapa {
	position: absolute;
	width: 31%;
	height: 80%;
	z-index: 2;
	left: 34%;
	top: 18%;
	background-color: #CCCCFF;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	float: right;
	visibility: visible;
	overflow: auto;
	margin-top: 2em;
	border: 1px solid #000000;}
#Layer4Mapa {
	position: absolute;
	width: 32%;
	height: 80%;
	z-index: 2;
	top: 18%;
	background-color: #aaaaff;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	float: right;
	visibility: visible;
	overflow: auto;
	margin-top: 2em;
	left: 66%;border: 1px solid #000000;
}
