@charset "UTF-8";
/* CSS Document *
ADMINISTRADOR DE CONTENIDOS - PLANTILLA OFICIAL
DIRECCIÓN DE TECNOLOGÍAS - MUNICIPIO DE LEÓN, GUANAJUATO
-----------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
    font-family: 'Azo Sans Bk';
    src: url('font/AzoSans-Black.eot');
    src: url('font/AzoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('font/AzoSans-Black.woff') format('woff'),
        url('font/AzoSans-Black.ttf') format('truetype'),
        url('font/AzoSans-Black.svg#AzoSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Azo Sans Lt';
    src: url('font/AzoSans-Light.eot');
    src: url('font/AzoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('font/AzoSans-Light.woff') format('woff'),
        url('font/AzoSans-Light.ttf') format('truetype'),
        url('font/AzoSans-Light.svg#AzoSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Azo Sans';
    src: url('font/AzoSans-Regular.eot');
    src: url('font/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/AzoSans-Regular.woff') format('woff'),
        url('font/AzoSans-Regular.ttf') format('truetype'),
        url('font/AzoSans-Regular.svg#AzoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('font/stroke7pixeden.eot?u58ytb');
	src:url('font/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('font/stroke7pixeden.woff?u58ytb') format('woff'),
		url('font/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('font/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');}

body {
  	margin: 0;
  	padding: 0;
	width: 100%;
	min-height: 100vh	;
	font-family: 'Azo Sans';
	background: #f5f3f1;
  	color:#606060;
	line-height:25px;
	font-size:16px;}

main#content {
	margin:0 auto;
	max-width: 1366px; }



/*--------------------------------------------
			GENERAL
----------------------------------------------*/

.sombra{
	clear: both;
	width: 100%;
	background: #fff;
	height: 4px;
	box-shadow: 0px 2px 2px 0px rgba(3, 3, 3, 0.1);}

.nota{font-family: 'Azo Sans Bk'}

#contenido{
	background: #fff;
	padding: 25px 0px 0px 0px; }

#contenedor-temas{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;}	

.modulo-destacados{
	display: -webkit-flex;
	-webkit-flex-direction: column; }

.info-destacados{
	flex: 1;
	-webkit-flex: 1;
	-webkit-order: 1;
	margin-right:0px;}	

.datos-mod{
	margin: 0 auto;
	width: 95%;
	padding: 5px;}



/*--------------------------------------------
			OPCIONES CINTILLA
----------------------------------------------*/
#cintilla{
	clear: both;
	font-family: 'Azo Sans Bk';
	color:#fff;
	width: 100%;
	height: 40px;
	padding: 10px 20px 10px 20px;
	background: url("img-v2/orla.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-color:#202c4d; }

a.link-portal{
	float: left;
	color:#fff; 
	margin-right: 25px;
	text-decoration:none;}

a.link-portal:hover {
	color:#f6a800; 
	text-decoration:none}

.aire{
	float: left;
	width: 100px;
	height: 25px;
	margin-right: 5px;}

#icon-clima{
	float:left;
	font-size:20px;
	margin-right:15px;
	font-family: 'weathericons';}	

.temperatura{ font-size: 18px;}

/*--------------------------------------------
			ENCABEZADO PRINCIPAL
----------------------------------------------*/
#encabezado{
	clear: both;
	height:117px;
	background:#fff;}

.logotipo{
	width: 140px;
	margin-left: 25px;}

a.boton-contacto{
    display: block;
    height:40px;
	line-height: 45px;
	font-size: 14px;
	font-family: 'Azo Sans Bk';
	color:#163a63;
	line-height: 40px;
    text-decoration: none;
    background:url("img-v2/contacto.svg") 0 0  no-repeat;
	background-position:left;
	background-size:25px 25px;
	padding-left: 30px;
	margin-left: 15px;
	margin-right: 25px;}

a:hover.boton-contacto{
    background-position: -30px 0;
	text-decoration:none;
	color:#f6a800;
    background:url("img-v2/contacto-roll.svg") 0 0 no-repeat;
	background-position:left;	
	background-size:25px 25px;
	padding-left: 30px;	}

/*--------------------------------------------
			SLIDER - BANNERS CAMPAÑAS
----------------------------------------------*/

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
	z-index: 0;
  background-color: #444;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;}

.slider {
  position: relative;
  width: 9999px;}

.slider:before,
.slider:after {
  display: table;
  content: ' ';}

.slider:after {
  clear: both;}

.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;}

.slider__item img {
  display: block;
  max-width: 100%;
  height: auto;}

.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;}

/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;}

.slider__switch--prev {
  left: 10px;}

.slider__switch--next {
  right: 10px;}

.slider__switch:hover {
  opacity: .85;}

.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;}

.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px 10px rgba(0,0,0,.4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */}

.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;}

.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */}

.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #f2a800;
  border-radius: 50%;
  background: transparent;}

.slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #d07b00;}

.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;}




/*--------------------------------------------
			EJE - BANDERA
----------------------------------------------*/

#bandera{
	z-index: 1000;
	position: absolute;
	top:117px;
	width:500px;
	height: 90px;
	padding: 10px;
	background: #005d9a;
	color:#fff;}

.txt-bandera{
	font-family: 'Azo Sans';
	font-weight: normal;
    font-style: normal;
	padding: 15px 10px 15px 10px;}

h1{
	margin:0px 0px 5px 0px;
	line-height: 30px;
	font-size: 25px;
	text-transform: uppercase;
	text-align: left;}


/*--------------------------------------------
			MENÚ DE TEMAS
----------------------------------------------*/
#menu-temas{
	clear: both;
	width: 100%;
	height: 320px;
	padding:0px 0px 10px 0px;
	background-color:#fff;}

#botones-calidad{
	height: 235px;
	background: #202c4d;
	margin: 0px 0px 0px 0px;
	-webkit-box-shadow: inset 0 10px 0 rgba(0,0,0,.1), 0 10px 8px rgba(0,0,0,.2); 
	-moz-box-shadow: inset 0 10px 0 rgba(0,0,0,.1), 0 10px 8px rgba(0,0,0,.2);
	box-shadow: inset 0 10px 0 rgba(0,0,0,.1), 0 10px 8px rgba(0,0,0,.2); }

a.boton-calidad{
	float: left;
    display: block;
    width:33.3%;
    height:235px;
	padding:50px 20px 0px 20px;
	font-family: 'Azo Sans Lt';
	font-size:16px;
	color:#fff;
    text-decoration: none;
	background-color:#202c4d;
	background-position:center;
	line-height:20px;
	margin-bottom:15px; }

a:hover.boton-calidad{
	height:285px;
	padding:50px 20px 0px 20px;
	text-decoration:none;
	background-color:#005d9a;} 


.ico-boton{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;}

/*--------------------------------------------
			CONTACTO - FOOTER
----------------------------------------------*/
#contacto{
	font-family: 'Azo Sans Lt';
	line-height: 20px;
	background: #163a63;
	padding: 20px 25px 20px 25px;
	color:#fff;}

h3{
	 font-family: 'Azo Sans Bk';
	font-size: 18px;
	color:#fff;
	margin: 0px 0px 5px 0px;
	font-weight: bold; }

.comentarios{
	padding: 10px;
	text-align: left;
	font-family: 'Azo Sans Lt';}

.iconos{
	width: 25px;
	height: 25px;
	margin-right: 5px;}

a.link-contact-footer{
	margin: 0 auto;
    display: block;
    width:98%;
	color:#fff;
	text-align: left;
    text-decoration: none;
    background:url("img-v2/comentarios.svg") 0 0  no-repeat;
	background-position:left;
	background-size:25px 25px;
	padding-left: 35px;}

a:hover.link-contact-footer{
    background-position: -90% 0;
	text-decoration:none;
	color:#32B1B4;
    background:url("img-v2/comentarios-roll.svg") 0 0 no-repeat;
	background-position:left;	
	background-size:25px 25px;} 

#contacto a {
	color:#fff; 
	text-decoration:none;	}

#contacto a:hover {
	color:#32B1B4; 
	text-decoration:none}


/*--------------------------------------------
			FOOTER
----------------------------------------------*/
footer{
	background: #202c4d;
	padding: 25px 20px 25px 20px;
	color:#fff;}

.info-datos {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;}

.info-datos > div {
	padding: 0px;
	margin: 0px; }

.box {	
	flex-basis:150px;
	flex-grow: 1; }

.box1 {
	flex-basis:600px;
	flex-grow: 3; }

.logo-footer{
	width: 60%; 
	text-align: center !important; }

.linea{
	background: #144a7b;
	height:1px;
	margin-top: 10px;
	margin-bottom: 10px;}

.imagen{
	width:100%;
	margin-bottom: 10px;}

.redes{
	height: 35px;
	width:125px;}

a.facebook-footer{
	float: left;
    display: block;
	width: 30px;
    height:30px;
    text-decoration: none;
    background:url("img-v2/facebook-footer.svg") 0 0  no-repeat;
	background-size:30px 30px;
	margin-right:10px;}

a:hover.facebook-footer{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img-v2/facebook-footer-roll.svg") 0 0 no-repeat;
	background-size:30px 30px;	}

a.twitter-footer{
	float: left;
    display: block;
	width: 30px;
    height:30px;
    text-decoration: none;
    background:url("img-v2/twitter-footer.svg") 0 0  no-repeat;
	background-size:30px 30px;
	margin-right:10px;}

a:hover.twitter-footer{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img-v2/twitter-footer-roll.svg") 0 0 no-repeat;
	background-size:30px 30px;	}

a.youtube-footer{
	float: left;
    display: block;
	width: 30px;
    height:30px;
    text-decoration: none;
    background:url("img-v2/youtube-footer.svg") 0 0  no-repeat;
	background-size:30px 30px;
	margin-right:10px;}

a:hover.youtube-footer{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img-v2/youtube-footer-roll.svg") 0 0 no-repeat;
	background-size:30px 30px;	}

#sub-menu{
	margin: 0 auto;
	width:100%;
	padding: 5px;
	font-family: 'Azo Sans Lt'; }

#sub-menu a{
	float: left;
    display: block;
    height:30px;
	color:#fff;
	text-align: left;
    text-decoration: none;
    background:url("img-v2/vineta-c.svg") 0 0  no-repeat;
	background-size:15px 15px;
	padding-left:20px;
	margin-left: 10px;}

#sub-menu a:hover{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img-v2/vineta-b.svg") 0 0 no-repeat;
	background-size:15px 15px;	}

.copy{
	clear: both;
	padding: 5px;
	font-family: 'Azo Sans Lt';
	text-align: center;}

a.link-aviso{
	color:#fff; 
	text-decoration:none;}

a.link-aviso:hover {
	color:#28b2b5; 
	text-decoration:none}

/*--------------------------------------------
			INFORMACIÓN DE OFICIO
----------------------------------------------*/
#info-oficio{
	background: #fff;
	padding: 95px 65px 25px 65px;}

.mod-obligacion{
	clear: both;
	height: 185px;
	padding: 20px;
	margin: 10px;
	border-radius: 5px;
	border: 1px solid #005d9a;
	font-family: 'Azo Sans Lt';}

.ico-seccion{
	float: left;
	width: 70px;
	height: 70px;
	margin-bottom: 50px;
	margin-right: 10px,}

.titulo-seccion{
	margin:0px 0px 10px 0px;
	line-height: 30px;
	font-family: 'Azo Sans Bk';
	font-size: 35px;
	color:#163a63;
	text-transform: uppercase;
	text-align: center;}

.intro{
	padding: 10px 10px 40px 10px;
	font-family: 'Azo Sans Lt';
	text-align: justify;}

.titulo-modulo{
	margin:0px 0px 10px 0px;
	font-family: 'Azo Sans Bk';
	font-size: 18px;
	color:#606060;}

a.link-modulo{ 
	line-height: 20px;
	color:#888; 
	text-decoration:none;}

a.link-modulo:hover {
	color:#163a63; 
	text-decoration:none}


/*--------------------------------------------
			SOLICITUDES DE ACCESO
----------------------------------------------*/
#solicitudes-acceso{
	clear: both;
	background: #fff;
	padding: 0px;}

#intro-solicitudes{
	height: 350px;
	background:#005c9d;
	padding: 40px 40px 40px 40px;
	text-align: justify;
	font-family: 'Azo Sans Lt';
	color:#fff;}

#menu-solicitudes{
	height: 350px;
	background:#163a63;
	padding: 40px 40px 40px 40px;
	font-family: 'Azo Sans Lt';
	color:#fff;}

.titulo-solicitudes{
	margin:0px 0px 30px 0px;
	line-height: 30px;
	font-family: 'Azo Sans Bk';
	font-size: 25px;
	text-transform: uppercase;
	text-align: left;}

a.boton-solicitud{
	margin: 0 auto;
	width: 85%;
    display: block;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Azo Sans Lt';
	color:#fff;
	font-size: 13px;
    text-decoration: none;
    background:url("img-v2/vineta-prin.svg") 0 0  no-repeat;
	background-position: top left;
	background-size:35px 35px;
	padding-left: 50px;}

a:hover.boton-solicitud{
    background-position: -30px 0;
	text-decoration:none;
	color:#ffaa00;
    background:url("img-v2/vineta-prin.svg") 0 0 no-repeat;
	background-position: top left;
	background-size:35px 35px;
	padding-left: 50px;	}

.especial-boton{
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;}

/*--------------------------------------------
			TRANSPARENCIA PRESUPUSTARIA
----------------------------------------------*/
#transparencia-presupuestaria{
	background: #fff;
	padding: 45px 40px 45px 40px;}

.titulo-presupuestaria{
	margin:0px 0px 10px 0px;
	line-height: 30px;
	font-family: 'Azo Sans Bk';
	font-size: 35px;
	color:#163a63;
	text-transform: uppercase;
	text-align: left;}

.info-presupuestaria {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;}

.info-presupuestaria > div {
	padding: 0px;
	margin: 0px; }

.box-items-1{	
	flex-basis: 400px;
	flex-grow: 3; }

.box-items-2 {
	background: #f1eeee;
	flex-basis: 200px;
	flex-grow: 1; }

.contenedor-presupuestaria{
	width: 95%;
	height: 135px;
	padding: 0px 10px 0px 10px;
	background:url("img-v2/sombra.png") center;
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 20px;
	margin: 15px;}

.dato-presupuestaria{
	float: left;
	width: 47%;
	padding: 5px;}

.ico-presupuestaria{
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 10px;}

a.link-presupuestaria{ 
	font-family: 'Azo Sans Lt';
	color:#888888; 
	text-decoration:none;}

a.link-presupuestaria:hover {
	color:#005c99; 
	text-decoration:none}

.txt-intro{
	margin: 0 auto;
	width: 90%;
	padding: 15px;
	font-family: 'Azo Sans Lt';
	color:#888888;}

.divisor{
	width:50%;
	height: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #005c9d;}

#cintilla-presupuestaria{
	background: #fff;
	padding: 15px 0px 25px 0px;
	text-align: center;}

.img-cintilla{
	width: 100%;}

/*--------------------------------------------
			MÓDULOS DESTACADOS
----------------------------------------------*/
#mod-destacados{
	clear: both;
	background: #fff;
	padding: 10px 0px 30px 0px;}

.img-modulo{
	width: 95%;
	margin:10px 15px 10px 15px; }

.tit-modulos{
	color:#163a63;
	font-family: 'Azo Sans Bk';
	font-size: 15px;
	margin-bottom: 10px;}

.widget-modulos{
	margin: 0 auto;
	width: 85%;
	padding: 10px;}

.widget-modulos ul {
	font-family: 'Azo Sans Lt';
	margin: 0;
	padding: 0px;	}

.widget-modulos li {
	list-style: none;
	clear: both;
	line-height:20px;
	padding:0px 0px 10px 0px;}
	
.widget-modulos  li a{
	color: #a4a4a4;
	text-decoration: none;
	outline: none;
	padding:0px 0px 5px 20px;
	background: url("img-v2/vineta-mod.svg") no-repeat;
	background-size:15px 15px;}

.widget-modulos li a:hover {
	text-decoration:none;
	background: url("img-v2/vineta.svg") no-repeat;
	color:#163a63;
	background-size:15px 15px;}

a.bot-ver-mas{
	float: right;
    display: block;
	color:#888;
	font-family: 'Azo Sans Bk';
	text-align: left;
	line-height: 20px;
	width: 100px;
    height:40px;
    text-decoration: none;
    background:url("img-v2/vineta-prin.svg") 0 0  no-repeat;
	background-size:18px 18px;
	background-position: left;
	padding: 10px 0px 10px 25px;
	margin: 10px 0px 10px 0px;}

a:hover.bot-ver-mas{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img-v2/vineta-prin.svg") 0 0 no-repeat;
	background-size:18px 18px;
	color:#32B1B4;
	background-position: left;
	padding: 10px 0px 10px 25p}



/*--------------------------------------------
			PLATAFORMA NACIONAL
----------------------------------------------*/
#plataforma-nacional{
	clear: both;
	background: #fff;
	padding: 10px 0px 30px 0px;}

.sombra-plataforma{
	margin: 0 auto;
	width: 50%;
	height: 40px;
	padding: 10px 10px 10px 10px;
	background:url("img-v2/sombra.png") center;
	background-repeat: no-repeat;
	background-position: bottom;}

.titulo-plataforma{
	margin:0px 0px 20px 0px;
	line-height: 35px;
	font-family: 'Azo Sans Bk';
	font-size: 30px;
	color:#163a63;
	text-transform: uppercase;
	text-align: center;}

#cintilla-plataforma{
	background: #a9c5d7;
	border-radius: 2px;
	height: 170px;
	padding: 20px 0px 20px 0px;
	margin: 85px 0px 175px 0px;}

#centrar-plataforma{
	width: 70%;
	margin: 0 auto;
	padding: 10px;}

.mod-bot-pnaciona{
	float: left;
	width:40%;
	height: 320px;
	background: #fff;
	text-align: center;
	padding: 20px;
	font-family: 'Azo Sans Lt';
	border-radius: 5px;
	margin: -70px 10px 0px 50px;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 10px 8px rgba(0,0,0,.2); 
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 10px 8px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 10px 8px rgba(0,0,0,.2);}

.txt-plataforma{
	padding: 5px 0px 5px 0px;
	text-align: left;}

.nota-plataforma{
	color:#e61d97;
	font-family: 'Azo Sans Bk';}

.mod-bot-pnaciona a{
	text-decoration: none;
	color:#606060;}


.mod-bot-pnaciona a:hover{
	text-decoration: none;
	color:#005c9d;}


/*--------------------------------------------
			RUTA DE NAVEGACIÓN
----------------------------------------------*/

#ruta{
	float: right;
	width:47%;
	background: #fff;
	text-transform: uppercase;
	text-align: right;
	padding: 15px 25px 15px 25px;
	font-size: 14px;
	font-family: 'Azo Sans Bk';
	color:#888888;
	border-bottom: 1px solid #cccccc;}

a.link-ruta{ 
	color:#888; 
	text-decoration:none;}

a.link-ruta:hover {
	color:#005c99; 
	text-decoration:none}

.nota-rut{
	color:#005c99; 
	font-family: 'Azo Sans Lt';}


/*--------------------------------------------
			QUIÉNES SOMOS
----------------------------------------------*/

.mod-contenido-a{
	clear: both;
	height: 320px;
	padding:60px 30px 60px 30px;
	background: #ebf2f7;}

#mision{
	clear: both;
	background: #fafafa;
	padding: 70px 30px 40px 30px;}

#filosofia{
	clear: both;
	background: #fff;
	padding: 60px 30px 60px 30px;}

.info-filosofia {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;}

.info-filosofia > div {
	/*padding: 0px;
	margin: 0px;*/ }

.box-filosofia {
	flex-basis: 330px;
	flex-grow: 3; }

.box-filosofia-1 {
	flex-basis: 290px;
	flex-grow: 1; }

.tit-filosofia{
	font-family: 'Azo Sans Bk';
	color:#163a63;

	font-size: 30px;}

.txt-filosofia{
	width:100%;
	font-family: 'Azo Sans Lt';
	padding: 15px 35px 25px 35px;;
	color:#163a63;
	text-align: justify;}

.ilustra-filosofia{
	width:85%;
	margin: 0 auto;}

.txt-gral{
	font-family: 'Azo Sans Lt';
	padding: 15px 15px 25px 15px;
	color:#163a63;
	text-align: justify;}

.widget-filosofia {
	margin: 10px 0px 10px 0px;
	padding: 0px;}

.widget-filosofia ul {
	margin: 0px 0px 20px 25px;
	padding: 0px;	}

.widget-filosofia li {
	font-family: 'Azo Sans Lt';
	color:#163a63;
	list-style: none;
	line-height:22px;
	padding:0px 0px 10px  35px;
	background: url("img-v2/bullet.png") no-repeat;
	background-size:20px 20px;}

/*--------------------------------------------
			ARTÍCULO
----------------------------------------------*/
.imagen-articulo{
	margin:0px 0px 0px 0px;
	width: 100%;}

.txt-articulo{
	padding:20px 50px 50px 50px;
	text-align: justify;
	font-family: 'Azo Sans Lt';
	color:#163a63;}

.tit-articulo{
	font-family: 'Azo Sans Bk';
	color:#163a63;
	text-transform: uppercase;
	font-size: 30px;}

.tit-articulo-bis{
	font-family: 'Azo Sans Bk';
	color:#163a63;
	text-transform: uppercase;
	margin: 95px 25px 10px 25px;
	font-size: 30px;}

.linea-articulo{
	height: 1px;
	background: #ccc;
	margin: 10px 0px 0px 0px;}

.txt-articulo b, .txt-articulo strong {
	font-family: 'Azo Sans Bk'!important;}

.txt-articulo ul {
	margin: 0;
	padding: 25px;	}

.txt-articulo li {
	list-style: none;
	clear: both;
	line-height:20px;
	padding:0px 0px 10px 0px;}
	
.txt-articulo li {
	color: #163a63;
	text-decoration: none;
	outline: none;
	padding:0px 0px 5px 20px;
	background: url("img-v2/mas.svg") no-repeat;
	background-size:15px 15px;}

.txt-articulo  p a, .txt-articulo  a  {
	margin: 0 auto;
    display: block;
    width:75%;
	height: 60px;
	color:#fff;
	font-size: 12px;
	font-family: 'Azo Sans Bk';
    text-decoration: none;
	line-height: 15px;
	text-align: left;
    background:url("img-v2/descarga-art.svg") 0 0  no-repeat;
	background-position:left;
	padding:20px 10px 10px 65px;}

.txt-articulo a:hover {
    background-position: -290px 0;
	text-decoration:none;
	color:#fff;
    background:url("img-v2/descarga-art-roll.svg") 0 0 no-repeat;
	background-position:left; }

a.bot-descarga{
	margin: 0 auto;
    display: block;
    width:290px;
	color:#fff;
	font-size: 12px;
	font-family: 'Azo Sans Lt';
    text-decoration: none;
	line-height: 15px;
	text-align: left;
    background:url("img-v2/descarga.svg") 0 0  no-repeat;
	background-position:left;
	padding:15px 0px 10px 45px;}

a:hover.bot-descarga{
    background-position: -290px 0;
	text-decoration:none;
    background:url("img-v2/descarga-roll.svg") 0 0 no-repeat;
	background-position:left; } 

.txt-botones{
	height: 240px;
	padding:20px 50px 50px 50px;
	text-align: justify;
	font-family: 'Azo Sans Lt';
	color:#163a63;}

a.boton-solicitud-secc{
	float: left;
	width: 31%;
	height: 255px;	
    display: block;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Azo Sans Lt';
	color:#006e67;
	border:1px dotted #006e67;
	font-size: 13px;
	text-align: left;
    text-decoration: none;
    background:url("img-v2/vineta-int.svg") 0 0  no-repeat;
	background-position:top left;
	background-size:20px 20px;
	padding:3px 15px 15px 25px;
	margin: 0px 10px 35px 0px;}

a:hover.boton-solicitud-secc{
    background-position: -30px 0;
	text-decoration:none;
	color:#32b1b4;
    background:url("img-v2/vineta-int.svg") 0 0 no-repeat;
	background-position:top  left;
	background-size:20px 20px;
	padding:3px 15px 15px 25px;
	border:1px dotted #32b1b4;}

.especial-boton-secc{
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #006e67;}

a.boton-conoce-secc{
	float: left;
	width: 31%;
	height: 255px;	
    display: block;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Azo Sans Lt';
	color:#fff;
	font-size: 13px;
	text-align: left;
    text-decoration: none;
    background:#32b1b4 url("img-v2/vineta-int.svg") 0 0  no-repeat;
	background-position: top left;
	background-size:20px 20px;
	padding:3px 15px 15px 25px;
	margin: 0px 10px 35px 0px;}

a:hover.boton-conoce-secc{
    background-position: -30px 0;
	text-decoration:none;
	color:#32b1b4;
    background:url("img-v2/vineta-int.svg") 0 0 no-repeat;
	background-position: top left;
	background-size:20px 20px;
	padding:3px 15px 15px 25px;
	border:1px dotted #32b1b4;}

a.boton-plataforma-secc{
	float: left;
	width: 30%;
	height: 255px;
    display: block;
    text-decoration: none;
	border:1px dotted #00534e;
    background:url("img-v2/plataforma-nacional-secc.png") 0 0  no-repeat;
	background-position:  center;
	background-size:200px 101px;
	padding:25px 15px 25px 50px;
	margin-right: 10px;}

a:hover.boton-plataforma-secc{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img-v2/plataforma-nacional-secc.png") 0 0 no-repeat;
	background-position: center;
	background-size:200px 101px;
	padding:25px 15px 25px 15px;
	border:1px dotted #32b1b4;}

.txt-articulo table{
	margin: 0 auto;
	width: 90%;
	color:#606060;
	font-family: 'Azo Sans Lt';
	font-size: 14px;}

.txt-articulo  table thead th {
	 font-family: 'Azo Sans Bk';
	 background: #32B1B4;
	 color:#fff;
	 text-align: center;
	text-transform: uppercase;
	 height: 40px;
	 padding: 5px;}

.txt-articulo tbody td {
	height:40px;
	padding:5px;
	text-align: center;
	border: 1px solid #eee;}

.txt-articulo tbody th {
	height:40px;
	padding:5px;
	border: 1px solid #eee;}

.espacio-articulo{
	clear: both;
	padding: 35px 0px 35px 0px;}



/*--------------------------------------------
			CONTACTO
----------------------------------------------*/
#contacto-seccion{
	clear: both;
	height: 410px;
	padding: 100px 25px 100px 25px;
	background:url("img-v2/contacto.jpg") top center;
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	background-size:cover;
	background-position:left;
    background-position-y: initial; }

.txt-contacto{
	float: right;
	padding: 15px 15px 50px 15px;
	width: 70%;
	color:#888;
	font-family: 'Azo Sans Lt';}

.titulo-contacto{
	font-size: 35px;
	font-family: 'Azo Sans Bk';
	color:#7d7d7d;
	margin: 30px 0px 20px 0px;}

#mapa-contacto{
	clear: both;
	margin: 0px 0px 20px 0px;
	background: #fafafa;
	padding: 20px;}

.ico-directorio{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 5px;}

/*--------------------------------------------
			DIRECTORIO
----------------------------------------------*/

.txt-directorio{
	margin: 0 auto;
	width: 95%;
	text-align: center;
	font-family: 'Azo Sans Lt';
	padding: 70px 25px 40px 25px;}

.titulo-directorio{
	text-align: center;
	font-size: 28px;
	font-family: 'Azo Sans Bk';
	color:#7d7d7d;
	margin: 30px 0px 20px 0px;}

.linea-directorio{
	background: #ccc;
	height:1px;
	margin-top: 20px;
	margin-bottom:20px;}

#nivel-titulares{
	margin: 130px 0px 20px 0px;}

.integrante{
	width: 50%;
	margin: 0 auto;
	font-family: 'Azo Sans Lt';
	color:#7d7d7d;
	background:#f5f3f1;
	padding: 10px;
	border-radius: 15px;}

.integrante-bis{
	width:85%;
	margin: 0 auto;
	font-family: 'Azo Sans Lt';
	color:#7d7d7d;
	background:#f5f3f1;
	padding: 10px;
	border-radius: 15px;}

.foto-integrante{
	width:200px;
	margin: 0px auto}

.imagen-integrante{
	width: 100%;
	margin: -110px 0px 10px 0px;}

.nombre{
	font-family: 'Azo Sans Bk';
	text-align: center;
	text-transform: uppercase;
	margin-top: -25px;
	margin-bottom: 5px;}

.cargo{
	font-family: 'Azo Sans Bk';
	text-align: center;
	text-transform: uppercase;
	margin-top: -10px;		
	margin-bottom: 5px;}

.datos-directorio{
	padding: 5px;
	margin: 5px 0px 5px 0px;}

.datos-directorio a{
	text-decoration: none;
	color:#7d7d7d;}

.datos-directorio a:hover{
	color:#005C9A;}

.ico-directorio{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 5px;}

/*--------------------------------------------
			INFORMACIÓN DE OFICIO
----------------------------------------------*/
#info-oficio-especial{
	height: 480px;
	margin: 20px 0px 0px 0px;
	padding: 90px 30px 560px 30px;
	background:url("img-v2/informacion-de-oficio.jpg") top center;
	background-repeat:no-repeat;
	background-color:#fff;
	background-size:cover;
	background-position:right;
    background-position-y: initial; }

.tit-obligaciones{
	color:#606060;
	font-family: 'Azo Sans Lt';
	font-size: 35px;
	margin: 10px 0px 20px 0px}

.txt-obligaciones{
	color:#888;
	width: 40%;
	font-family: 'Azo Sans Lt';
	text-transform: uppercase;}

#caja-busqueda{
	width: 65%;
	padding: 15px 15px 40px 15px;
	margin-bottom: 20px;
	text-align: center;}

.tit-busqueda{
	color:#005d9a;
	font-family: 'Azo Sans';
	font-size: 20px;
	margin: 20px 0px 20px 0px;
	text-transform:uppercase;
	text-align: center;}

.campo-buscar{
	width:98%;
	margin-bottom: 15px;
	font-family: 'Azo Sans Lt';
	height: 45px;
	padding: 15px 0px 15px 0px;
	background: transparent;
	color:#888;
	font-size: 14px;
	text-transform: uppercase;
	border: 0px;
	border-bottom: 1px solid #ccc;}

.campo-buscar::placeholder {
	color:#888;
	font-size: 14px;}

option{ background: #e2e2e2;
}

.campo-buscar-bis{
	float: left;
	width:45%;
	margin: 10px 0px 30px 10px;
	font-family: 'Azo Sans Lt';
	height: 45px;
	padding: 15px 0px 15px 0px;
	background: transparent;
	color:#888;
	font-size: 14px;
	text-transform: uppercase;
	border: 0px;
	border-bottom: 1px solid #ccc;}

.centrar{
	padding: 10px 0px 10px 0px;
	text-align: center;}

.buscar{
	width:120px;
	height:45px;
	color:#fff;
	border:0px;
	font-size: 14px;
	background: #606060;
	font-family: 'Azo Sans Bk';}

a.borrar{
	float: right;
	width: 35px;
	height: 35px;
	line-height: 45px;
    display: block;
	font-size: 14px;
	font-family: 'Azo Sans Bk';
	color:#fff;
	background: #005d9a;
    text-decoration: none;
	margin: 5px; }

a:hover.borrar{
    background-position: -120px 0;
	text-decoration:none;
	background: #32B1B4;
	color:#fff;}

/*--------------------------------------------
			OBLIGACIONES COMUNES
----------------------------------------------*/
#obligaciones-comunes{
	background:#006d67;
	color:#fff;
	padding: 25px 30px 25px 30px;
	margin: 0px;}

.tit-obligaciones-secc{
	color:#fff;
	text-align: center;
	font-family: 'Azo Sans Bk';
	font-size: 25px;}

.txt-obligaciones-secc{
	margin: 0 auto;
	width: 85%;
	font-family: 'Azo Sans Lt';
	color:#fff;
	text-align: center;
	padding: 10px;}

#items-obligaciones{
	padding: 35px 30px 35px 30px;}

#items-obligaciones a{
    display: block;
	padding:5px 5px 5px 5px;
	line-height: 18px;
	font-size: 14px;
	font-family: 'Azo Sans Lt';
	color:#006d67;
    text-decoration: none;
	border-radius:10px;
    background:#fff;
	margin-bottom: 10px;}

#items-obligaciones a:hover{
    background-position: -30px 0;
	text-decoration:none;
	color:#163a63;
    background:#f3f3f3; }

.icono-bot{
	float: left;
	height: 70px;
	font-size: 35px;
	margin-right: 15px;}

/*--------------------------------------------
			MOBLIGACIONES ESPECÍFICAS
----------------------------------------------*/
#obligaciones-especificas{
	background:#005c99;
	color:#fff;
	padding: 25px 30px 25px 30px;
	margin: 0px}

.tit-comunes{
	color:#fff;
	font-family: 'Azo Sans Bk';
	font-size: 25px;}

.ilustra-comunes{
	float: left;
	width: 25%;
	margin: -50px 0px 0px 0px;}

#menu-especificas{
	background:#eaf3fc;
	color:#fff;
	padding: 70px 30px 55px 30px;
	margin: 0px;}

.widget-especificas{
	margin: 0 auto;
	width: 90%;
	padding: 10px;}

.widget-especificas ul {
	font-family: 'Azo Sans Lt';
	margin: 0;
	padding: 0px;	}

.widget-especificas li {
	list-style: none;
	clear: both;
	line-height:20px;
	padding:0px 0px 10px 0px;}
	
.widget-especificas  li a{
	color: #888888;
	text-decoration: none;
	outline: none;
	padding:0px 0px 5px 40px;
	background: url("img-v2/vineta-esp.svg") no-repeat;
	background-position:center left;
	background-size:35px 35px;}

.widget-especificas li a:hover {
	text-decoration:none;
	background: url("img-v2/vineta-esp-roll.svg") no-repeat;
	color:#163a63;
	background-position:center left;
	background-size:35px 35px;}

/*--------------------------------------------
			OBLIGACIONES FIDEICOMISOS
----------------------------------------------*/
#obligaciones-fideicomisos{
	clear: both;
	height: 480px;
	padding: 120px 45px 50px 45px;
	background:url("img-v2/fideicomisos.jpg") top center;
	background-repeat:no-repeat;
	background-color:#9fc8db;
	background-size:cover;
	background-position:left;
    background-position-y: initial; }

.txt-fideicomisos{
	float: right;
	width: 60%;
	padding: 10px;
	font-family: 'Azo Sans Lt';
	color:#005d9a;}

.tit-fideicomisos{
	color:#005d9a;
	font-family: 'Azo Sans Bk';
	font-size: 25px;
	margin-bottom: 25px;}

#menu-fideicomisos{
	background: #f5f3f1;
	padding: 40px 30px 40px 30px;}

a.item-fideicomiso{
	margin: 0 auto;
    display: block;
	border-top-right-radius: 25px;
	border:1px dotted #202c4d;
    background:url("img-v2/vineta-fideicomisos.png") 0 0  no-repeat;
	background-position:center top;
	background-size: 30px 30px;
    width:95%;
	height: 150px;
	color:#202c4d;
	font-size: 14px;
	font-family: 'Azo Sans Lt';
    text-decoration: none;
	line-height: 15px;
	text-align: left;
	padding:55px 15px 25px 15px;}

a:hover.item-fideicomiso{
    background-position: -290px 0;
    background:url("img-v2/vineta-fideicomisos-roll.png") 0 0  no-repeat;
	background-position:center top;
	background-size: 30px 30px;
	border:1px dotted #009ed9;
	color:#6caec7;
	text-decoration:none;} 

.ico-fidei{
	width: 35px;
	height: 35px;
	margin: -30px 0px 0px 0px; }

.espacio-fideicomiso{
	clear: both;
	padding: 15px 0px 15px 0px;}


/*--------------------------------------------
			EXPEDIENTES CLASIFICADOS
----------------------------------------------*/

#expedientes-clasificados{
	background: #ffffff;
	padding: 40px 30px 40px 30px;}

.tit-clasificados{
	color:#009ed9;
	font-family: 'Azo Sans Bk';
	font-size: 25px;
	margin-bottom: 25px;}

.txt-clasificados{
	padding: 10px;
	line-height: 20px;
	font-family: 'Azo Sans Lt';
	color:#005d9a;}

.ilustra-clasificados{
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding: 10px;}

.img-exp{
	width: 85%;
	margin: -110px 0px 20px 0px;}

a.indice-exp{
	margin: 0 auto;
	width: 60%;
    display: block;
	border-radius: 5px;
	border: 1px solid #888;
    background:url("img-v2/exp-clasidicado.png") 0 0  no-repeat;
	background-size:80px 67px;
	background-position: center left;
	padding: 20px 20px 20px 100px;
	text-decoration: none;
	font-size: 15px;
	color:#888888;
	text-align: left;
	font-family: 'Azo Sans Lt';}

a:hover.indice-exp{
    background-position: -120px 0;
    background:url("img-v2/exp-clasidicado.png") 0 0  no-repeat;
	background-size:80px 67px;
	background-position: center left;
	border: 1px solid #6caec7;
	padding: 20px 20px 20px 100px;
	text-decoration:none;
	color: #6caec7}

/*--------------------------------------------
			OBLIGACIÓN
----------------------------------------------*/

#obligacion-detalle{
	background: #ffffff;
	padding: 120px 30px 40px 30px;}

.tit-obligacion-item{
	color:#888;
	font-family: 'Azo Sans Lt';
	font-size: 30px;
	margin-bottom: 10px;}

.sub-tit-obligacion{
	color:#005d9a;
	font-family: 'Azo Sans Bk';
	font-size: 25px;
	margin: 0px 0px 10px 0px;}

.ico-item{
	font-size: 40px;
	margin-bottom: 10px;}

.descripcion-obligacion{
	padding: 10px;
	text-align: justify;
	font-family: 'Azo Sans Lt';
	color:#888;}

#busqueda-obligacion{
	background: #F5F5F5;
	padding: 10px 30px 10px 30px;}

#caja-busqueda-item{
	margin: 0 auto;
	width: 70%;
	padding: 10px;}

.tit-caja{
	color:#005d9a;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: 'Azo Sans Bk';
	text-transform: uppercase;
	text-align: center;}

#tabla-obligaciooes {
	margin: 0 auto;
	width: 100%;
	padding: 35px 0px 20px 0px; }

#tabla-cuenta-publica {
	margin: 0 auto;
	width: 100%;
	padding: 35px 0px 20px 0px; }

table{
	width: 100%;
	font-family: 'Azo Sans Lt';
	font-size: 14px;}

tbody td {
	height:auto;
	padding:5px 5px;
	text-align: center;
	border-bottom: 1px solid #dbdfe9;}

tbody th {
	height:auto;
	padding:8px 8px;
	border-bottom: 1px solid #eee;}

#tabla-obligaciooes  table thead th {
	 cursor: pointer;
	 font-family: 'Azo Sans Bk';
	 background: #003766;
	 color:#fff;
	 text-align: center;
	 height: 45px;
	 padding: 4px;}

#tabla-obligaciooes  table td { text-align: left;}

#tabla-obligaciooes table thead th.nosort {
      cursor: initial;}

#tabla-cuenta-publica  table thead th {
	 cursor: pointer;
	 font-family: 'Azo Sans Bk';
	 background: #003766;
	 color:#fff;
	 text-align: center;
	 height: 45px;
	 padding: 4px;}

#tabla-cuenta-publica  table td { text-align: left;}

#tabla-cuenta-publica table thead th.nosort {
      cursor: initial;}

.table_sortable thead th:after {
	display: inline-block;
	padding: 0 .25rem;
	color:#f6a800;}

.table_sortable thead th.desc:after {
	content: '↑'; }

 .table_sortable thead th.asc:after {
	 content: '↓';}
	  
.table_sortable td {
	text-align: left; }

#paginacion{
	margin: 0 auto;
    width: 850px;
	/*width: 80%;*/
	font-family: 'Azo Sans Bk';
    height: 40px;
   /* padding: 35px 0px 55px 0px;*/
	 padding: 15px 0px 55px 0px;}

a.bot-pag-next{
	float: left;
    display: block;
    width:35px;
    height:35px;
    text-decoration: none;
    background:url("img-v2/next-page.svg") 0 0  no-repeat;
	line-height:35px;
	margin:4px;}

a:hover.bot-pag-next{
    background-position: -35px 0;
	text-decoration:none;
    background:url("img-v2/next-page-roll.svg") 0 0 no-repeat;} 		

a.bot-pag-back{
	float: left;
    display: block;
    width:35px;
    height:35px;
    text-decoration: none;
    background:url("img-v2/rigth-page.svg") 0 0  no-repeat;
	line-height:35px;
	margin:4px;}

a:hover.bot-pag-back{
    background-position: -35px 0;
	text-decoration:none;
    background:url("img-v2/rigth-page-roll.svg") 0 0 no-repeat;} 		

a.bot-pag{
	float: left;
    display: block;
    width:25px;
    height:25px;
	line-height: 25px;
	font-size: 13px;
    text-decoration: none;
	text-align: center;
	color:#fff;
    background:#0f1b3b;
	margin:4px;
	border-radius: 5px;}

a:hover.bot-pag{
    background-position: -25px 0;
	text-decoration:none;
    background:#fdd044;} 

span.bot-pag-activo{
	float: left;
    display: block;
    width:25px;
    height:25px;
	line-height: 25px;
	font-size: 13px;
    text-decoration: none;
	text-align: center;
	color:#fff;
    background:#0f1b3b;
	margin:4px;
	border-radius: 5px;
	background-position: -25px 0;
	text-decoration:none;
    background:#fdd044;}


.visor{
	width: 11%;
	text-align: center !important;
	padding: 5px;}

.doc-vista{
	width:30px;
	height: 30px;}


/*--------------------------------------------
			SOLICITUD DE INFORMACIÓN
----------------------------------------------*/
#solicitud-forma{
	margin: 0 auto;
	width: 95%;
	text-align: center;
	font-family: 'Azo Sans Lt';
	padding:100px 25px 40px 25px;}

.color-esp{
	font-family: 'Azo Sans Bk';
	color:#f5a700;}

.sol-campo-a{
	float: left;
	width: 50%;
	height: 60px;
	padding: 10px;
	color:#888;
	font-family: 'Azo Sans';
	text-align: left;
	margin: 10px 10px 10px 0px;}

.sol-campo-b{
	float: left;
	width: 20%;
	height: 60px;
	padding: 10px;
	color:#888;	
	font-family: 'Azo Sans';
	text-align: left;
	margin: 10px 10px 10px 0px;}

.sol-campo-c{
	float: left;
	width: 27%;
	height: 60px;
	padding: 10px;
	color:#888;	
	font-family: 'Azo Sans';
	text-align: left;
	margin: 10px 10px 10px 0px;}

.sol-campo-d{
	margin: 0 auto;
	width: 85%;
	height: 60px;
	padding: 10px;
	color:#888;	
	font-family: 'Azo Sans';
	text-align: left;}

.campo-info{
	width: 100%;
	height: 40px;
	padding: 15px;
	border-radius: 5px;
	color:#888;	
	font-family: 'Azo Sans Lt';
	border:1px solid #ccc;}

.notificaciones{
	font-family: 'Azo Sans Lt';
	line-height: 26px;
	padding: 15px;
	text-align: left;
	background: #F5F3F1;}

.det-not{
	color:#E70F13; }

.espacio-forma{
	clear: both;
	height: 320px;
	padding: 15px 0px 15px 0px;}

.mensaje-forma{
	margin: 20px 10px 20px 10px;
	width: 100%;
	height: 240px;
	font-size: 14px;
	border:1px solid #ccc;
	padding: 10px;
	color:#888;
	font-family: 'Azo Sans Lt';}

#aviso-consulta{
	margin: 0 auto;
	font-family: 'Azo Sans Lt';
	width: 50%;
	color:#606060;
	padding: 25px 5px 25px 5px;
	text-transform: uppercase;
	text-align: center}

.casilla{
	width: 20px;
	height: 20px;}

#no-soy{
	margin: 0 auto;
	font-family: 'Azo Sans Bk';
	text-transform: uppercase;
	width: 220px;
	color:#7d7d7d;
	padding: 10px 0px 10px 5px;
	text-align: center}

#no-soy{
	margin: 0 auto;
	font-family: 'Azo Sans Bk';
	text-transform: uppercase;
	width: 220px;
	color:#7d7d7d;
	padding: 10px 0px 10px 5px;
	text-align: center}

.centrar-boton{
	margin: 0 auto;	
	width: 160px;
	padding-top: 20px;
	padding-bottom: 20px;}

.enviar{
	width:150px;
	height:55px;
	border:0px;
    background:url("img-v2/enviar.svg") 0 0  no-repeat;
	background-position:center;
	baseline-shift: 100px 100px;}


/*--------------------------------------------
			SECCIÓN-TEMAS
----------------------------------------------*/
#lista-temas{
	clear: both;
	background: #fff;
	padding: 65px 25px 45px 25px;}

.txt-lista-tema{
	width: 75%;
	font-family: 'Azo Sans Lt';
	padding: 0px 5px 5px 5px;
	color:#7d7d7d;
	text-align:left;}

.items-tema{
	margin: 0 auto;
	width: 85%;
	padding: 30px 10px 20px 10px;
	color:#7d7d7d;
	font-family: 'Azo Sans Lt';}

a.boton-item{
    display: block;
	font-size: 14px;
	color:#7d7d7d;
	padding: 10px 0px 10px 0px;
    text-decoration: none;
	border-bottom: 1px dotted #ccc;}

a:hover.boton-item{
    background-position: -30px 0;
	text-decoration:none;
	color:#005c9d;}

.num-item{
	font-family: 'Azo Sans Bk';	
	padding-right: 10px;}

/*--------------------------------------------
			QUIÉNES SOMOS -SECCIÓN ESPECIAL
----------------------------------------------*/
#secc-quienes{
	margin: 0 auto;
	width: 95%;
	font-family: 'Azo Sans Lt';
	padding: 95px 25px 40px 25px;}

.secc-tit-quienes{
	margin:0px 0px 20px 0px;
	line-height: 30px;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;}

.item-quien{
	width: 98%;
	margin: 0 auto;
	color:#888;
	font-family: 'Azo Sans Lt';
	text-transform: uppercase;
	padding: 20px 10px 20px 10px;}

.img-secc{
	width: 100%;
	margin-bottom: 20px;}

.tit-quien-item{
	font-size: 20px;
	margin: 0px;
	font-family: 'Azo Sans Lt';}

.linea-secc{
	width: 90%;
	height: 2px;
	background: #ccc;
	margin-top: 10px;
	margin-bottom: 10px;}

a.link-secc{
	float: left;
	color:#888; 
	margin-right: 25px;
	text-decoration:none;}

a.link-secc:hover {
	color:#163A63; 
	text-decoration:none}


/*--------------------------------------------
			ACUSE DE RECIBO
----------------------------------------------*/
#acuse{
	clear: both;
	height: 480px;
	margin: 20px 0px 10px 0px;
	padding: 50px 45px 30px 45px;
	background:url("img-v2/acuse.jpg") top center;
	background-repeat:no-repeat;
	background-color:#edf2f8;
	background-size:cover;
	background-position:left;
    background-position-y: initial; }

.txt-mensaje{
	float: right;
	width: 70%;
	padding: 70px 20px 30px 20px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Azo Sans Lt';}

.tit-mensaje{
	color:#888;
	font-family: 'Azo Sans Bk';
	font-size: 35px;
	line-height: 38px;}


/*--------------------------------------------
			APARTADOS
----------------------------------------------*/
.ico-apartado{
	width: 32px;
	height: 32px;
	margin-right: 5px;}

.txt-campo{
	float: left;
	width: 45%;
	padding: 10px;
	margin: 0px; }

.detalle-campo{
	color:#006E67;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	margin: 0px;}

#tabla-cuenta-publica {
	margin: 0 auto;
	width: 100%;
	padding: 35px 0px 20px 0px; }

#tabla-actas {
	margin: 0 auto;
	width: 100%;
	padding: 10px 0px 20px 0px; }

#tabla-actas  table thead th {
	 cursor: pointer;
	 font-family: 'Azo Sans Bk';
	 background: #003766;
	 color:#fff;
	 text-align: center;
	 height: 45px;
	 padding: 4px;}

#tabla-actas  table td { text-align: left;}

#tabla-actas table thead th.nosort {
      cursor: initial;}

.documento{
	text-align: center!important;
	width: 6%;}

#tabla-consejos {
	margin: 0 auto;
	width: 100%;
	padding: 35px 0px 20px 0px; }

#tabla-consejos table thead th {
	 cursor: pointer;
	 font-family: 'Azo Sans Bk';
	 background: #003766;
	 color:#fff;
	 text-align: center;
	 height: 45px;
	 padding: 4px;}

#tabla-consejos table td { text-align: left;}

#tabla-consejos table thead th.nosort {
      cursor: initial;}

/*--------------------------------------------
			MENSJAE FORMULARIO
----------------------------------------------*/

.mensaje-formulario{
	width: 75%;
	padding: 10px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	font-family: 'Azo Sans Bk';
	text-transform: uppercase;
	color:#E60C10;}

.total{
	width: 99%;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	font-family: 'Azo Sans Lt';
	text-transform: uppercase;
	color:#006E67;}


/*--------------------------------------------
			MEDIA QUERY
----------------------------------------------*/

@media (max-width: 1200px) {
	a.boton-solicitud-secc{ height: 335px; font-size: 11px; line-height: 16px; }
	
	a.boton-conoce-secc{height: 335px; font-size: 11px; line-height: 16px;}
	
	a.boton-plataforma-secc{height: 335px; font-size: 11px;  line-height: 16px;}

	.ilustra-comunes{width: 35%;}	

	a.indice-exp{width: 90%;}	
	
	.sol-campo-a{width: 38%;}

	.sol-campo-b{width: 23%;}

	.sol-campo-c{width: 32%;}	
	
	
}

@media (max-width: 992px) {
	
	.navbar{ font-size: 12px;}
		
  .mobileMenu {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed;
    top: 50px;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .mobileMenu.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .mobileMenu .navbar-nav {
    overflow-y: auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;  }
	
  .overlay.open {
    display: block;
    z-index: 1029;}
	
	#bandera{width: 55%; height: 80px;}	
	
	h1{ line-height: 18px; font-size: 18px;}	 

	#info-oficio{padding: 45px 20px 25px 20px;}	
	
	.titulo-seccion{ line-height: 25px;font-size: 20px;}
	
	.titulo-solicitudes{ line-height: 25px;font-size: 22px;}	

	#intro-solicitudes{padding: 40px 20px 40px 20px;}

	#menu-solicitudes{padding: 40px 20px 40px 20px;}
	
	.titulo-presupuestaria{ line-height: 25px;font-size: 22px;}

	.titulo-plataforma{ line-height: 24px; font-size: 20px;}
	
	#centrar-plataforma{width: 85%;}
	
	.mod-bot-pnaciona{margin: -70px 10px 0px 20px;}	

	.txt-filosofia{ width:98%; padding: 15px 20px 15px 20px;}	
	
	.tit-filosofia{font-size: 22px;}
	
	#mision{padding: 70px 15px 60px 15px;}	
	
	.tit-articulo{font-size: 22px; line-height:25px; }

	.txt-articulo{padding:20px 25px 50px 25px;}	
	
	.txt-botones{padding:20px 25px 50px 25px;}	
	
	#contacto-seccion{padding: 20px 25px 50px 25px; background-position:40%}		

	.titulo-contacto{font-size: 22px;}
	
	.tit-obligaciones{font-size: 22px; line-height: 25px; }
	
	.txt-obligaciones{width: 70%;}

	.txt-obligaciones-secc{width: 100%;}	
	
	#obligaciones-especificas{ padding: 25px 10px 25px 10px;}
	
	.tit-comunes{ font-size: 18px; line-height: 20px;}

	.widget-especificas{width:100%;}
	
	#menu-especificas{ padding: 70px 15px 55px 15px;}
	
	#obligaciones-fideicomisos{padding:55px 15px 35px 15px; background-position: 24%}	
	
	.tit-fideicomisos{ font-size: 18px; line-height: 20px;}
	
	.tit-clasificados{ font-size: 18px; line-height: 20px;}

	.tit-obligacion-item{font-size: 18px; line-height: 22px;}	
	
	.sub-tit-obligacion{font-size: 16px;}		
	
	.ico-item{font-size: 28px;}
	
	#caja-busqueda-item{width: 98%;}
	
	.tit-mensaje{ font-size: 20px; line-height: 26px;}	
	
	#acuse{padding: 20px 5px 50px 25px; background-position:8%}	
	
	.txt-mensaje{width: 70%; padding: 70px 10px 30px 10px;}	
	
	
}


@media (max-width: 789px) {
	.logo-footer{ width: 22%; margin: 0 auto;}	
	
	.redes{margin: 0 auto;}
	
	.mod-obligacion{height: auto;}
	
	#centrar-plataforma{width: 98%;}
	
    ul.slider-arrow { font-size: 2.5rem;  }

    .slider-dot li { margin: 0 12px; font-size: 0.95rem;}
	
	#info-oficio-especial{background-position:75%; padding: 35px 25px 480px 25px;}

	#caja-busqueda{width: 78%;}	
			
	.tit-obligaciones-secc{ font-size: 18px;}
	
	.ilustra-comunes{width: 30%; margin: -25px 0px 50px 0px;}	
	
	
	

}


@media (max-width: 677px) {
	#contenedor-temas {-webkit-flex-direction: column; width: 100%; }
	
	#bandera{width: 100%; height: 60px;}	
	
	.slider-container {top:60px;}	

	#info-oficio{ padding:105px 15px 25px 15px;}	

	#menu-temas{height: 630px;}	
		
	footer{	padding: 25px 10px 25px 10px; }
	
	#ruta{ float:none; width:100%; margin: 30px 0px 10px 0px; font-size: 13px;}
	
	.ico-seccion{ margin-bottom: 5px; }
	
	.info-presupuestaria{-webkit-flex-direction: column; width: 100%; }
	
	.contenedor-presupuestaria{width: 100%; height:210px;}
	
	.dato-presupuestaria{ clear: both; width: 99%; 	padding: 10px 0px 30px 0px;}
	
	.mod-contenido-a{padding:60px 15px 60px 15px; ;}

	.info-filosofia {-webkit-flex-direction: column; }
	
	.ilustra-filosofia{width:55%;}

	.box-filosofia {flex-basis: 160px;}	

	#mision{padding: 210px 15px 60px 15px;}	
	
	.txt-botones{height: 500px;}	

	a.boton-solicitud-secc{float: none; width: 100%; margin-bottom: 5px; height: 175px; }
	
	a.boton-conoce-secc{float: none; width: 100%; margin-bottom: 5px; height: 175px }
	
	a.boton-plataforma-secc{float: none; width: 100%; margin-bottom: 10px; height: 175px; }

	.txt-contacto{width:90%;}	
	
	.integrante{width: 91%;}
	
	.integrante-bis{width: 85%;}	
	
	#items-obligaciones a{border-bottom: 1px dotted #ccc; margin-bottom: 10px; border-radius: 0px;}

	#items-obligaciones a:hover{border-bottom: 0px; border-radius: 5px;}
	
	.ilustra-comunes{width: 35%; margin: -20px 0px 70px 0px;}		
	
	#menu-fideicomisos{padding: 40px 15px 40px 15px;}
	
	a.item-fideicomiso{width:100%; height: 110px; }

	.img-exp{ width: 75%; margin: 0px 0px 10px 0px;}	
	
	a.indice-exp{width: 78%;}	
	
	#obligacion-detalle{padding: 30px 10px 60px 10px;}	
	
	#busqueda-obligacion{padding: 50px 15px 50px 15px;}	
	
	tr:nth-of-type(2n) {}

	tr td:first-child { }

	tr:nth-child(even) td { background-color: rgb(157, 216, 228, .3); } 	

	thead {display: none;}
		
	#tabla-obligaciooes thead {display:inherit; font-size: 9px;}
	
	tbody td { display: block; height:auto; padding:0px 0px 0px 0px;}
	
	tbody td:before { content: attr(data-th); display: block; }
	
	table.gsc-search-box tbody td  {display: table-cell;}		
	
	#tabla-obligaciooes td:nth-of-type(1):before { content: "DEPENDENCIA"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-obligaciooes td:nth-of-type(2):before { content: "AÑO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-obligaciooes td:nth-of-type(3):before { content: "PERIODO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-obligaciooes td:nth-of-type(4):before { content: "INCISO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-obligaciooes td:nth-of-type(5):before { content: "DOCUMENTO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	
	#paginacion{width: 99%;}	
	
	#solicitud-forma{padding:10px 15px 40px 15px;}

	.sol-campo-a{float: none; width: 100%; }

	.sol-campo-b{float: none; width: 100%;}

	.sol-campo-c{ float: none; width: 100%;}

	.sol-campo-d{ width: 100%;}	
	
	#lista-temas{padding: 10px 15px 10px 15px;}
	
	.txt-lista-tema{width: 100%;}	

	#secc-quienes{ width: 98%; padding: 30px 25px 30px 25px;}	
	
	.secc-tit-quienes{line-height: 22px; font-size: 20px;}	
	
	#acuse{ background-position:16%}	
	
	.txt-mensaje{width: 72%;}		

	.tit-articulo-bis{ margin: 10px; font-size: 18px; line-height: 22px;}	
	
	.txt-articulo thead  { display: inherit;}	
	
	#tabla-cuenta-publica thead {display:inherit; font-size: 9px;}
	
	#tabla-cuenta-publica td:nth-of-type(1):before { content: "ADMINISTRACIÓN PÚBLICA"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-cuenta-publica td:nth-of-type(2):before { content: "DEPENDENCIA"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-cuenta-publica td:nth-of-type(3):before { content: "AÑO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-cuenta-publica td:nth-of-type(4):before { content: "MES"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-cuenta-publica td:nth-of-type(5):before { content: "PERIODO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-cuenta-publica td:nth-of-type(6):before { content: "DOCUMENTO"; font-family: 'Azo Sans Bk'; font-size: 12px;}

	#tabla-actas thead {display:inherit; font-size: 9px;}

	#tabla-actas td:nth-of-type(1):before { content: "ADMINISTRACIÓN PÚBLICA"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-actas td:nth-of-type(2):before { content: "SUJETO OBLIGADO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-actas td:nth-of-type(3):before { content: "SESIÓN"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-actas td:nth-of-type(4):before { content: "FECHA"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-actas td:nth-of-type(5):before { content: "DOCUMENTO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-actas td:nth-of-type(6):before { content: "ESTATUS"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-actas td:nth-of-type(7):before { content: "OBSERVACIONES"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	
	.documento{width: 100%; text-align: left!important;}
	
	#tabla-consejos thead {display:inherit; font-size: 9px;}

	#tabla-consejos td:nth-of-type(1):before { content: "CONSEJO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-consejos td:nth-of-type(2):before { content: "FECHA DE INTEGRACIÓN"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-consejos td:nth-of-type(3):before { content: "FECHA EN QUE CORRESPONDE RENOVAR"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-consejos td:nth-of-type(4):before { content: "NOMBRE DEL PRESIDENTE"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-consejos td:nth-of-type(5):before { content: "NOMBRE DEL SECRETARIO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	#tabla-consejos td:nth-of-type(6):before { content: "DOCUMENTO"; font-family: 'Azo Sans Bk'; font-size: 12px;}
	

}




@media (max-width: 595px) {
	
	h1{ line-height: 16px; font-size: 15px;}

	#contacto{ padding: 25px 15px 25px 15px; }	

	#sub-menu{width:100%;}	

	.txt-bandera{ padding: 3px 5px 0px 5px;}	
		
	.logo-footer{ width: 30%; }
	
	#cintilla-plataforma{ height: 340px; margin: 85px 0px 45px 0px;}
		
	.mod-bot-pnaciona{width:50%; height: 250px;  margin: 0 auto; font-size: 13px; line-height: 18px;}
	
	.ilustra-filosofia{width:64%;}
	
	#info-oficio-especial{padding: 35px 10px 610px 10px;}
	
	#caja-busqueda{width: 95%; padding:15px 5px 40px 5px }	
	
	.ilustra-comunes{margin: -20px 0px 90px 0px;}		
	
	.ilustra-comunes{margin: -20px 0px 10px 0px;}		
	
	#obligaciones-fideicomisos{background-position: 29%}	
	
	.txt-fideicomisos{width: 65%; padding: 0px; font-size: 14px; line-height: 22px; font-size: 14px;}
	
	.txt-campo{float: none; width: 98%;}
	
	
	
	
	
}

@media (max-width: 425px) {
	
	#acuse{ background-position:19%}	
	
	.tit-obligaciones-secc{ font-size: 16px; line-height: 18px;}	
	
	.tit-mensaje{ font-size:14px; line-height:16px;}	
	
	.txt-mensaje{width: 78%;}		
	
}
	