/* Agregar un borde redondeado a las imágenes */
.card-img-top {
    border-radius: 10px;
}

/* Estilo para los botones de llamada a la acción */
.btn-primary, .btn-light {
    font-weight: bold;
    text-transform: uppercase;
}

/* Margen adicional entre los elementos del carrusel */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.borrado, .nuevo_t {
    color: darkred;
    cursor: crosshair;
}