body {
    background: darkgrey;    
}

.contenedor{
    background: none repeat scroll 0 0 border-box rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4);
    color: #000000;
    left: 0;
    margin-top: 2.5%;
    padding: 20px 15px 20px 20px;
    display: flex;
    flex-direction: column;
}


 
.contenedor .titulo{
    font-size: 3.5ex;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

#lista{
    display:flex;
    flex-wrap:wrap;
    margin:0;
}
 
#pestanas {
    font-size: 2ex;
    font-weight: normal;
}
 
 
#pestanas li{
    list-style-type: none;
    width:fit-content;
    text-align: center;
    margin: 0px 1px 1px -0px;
    background: #0072ba;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid black;
    border-bottom: dimgray;
    padding: 0px 10px 0px 10px;
    line-height: 27px;
    border-style: hidden hidden none;
}
 
#pestanas a:link{
    text-decoration: none;
    color: white;
}
 
#contenidopestanas{
    clear: both;  
    background: white;
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 2px solid white;
    width: 96%;
}

.content-pestanas > div > div > input {
    width:100%;
    max-width: 200px;
    padding-right:0;
}

.content-pestanas > div > div > input[type="radio"], .content-pestanas > div > div > input[type="checkbox"] {
    width:100%;
    max-width: 20px;
    padding-left:0;
    padding-right:0;
}

.block-academ{
    display:flex;
    flex-direction:column;
    gap:1rem;
}

.comp-acad{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:1rem;
    align-items: center;
}

#insertsDiplomas{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

#insertsDiplomas > input{
    margin:0;
}

#insertsDiplomas > button{
    margin:0;
    padding: 0.2rem 0.5rem;
}