@charset "utf-8";

* { padding: 0;
border:0;
box-sizing:0;
outline: 0;
list-style: none;
font-family: 'Nunito', sans-serif;  
text-decoration: none;
}


.palabrasolapa {
display: flex;
    flex-direction: row;
    padding: .5em;
    justify-content: space-between;   
    margin: 0;
    margin-top: .3em;
    font-size: 1em;
    
}

body{
    background-color: #efefee;
}

header {font-size: .8em;}



img {
    height: 50px;
    margin: auto;
}

.solapa {
    
    background-color: #EC683F;
    margin: 0;
    padding: 0;
}
h1 {font-size: 1.5em;
margin-bottom: 0;
    margin-top: .4em;
    justify-content: center;
    color: #EC683F;
  
}

h2{font-size: 1em;
    border-bottom-color:#d8d8d8;
    border-bottom-style: solid;
    border-bottom-width: 3px;
   margin-bottom: .7em;
  
}

a:link {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
        color: #333;
}



.lista {

    font-weight: 300;
    padding: .3em;
    font-size: .8em;
}

h3 {font-size: .9em;
    margin-top: .2em;
display: inline;
    background-color: #d8d8d8;
    color:#efefee;
    padding: .4em;
    border-radius: .3em;
    
    
}



article { 
font-size: .8em;
padding: .5em;}

p{
    font-size: .4em;
    font-style: italic;
    padding: .7em;
    
}

footer {background-color: #EC683F;;
margin: 0;}

.mapa {
   min-width:: 80vw;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 2em;
}
