div{
     border: 1px solid;
    border-color: #ccffcc;
    border-radius: 30px;
    padding: 15px;     
}

h2{
    text-align: center;
    border-radius: 30px;
    background: #99ffff;
    padding: 15px;
}

#medicina{
    width: 50%;
    border: 3px;    
}

#medicinacontenido{
    background: #ffffcc;
}
#adicional{
    width: 50%;
     
    border: 3px;
}

#adicionalcontenido{
    background: #ffffcc;
}
#contenedor{
    display: flex;
}


label{
font-style:normal;
}

#contenedor{
    background: #ccffcc;
}

#academica{
    background: #ffffcc;
}



#personal{
   background: #ccffcc;
    display: flex;
   
    
}
#pp{
    background: #ffffcc;
    width: 40%;
    border: 5px;
}
#academi{
    width: 60%;
}

body{
    background: #ccffcc; 
}

h1{
    color: blue;
    font-size: 80px;
    text-align: center;
    background:#ccffcc; 
}


button{
   padding: 10px;
   background-color:#ffcc00;
    color: black;
    font-size: 15px;
    border-radius: 10px;
    margin-right: 20px;
    
   
}

#datos{
    width: 700px;
}


a{
    background:green;
    font-size: 20px;
    padding: 5px;
    border-radius:30px;
    margin: 5px;
    text-decoration: none;
    color: black;
}