.botones{
    padding: 1% 2% 1% 2%;
    border: #fbfbfb;
    color: #fbfbfb;
    background-color: #FF6600;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    filter: drop-shadow(1px 1px 3px rgb(8, 8, 8));
    -webkit-filter: drop-shadow(1px 1px 3px rgb(8, 8, 8));
    text-align: center;
    height: 50px;
    cursor: pointer;

}
.botones:hover{
    filter: drop-shadow(0px 0px 0px rgb(8, 8, 8));
    -webkit-filter: drop-shadow(0px 0px 0px rgb(8, 8, 8));
}
.inputDatos{
    border-color: #FF6600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    filter: drop-shadow(1px 1px 3px rgb(8, 8, 8));
    -webkit-filter: drop-shadow(1px 1px 3px rgb(8, 8, 8));
    text-align: center;
    height: 50px;



}
.aviso{
    color: #FF6600;
    text-align: center;
    font-size: 130%;
    background-color:#FFC849;
    margin: auto;
    padding: 10px;
}
#comprobante input[type="file"] {
  display: grid;
  grid-template-rows: auto;

}
#comprobante input[type="file" i] {
    color: #FF6600;
    margin:auto;
    margin-top: 2rem;
    padding-left: 4rem;
}
#comprobante input[type="file"]::-webkit-file-upload-button{
    display: none;
}
#comprobante input[type="file"]::-moz-file-upload-button {
    display:none;
}

