/* ESTILOS ROTULO CAROLA */

body {
    font-family: sans-serif;
    font-size: 18px;
    margin: 30px;
    text-align: center;
    background-color: #fffefd;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
    
}
html{
    height: -webkit-fill-available;
}

header .botonera{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 20px;
}
.botonera ul {
    padding-left: 0px;
    display:flex;
    margin:auto;
}
.botonera ul li {
    list-style-type: none;
    background-color: aquamarine;
    padding: 20px;
    width: auto;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 8px;
    transition: all .2s ease;
}
.botonera ul li:hover{
    background-color:#72e8c1;
    transition: all .2s ease;
}
.botonera ul li a {
    text-decoration:none;
    color:#363333;
    display:flex;
    justify-content: center;
    align-items:center;
    margin-left: auto;
}
main {
    flex-grow:1;
    display:flex;
    flex-direction:column;
    width: 100%;
}
.materias {
    display:flex;
    flex-direction:row;
    justify-content:center;
    
}
.materias div {
    margin-top: 10px;
    text-align: center;
    margin-top: 10px;
}
.materias div:first-child{
    margin-right:15px;
    
}
.materias h3{
    padding:15px;
    text-align: center;
}
h3 {
    color:#8ee8ca;
    list-style-type: none;
    background-color:azure;
    border-radius: 8px;
    padding:8px;
    margin-top: 10px;
}

.infocatedra{
    background-color:azure;
    list-style-type:none;
    color:#848383;
}

.titulo {
    color:#6ed6b3;
    list-style-type: none;
}
.descripcion {
    color:#848383;
    text-align: center;
    margin-left: 30px;
}

.cajatema {
    background-color:azure;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align:center;
}
.cajatema
.materias ul {
    text-align: center;
    padding-left:20px;
}
ul li {
    list-style-type: none;
    color:#848383;
    
}
.textochico {
    color:#848383;
    list-style-type: none;
}
.textomini {
    font-size: 12px;
    color:#333232;
    margin-top: 32px;
    
}


/* ESTILOS PLAN */
#plan{
    justify-content:unset;
}
#plan div{
    width:100%
}
#plan .textoplan {
    margin-top: 20px;
    margin-bottom: 20px;
}
.textoplan h2{
     color: #6ed6b3;
    margin-bottom: 20px;
    margin top: 10px;
}
.textoplan p{
    color:#848383;
    font-size: 18px;
    font-family: sans-serif;
}


/* ESTILOS BOCETO */













