.hilado_campo{
    font-size: 16px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
}
.hilado_valor{
     font-size: 16px;
    color: black;
    font-weight: 300;
}
.hilado_fila:first-child{
    border-top: 1px solid #E4E2E2;
}
.hilado_fila{
    border-bottom: 1px solid #E4E2E2;
     padding-top: 20px;
     padding-bottom: 20px;
}
.hilado__btnFicha{
    border: 1px solid black;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    width: 288px;
    display: block;
    margin-top: 50px;
}
.hilado__btnFicha:hover{
      border: 1px solid black;
}
.hilado__btnConsulta{
    border: 1px solid black;
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    width: 288px;
    display: block;
    margin-top: 50px;
}
.hilado__btnConsulta:hover{
      border: 1px solid black;
      background-color: black;
      color: white;
}
.hilado__colorCodigo{
    font-size: 21px;
    color: black;
}
