@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
*{margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}

div#diversos{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
div#left{
    margin-right: 10px;
}
div#rigth{
    display: flex;
}
div#rigth ul li#diario{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 297px;
    height: 236px;
    margin-bottom: 5px;
    text-align: center;
    background: #e2e2e2;
}
div#rigth ul li#diario img{
    margin-bottom: 10px;
}
div#rigth ul li#transparencia{
    list-style: none;
    width: 297px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background: #f5f4f4;
}
div#rigth ul li#transparencia img{
    margin-right: 10px;
    vertical-align: text-bottom;
}
div#rigth ul li#transparencia span{
    font-size: 20px;
}
div#rigth div#two ul{
    margin-left: 6px;
}
div#rigth div#two ul li{
    list-style: none;
    line-height: 75px;
    width: 272px;
    height: 75px;
    margin-bottom: 5px;
    background: #f5f4f4;
    padding-left: 20px;
}
div#rigth div#two ul li img{
    margin-right: 10px;
    vertical-align: text-bottom;
}

div#rigth div#two ul li span{
    font-size: 20px;
}