#map { 
	position: relative; 
	width: 700px; 
	height: 470px; 
	overflow:visible; /*hidden; */
	
}

#returnlink { 
	display: block; 
	position: absolute; 
	bottom: 0; 
	right: 0;  
	color: white; 
	background: green; 
	padding: 3px;	
}

#portal {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	padding: 3px;
	background-color: #9E0000;
}

#map a.bullet {
	display: block;
	position: absolute;
	width: 17px;
	height: 11px;
/*	background: green;
	border: 1px solid #FFFFFF;*/
	text-decoration: none;
	opacity: .7;
	z-index: 2;
}

#map img.zoomable { }

#map div.popup{ 
	display: none; 
	position: absolute; 
	width: 255px; 
	top: 30px; 
	left: 100px; 
	background: white; 
	z-index: 3; 
	padding: 10px; 
	border: 2px solid green; 
}

#map div.popup a.close{ 
	display: block; 
	position: absolute; 
	bottom: 0; 
	right: 0;  
	color: white; 
	background: green; 
	margin-top:6px;
	padding: 1px;	
	font-size: 10px;
	text-decoration: none;		
}

#map div.popup a.web{
	display: block; 
	position: absolute; 
	bottom: 0; 
	left: 0;  
	color: white; 
	background: green; 
	margin-top:6px;
	padding: 1px;	
	font-size: 10px;
	text-decoration: none;		
}

#goPortalMadrid { 
	display: block; 
	position: absolute; 
	bottom: 0; 
	left: 0;  
	color: white; 
	background: green; 
	padding: 3px;	
}