#caja-report-stock{
    width: 70%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
.report{
    width: 100%;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

#tabla-web, td, th{
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

th, td{
    padding: 5px;
}

h2{
    text-align: center;
    text-decoration: underline;
}

h3{
    text-decoration: underline double;
    margin-top: 40px;
    margin-bottom: 10px;
}

ul{
    list-style: none;
    width: auto;
    padding: 0px
}

a{
    font-weight: 600;
}

.span-armeria{
    text-decoration: underline;
    font-style: italic;
}

.mensaje-error {
    color: white;
    background-color: red;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.mensaje-exito {
    color: white;
    background-color: rgb(69, 161, 69);
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
