body {
  
  font-family: Arial, Helvetica, sans-serif;
  
}
	h1 {
		font-size: 20px;
	}
	div {
	  max-width: auto;
     min-width: auto;
	}
	div.imgDiv {
	background-color: lightblue;
  
}
#imgAmap {
	position:absolute;
	  border: 2px inset red;
  z-index: -1;
}
#imgAmapC {
	position:absolute;
	text-align: center;
	  border: 2px inset red;
  z-index: -1;
}
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	#imgAmostrar {
		position:absolute;
		height: auto;		
		width: auto;
		z-index: 1;
}

#imgAmostrarse {
		position: absolute;
		border: 2px inset red;
	   text-align: center;
		height: auto;		
		width: auto;
		z-index: 1;
}