.cabeza { 
    display: flex;
    align-items: center;

   
}

.cabeza img{
    height: 60px;
    margin-left: 35px;
    margin-right:25px ;
}
header{
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    background-color:#8CB9BD;
    justify-content:space-between;
    align-items: center;
}

h1 {
    color: white;
    margin-left: 1px;
}

.cuerpo{
    text-align: center;
    
}

a{
    text-decoration: none;
    color: white;
    margin: 20px;
    font-size: 18px;
}

img{

    border: solid none 3px;
    border-radius: 10px;
}

body{
    margin: 0;
}


.relleno{
    background-color:#FEFBF6;
    padding: 5px;
    display: flex;
}

.caja{

    text-align: center;
    margin: 25px;
    padding: 10px;
    flex-direction: column;
    flex-direction: left;
    align-items: left;
    background-color: #ECB159;
    width: 50%;
    font-size: 17px;
    border-radius: 10px;
    max-height: 430px;
}
.caja2{
    background-color: #B67352;
    margin-top: 25px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    max-height: 430px;
    border-radius: 10px;

}

p{
    
    color: white;
    text-align: justify;
}

.caja2 img{
    margin: 20px;
}

q{
    margin-right: 90px;
    margin-left: 94px;
    text-align: center;
    color:white ;
}

h3{
    color:#8B322C;
    text-align:justify
}

nav a:hover{
    color: black;
}

