/*---------------------------------Barra de progreso-----------------------------*/
.uploadprogress {
width:200px;
margin:auto;
margin-top:5px;
}

.uploadprogressbar {
position: relative;
background-color: #EEEEEE;
border: 1px solid grey;
height: 15px;
width: 200px;
}

.uploadprogressdone {
background-color: #afdcf0;
width: 0px;
height: 15px
}

.uploadprogresspercent {
font: bold 12px Arial,Helvetica,sans-serif;
position: absolute;
left: 0px;
top: 0px;
z-index: 10;
text-align: center;
}

.uploadprogresstransfer
{ font: 10px Arial,Helvetica,sans-serif; }

.uploadprogressbw
{ float:right; font: 10px Arial,Helvetica,sans-serif; }
/*--------------------------------------------------------------------------------*/