.barra-lateral{
    width: 54px;
    left: 0;
    position: absolute;
    bottom: 5% !important;
    height: 372px;
    z-index: 1000;
    list-style: none;
    background-image: url("../img/atlas/ATLAS_BARRA_LT_FULL.png");
}
.barra-lateral ul{
    float: right;
}
.barra-lateral ul li { 
    margin-top: 3px;
    margin-bottom:3px;
}
.barra-lateral ul li:first-child { 
    margin-top: 5px;
    margin-bottom:8px;
}
.barra-lateral ul li:last-child { 
    margin-top: 7px;
}
.btn-kglab{
    width: 54px;
    height: 48px;
    z-index: 1000;
    list-style: none;
    cursor: pointer;
}

#btn-sabio{
    background-image: url("../img/atlas/ATLAS_BTN_SABIO_OFF.png");
}
#btn-sabio:hover { 
    background-image: url("../img/atlas/ATLAS_BTN_SABIO_OVER.png");
}
#btn-sabio:active { 
    background-image: url("../img/atlas/ATLAS_BTN_SABIO_ON.png");
}
#btn-volcanismo{
    background-image: url("../img/atlas/ATLAS_BTN_VLCN_OFF.png");
}
#btn-volcanismo:hover {
    background-image: url("../img/atlas/ATLAS_BTN_VLCN_OVER.png");
}
#btn-volcanismo:active {
    background-image: url("../img/atlas/ATLAS_BTN_VLCN_ON.png");
}
#btn-tsunami{
    background-image: url("../img/atlas/ATLAS_BTN_TSN_OFF.png");
}
#btn-tsunami:hover {
    background-image: url("../img/atlas/ATLAS_BTN_TSN_OVER.png");
}
#btn-tsunami:active{
    background-image: url("../img/atlas/ATLAS_BTN_TSN_ON.png");
}
#btn-aluvion{
    background-image: url("../img/atlas/ATLAS_BTN_INND_OFF.png");
}
#btn-aluvion:hover{
    background-image: url("../img/atlas/ATLAS_BTN_INND_OVER.png");
}
#btn-aluvion:active{
    background-image: url("../img/atlas/ATLAS_BTN_INND_ON.png");
}
#btn-terremoto{
    background-image: url("../img/atlas/ATLAS_BTN_TRRM_OFF.png");
}
#btn-terremoto:hover{
    background-image: url("../img/atlas/ATLAS_BTN_TRRM_OVER.png");
}
#btn-terremoto:active{
    background-image: url("../img/atlas/ATLAS_BTN_TRRM_ON.png");
}
#btn-remocion{
    background-image: url("../img/atlas/ATLAS_BTN_RMCN_OFF.png");
}
#btn-remocion:hover{
    background-image: url("../img/atlas/ATLAS_BTN_RMCN_OVER.png");
}
#btn-remocion:active{
    background-image: url("../img/atlas/ATLAS_BTN_RMCN_ON.png");
}
#btn-capas{
    background-image: url("../img/atlas/ATLAS_BTN_CAPAS_OFF.png");
}
#btn-capas:hover{
    background-image: url("../img/atlas/ATLAS_BTN_CAPAS_OVER.png");
}
#btn-capas:active{
    background-image: url("../img/atlas/ATLAS_BTN_CAPAS_ON.png");
}
.contenido{
    left: 60px !important;
    width: 300px;
    background-image: none !important;
    background-color: rgba(156,154,154,0.7);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding:15px;
    color:#FFF;
    overflow:hidden;
    overflow-y:auto;
    text-align: justify;
    display:none;
}
.contenido h5{
    color: #261e5d;
    text-align:center;
    text-transform:uppercase;
}
.contenido h6{
    color:deepskyblue;
    font-size: 1em;
    font-weight: bold;
}
.contenido a{
    color:#FFF;
    text-decoration:underline;
}


.checkbox {
    margin-left: 10px !important;
}
#boton-cerrar{
    position: absolute;
    top:0px;
    right: 0px;
}

.header-atlas{
  background-color: #fea407; 
  color: #fff;
}