body {
  background: #C0C0C0 url(../images/gifs/fondo/fondo.gif) fixed;
  color: #9300FF;
  font-family: 'kanit'; }

nav {
  background-color: #6E91B7; }


.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
  cursor: default; }

.MxText {
  background-color: #EBF3FB; }

.MxFondo {
  background-color: #6E91B7; }

.nav-link > * {
  color: red !important; }

.encabezado {
  background: #6E91B7;
  text-align: center;
  display: flex;
  background-image: linear-gradient(red, blue);
  justify-content: center; }

.img {
  text-align: left;
  margin: 10px auto;
  display: block; }

.Mxfirma {
  font-size: 64px;
  text-align: center;
  font-family: 'Shadows Into Light', cursive; }

#calendar {
  max-width: 900px;
  margin: 0 auto; }

.MxContainer {
  text-align: middle;
  /* border: 1px solid red; */ }

  @media screen and (max-width: 600px) {
    .ocultar{
      display:none;
    }
  }
  @media screen and (min-width: 600px) {
    .mostrar{
      display:none;
    }
  }

  .text-black {
    color: black;
  }