#cargando{
    background: #fdc802;
    position: fixed;
    display: none;
    height: 35px;
    width: 160px;
    min-width: 130px;
    margin-left: -80px;
    left: 0;
    top: 0;
    left: 50%;
    text-align: center;
    border-bottom: #202020 1px solid;
    border-left: #202020 1px solid;
    border-right: #202020 1px solid;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    z-index: 5000;
}

#cargando svg{
    position: absolute;
    display: block;
}

#cargando span{
    display: block;
    font-family: Calibri, Helvetica, Trebuchet, Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #202020;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
}