#imagen-cedula-frente{
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    max-width: 100%;
    height: auto;
}
#imagen-cedula-atras{
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

#imagen-rostro {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

#imagen-pago {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

