body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: whitesmoke;   
    margin: 0;
}
 
html {
    height: -webkit-fill-available;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction:column;
    align-items: center;
}


h1{
    text-align: center;
    margin: 8%;
    color: #3f3844 ;
    font-family: 'Alata', sans-serif;
    font-weight: bold;
    font-size: 40px;
   }

h2{
    color: #3f3844 ;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
   }

h3{
    color: #3f3844 ;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 24px;
   }

h4{
    color: #3f3844 ;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: inherit;
   }

ul{
    list-style-type: none;
}


li {
    color: #3f3844 ;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 15px;
   }

h4 {
    color:#c70039 ;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 15px;
    
   }
dd {
    color: #3f3844 ;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
   
   }



/* unvisited link */
a:link {
  color: #c70039;
}

/* visited link */
a:visited {
  color: #900c3f;
}

/* mouse over link */
a:hover {
  color: #900c3f;
}

/* selected link */
a:active {
  color: #900c3f;
}

#bocetogrupal {
  
 /* background-color: #ff6633 ;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block; */
}
header {
    background-color: #eaeaea;
    -webkit-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
}
header img#logo{
    margin-left: 20px;
    
}
header .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

header ul {
    display: flex;
}

header ul li{
    display: flex;
}

header ul li a {
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-right: 8px;
}



.avatar{  
    z-index: 2;
    
} 


main img {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  height: 30%;
   border-style: solid;
   border-width: 10px;
    border-color: #c70039;
    box-shadow: 0px 0px 15px grey; 
    } 
    
#dg { 
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
}

#materias{ 

    background-color: #eaeaea;
    margin-top: 10em;
    width: 80%;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    border-radius: 5em;
    
}

#plan  { 
    z-index: 1;
    background-color: #eaeaea;
    margin-top: 5em;
    margin-bottom: 10%;
    width: 80%;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    border-radius: 5em;
    
}

#secciones { 
    z-index: 1;
    background-color: #eaeaea;
    margin-top: 5em;
    margin-bottom: 10%;
    width: 80%;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    border-radius: 5em;
    
}

.titulosecciones { background-color: #c70039;
    margin-top: 5%;
    margin-bottom: 10%;
    width: 50%;
    padding: 2%;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: auto;
    -webkit-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);

}

.textoplan {
    color: #3f3844 ;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding-left: 8em;
    padding-right: 8em;
}

#cursadas { background-color: #c70039;
    margin-top: 5%;
    margin-bottom: 10%;
    width: 90%;
    padding: 2%;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: auto;
    -webkit-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);

}

#cursadas a {
    text-decoration: none;
}
#cursadas a:hover {
    text-decoration: underline;
}

#cursadasdesplegable  {
      margin-top: -5%;
      display: flex;
      flex-direction: row;
    
}




  #encurso { background-color: #c70039;
    margin-top: 5%;
    margin-bottom: 10%;
    width: 90%;
    padding: 2%;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: auto;
    -webkit-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -15px rgba(0,0,0,0.75);

}

#encurso a {
    text-decoration: none;
}
#encurso a:hover {
    text-decoration: underline;
}

#encursodesplegable{
    margin-top: -5%;
    display: flex;
    flex-direction: row;
}

#fadu {  background-color: #eaeaea;
    margin-top: 5%;
    margin-bottom: 10%;
    width: 80%;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    border-radius: 5em;
}

#vm01 {  background-color: #eaeaea;
    margin-top: -5%;
    margin-bottom: 10%;
    width: 80%;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    border-radius: 5em;
}
    
footer {
    display: flex;
    flex-direction:column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    background-color: #eaeaea;
    padding: 5%;
}

    
footer img{
   
    height: auto;
    margin: 2%;
     display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;    
    max-width: 10em;
    vertical-align: middle;
}

#pfooter {
    display: flex;
    background-size: 100%;
    margin: 0; 
    color: #808B96 ;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 10px;
    padding: inherit;
   }
    


