.formmenu4{
    width: 170px;
    margin: auto;

}
.formmenu4int{
    width: 170px;
    margin: auto;
    color: firebrick;
    border:#8d0000 1px solid;
    border-radius: 10px;
    padding: 5px;
}
.formmenu4int:hover{
    cursor: pointer;
}
.img55{
    width: 120px;    
    height: 120px; 
}
.img55:hover{
    transform: scale(3);
    transition: all 0.8s ease-in-out;
    height: auto;
}
table{
    width: 100%;
    
}
.container70{
    border: #012372 1.5px solid;
    border-radius: 15px;
}
.imputnum{
    width: 40px;
    font-size: 18px;
    border-radius: 5px;
    border:#8d0000 1px solid;
}
.boton188{
    width: auto;
    padding: 7px 10px;
    font-size: 15px;
    border-radius: 5px;
    background-color: red;
    color: white;
    font-weight: 600;
    font-family: emoji;
}
.boton188:hover{
    cursor: pointer;
    background-color: greenyellow;
    color: black;
    transition: all 0.4 ease-in-out;
    border: 1px solid black;
}
.nthss{
    border-bottom: #012372 2px double;
}
tr:hover{
    transform: scale(1.04);
    background-color: #0083ff14;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #7600c5;
}
a{
    color: black;
    font-size: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.tdfomr{
    text-align: center;
    margin: 0;
    padding: 0;
}
.precio66{
    color: red;
    font-size: 18px;
    text-align: right;
}