*{
    font-size: 4;
    font-family: Verdana;
}

#table{
    width: 50%;
    margin-left: 25%;
    border-style: outset;
}

#table tr,td{
    border-style: outset;
}

body{
    text-align: center;
}
.horario{
    font-weight: bold;
}
.asignatura{
    text-decoration: underline;
    color: blue;
}

.ASO{
    background-color: lightblue;
}

.IWB{
    background-color: lightgreen;
}

.SGD{
    background-color: lightpink;
}

.SRI{
    background-color: violet;
}

.ABD{
    background-color: burlywood;
}

.EIE{
    background-color: lightyellow;
}