.titulo_tipo_redes{
    background-color: darksalmon;
    width: 40%;
    margin: auto;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 2.5em;
    border-radius: 25px;
}

.tipo_redes{
    width: 60%;
    
    margin: auto;
}

.tipo_redes img{
    width: 100%;
    background-color: rgb(84, 44, 163);
    margin: auto;
    margin-bottom: 20px;
}

.def_topologia{
    width: 70%;
    background-color: snow;
    margin: auto;
    text-align: justify;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 30px;
    border: solid 2px blue;
}