html
{
  font-family: GillSans, Calibri, Trebuchet, sans-serif;
}
body
{
  background-color: #EAF0CE;
}
p
{
  font-size: 1.1em;
}
.bredes
{
  width: 5em;
  cursor: pointer;
}
.bredes:hover
{
  opacity: 0.8;
}
.justify-align
{
  text-align: justify;
}
.bienvenida p
{
  margin: 3px;
}
nav
{
  background-color: #282F44;
}
.bienvenida
{
  margin: 0;
}
.divisor
{
  height: 25px;
}
.collection
{
  margin: 0;
  border: none;
  border-radius: 0;
}
.activo:hover
{
  background-color: #242a3d !important;
}
.activo
{
  background-color: #282F44 !important;
  border-top: solid 1px #22283a;
}
.pos1
{
  background-color: #3f4a6b !important;
}
.pos2
{
  background-color: #3e4969 !important;
}
.inactivo:hover
{
  background-color: #282F44 !important;
}
.collection a
{
  color: white !important;
  padding: 1.5em !important;
  border: 0 !important;
}
.card-image img
{
  width: 10em !important;
}
.horizontal
{
  cursor: pointer;
}
.horizontal:hover
{
  box-shadow: 1px 1px 30px -10px black;
}
footer
{
  background-color: #EAF0CE !important;
}
.footer-copyright
{
  background-color: #282F44 !important;
}
.cuadro
{
  background-color: rgb(250, 250, 250);
  padding: 1em;
  margin: 1em;
  border-radius: 1em;
}
.cuadro img
{
  width: 100px;
}
.cuadro-cat
{
  background-color: rgb(250, 250, 250);
  padding: 1em;
  margin: 1em;
  border-radius: 1em;
}
.cuadro-cat img
{
  width: 75%;
  box-shadow: 0px 5px 15px -12px black;
}
.scuadro
{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em 1em 2em 1em;
  margin: 0.7em;
  border-radius: 2em;
}
.slider1
{
  background-image: url("../imagenes/libro1.jpg");
  background-size: 100%;
}
.slider2
{
  background-image: url("../imagenes/libro2.jpg");
  background-size: 100%;
}
.slider3
{
  background-image: url("../imagenes/libro3.jpg");
  background-size: 100%;
}
.slider4
{
  background-image: url("../imagenes/libro4.jpg");
  background-size: 100%;
}
.top img
{
  width: 500px;
}
.top p
{
  margin: 0;

}
.carousel
{
  height: 250px !important;
}
.cuadro-pdf
{
  background-color: rgb(250, 250, 250);
  padding: 1em;
  margin: 1em;
  border-radius: 1em;
  cursor: pointer;
}
.cuadro-pdf:hover
{
  background-color: rgb(190, 191, 163);
}
.cuadro-pdf img
{
  width: 90px;
  padding-top: 20px;
}
.modConcurso p
{
  padding: 2em;
  border-radius: 40px;
  font-size: 12pt;
  cursor: pointer;
  background-color: #eceff1;
}
.modConcurso p:hover
{
  background-color: #e0e9ef !important;
}
.modConcurso2 p
{
  padding: 28px;
  font-size: 1em;
  cursor: pointer;
  background-color: #282f44;
  color: white;
}
.modConcurso2 p:hover
{
  background-color: #22283b !important;
}