charset"utf-8";
/* Reglas Gaenerales*/
#body{
     font-family: 'Lato', sans-serif;
     margin: 0;
     padding: 0;
     background:#e8eddf;
}
.barra {
    display: flex;
    justify-content: center;
    background:#136f63;
    font-size: 20px;
    color:antiquewhite;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    
    }
.barra ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px;
}
.barra ul li a {
    text-decoration: none;
    color: #eee;
}
    
.mapa {
    margin-left: 30px;
    width: 80%;
    margin-right: 30px;
}
.webapp {
    margin-left: 30px;
    margin-right: 30px;
}
.index {
    margin-left:30px;
    margin-right: 30px;
    }
    
#plan-grupo{
    text-align: center;
    font-family: 'Manrope', sans-serif
}
.texto{
    text-align: center;
    font-family: 'Manrope', sans-serif;
    
}
.boceto{
    text-align: center;
    font-family: 'Manrope', sans-serif;
    margin: auto;
    display: block;
}
.wireframe{
    align-items: center;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    width: 80%
    
}
.bocetoapp{
    width: 80%;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 30px;

}
.bocetoweb{
    width: 80%;
    height: inherit;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
.informacion li{
    display: inline-block;
    width: 80%;
    margin-bottom: 50px
}

.uba {
    width: 200px;
    float: left;
    margin-top: 10px
}
.fadu {
    width: 180px;
    float: left;
    
}
.dgpc {
    width: 60px;
    float: left;
    margin-top: 20px;
}

.uno {
    font-size: 10px;
    text-align: center;
    margin-top: 40px;
    text-align: left;
    width: 120%;
}
.dos {
    font-size: 10px;
    text-align: center;
    margin-left: 160px;
    margin-right: 20px;
    margin-top: 20px;
    width: 60%;
}
.tres {
    font-size: 10px;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 20px;
    width: 60%;
}
   

}
.foot{
     font-size: 80%;
     text-align:center;
     justify-content: center;
     margin-left: 20px;
     margin-right: 20px;
   }