.fichero_filesender {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.fichero_filesender + label {
    font-size: 1.2em;
    color: white;
    background-color: #0077aa;
    display: inline-block;
    cursor: pointer;
    padding:10px;
    border-radius:5px;
}

.fichero_filesender:focus + label,
.fichero_filesender + label:hover {
    background-color: #0099cc;
}
.fichero_filesender:focus + label {
	outline: 1px dotted #0077aa;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}