﻿
.mapa_pin {
     position: absolute;
     width: 20px;
     height: 32px;
}

.mapa_tooltip {
    display: none;
    cursor: help;
    position: absolute;
    z-index: 999;
    margin-left: -115px;
    color: #222;
    background-color: rgba(230, 230, 230, 0.6);
    border: solid 2px #c8c8c8;
}

.mapa_tooltip div {
    padding: 4px 4px 0px 4px;
    font-family:Open Sans, sans-serif;
    font-size: 1.1em;
}

.mapa_tooltip .titulo {
    text-align:center; 
    background-color:#CCC;
    font-size: 1.5em;
    font-weight: bold;
}

.mapa_tooltip .colDer {
    width:60px;
    float: right;
    text-align: right;
}

.mapa_tooltip .colIzq {
    width:286px;
    margin-left:4px;
    float: left;
    text-align: left;
}

.mapa_tooltip .colIzq .colGrado {
    float:left;
    width:25%;
    text-align:center;
    font-size:0.9em;
    padding:0px;
}
