.mapa {
    height: 400px;
    width: 100%;
}

.mapa:-moz-full-screen {
    height: 100%;
}
.mapa:-webkit-full-screen {
    height: 100%;
}
.mapa:-ms-fullscreen {
    height: 100%;
}
.mapa:full-screen {
    height: 100%;
}

.informationControl {
    position: absolute;
    bottom: 10px;
    left: 8px;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    padding: 4px;
    display: block;
    color: rgb(0,60,136);
    font-size: 12px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: left;
    height: auto;
    width: 230px;
}

.informationControl h3 {
    color: rgb(0,60,136);
    font-size: 12px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin: 0 0;
}

.informationControl p {
    color: rgb(0,60,136);
    font-size: 12px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin: 0 0;
}

.informationControl .lr { 
    border-top: rgb(0,60,136) solid 1px;
}

/*.ol-touch .informationControl {
    top: 80px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}*/
#detalhes {
    min-height: 45px;
}

.informationControl select {
    width: 100%;
}

.square {
    width: 14px;
    height: 14px;
    border: #666 solid 1px;
    display: inline-block;
}

#legendas {
    margin: 5px 0;
}

.text-legend {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}



    

