.swiff-uploader-box a {
    display: none !important;
}

#subirEstado {
    padding-left: 45px;
    width: 450px;
    text-align: center;
}

#subirEstado .progress {
    background: url(../assets/progress-bar/progress.gif) no-repeat;
    background-position: +50% 0;
    vertical-align: middle;
}

#subirEstado .progress-text {
    font-size: 11px;
    font-weight: bold;
}

#subirLista {
    list-style: none;
    width: 450px;
    margin: 0;
}

#subirLista li.validation-error {
    margin-top: 10px;
    display: block;
    clear: left;
    line-height: 40px;
    color: #003142;
    cursor: pointer;
    border-top: 1px solid #47949d;
    background: #fbe3e4 url(../assets/failed.png) no-repeat 4px 4px;
}

#subirLista li.file {
    margin-top: 10px;
    border-top: 1px solid #47949d;
    background: url(../assets/file.png) no-repeat 4px 4px;
    overflow: auto;
}

#subirLista li.file.file-uploading {
    background-image: url(../assets/uploading.png);
    background-color: #ffffff;
}

#subirLista li.file.file-success {
    background-image: url(../assets/success.png);
}

#subirLista li.file.file-failed {
    background-image: url(../assets/failed.png);
}

#subirLista li.file .file-name {
    font-size: 11px;
    display: block;
    clear: left;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}

#subirLista li.file .file-size {
    font-size: 11px;
    line-height: 18px;
    float: right;
    margin-top: 2px;
    margin-right: 6px;
}

#subirLista li.file .file-info {
    display: block;
    font-size: 11px;
    line-height: 20px;
}

#subirLista li.file .file-remove {
    clear: right;
    float: right;
    line-height: 18px;
}