.story_menu_title_icon {
    width: 45px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    /*background-color: #05a1a0;*/
    cursor: pointer;
    border-bottom: .5px white solid;
}
.story_menu_title_icon:hover {
    background-color: #025050;
}
.story_menu_title_icon_selected {
    background-color: #82d0cf;
}
#menu_lateral {
    position: absolute;
    display: block;
    width: 45px;
    height: 100%;
    background-color: #eaeaea;
    color: #05a1a0;
}
#menu_lateral svg {
    margin: auto;
    font-size: 9px;
}
#vivienda_menu,
#educativas_menu,
#economicas_menu,
#composicion_menu,
#territorial_menu {
    visibility: collapse;
    height: 0px;
    background-color: #eaeaea;
    display: flex;
}
.vivienda_menu_item {
    height: auto;
    cursor: pointer;
    color: #05a1a0;
    text-align: center;
    padding: 9px;
    border-right: 1px white solid;
    font-weight: 500;
    font-size: 16px;
}
.vivienda_menu_item:hover {
    background-color: #025050;
}
.vivienda_menu_item_selected {
    background-color: #82d0cf;
}
.excel_btn {
    width: 116px;
}
@media only screen and (max-width: 600px) {
    .vivienda_menu_item {
        font-size: 12px !important;
  }
}

@media only screen and (max-width: 510px) {
    #contenedorE{
        font-size: 10px !important;
    }
    #divbtn{
        padding: 0px!important;
    }
  }
@media only screen and (max-width: 480px) {
    #contenedorE{
        top: 10px !important;
        text-align: center;
        right: 0px !important;
    }
    #divbtn{
        display: block !important;
    }
}
@media only screen and (max-width: 450px) {
    #select_visualizacion{
        width: 45px !important;

    }
}
@media only screen and (max-width: 440px) {
    #select_visualizacion{
        width: 77% !important;
        padding: 3px 0px;

    }
    #contenedorE{
        top: 26px !important;
        right: 7px !important;
    }
    #divbtn{
        padding: 1px 3px!important;
        display: inline !important;
    }
}
@media only screen and (max-width: 450px) {
    #contenedorE{
        top: 41px !important;

    }
}
#descargaExcel:hover,#descargaExcel:focus{
    text-decoration: none!important;
}
