@charset "utf-8";
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
   }

   header{
    background-color: #6861FF;
    padding: 20px;
    margin-bottom: 10px;
   }

   body{
    background-color: #F6E8FB;
    box-sizing: border-box;
   }

   #logo{
    border-radius: 0px;
    margin-top:20px;
    margin-left: 20px;
    width: 70%;
    margin-bottom: 10px;
   }

   img {
    width: 80%;
    border-radius: 100%;
   }

   img.mapa {
    width: 100%;
    height: auto;
    border-radius: 0;
   }

   img.plan1 {
    width: 100%;
    height: auto;
    border-radius: 0%;
    }

    img.plan2 {
        width: 100%;
        height: auto;
        border-radius: 0%;
        }

        img.plan3 {
            width: 100%;
            height: auto;
            border-radius: 0%;
            }       
    

   figcaption{
    margin-left: 2rem;
    margin-bottom: 2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    color: #4d1285;

   }

   #sectionequipo figure{
    width: 80%;
    margin:auto;
    margin-bottom: 50px;
   }
   
   .menu {
    max-width: 100%;
    box-sizing: border-box;
}
   .menu ul{
    list-style: none;
    display: flex;
    
   }

   .menu li{
    margin-right: 30px;
   }

   .menu li :last-child{
    margin-right: 0;
   }

  .menu a{
    text-decoration: none;
    width: 100%;
    font-family: Cochin;
    font-size: 1.5em;
    color:#fffee8;
    }

    .activo{
        text-decoration-line: underline;
    }

    main div.contenedor{
        margin-top: 20px
    }
    ol.sin-numeracion{
        list-style-type: none;
        margin-left: 20px; 
        margin-bottom: 15px;
    }

    .boceto-grupal a{
        margin: 37%;
        margin-top: 20px;
        background-color: #6861FF;
        border-radius: 15px;
        display: flex;
        padding: 6px;
        margin-bottom: 20px;
        font-size: 1,2rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color:#F6E8FB;
        align-items: center;
        justify-content: center
    }

   a{
    display: grid;
    margin-top: 20px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(77, 18, 133);
    justify-content: space-around;
    align-content: center;
    justify-items: center;
   }
   h1 {
    margin-top: 20px;
    font-family: Cochin;
    color: #4d1285;
    margin-left: 20px;
   }
   
   h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(77, 18, 133);
    margin: 20px;
   }

   section p {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    
   }

   .misitio p {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    margin-bottom: 15px;
    display: flex;
    justify-content:left;
    }
   
   figure .logo {
    margin-left: 20px;
    margin-top: 15px;
    width: 400px;
   }

   
    #comitente h4,
    #comitente h5,
    #comitente p {
        margin-left: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: lighter;
        
    }
    footer p{
        margin-top: 20px;
        margin-left: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 10pt;
       }

    footer {
        border-top: 4px solid  #6861FF;
        margin-bottom: 20px;
    }

   