#homelink {
	position: absolute;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	bottom: 0px;
	right: 0px;
	color: #000000;
	background-color:#EEEEEE;
	}

.map a.bullet { display: block; position: absolute; width: 8px; height: 8px; background: red; text-decoration: none; border: 1px solid black; z-index: 2;  }


.map a.bullet:hover { text-decoration: none; }

.map div.popup{
	display: none;
	position: absolute;
	top: 0px;
	left:480px;
	width: 425px;
	height: 412px;
/* height: 275px;*/
	background: #E4e4e4;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #000000;
	z-index: 10;
	padding: 5px 5px 5px 5px;
}
.map {
	
	width: 475px;
	height: 425px;

}
.map div.popup h3 {
	display: block;
	margin: 0;
	padding: 8px 13px 13px 13px;
	color: white;
	background: #86022F;
	font-size:8pt;
}
.map div.yellow h3 { color: black; }

.map div.popup div.popupcontent {
   padding: 10px 10px 20px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-size:8pt;
	line-height: 18px;
}
#content-1 .map div.popup div.popupcontent p {
	padding: 5px 0;
	background: url(imagenes/bg-sidenav-a.gif) no-repeat bottom left;
}

.map div.popup div.popupcontent a {
	/*color: blue;
	  border-bottom: 1px dotted blue;*/
}
.map div.popup div.popupcontent a:hover {
	/*text-decoration: none;*/
	}
	
.map div.popup a.close{
	display: block;
	position: absolute;
	top: 5px;
	right: 15px;
}