header{
    background-color: rgb(136, 153, 231);
    padding:50px;
}
.caja{
    width: 450px;
    object-position: 10px;
    margin: 0 auto;
}
nav{
    position: absolute;
    top: 100px;
    right: 250px;

}
nav li{
    display: inline;
    margin: 0 0 0 25px;
}
nav a{

    text-transform:uppercase;
    color: black;
    font-size: 32px;
    text-decoration:none;
    

}
nav a:hover{
    color: coral;
    text-decoration: underline;
}

.productos{
    width: 940px;
    margin:0 auto;
    padding: 50px;
}
.productos li{
    display: inline-block ;
    text-align: center;
    width: 30%;
    vertical-align: top;
    
    margin: 0 1.5%;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 10px;

}
.productos li:hover{
    border-color: coral;
    font-size: 33px;
}
.productos li:active{
    border-color: rgb(80, 255, 138);
}


.productos h2{
    font: 30px;
    font-weight: bold;
}
.productos li:hover h2{
    font-size: 32px;
}

img{
    height: 100%;
    width: 109px
    

}
.cat{
    max-width: 150px;
    max-height: 100%;
}

.producto_descripcion{
    font-size: 20px;
}
.producto_precio{
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    
}
footer{
    text-align: center;
    background-color: rgb(183, 134, 230);
    padding: 20px;
}
    

.copi{
    text-align: center;
    height: 180px;
    width: 180px;
    object-position: 100px;
    margin: 0 auto;
}
.cat h3{
    max-width: 200px;
    max-height: 180px;
}

.copyright{
    color: rgb(8, 8, 8);
    font-size: 13px;
    margin: 20px;
}
main{
    width: 940px;
    margin: 0 auto;    
}
form{
    margin: 40px 0;
}

form label, form legend{
    display: block;
    font-size: 20px;
    margin: 0 0 10px;
}
form input{
    text-align: center;
    display: block;
}

.input-padron{
    display: block;
    margin: 0 0 20px;
    padding: 10px 25px;
    width: 50%;
}

.checkbox{
    margin:20px 0;
}

.enviar{
    width: 40%;
    padding: 15px 0;
}
table{
    margin: 40px 40px;
}
thead{
    background: gray;
    color: white;
    font-weight: bold;
}
td,th{
    border: 1px solid #000;
    padding: 8px 15px;
}

