 .lengua {
          background-color: #ffcc66;
          text-align: center;
        }
        .ingles {
          background-color: yellow;
          text-align: center;
        }
        .fisica {
          background-color: red;
          text-align: center;
        }
        .mate {
          background-color: #ffcc99;
          text-align: center;
        }
        .biologia {
          background-color: #ff6600;
          text-align: center;
        }
        .historia {
          background-color: #ffff66;
          text-align: center;
        }
        .progra {
          background-color: black;
          color: white;
          text-align: center;
        }
        .edu {
          background-color: #ffcc00;
          text-align: center;
        }
        .tuto {
          background-color: #ff9900;
          text-align: center;
        }
        .tic {
          background-color: #990000;
          text-align: center;
        }
        .valo {
          background-color: #993300;
          text-align: center;
        }
        .dia {
          text-align: center;
        }
        .recreo {
          text-align: center;
        }
        p {
          font-weight: bold;
          text-align: left;
          text-decoration: underline;
        }