#head
{
  background-color: #012560;
}

.menu
{
  color: white;
}

.img-responsive
{
  margin: 0 auto;
}

.error
{
  font-size: 12px;
  color: red;
}

#header
{
  height: 150px;

}

#unam
{
  height: 110px;
  padding-left: 30px;
}

#pues
{
  height: 150px;
  padding: 0;
}

.nopadding
{
  padding: 0 !important;
  margin: 0 !important;
}
/*Login*/
#login-dp
{
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: #012660;
}

#login-dp A
{
  color: white;
}

#login-dp .form-group
{
  margin-bottom: 10px;
}

.publicaciones
{
  padding: 0px;
}

.justify
{
  text-align: justify;
}

.centrar
{
  margin: 0 auto !important;
}

.azul
{
  color: rgb(15, 145, 194) !important;
}

.morado
{
  color: rgba(94, 28, 217, 0.96) !important;
}

.rosa
{
  color: rgb(196, 21, 137) !important;
}

.verde
{
  color: rgb(21, 196, 86) !important;
}

.naranja
{
  color: rgb(196, 68, 21) !important;
}

/*Evaluacion Internacionales*/
.azul2
{
  color: #3949b5;
  !important;
}

.image
{
  position: relative;
  width: 100%;
 /* for IE 6 */;
}

.posicion
{
  position: absolute;
  top: 200px;
  left: 100px;
  width: 100%;
}

.table-responsive
{
  left: 100px;
}

.verdetabla
{
  background-color: #37c73c !important;
  color: #ffffff !important;
}

.nocopy
{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #3888ff;
}
/*Oferta Educativa*/
.cambiar
{
  background-color: rgb(162, 225, 231);
}

.cambiar:hover
{
  cursor: pointer;
  background: #b9ec77;
}

.cambiar2:hover
{
  cursor: pointer;
  background: #0d185d;
}

.cambiar A:hover
{
  color: white;
}

.cambiar2 A:hover
{
  color: white;
}
/*Televisión*/
.programas:hover
{
  color: #b6288f !important;
}

.play
{
  width: 20px;
  cursor: pointer;
  text-align: center;
}

.table-fixed thead
{
  width: 97%;
}

.table-fixed tbody
{
  height: 230px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th
{
  display: block;
}

.table-fixed tbody td, .table-fixed thead > tr> th
{
  float: left;
  border-bottom-width: 0;
}
/*Diplomado*/
.pointer
{
  cursor: pointer;
}

.pointer:hover
{
  color: #012560;
}
/*Buscador de materias*/
.ui-menu-item
{
  background-color: white;
  list-style: none;
}

.ui-corner-all
{
  color: #899415;
  padding: 2px;
  padding-top: 5px;
  font-size: 17px;
}

.ui-corner-all:hover
{
  cursor: pointer;
  color: black;
}

.ui-helper-hidden-accessible
{
  display: none !important;
}

/*POP*/
.docentes
{
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  text-align: justify;
}

.proyectos
{
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
  text-align: justify;
}

.hover-proyecto
{
  background-color: #fff;
  color: #012560;
  height: 100px;
  text-align: center;
}

.hover-proyecto:hover
{
  background-color: #8cc63f;
  color: #fff;
}

.hovera
{
  text-decoration: none !important;
}



/* Styles for dialog window */
#politica
{
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog
{
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog
{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog
{
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg
{
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg
{
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg
{
  opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog
{
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog
{
  opacity: 1;
  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog
{
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg
{
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg
{
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg
{
  opacity: 0;
}




/* Estilos Responsivos */
@media(max-width:992px)
{
  #header
  {
    height: 95px;
  }

  #unam
  {
    height: 75px;
    padding-left: 30px;
  }

  #pues
  {
    height: 95px;
  }
}

@media(max-width:767px)
{
  #head
  {
    background-color: #012660;
  }

  .navbar-default .navbar-nav > li > a
  {
    color: white;
  }

  .navbar-default .navbar-nav > li > a:hover
  {
    color: #bdd100;
  }

  #login-dp
  {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: #fff;
  }

  #login-dp A
  {
    color: #012660;
  }
}

@media (max-width: @screen-xs)
{
  body
  {
    font-size: 10px;
  }
}

@media (max-width: @screen-sm)
{
  body
  {
    font-size: 14px;
  }
}
