body {
    font-family: Arial, sans-serif;
    text-align: center;
}

#imagen {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#contenedor {
    width: 80%;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#titulo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#buscador {
    padding: 10px;
    font-size: 18px;
    width: 50%;
    margin-bottom: 20px;
}

#boton {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#boton-ok {
    padding: 10px 20px !important;
    font-size: 18px !important;
    background-color: #4CAF50 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    display: block !important;
    margin: 0 auto !important;
}


#mensaje {
    font-size: 18px;
    margin-bottom: 20px;
}

#error {
    font-size: 18px;
    margin-bottom: 20px;
}

#carga {
    text-align: center;
}

#carga img {
    width: 50px;
    height: 50px;
}
#imagen-resultado {
    width: 100%;
    height: auto;
    object-fit: cover;
}



