body,html {
height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	}

#DvMini{
	border:  solid black 1px;
	height: 100px;
	width: 100px;
	top: 100px;
	left: 100px;
		z-index: 52;
			position:  absolute;
			background-color:  #FFFF80;
	
}
#leyenda {
right:5px;
	position:  absolute;
	border: solid 1px;
	z-index: 50;
	

}

#divmapa {
	overflow:  hidden;
	position: fixed;
	visibility:   visible;
	height: 99%;
	width: 99%;
	border: solid ;
	z-index: 50;

}
#dvPanelLateral{
	font-family:Verdana, Arial, Helvetica, sans-serif, denmark;
	font-size:11px;
	position: absolute;
	width: 250px;
	height:98%;
	border: 1px solid black;
	padding: 10px;
	background-color:  #FFFFFF;
	filter: alpha(opacity=90);
	opacity: .9;
	z-index: 90;
	left: 0px;
	top: 0px;
	
}

#btCerrarPanel a{
	font-family:Verdana, Arial, Helvetica, sans-serif, denmark;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	color: #000000;
	text-decoration:none;
	text-align:  right;
}
#btCerrarPanel a :Hover{
	font-family:Verdana, Arial, Helvetica, sans-serif, denmark;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	color: #333333;
	text-decoration: none;
	text-align:  right;
}
