#cargando{
    background: #fdc80a;
    position: fixed;
    display: none;
    height: 35px;
    width: 20%;
    margin-left: -10%;
    top: 0;
    left: 50%;
    text-align: center;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    z-index: 100000;
}

#cargando svg{
    position: absolute;
    display: block;
}

#cargando span{
    display: block;
    font-family: Calibri, Helvetica, Trebuchet, Tahoma, Arial;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
}