
#progressbar{
	border: solid thin #333;
	border-radius:10px;
    width: 400px;
    height: 20px;
    margin: 10px 0;
	display:table;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373737+0,373737+100 */
background: #373737; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #373737 0%, #373737 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #373737 0%,#373737 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #373737 0%,#373737 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#373737',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
#progressbar_inside{
	    border-radius: 10px;
    width: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6f0a3+0,d2e638+12,c3d825+16,d2e638+29,c3d825+32,d2e638+45,c3d825+50,d2e638+60,c3d825+65,d2e638+77,c3d825+84,dbf043+100 */
background: #e6f0a3; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e6f0a3 0%, #d2e638 12%, #c3d825 16%, #d2e638 29%, #c3d825 32%, #d2e638 45%, #c3d825 50%, #d2e638 60%, #c3d825 65%, #d2e638 77%, #c3d825 84%, #dbf043 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e6f0a3 0%,#d2e638 12%,#c3d825 16%,#d2e638 29%,#c3d825 32%,#d2e638 45%,#c3d825 50%,#d2e638 60%,#c3d825 65%,#d2e638 77%,#c3d825 84%,#dbf043 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e6f0a3 0%,#d2e638 12%,#c3d825 16%,#d2e638 29%,#c3d825 32%,#d2e638 45%,#c3d825 50%,#d2e638 60%,#c3d825 65%,#d2e638 77%,#c3d825 84%,#dbf043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 11px;
    margin: 5px;
    vertical-align: middle;
}
form#upload{
	min-width: 500px;
  /*  margin: 10px 0;*/
    font-size: 0.9em;
    display: table;
    width: 50%;
    max-width: 200px;
    vertical-align: middle;
  /*  padding: 10px 0 10px 0;*/
    /* background: #222; */
    /* border: solid thin #CCC; */
}

form#upload input{
padding: 10px;
    background-size: 26px !important;
    color: #666 !important;
    background-position: 5px 6px !important;
    border: solid 1px #CCC !important;
    background: #f6f8f9;
	
}
form#upload input:hover{
	 background: #fafbfc;


}
.archivo_obj{
   padding: 15px;
    vertical-align: middle;
    margin: 15px 0;
    border: solid 1px #888;
    background: #333;
    color: #FFF;
    display: table;
    width: 92%;
   
}
.btns_edicion{
	display: table-cell;
    min-width: 150px;
   
    text-align: right;
   
}
.btns_edicion a{
padding: 5px;
    font-size: 0.8em;
    text-transform: uppercase;
    border: solid 1px #333;
    color: #FFF;
    float: left;
    margin: 0 3px;
    transition: 0.3s;
	
}
.btns_edicion a.edita_obj{
	background:#367733;
	
}
.btns_edicion a.edita_obj:hover{
	background:#A3E699;
	
}
.btns_edicion a.borra_obj{
	background:#800000;
	    display: -webkit-box;
	
}
.btns_edicion a.borra_obj:hover{
	background:#FF8080;
	
}
.nombre_gest{
	    display: table-cell;
    width: 65%;
    text-align: left;
    vertical-align: middle;
}