/*Fuentes oficiales*/
@font-face { font-family: SoberanaTitular;
             src: url(../fonts/SoberanaTitular-Regular.otf);
             font-weight: normal;}
@font-face { font-family: SoberanaTitularBold;
             src: url(../fonts/SoberanaTitular-Bold.otf);
             font-weight: normal;}
@font-face { font-family: SoberanaSans;
             src: url(../fonts/SoberanaSans-Regular.otf);
             font-weight: normal;}
@font-face { font-family: SoberanaSansItalic; src: url(../fonts/SoberanaSans-Italic.otf);
             font-weight: normal;}
@font-face { font-family: SoberanaSansBold;
             src: url(../fonts/SoberanaSans-Bold.otf);
             font-weight: normal ; }
/*Barra de navegacion(layouts)*/
.navbar-default.tecnm-navbar
{
    min-height: 40px;
    background-color: rgba(27, 57, 106, 0.98);
    /*background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);*/
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    font-family: SoberanaTitularBold;
    font-size: 0.9em;
}

.navbar .nav>li>a {
    float: none;
    padding: 11px 15px 10px;
    color: #fff;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
}

/*Encabezado*/

/* .header-tecnm {
    float: center;
    height: 120px;
    background: url(../images/logos/header-tecnm1.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: 5px;
} */

/* .header .logo-sep {
    float: left;
    width: 300px;
    height: 100px;
    background: url(../images/logos/logosep.jpg) 0 0 no-repeat;
    background-size: 290px;
    margin-top: 5px;
} */

.header .titulos-enc {
    display: inline;
    position: absolute;
    top: 25px;
    right: 210px;
    text-align: center;
}

.header .titulos-enc > p:first-child {
    font-size: 2em;
    font-weight: bold;
    font-family: "SoberanaSans";
    color: #666;
}

.header .titulos-enc > p:last-child {
    font-size: 1.4em;
    font-weight: bold;
    font-family: "SoberanaSans";
    color: #666;
}
span{
font-size: 1.5vw;
}

/* .header .logo-tecnm {
    float: right;
    width: 55px;
    height: 75px;
    background: url(../images/logos/logotecnm.png) 0 0 no-repeat;
    background-size: 50px;
    margin-top: 15px;
} */

/*Pie de pagina*/
.pie-pagina {
  background: #f6f3f3;
  border-bottom: 5px solid #fff;
  padding: 35px 0;
}

.footer .logo-pie-pagina {
  width: 190px;
  height: 55px;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);

  -webkit-transition: filter 0.5s ease-in-out;
     -moz-transition: filter 0.5s ease-in-out;
      -ms-transition: filter 0.5s ease-in-out;
       -o-transition: filter 0.5s ease-in-out;
          transition: filter 0.5s ease-in-out;

  -webkit-transition: -webkit-filter 0.5s ease-in-out;
     -moz-transition: -webkit-filter 0.5s ease-in-out;
      -ms-transition: -webkit-filter 0.5s ease-in-out;
       -o-transition: -webkit-filter 0.5s ease-in-out;
          transition: -webkit-filter 0.5s ease-in-out;
}

.footer .logo-pie-pagina:hover {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
}

/*Secciones*/
.well.login-form
{
  width: 240px;
  /*height: 240px;*/
  height: auto;
  box-shadow: 0px 3px 10px 2px;
  /*background-color: #6ac36a;*/
  background-color: rgba(255,255,255,0.15);
  border: 1px solid #e6e6e6;
}

.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}