.font {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
    margin: 0;
    background-color: rgb(38, 43, 54);
}

a {
    text-decoration: none;
}

.container {
    width: 90%;
    margin: 0 auto;
    background-color: rgb(148, 143, 202);
}

header {
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 205px;
}

footer {
    background-color: rgb(148, 143, 202);
    padding: 20px;
}

.footertxt {
    background-color: #f16529;
    color: rgb(216, 213, 247);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    margin: auto;
    width: 30%;
}

nav {
    width: 20%;
    float: left;
}

#content {
    width: 78%;
    float: right;
    padding: 0 1%;
}

#home {
    text-align: center;
    padding-top: 40px;
}

.cb {
    clear: both;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

nav ul li {
    text-align: center;
    color: rgb(16, 10, 83);
    font-weight: bold;
    padding: 18px 0;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 3px;
    border-radius: 20px;
    border: solid 2px rgb(78, 69, 168);
    background-color: rgb(189, 184, 241);
}

nav ul li:hover {
    color: rgb(16, 10, 83);
    border: solid 2px rgb(78, 69, 168);
    background-color: rgb(240, 240, 255);
}

.txt-center {
    text-align: center;
}

.tag {
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.txt-azul {
    color: blue;
}

.caja {
    width: 200px;
    height: 100px;
    background-color: rgb(93, 93, 192);
}

ul.customdesorden li {
    list-style-type: square;
}

ul.customdesorden li li {
    list-style-type: disc;
}

ul.customdesorden li li li {
    list-style-type: circle;
}

/* ------------------------------------------------- */
ol.customorden li {
    list-style-type: upper-alpha;
}

ol.customorden li li {
    list-style-type: upper-roman;
}

ol.customorden li li li {
    list-style-type: decimal;
}

/* ------------------------------------------------- */
ol.customimg li li {
    list-style-image: url(../img/heart.png);
}

ol.customimg li li li {
    list-style-type: upper-alpha;
    list-style-image: none;
}

/* ------------------------------------------------- */
dt {
    color: blue;
    font-size: x-large;
    font-weight: 1000;
}

table {
    margin: 0 auto;
}

table.theader {
    margin: 0 auto;
}

table.theader th {
    background-color: rgb(7, 7, 78);
    color: rgb(221, 250, 250);
    font-size: 24px;
}

table.theader td {
    background-color: rgb(221, 250, 250);
    color: rgb(7, 7, 78);
}

table.striped tr:nth-child(even) {
    background-color: rgb(173, 250, 224);
}

table.striped tr:nth-child(odd) {
    background-color: rgb(173, 193, 250);
}

.prog {
    background-color: yellow;
}

.bdd {
    background-color: aqua;
}

.sisi {
    background-color: green;
}

.lmsg {
    background-color: blue;
    color: rgb(223, 223, 223);
}

.fol {
    background-color: violet;
}

.ende {
    background-color: rgb(182, 39, 39);
}

.ing {
    background-color: greenyellow;
}

.no-asig {
    background-color: gainsboro;
}

form.registro {
    width: 42%;
    background-color: rgb(240, 240, 255);
    padding: 10px;
}

#form-html5 form {
    width: 50%;
    background-color: rgb(240, 240, 255);
    margin: 0 auto;
    padding: 10px;
}

#textRango {
    width: 25px;
    text-align: center;
}

#selectMultiple {
    margin-bottom: 10px;
}