html, body { margin: 0; padding: 0; height: 100%; width: 100%; }
.combiIcon { border: 1px solid #848181; box-shadow: 0px 0px 5px 2px silver; font-weight: bold; font-family: monospace; }
#btnZoomOut { width: 80px;}
#btnZoomOut a { width: inherit; }
#contenedor { display: flex; height: 100%; }
#info { width: 100px; }
#map { height: 100%; flex-grow: 1; }
#info  { background-color: black; }
.off {
    margin: 2px;
    border: 1px solid white;
    border-radius: .5em;
    text-align: center;
    background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 43%, rgba(209,209,209,1) 59%, rgba(254,254,254,1) 100%);
    padding: 3px 0;
    font-family: sans-serif;
}
.patente {
    color: #494352;
    font-weight: bold;
    text-shadow: 1px 1px #74b7b3;
}
.fecha { font-family: monospace; }