

.columnaEncabezado{
    background-color: rgb(255, 255, 255);
}

.sub2{
    background-color: rgb(238, 70, 70);
    height: 2px;
}

.sub5{
    background-color: rgb(255, 255, 255);
    height: 10px;
}

.sub3{
    background-color: rgb(252, 204, 204);
}

.sub4{
    background-color: rgb(252, 204, 204);
    height: 5px;
}


.btnLogin{
    margin-top: 20px;   
    border-radius: 10px;
}

p{
    align-items: center;
    color: rgb(78, 76, 76);
}

#btncomprar{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.container{
    background-color: rgb(252, 204, 204);
}

.factura{
   margin: 20px 20px 20px 20px;
}

hr{
background-color: black;
}

body{
    margin: 30px 30px 30px 30px;
    background-color: rgba(247, 202, 202, 0.753);
    background-image: url(imagenes/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
     
}