body{   max-width: 100%;
    height: auto;
width: 450px;
    margin: auto;
  

}


.dona { 
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 0.2em;
    font-size: 2em;
    border box-sizing: border-box;
    background-color: #ffa600;
    box-shadow: inset 0 0 8px 0 black;
    border-radius: 6px;
    border-color: #0a1644;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 6px;
}

header {
    background-color: #c8d9d9;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urgencias h1 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #80113a;
    font-size: 1.4em;
   text-align: center;
    margin: 1em;
    letter-spacing: 0.2em;
  
    
}


.urgencias ul {
      max-width: 100%;
    height: auto;
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: -1em;
    justify-content: center;
       background-color: #d0ecea
        
}

.urgencias ul li img {
    display: flex;
    width: 3cm;
    list-style: none;
    justify-content: center;
    align-items: center;
    
}

#escuela img {
    width: 6cm;
}

.urgencias p{
    
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: #80113a;
    text-align: center;
    margin: 0.2em;
}

.mapa {
      max-width: 100%;
    height: auto;
     display: flex;
    list-style: none;
   flex-wrap: wrap;
   align-items: center;
    justify-content: center;
 
    
}


h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #0a1644;

    padding: 0.8em;
    border-top-color: #c8d9d9;
    border-top-style: solid;
    border-radius: 3px;

    letter-spacing: 0.2em;

   margin-top: 0.2em;

    margin-bottom: -2.3em;
    position: relative;
    
  
}

.mapa img{
     padding-bottom: 1.5em;
    padding-top: 1.5em;
   width: 14cm;
    background-color: #c8d9d9;
     max-width: 100%;
    height: auto;
   
}

.mapa p{
     font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: #80113a;
    text-align: center;
position: relative;
    margin-top: -2em;
}

.quienessomos{
     display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    background-color: #c8d9d9;
    margin-top: 0.7em;
    margin-bottom: 
}

.quienessomos img{
 width: 2cm;
}

.quienessomos p{
     font-family: 'Open Sans', sans-serif;
    font-size: 0.6em;
    color: #80113a;
    text-align: center;
    
}

.quienessomos a {
    font-family: 'Ubuntu', sans-serif;
    font-weight:thin;
   
    text-decoration: none;
    color: white;
    padding: em;
    font-size: em;
    border box-sizing: border-box;
    background-color: #ffa600;
    box-shadow: inset 0 0 8px 0 black;
    border-radius: 6px;
    border-color: #0a1644;
    border-width: 1px;
    border-style: solid;
margin-top: 3em;
    margin-right: 0.5em;
}

nav ul  {
    
      max-width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: inherit;
    
    
}



nav ul li{ 
    background-color:#aed6d2;
    
    border-radius: 6px;
    border-color: #0a1644;
    border-width: 2px;
    border-style: solid;
    box-shadow: inset 0 0 8px 0 black;
    
    color: white;
    text-decoration: none;
    height: 3em;
    width: 12em;
    padding: 0.3em;
   
    
    display: flex;
     justify-content: center;
    align-items: flex-start;
    list-style: none;
    margin-top: -0.2m;
    
    
    
    
    
}



li img{
    width: 1cm;
     max-width: 100%;
    height: auto;

}

.menu2{
  list-style: none;
    
    display: flex;

    justify-content: space-between;
     max-width: 100%;
    height: auto;

    
    margin-top: -2.2em;
}

h4{ font-family: 'Open Sans', sans-serif;
    color: black;
    font-size: 0.8em;
    margin: auto;
    padding-left: 0.8em;
     color: #448a83;
     
 
}

span{  
    margin-right: 1.5em;
    
    
}


main {
    margin-top: -0.4em;
    padding-top: 0.1em;
    background-color: #d0ecea;
    border-right: 
}



