body{
    background-image:url("../imagenes/bg.jpg");
    background-repeat:repeat;
    font-family: 'Muli', sans-serif;
}

#informacion {
    width: 960px;
    background-color: #ffe200;
    background-color: rgba(255, 254, 250, 0.76);
    padding: 2.5rem;
}

#sitemap {
    width: 960px;
    background-color: #ffe200;
    padding: 2.5rem;
}

h1 {
    font-size: 2.5rem;
    color: red;
}

nav ul li {
    width: 10rem;
    padding: 0.5rem;
    display: inline;
    margin: 2rem;
    text-decoration: none;
}

nav ul a {
    color: black;
    text-decoration: none;
}

nav ul a:hover {
    color: red;
}

#pagina {
    margin: auto;
    width: 960px;
    text-align: center;
}

.button_selected{
    background-color: white;
}

.subject_item {
    text-decoration: none;
    margin-bottom: 0.5rem;
}


.subject_name{
    text-decoration: underline;
}

.subject_teachers{
    font-style: italic;
}

.foto{
    height: 90px;
    border: 8px solid rgba(255, 254, 250, 0.76)
}

.sitemap_list{
    text-align: left;
}