﻿#divCapas {
    width: auto;
    height: 380px;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 145px;
    right: 70px;
    cursor: pointer;
    /* box-shadow: 0px 2px 5px #666; */
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 51%);
    outline: 0;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 5px;
    z-index: 2;
}

@media (min-width: 400px){
    #divCapas {
        width: auto;
        height: 110px;
        background-color: rgba(255,255,255,0.8);
        position: fixed;
        bottom: 145px;
        right: 70px;
        cursor: pointer;
        /*box-shadow: 0px 2px 5px #666;*/
        box-shadow: 0 5px 15px -5px rgba(0,0,0,0.506);
        outline: 0;
        border-radius: 15px;
        padding-left: 10px;
        padding-right: 5px;
        z-index: 2;
    }
}

.elementoCapa {
    width: 100px;
    height: 130px;
    cursor: pointer;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 5px;
}

@media (min-width: 400px){
    .elementoCapa {
        width: 100px;
        height: 130px;
        cursor: pointer;
        float: left;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 5px;
    }
}
#street-view {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0;
    z-index: 10;
    position: absolute;
}

.etiquetaCapa {
    height: 25px;
    background-color: transparent;
    color: white;
    width: 100px;
    text-align: center;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 45px;
    z-index: 9999;
    text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
}

@media (min-width: 400px){
    .etiquetaCapa{
        position: absolute;
    }
}

.svmode {
    background-image: url(../Recursos/streetv.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    bottom: 120px;
    right: 15px;
    position: fixed;
    z-index: 1;
    display: none
}

.logo {
    height: 35px;
    width: 145px;
    position: absolute;
    top: 1.3em;
    left: 5px;
    z-index: 1;
}

@media screen and (min-width:950px) {
    .logo {
        height: 35px;
        width: 155px;
        position: absolute;
        top: 1.4em;
        left: 20px;
        z-index: 1;
    }
}

.logo img {
    width: 100%;
    height: 100%;
}

.mapa {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: url('../Recursos/cursor-3.ico'), auto;
}

.botonCapas {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #009688;
    position: fixed;
    bottom: 145px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
    padding: 12px;
    outline: 0;
    margin-top: 5px;
}

.imagenCapa {
    height: 100px;
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
}

.etiquetaOrtofoto {
    height: 35px;
    background-color: transparent;
    color: black;
    width: 100px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.etiquetaOrtofoto:hover {
    font-weight: bold;
}

#divOrtofotos {
    width: 110px;
    height: 50px;
    /*background-color: rgba*/ (64,64,64,0.7);
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.506);
    border-radius: 15px;
    position: fixed;
    bottom: 230px;
    right: 65px;
    cursor: pointer;
    outline: 0;
}

#capaOsm {
    background-image: url('../Recursos/Miniaturas/osm.png');
}

#capaBing {
    background-image: url('../Recursos/Miniaturas/bing.png');
}

#capaOrtofotos {
    background-image: url('../Recursos/Miniaturas/ortofoto.png');
}

#atribucionesCapa {
    display: none;
}

@media screen and (min-width: 950px) {
    #atribucionesCapa {
        display: block;
        color: #00695C;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        /*background-color: rgba(255,255,255,0.8);*/
        border-radius: 15px;
        padding: 8px;
        position: absolute;
        left: 50%;
        top: 96%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}
