/*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 ; }

body{ font-family:"SoberanaSans";
	}
div, html, body, p, a, form, img, table, td, h1, h2, h3, h4, h5, h6, blockquote, header, section, footer, aside, nav, article, figure, figcaption, dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/*ul, li {
	list-style: none;
}*/
.texto12
{
  font-size: 12px;
}
.minitabla
{
  font-size: 11px;
}
.pond
{
  font-size: 10px;
}
.cajita
{
  width: 70px;
}
.cajita2
{
  width: 100px;
  font-size: 12px;
}
/*Encabezado*/

.encabezado{
	padding-top:2%;
	text-align:right;
	color:#666}

.tecnm_gris{
  float: left;
  width: 256px;
  height: 120px;
  background:url(../logos/tecnm-gris.png) no-repeat left;
  background-size: 256px;
	}	
.tecnm_azul{
  float: left;
  width: 259px;
  height: 120px;
  background:url(../logos/tecnm-azul.png) no-repeat center;
  background-size: 259px;
  } 
.preview-pdf-modal .modal-body{
  width:700px;
  height:400px;
}

.preview-pdf-modal .bootbox-body, .preview-pdf-file{
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tecnm_gris{
    float: left;
    width: 150px;
    height: 70px;
    background:url(../logos/tecnm-gris.png) no-repeat left;
    background-size: 150px;
    margin-left: -5px;
    } 
  .tecnm_azul{
    float: left;
    width: 162px;
    height: 75px;
    background:url(../logos/tecnm-azul.png) no-repeat left top;
    background-size: 162px;
    padding: 0px;
    margin-left: -25px;
    }
    .encabezado h4,h5,h6{
      text-align: center;
      line-height: 0.9;
    }   
    .encabezado h4 {
      font-size: 12px;
    }
    .encabezado h5 {
      font-size: 11px;
    } 
}

@media only screen and (min-width: 481px) and (max-width: 740px){
  .tecnm_gris{
    float: left;
    width: 256px;
    height: 120px;
    background:url(../logos/tecnm-gris.png) no-repeat left;
    background-size: 256px;
    } 
  .tecnm_azul{
    float: left;
    width: 259px;
    height: 120px;
    background:url(../logos/tecnm-azul.png) no-repeat center top;
    background-size: 259px;
    }
    .encabezado{
      text-align: center;
      line-height: 1.2;
    }     
}

@media only screen and (min-width: 741px) and (max-width: 767px){
    .tecnm_gris{
    float: left;
    width: 213px;
    height: 100px;
    background:url(../logos/tecnm-gris.png) no-repeat left;
    background-size: 213px;
    } 
    .tecnm_azul{
    float: left;
    width: 216px;
    height: 100px;
    background:url(../logos/tecnm-azul.png) no-repeat center top;
    background-size: 216px;
    }
    .encabezado{
      text-align: center;
      line-height: 1.2;
    }  
    .encabezado h4{
    font-size: 13px;
    }
    .encabezado h5{
    font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .tecnm_gris{
    float: left;
    width: 213px;
    height: 100px;
    background:url(../logos/tecnm-gris.png) no-repeat left;
    background-size: 213px;
    } 
    .tecnm_azul{
    float: left;
    width: 216px;
    height: 100px;
    background:url(../logos/tecnm-azul.png) no-repeat center top;
    background-size: 216px;
    }


    .encabezado{
    text-align: right;
    line-height: 1.2;
    }  
    .encabezado h4{
    font-size: 11px;
    }
    .encabezado h5{
    font-size: 10px;
    }
}

/*Barra de navegacion(layouts)*/
.navbar-default.tecnm-navbar
{
    min-height: 40px;
    background-color: #fafafa;
    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: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

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

.footer .logo-pie-pagina {
  height: 63px;
  width: 150px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);

  -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(0);
  -webkit-filter: grayscale(0);
}
/* footer */
	/* social block */
.social_block {
	position: relative;
	min-height: 44px;
	border-bottom: 1px solid #fff;
	background: #666;
	margin-top: 30px;
}
.social_block:after {
	content: '';
	display: block;
	width: 100%;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	/*background: url(../images/social/social_bg.png) center top no-repeat;*/
}
.social_block:before {
	content: '';
	display: block;
	width: 100%;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../logos/social_shadow.png) center top no-repeat;
}
.social_block .wraper {
	z-index: 2;
}
.social_block p {
	color: #fff;
	line-height: 44px;
	padding-left: 0;
}
.social_block p:after {
	content: '';
	padding-right: 12px;
	background: url(../images/sprite.png) 6px -10px no-repeat;
}
.social_block ul {
    position: absolute;
    top: 0;
    right: 80px;
    border-left-style: outset;
    border-left-color: rgb(76, 175, 80);
    border-right-style: outset;
    border-right-color: yellow;
}
.social_block ul li {
	float: left;
	min-height: 44px;
	/*font: bold 14px/44px 'Soberana Sans';*/
}
.social_block ul li a, .social_block ul li a:visited {
	color: #fff;
	display: block;
	float: left;
	position: relative;
	padding: 0 16px 0 46px;
}
.social_block ul li a:before {
	content: '';
	background: url(../images/sprite.png) 0 -31px no-repeat;
	z-index: 2;
	position: absolute;
	top: 8px;
	left: 16px;
	display: block;
	width: 22px;
	height: 26px;
}
.social_block ul li.facebook a:before {
	background-position: 0 -31px;
}
.social_block ul li.twitter a:before {
	background-position: -36px -31px;
}
.social_block ul li.linkedin a:before {
	background-position: -73px -31px;
}
.social_block ul li.rss a:before {
	background-position: -110px -31px;
}
.social_block ul li.dribbble a:before {
	background-position: -147px -31px;
}
.social_block ul li.google a:before {
	background-position: -184px -31px;
}
.social_block ul li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 44px;
	width: 100%;
	background: url(../logos/white_dot.png);
}
.social_block ul li:hover a:after {
	display: none;
}
.footer {
	background: #f6f3f3;
	border-bottom: 5px solid #fff;
	padding: 35px 0;
}
.footer footer h3 {
	font-size: 14px;
	color: #434242;
	padding: 8px 0 26px 0;
	position: relative;
}
.footer footer h3:before {
	content: '';
	height: 5px;
	background: #d9d6d7;
	border-bottom: 1px solid #e4e2e2;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 15px;
	right: 0;
	width: 100%;
}
.footer footer h3 span {
	padding-right: 8px;
	background: #f6f3f3;
	position: relative;
	z-index: 2;
}
.footer footer p {
	padding-bottom: 11px;
}
/* bottom about */
.footer footer .bottom_about {
	float: left;
	width: 212px;
	padding: 0 33px 0 0;
}
/*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;
}

/*Otros*/
.scrollup
{
    width:60px;
    height:60px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url(../logos/up.png) no-repeat;
}
