body {
	background-color: #000;
}
#principal{
  position:absolute;
	width: 400px;
	height: 500px;
	overflow: hidden;
	top: 0px;
	left:0px;
	
}

map.botones a:hover {
	background-color:red;
	border: solid red;
	width: 10px;
}



