@font-face {
  font-family: "Muli";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Muli-regular/Muli-regular.eot");
  src: url("../fonts/Muli-regular/Muli-regular.eot?#iefix")
      format("embedded-opentype"),
    local("Muli"), local("Muli-regular"),
    url("../fonts/Muli-regular/Muli-regular.woff2") format("woff2"),
    url("../fonts/Muli-regular/Muli-regular.woff") format("woff"),
    url("../fonts/Muli-regular/Muli-regular.ttf") format("truetype"),
    url("../fonts/Muli-regular/Muli-regular.svg#Muli") format("svg");
}

body {
  padding-top: 60px;
  padding-bottom: 40px;
  /*  font-family: 'Muli', sans-serif;
    background-color: black;
    color:lightgoldenrodyellow; */
}

.modal-content {
  /*  background-color: navy;
        color:lightgoldenrodyellow;*/
}

.jumbotron {
  /*      background-color: black;
    color:lightgoldenrodyellow;*/
}

.yupii-widget {
  /* color: black; */
}

.navbar-default {
  /* background-color: #243549;
  color: white;
  border-bottom: 10px solid #a59b62;*/
}

.navbar-default .navbar-text {
  /* color: white; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: 'Muli', sans-serif; */
}

.contenido {
  /* --background-color: white;*/
}

th {
  font-size: small;
}

td {
  font-size: small;
}

#escondido {
  padding: 15px;
}

.modal-dialog {
  width: 60%;
  left: 10%;
}

.bootbox-body {
  font-size: 15px;
}

.panel-group .panel {
  margin-bottom: 2px;
}

.btnmatricula {
  line-height: 1;
}

#tablaalumnos td {
  padding: 3px;
}

#copiartablaalumnos {
  padding: 1px 5px;
  margin-right: 5px;
}

#tabladistrib th,
#tabladistrib td {
  font-size: 10px !important;
}

.preguntadelistareporte {
  display: inline;
  cursor: pointer;
  margin: 1px;
  min-width: 9%;
  background-color: chocolate;
  text-align: center;
  font-size: 12px;
  padding: 2px 4px;
  color: white;
}
.escorrecta {
  color: green;
  background-color: yellow;
}

/*Hover css*/
.navbar-default {
  /*  background-color: #243549;
  color: white; */
}

/*preguntas css*/
.preguntadelista a:hover {
  text-decoration: none;
  color: #d2c683;
}
.preguntadelista,
.grispregunta {
  background-color: #444;
  color: #fff;
}
.preguntadelista {
  display: inline;
  margin: 1px !important;
  width: 13.69%;
  text-align: center;
  font-size: 18px;
  padding: 2px 0px;
  border-radius: 10px;
}

.preguntaactual {
  background-color: #5680b1 !important;
  color: #fff;
}
.resuelta {
  background-color: #3e864a;
  color: #fff;
}
