.divBuscador{
    width: 350px;
    background-color: rgb(209, 212, 203);
    margin: 5px;
    align-content: center;

    border-radius: 9px;
}

.divTarjetero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: 350px;
    min-height: 250px;

    /*background-color: rgb(188, 211, 116);*/
        background-color: rgb(209, 212, 203);
    margin: 5px;
    padding: 9px;

    border-radius: 9px;
}

.divTarjetero a {
    text-align: center;
    justify-content: space-between;
}