.globo-marker
{
    padding-bottom: 50px;
}
.globo-marker > p
{
    background-color: white;
    padding: 10px 30px;


    background: #fff;
    border-color: #c1c1c1;
    border-radius: 2px;
    box-shadow: 0 0 10px #999;
}
.destino-merida
{
    background-image: url(../images/location.png);
    background-size: cover;
    display:block;
    text-align:center;

    padding: 15px;
    color:#fff;
    font-size:60px;
    line-height:80px;
    opacity:1;
    width: 100px;
    height: 100px;

    text-shadow:1px 1px 1px #666;

}
.origen-merida
{
    background-image: url(../img/mapa/ubicacion-actual.png);
    background-size: cover;
    display:block;
    text-align:center;
    color:#fff;
    font-size:60px;
    line-height:80px;
    opacity:1;
    width: 95px;
    height: 150px;


    text-shadow:1px 1px 1px #666;
    padding:0 4px;
}
#instrucciones-mapa-1
{

    color: black;
    text-align: center;
}
#instrucciones-mapa-1 a
{
    text-decoration: none;
    color: black;
}
#instructions, #instructions2
{
    text-align: left;
    font-weight: 200;

}
#modal-header
{

}