/* 
	ESTOS ESTILOS SON DE CIERTOS DIVS DE CONTROLES AGREGADOS EN EL MAPA
	-- NO AFECTAN LA APARIENCIA DEL SITIO --
*/

#box { text-align:left;
 font-size:12px;
 padding: 6px 4px;
 width:140px;
 background-color: #fff;
 border: 1px solid gray;
 border-top:1px solid #a5a5a5;
 display:none;
 cursor:default;
}

#more_inner {
 text-align:center;
 font-size:12px;
 font-family:Arial;
 background-color: #fff;
 border: 1px solid #fff;
 border-bottom-color: #b0b0b0;
 border-right-color: #b0b0b0;
 width:7em;
 cursor: pointer;
}

#more_inner.highlight {
 font-weight: bold;
 border: 1px solid #483D8B;
 border-bottom-color: #6495ed;
 border-right-color: #6495ed;
}

.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;
}
