.icono-directorio {
    position: absolute;
    right: -10px;
    top: -5px;
}
.mapa{
    vertical-align: top;
    display: inline-block;
    width: 478px;
    height: 405px;
    background-image: url(imagenes/mapa-capital.png);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.mapa a{
    position: absolute;
    display: block;
    cursor: pointer;
}
.mapa a.on{
    background-image: url(imagenes/icono-pin1.png);
    width: 48px;
    height: 53px;
}
.mapa a.off{
    background: url(imagenes/icono-pin2.png) no-repeat;
    background-position: 9px 30px;
    width: 48px;
    height: 53px;
}
.info{
    padding: 15px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 450px;
    height: 375px;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.info div{   
}
.info p {
    color: #4e4e4e;
}
.info h2 {
    font-size: 0.75rem;
    color: white;
    background-color: #f79d57;
}
.icono-pin3 {
    margin: 4px 5px 0 4px;
    width: 10px;
}
.boton-gmaps {
    margin-top: 50px;
    font-size: 0.8rem;
    display: inline-block;
    border: solid 2px #f79d57;
    cursor: pointer;
    padding: 0 7px;
}