section #secciones-menu a {
    padding: 5px 15px;    
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.2s;
}
section #secciones-menu a:hover {
    padding-left: 20px;
}
section #secciones-menu a + a {
    margin-top: 2px;
}
section #secciones-menu .secciones-menu-act {
    border: 1px solid #7daed3;
}
section #secciones-menu .secciones-menu-act:hover {
    padding-left: 15px;
}
section h2 {
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
section ol,
section ul {
    margin-left: 20px;
}
section hr {
    border-color: #ccc;
}
section select {
    margin-bottom: 20px;
}

#escuela-escuela #escuela-bottom {
    margin-left: -10px;
    margin-right: -10px;
}
#escuela-escuela #escuela-bottom > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    text-align: center;
}

#escuela-ctecnico #escuela-middle .row + .row {
    margin-top: 30px;
}

#escuela-tarifas #escuela-middle img,
#escuela-horarios #escuela-middle img{
    margin-bottom: 20px;
}

#escuela-horarios .table tr th:first-of-type,
#escuela-horarios .table tr td:first-of-type {
    white-space: nowrap;
}
#escuela-horarios .table tr th + th,
#escuela-horarios .table tr td + td {
    text-align: center;
}
#escuela-middle .table tr th,
#escuela-middle .table tr td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#escuela-middle .table tr td {
    vertical-align: middle;
}