@charset "utf-8";
@import  url('https://fonts.googleapis.com/css?family=Roboto:300,700');

* {
    margin: .1em;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: roboto,sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    background-color: dimgrey;
    color: orange;
    align-items: center;
    padding: .5em;
}
#lugar-fixed {
    position: fixed;
    width: 100%;
}
#siu {
    min-width: 5.5em;
}
header h2 {
    display: flex;
    flex-grow: 1;
    justify-content:flex-end
}
header a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: .5em;
    padding: 0em 2em 0em 2em;
}
.cuerpo-bajo-menu {
    margin-top: 4em;
}
main {
    min-height: 720px;
    display: flex;
    margin: 0;
    flex-direction: column;
    list-style: none;
}
#navegador {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: peachpuff;
    width: 10em;
    flex-wrap: wrap;
}
.estilolista {
    color: gray;
    font-weight: 300;
    font-size: .8em;
    list-style: none;
    line-height: 2em;
    padding: 0 .2em 0 .2em;
    text-decoration: none;
}
#lugar-rel {
    position: fixed;
    right: -12em;
    transition: all .3s ease;
}

#lugar-rel:target {
    right: 0;
}

.boton-hamburg {
    font-size: 1em;
    padding: 0 1em;
    line-height: .3em
}

.marca-boton {
    text-decoration: none;
    font-weight: 300;
    list-style: none;
    background-color: sandybrown;
}
#marca-boton-id {
    color: black;
    font-weight: 300;
    font-size: .8em;
    list-style: none;
    line-height: 2em;
    padding: 0 .2em 0 .2em;
    text-decoration: none;
}

#encabezadoseccion {
    margin-left: 1em;
    color: orange;
    font-size: 2em;
}

#camino-lista-materias {
    margin-left: 2em;
    padding-bottom: .5em;
    color: orange;
}
#camino-materia {
    color: orange;
    padding-bottom: .5em;
}
.bajada-catedra {
    margin-left: 1.5em;
    font-weight: 700;
    font-size: 1.5em;
    color: dimgray;
}
.bajada-franja {
    font-size: .8em;
    font-style: italic;
    margin: .5em 0 .5em 2.5em
}
#bajada-explorador {
    margin-left: 2em;
}
main section h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
main section h4 a {
    display: flex;
    margin-left: 2em;
    font-weight: 300;
    text-decoration: underline;
    font-size: .9em;
}
main section h5 {
    font-size: 1em;
}
#buscador {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 1em;
    margin-left: 1em;
    width: 50%;
}
#favoritos {
    display: flex;
    background-color: darkorange;
    padding: .5em;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 30%;
    margin-left: 1em;
    margin-bottom: 1.5em;
    margin-top: 1em;
    border-radius: 1em;
}
.sub-botonera {
    display: flex;
    flex-direction: row;
}
.carreras {
    display: flex;
    flex-direction: column;
    background-color: dimgray;
    padding: 1em;
    font-weight: 700;
    color: orange;
    text-decoration: none;
}
.materia {
    color: orange;
    text-decoration: none;
}
.catedra {
    color: white;
    text-decoration: none;
}
.franja {
    color: orange;
    font-weight: 300;
    font-style: italic;
    font-size: .8em
}
.propuesta-titulo-caja {
    display: flex;
    flex-direction: column;
    padding: 2em;
}
#titulo-contenido {
    display: flex;
    flex-grow: 1;
    color: darkgray;
    font-size: 1.5em;
    text-decoration: underline;
}
.botones-extras {
    padding-left: 2em;
    padding-right: 1em
}
.tit-propuesta {
    display: flex;
    flex-direction: row;
}
.propuesta-cuerpo-texto {
    font-weight: 300;
    line-height: 1.2em;
    font-size: .9em;
    width: 85%;
}
.ubicacion {
    color: orange;
    font-weight: 300;
    font-style: italic;
    margin-top: 1em;
}

footer {
    font-family: sans-serif;
    font-size: .5em;
    line-height: 1.4em;
    background-color: darkgrey;
    padding: .5em;
}