.MDbuttons { 
 text-align:center;
 font-size:12px;
 font-family:Arial;
 background-color: #fff;
 border: 2px solid #fff;
 border-bottom-color: #b0b0b0;
 border-right-color: #b0b0b0;
 width:62px;
 cursor: pointer;
}

.MDbuttonsHighlight {
 text-align:center;
 font-size:12px;
 font-family:Arial;
 font-weight: bold;
 background-color: #fff;
 border: 2px solid #483D8B;
 border-bottom-color: #6495ed;
 border-right-color: #6495ed;
 width:62px;
 cursor: pointer;
}

.divMapPopUp{
	width:620px;
	height:460px;
	border:1px solid #0066CC;
}

.divMapElegirCoordenadas{
	width:650px;
	height:500px;
	margin:0 auto;
	border:1px solid #0066CC;
}

.divMapSitios{
	width:100%;
	margin:0;
	height:284px;
	border:1px solid #0066CC;
	overflow:hidden;
	vertical-align:top;
}

.divMapSeccionMapa{
	border:1px solid #0066CC;	
	padding:10px;	
	margin:0 auto;
}

#box{
 font-weight:200;
 margin-right: 10px;
}

#box.highlight {
 font-weight: bold;
 margin-right: 10px; 
}

#boxlink { color: #a5a5a5;
 text-decoration: none;
 cursor: default;
 margin-right: 15px;
}

#boxlink.highlight { color: #0000cd;
 font-weight:200;
 text-decoration: underline;
 cursor: pointer;
}