#lugar {
    font-size: 16px;
    white-space: nowrap;
}

.boton {
    background-color: #4CAF50; /* Green */
    border:  2px solid #4CAF50;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.boton:hover {
    background-color: #FFFFFF;
    color: #000000;
}

#mapa-del-jardin {
    position: fixed;
    left: 0px;
    bottom: 86px;
    z-index: 20;

    width: 100%;
    min-width: 700px;
    height: 425px;
    background-color: #FFFFFF;

    display: none;
}

#mapa-del-jardin.extended {
    bottom: 52px;
}

#mapa-del-jardin.selected {
    display: block;
}

#mapa-del-jardin article {
    position: relative;
    float: left;
    width: 887px;
    left: 50%;
    margin: 20px 0px 20px -443px;
    overflow: hidden;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#mapa-del-jardin article h2 {
    float: left;
    color: #666;

    font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-size: 24px;
    line-height: 26px;
    font-style: italic;
    margin: 5px 0 0 -2px;

    display: none;
}

#mapa-del-jardin article img {
    float: left;
    width: 613px;
    height: 385px;
    margin: 0 60px 0 0;
    padding: 0px;
}

#mapa-del-jardin article p {
    float: left;
    width: 264px;
    margin-left: -50px;
    margin-top: 45px;
}

#mapa-del-jardin article p > strong {
    float: left;
    width: 264px;
    margin: 10px 0 10px -2px;

    font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-size: 24px;
    line-height: 26px;
    font-style: italic;
    font-weight: normal;
    color: #666;
}

#mapa-del-jardin article p > span {
    float: left;
    clear: both;
    width: 264px;
}

#mapa-del-jardin article p a {
    clear: both;
    float: left;
    color: #7e7e7e;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;

    -webkit-transition: color 0.2s linear, background-color 0.2s linear;
    -moz-transition: color 0.2s linear, background-color 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear;
}

#mapa-del-jardin article p a span, #mapa-del-jardin article p a:hover, #mapa-del-jardin article p a.selected {
    color: #0095ff;
}

#mapa-del-jardin article p a span {
    float: left;
    margin: 4px 6px 0 0;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #666;

    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
    -ms-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
    box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}
#mapa-del-jardin p a:hover span {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    -ms-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    box-shadow: inset 0 0 5px rgba(0,0,0,.8);
}


@media only screen and (max-width: 1020px) {

    #mapa-del-jardin {
        position: absolute;
        top: 50px;
        bottom: auto;
        min-width: 320px;
        z-index: 9;

        background-color: transparent;
    }

    #mapa-del-jardin article img {
        width: 100%;
        height: auto;
        margin: 50px 0px 0px 0px;
        padding: 10px 0px 20px 0px;
        background-color: #fff;
    }

    #mapa-del-jardin article {
        width: 100%;
        left: 0px;
        margin: 0px;
    }

    #mapa-del-jardin article h2 {
        /*display: block;*/
        display: none;
        position: fixed;
        left: 0px;
        top: 50px;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        border-bottom: 1px solid #ccc;

        background-color: rgba(255, 255, 255, 0.8);

        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
        -o-box-shadow: 0 0 10px rgba(0,0,0,.5);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

    #mapa-del-jardin article p {
        float: left;
        clear: both;
        margin: 0px 0 100px 0;
        width: 100%;

        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
        -o-box-shadow: 0 0 10px rgba(0,0,0,.5);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

    #mapa-del-jardin article p > span {
        width: 100%;
    }

    #mapa-del-jardin article p > span a {
        position: relative;
        line-height: 40px;
        height: 40px;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
    }

    #mapa-del-jardin article p > span a span {
        position: absolute;
        top: 6px;
        left: 40px;
    }

    #mapa-del-jardin article p > strong {
        display: none;
    }

    #mapa-del-jardin article p a {
        width: 100%;
        text-align: center;
        line-height: 40px;
        height: 40px;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        border-bottom: 1px solid #f2f2f2;

        -webkit-text-shadow: 0px 1px 1px #fff;
        -moz-text-shadow: 0px 1px 1px #fff;
        -o-text-shadow: 0px 1px 1px #fff;
        -ms-text-shadow: 0px 1px 1px #fff;
        text-shadow: 0px 1px 1px #fff;

        background-color: rgba(255, 255, 255, 0.9);
    }

    #mapa-del-jardin article p a:hover, #mapa-del-jardin article p a.selected {
        background-color: rgba(255, 255, 255, 1);
    }


    #mapa-del-jardin > a,
    #mapa-del-jardin article ul {
        display: none;
    }

    footer {
        display: none;
    }
}

@media only screen and (max-width: 320px) {

    #mapa-del-jardin article p > span a span {
        left: 10px;
    }
}
