.titconf {
    font-family: Lato, sans-serif;
    font-size: 1.75em;
    font-weight: bold;
    color: rgb(82, 73, 64);
    background: rgb(236, 230, 222);
    padding: 15px 40px;
    width: 18%;
    border-radius: 0px 0px 5px 5px;
}
.fondo {
    background-image: url("https://www.uned.ac.cr/actividades/images/SAP/recuadro_exp.png");
    background-repeat: no-repeat;
    margin-left: 110px;
    padding: 10px 44px 10px 40px;
    margin-bottom: 20px;
}
.fondodiv {
    background-color: #ffffff;
    display: inline-block;
    background-repeat: no-repeat;
    margin: -17px;
    padding: 8px;
    border-radius: 10px;
}
.txtconf {
    font-family: Arial, sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    color: rgb(141, 26, 112);
    padding-left: 10px;
}
.gridconf * {
    box-sizing: border-box;
    margin-bottom: 1%;
}
.circulocon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    float: left;
    padding-right: 10px;
}
.org-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}
.org-it {
    padding: 10px;
    background: #f4f4f4;
    width: 43%;
    text-align: center;
    margin: 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 5px solid #eee;
}