
.alert-warning-mapa {
    background-color: #fcf8e3 !important;
    border-color: #faf2cc !important;
    color: #8a6d3b !important;
    padding: 8px 40px 8px 20px !important;
    margin-bottom: 5px;
    margin-top:-10px;
}


#div_principal {
    top: -773px;
    background: #337ab7;
    border-radius: 2px;
    height: 41px;
    position: relative;
    width: 159px;
    border-color: #2e6da4;
    font-weight:bold;
    border-radius: 4px;
}

#div_principal:hover, #div_secundario:hover{
    cursor:pointer;
    background: #3C8DBC;
}

#div_secundario {
    background: #337ab7;
    border-radius: 4px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 40px;
    width: 160px;
    font-size:15px;
    color: #FFFFFF;
    padding: 10px 0 0 25px;
    font-family:Arial, Helvetica, sans-serif;
    border-color: #2e6da4;

}

#modal_ancho_40{
    width: 80% !important;
}

#modal_login{
    width: 30% !important;
}


#bnd_cnt{
    background-color:#455A64;
    color:#A2ACAA;
    display:none;
}





.contenedor{
    position: absolute;
    right: 29.2%;
    bottom: 0;
    top: 5px;
}

.contenedor2{
    position: absolute;
    right: 9.8%;
    bottom: 0;
    top: 5px;
}

.contenedor3{
    position: absolute;
    right: 19.5%;
    bottom: 0;
    top: 5px;
}

.botonF1 {
    width: 140px;
    position: absolute;
    margin-: 100px;
    margin-bottom: 16px;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: .3s;
    height: 30px;
    font-weight: bold;
    background: rgb(122,188,255);
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 5%, rgba(64,150,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 5%,rgba(64,150,238,1) 100%);
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 5%,rgba(64,150,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
}

.botonF2 {
    width: 140px;
    position: absolute;
    margin-: 100px;
    margin-bottom: 16px;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: .3s;
    height: 30px;
    font-weight: bold;
    background: rgb(122,188,255);
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 5%, rgba(64,150,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 5%,rgba(64,150,238,1) 100%);
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 5%,rgba(64,150,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
}

.botonF3 {
    width: 140px;
    position: absolute;
    margin-: 100px;
    margin-bottom: 16px;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: .3s;
    height: 30px;
    font-weight: bold;
    background: rgb(122,188,255);
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 5%, rgba(64,150,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 5%,rgba(64,150,238,1) 100%);
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 5%,rgba(64,150,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
}

.menu_mapa{
    background-color:#455A64; 
    height:40px;
    margin-top: 1px;
    margin-bottom:0px;
}

span{
    transition:.5s;  
}
.botonF1:hover span{
    transform:rotate(360deg);
}
.botonF1:active{
    transform:scale(1.1);
}


img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.menu_totales{
    background-color:#455A64;
    color:#A2ACAA;
    display:none;
}