
body{
    background: #9EE8BE;
   
    box-sizing: border-box :3em;
    padding-top: 3px;
 
    
        
       
     }


header 


     #logo {
            display: block;
         margin-top: 5px;
            width: 5em;
}

        a{ 
            color: white;
            font-family: sans-serif;
            font-size: 19px;
            list-style: none;
           
        
}


    .contenedor {
    list-style: none;
    width:auto;
    height:40px;
    background: none ;
    padding: 2px;
    margin: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
} 
    .elemento{ 
    list-style: none;
        background: ;
    color:white;
    margin:5px;
    width:auto;
    height: 40px;
    
    text-align:center;
    flex-direction: row-reverse;
    justify-content: center;
    
}
            nav ul {
                    list-style: none;
                    display: flex;
                    justify-content: space-between; 
}
    
            nav ul li {
                        flex-grow: 1;
}

            nav ul li {
                        margin-left: .25em;
}

            nav ul li a {
               
                        background-color:#76E2A4 ;
                         color: white;
                        text-decoration: none;
                        height: 2em;
                        width:8em; 
                        font-size:18px; 
                        display: flex;
                        
                        align-items: center;
                        font-family: serif;
              padding-left: 10px;
                        
             
                    
}
main {
    background-image: url(../img/madera.jpg);
   
    shape-margin:auto;
    flex-grow: 1;
    display: flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
    padding-top:3em; 
  
    
    
    }

.victoriacamposs1 img  {
    margin-top:5px; 
    border-radius: 60%;
    width: 60vw;
    height: 60vw;
    max-width: 15em;
    max-height: 15em;
    margin: 10px;
    text-align: center;
    justify-content: center;
    
}




main img{
   
    
    max-width: 50%;
     text-align: center;
    justify-content: center;
     margin: 10px;
   
   
    


}








#center {
     text-align: center;
    margin: none;

}
    

h1,h2 {
    
   
    color: #F5DA81; font-family: 'Rosario', sans-serif;
    
    text-align: center;
    margin:none;
    
     
}


 







        
    

    

footer{
    padding-top:30px; 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    
}
a{  background-color:#76E2A4;
    color: white;
    text-decoration: none;
    height: 15px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-family: serif;
     height: 2em;
                        
    
    
    }

.redsocial {
     list-style: none;
   
   background-color: none;
    margin: 5px;
    display: flex;
    flex-direction: row-reverse;
    1,2 align-items: center;
    padding-bottom:20px; 
      margin-bottom: 40px;
    
    
   
    }




p {
    margin-bottom: auto;
    font-family: serif;
    color: black;
    font-size: 10px;
    
}


































    
    







