.subir{
    border:0px solid #fff;
    margin-left: 0.5rem;
}
 
.subir:hover{
	background:url('../images/icon-hover.png') no-repeat;
}
#info{
	width:80%;
	float:left;	
    font-weight:bold;
    margin-left: 1.5rem;
	
}
#submit_documentacion{
	background:url('../images/icon-save.png') no-repeat;
	border:none;
	width:20px;
	height:20px;
	padding:0;
	
} 
#submit_documentacion:hover{
	background:url('../images/icon-save-hover.png') no-repeat;
	border:none;
	width:20px;
	height:20px;
	padding:0;
}