/** Morán Noriega, Roberto. (32877155N) DAW 2023 - DIW **/

.principal
{
    background-color: black;
}

.totales
{
    color: chartreuse;
}

#tablaTotales
{
    margin: auto;
}

#tablaPedidos tr td
{
    color: chartreuse;
}

#tablaTotales th 
{
    padding: 0 10px;
}

#tablaPedidos th 
{
    padding: 0 10px;
}

#tablaTotales td 
{
    padding: 0 10px;
}

#tablaPedidos td 
{
    padding: 0 10px;
}

.botones
{
    width: 20px;
    height: 20px;
    visibility: hidden;
}

.botones:hover
{
    cursor: pointer;
}

.botonesC
{
    width: 55px;
    height: 40px;
    margin-left: 10px;
    padding-left: 15px;
    visibility: hidden;
}

.botonesC:hover
{
    cursor: pointer;
}

.contador
{
    width: 40px;
    font-size: 30px;
    color: chartreuse;
    text-align: center;
}

.check 
{
    width:30px;
    height:30px;
    margin-left: 16px;
}

.check:hover
{
    cursor: pointer;
}

.img:hover
{
    transform: scale(4);
}

#productos
{
    font-size: 18px;
    color: white;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}   

#productos th 
{
    padding: 0 10px;
}

#productos td 
{
    padding: 0 10px;
}

#productos tr td > img
{
    margin: auto;
    text-align: center;
}

.img
{
    margin: auto;
    text-align: center;
}

.img img
{
    margin: auto;
    text-align: center;
    height:45px;
    transition: transform 0.5s;
    cursor: pointer;
}

.precios
{
    text-align: right;
}

.btn:hover
{
    cursor: pointer;
    color: chartreuse;
}

#btnL
{
    width: 30%;
    height: 30px;
}

#btnP
{
    width: 50%;
    height: 30px
}

.btn_C
{
    color: black;
    margin-top: 10px;
}

.btnV
{
    height: 30px;
    width: 730px;
}

.btnV:hover
{
    cursor: pointer;
    color: chartreuse;
}
