*{
    margin: 0;
    padding: 0;
}
.menu{
    width: 100%;
    height: 70px;
    background-color: blueviolet;
    position: fixed;
    margin-top: -10px;
    
}
.por-desplegable{
    width: 100%;
    height: 500px;
    background-image: url(../IMG/pastel-de-requeson-con-fresas.jpg);
    background-repeat: no-repeat;
    background-size: 100% 500px;
    margin-top: 10px;
}
.parte1{
    width: 50%;
    height: 60px;
    float: left;
    margin-top: 5px;
    border-radius: 5px;
}
.parte1 h3{
    text-align: center;
    font-size: 50px;
    margin-top: -10px;
    color: white;
}
.paste {
    width: 100%;
    height:40px;
}
.tex {
    width: 100%;
    height:20px;
}
.tex p{
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 5px;
}
.parte2{
    width: 50%;
    height: 60px;
    float: right;
}
.parte2 ul {
    list-style-type: none;

}
.parte2 a {
    text-decoration: none;
    float: left;
    margin-left: 40px;
    padding: 25.8px;
    font-size: 20px;
    margin-top: -21px;
    border-radius: 5px;
    color: white;
}
.parte2 ul :hover a{
    background-color: black;
    color: white;
    
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ cuerpo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.cuerpo {
    width: 100%;
    height: 400px;
    max-width: 100%;
}
.cuerpo1{
    width: 100%;
    height: 100px;
    background-color: white;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
}
.cuerpo2{
    width: 100%;
    height: 350px;
    margin-left: 9px;
}
.cuadros{
    width: 32%;
    height: 350px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.pa{
    width: 100%;
    height: 50px;
    background-color: blue;
    margin-top: 10px;
    background-color: transparent;
}
.paa{
    width: 100%;
    height: 50px;
    background-color: blue;
    background-color: transparent;
    margin-bottom: 10px;
}
.pa1{
    width: 100%;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
}
.pa2{
    width: 100%;
    height: 50px;
    border: solid;
    margin-top: 10px;
    border-radius: 20px;
    color: black;
    
    
   
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ cuerpo2 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.cuerpos{
    width: 100%;
    height: 700px;
    margin: auto;
    margin-top: 170px;
}
.segundo{
    width: 80%;
    height: 400px;
    margin: auto;
    margin-bottom: 30px;
}
.segundo .cua1{
    width:32%;
    height:400px;
    float: left;
    margin-left: 10px;
    background-color: rgb(59, 15, 129);
}
.segundo1{
    width: 80%;
    height: 300px;
    margin-top: 20px;
    background-color: crimson;
    background-color: transparent;
    margin-bottom: 30px;
    margin: auto;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ cuerpo2 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.parte4{
    width: 100%;
    height: 400px;
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 20px;
}
.a{
    width: 49%;
    min-height: 400px;
    float: left;
    background-color: blue;
    margin-right: 10px;
    background-color: transparent;
}
.b{
    width: 49%;
    min-height: 400px;
    float: left;
    background-color: yellow;
    background-color: transparent;
    
}
.b p{
    padding-top: 70px;
}
.b h1{
    padding-top: 90px;
    text-align: center;
}
.b h5{
    text-align: center;
    font-size: 20px;
    
}
footer{
    width: 100%;
    height: 350px;
    background-color: blueviolet;
}
.iconos{
    width: 100%;
    height: 60px;
    background-color: transparent;
    
    
}
.iconos img{
    width: 50px;
    float: right;
}
.foot1{
    width: 400px;
    height: 290px;
    background-color: transparent;
    float: right;
    text-align: center;
}
.foot2{
    width: 500px;
    height: 290px;
    background-color: transparent;
    float: right;
}
.foot3{
    width: 500px;
    height: 290px;
    background-color: transparent;
    
}
.foot3 h1{
    text-align: center;
    color: white;
    font-size: 60px;
    margin-top: 5px;

}
.foot3 p{
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: -2px;
}
.foot3 li{
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: -2px;
}
.foot3 h2{
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 30px;
}
.foot2 ul{
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 35px;
    list-style: none;
}
.foot2 h2{
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 5px;
}
.foot1 h1{
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 5px;

}





