p{
    font-size: 1.2em; 
}
.cabecera{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    background-color: #043202;
    height: auto;
}

.linkultimas{
    color:white;
    font-size: 1.2em;
}
.imagen{
    padding: 5px 0 5px 5px;
}
.titulo-principal{
    display: flex;
    align-self: center;
    padding-left: 70px;
    font-size: 2em;
    font-weight: 300;
    color: white;
    padding-bottom: 5px;
}

#juntador{
    background-color: #043202;
    display: flex;
    flex-direction: column;
    align-items:start;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-left: 15px;
}
.imagenmenu{
    height: 38px ;
    width: 75px;
    position: relative;
    margin-top: 18px;
   } 
.header1{
    display: flex;
    width:auto;
    font-family:Arial, Helvetica, sans-serif;
    flex-wrap: wrap;
    background-color: #043202;
    justify-content: center;
    margin-top: 20px;
}
.separador{
    display:flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    margin-right: 8em;
}
.seccion1{
    display:flex;
}
.cuadrado1{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width:100%;
    height: auto;
    background-color: #a9d5cf;
    padding: 20px 10px 0px 10px;
}
.cuadrado2{
    width: 30%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #043202;
    text-align: center;
    
}
.cuadrado3{
    height: 500px;
    background-color: rgb(24, 93, 142);
}
.buscar{
    font-size: 1.2em;
    color:blue;
    margin-bottom: 0.5em;
}
.contenbut{
    padding-right: 15%;
    padding-left: 15%;  
}
.pie1{
    display:flex;
    justify-content:center;
    height: 6em;
    background-color: black;
}
