body{
	/*background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,0.76) 47%, rgba(237,237,237,0.48) 100%);*/

	/*background:url(../images/bg02.jpg);*/

background-attachment: fixed;
background-size: 100%;
background-repeat: repeat-y;

}
/*#acercade{
		background:url(../images/transparente2.png);


background-size: 100%;
background-repeat: no-repeat;
}*/
@media (max-width:1300px){
	body{
	background:url(../images/bg03.jpg);

background-attachment: fixed;
background-size: 100%;
background-repeat: repeat-y;
	}
}

@media (max-width:400px){
	body{
		background: white;
	}
}

#encabezado {
	margin-bottom: 10px;
}
#encabezado .textoCentro h1{
font-weight: bold;
font-size: 3.6em;
text-align: center;
}
#encabezado .textoCentro p{
font-weight: bold;
font-size: .7em;
text-align: center;
}
#encabezado .textoCentro h3{
font-weight: bold;

text-align: center;
}

@media (max-width:991px){
 
	#encabezado .textoCentro h1{
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	}


}


@media (max-width:768px){
 
	#encabezado .textoCentro h1{
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	}

	#encabezado .textoCentro p{
	font-weight: bold;
	font-size: .7em;
	text-align: center;
	}
	#encabezado .textoCentro h3{
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	}
}

@media (max-width:400px){
 
	#encabezado .textoCentro h1{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	}

	#encabezado .textoCentro p{
	font-weight: bold;
	font-size: .3em;
	text-align: center;
	}
	#encabezado .textoCentro h3{
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	}
}
/*------------------------------
CUERPO
-----------------------------------*/
.cuerpo{

	padding: 50px 0 50px 0;

}

/*------------------------------
MENU
-----------------------------------*/
.fixed-top
{
transition: .7s all;
margin: 0;

}
#menu{

}
/*.fixed-top #navbarSupportedContent{
background: transparent;

}
.fixed-top ul{
	background: black;
}*/
#navbarSupportedContent{
	margin: 0;
transition: .7s all;
border-radius: 7px;
    /*background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);*/

/*background: linear-gradient(93deg, rgba(68,189,1,1) 0%, rgba(40,99,14,1) 100%);*/



background: linear-gradient(93deg, rgba(58,134,16,1) 0%, rgba(40,99,14,1) 100%);

background: linear-gradient(93deg, rgba(105,101,101,1) 0%, rgba(154,154,154,1) 100%);
	background: black;
}
#menu .navbar-nav{

    border-radius: 5px;
	transition: 1s all;
}

  #menu a.navbar-brand{
  	display: none;
  	color: white;
  }
#menu ul li{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

#menu ul li a{
color: white;
/*font-size: 15px;*/

transition: .5s all;
/*border-bottom: 2px solid transparent;*/
}
#menu ul li a:hover{
color: lemonchiffon;
font-size: 16px;
transition: .5s all;
/*border-bottom: 2px solid yellow;*/
}


#menu li .dropdown-menu{
	margin: 0;
	background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: none;
}
#menu li .dropdown-menu a:hover{
    /*background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);*/
/*border: 1px solid grey;*/
transition: .5s all;

}
#menu li .dropdown-menu a{
	color: white;
background: transparent;
}

.fa-bars{
	font-size: 1.3em;
	color: white;

}
.menuoculto{
	display: none;
}
@media (max-width:1100px) and (min-width:992px ){
	#menu ul li{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (max-width:991px){
  #menu  {
  /*background: linear-gradient(93deg, rgba(58,134,16,1) 0%, rgba(40,99,14,1) 100%);*/
  background: linear-gradient(93deg, rgba(105,101,101,1) 0%, rgba(154,154,154,1) 100%);
    border-radius: 5px;
	transition: 1s all;
	background: black;
  }
  #menu a.navbar-brand{
  	display: block;
  	font-weight: bold;
  	color: white;
  }
.menu-lateral{
	display: none;
}
.menuoculto{
	display: block;
}

}
/*----------------
acerda de
-----------------------*/
#acercade{
	margin-top: 20px;

	padding-bottom: 50px;
	padding-top: 50px;
}
#acercade .titulo{
	border-bottom: 15px solid ;
	color:royalblue;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#acercade .titulo h1{
	font-family: 'Raleway', sans-serif;
	color:grey;
	
	
}

#acercade .valores ul li{
	list-style: none;
}
#acercade .valores ul li i{
	color: green;
}

#acercade .mision p, #acercade .vision p, #acercade .filosofia p{
	text-align: justify;
	font-family: 'Raleway', sans-serif;
	font-weight: bolder;
	font-size: 1em;
	
}
#acercade .mision h3, #acercade .vision h3, #acercade .filosofia h3{
	color: grey;
	text-align: center;	
}
#acercade .mision p, #acercade .vision p, #acercade .filosofia p{
	font-weight: 500;
	
}
@media (max-width:500px) {
	#acercade .mision p, #acercade .vision p, #acercade .filosofia p{
	font-size: .8em;
	
}
#acercade .mision h3, #acercade .vision h3, #acercade .filosofia h3{
	font-size: 1.3em;
	
}
#acercade{
	margin-top: 20px;
	background-image:none;
	
	padding-bottom: 10px;
	padding-top: 10px;
}	
}

/*---------------
areas academicas
-----------------*/
#organigrama{
	margin-top: 50px;
	margin-bottom: 80px;
	/*background-image: url(../imagenes/fondonosotros.png);
	
	background-size: 100% 100%;
	background-position: left;*/
}
#organigrama .titulo{
	/*border-bottom: 15px solid ;
	color:royalblue;
	border-bottom-left-radius: 10px;
	margin-bottom: 20px;
	margin-top: 15px;*/
		border-bottom: 15px solid ;
	color:#CCCC00;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#organigrama .titulo h1{
text-align: center;
	font-family: 'Raleway', sans-serif;
	color:black;
	
	
}
/*------------------------------
MENU LATERAL INDEX
-----------------------------------*/
.select2{
	background: transparent !important;
}
.buscador{
	/*background: linear-gradient(90deg, rgba(88,0,0,1) 0%, rgba(255,0,0,1) 100%);*/
	background: linear-gradient(90deg, rgba(18,195,1,1) 0%, rgba(10,96,0,1) 100%);
	background: #957DAD;
	margin-bottom: 10px;
	text-decoration: none;
	color: dimgrey;
	font-weight: 600;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 5px;
padding-right: 5px;
}

#lista-index a{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
/*background: linear-gradient(303deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 1%, rgba(0,128,0,1) 100%);
	margin-bottom: 10px;
	text-decoration: none;
	color: white;
	font-weight: 600;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;
	text-align: center;
	font-size: 20px;*/
}

#lista-index .menu-lateral-ubicacion{

background: linear-gradient(90deg, rgba(18,195,1,1) 0%, rgba(10,96,0,1) 100%);
background: #F8C5D0;
	margin-bottom: 10px;
	text-decoration: none;
	color: grey;
	font-weight: 600;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;
	text-align: center;
	font-size: 20px;

}
#lista-index .menu-lateral-ubicacion:hover{


	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;


}

#lista-index .menu-lateral-historia{

background: linear-gradient(90deg, rgba(195,164,1,1) 0%, rgba(96,88,0,1) 100%);
background: #76D7D6;
	margin-bottom: 10px;
	text-decoration: none;
	color: grey;
	font-weight: 600;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;
	text-align: center;
	font-size: 20px;

}
#lista-index .menu-lateral-historia:hover{


	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;


}


#lista-index .menu-lateral-info{

background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(40,40,40,1) 100%);
background: #F7E368;
	margin-bottom: 10px;
	text-decoration: none;
	color: grey;
	font-weight: 600;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;
	text-align: center;
	font-size: 20px;

}
#lista-index .menu-lateral-info:hover{


	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;


}






/*#lista-index a{

background: linear-gradient(303deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 1%, rgba(0,128,0,1) 100%);
	margin-bottom: 10px;
	text-decoration: none;
	color: black;
	font-weight: 600;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	transition: .4s all;
}
#lista-index a:hover{
	transition: .4s all;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(248,181,0,1) 2%,rgba(252,205,77,1) 50%,rgba(251,223,147,1) 100%);
background: linear-gradient(39deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 89%, rgba(0,128,0,1) 100%); 
}*/
.buscador h5{
	text-align: center !important;
	font-size: 20px;
}
/*------------------------------
CONTACTO
-----------------------------------*/



.tituloizq{
	margin-bottom: 20px;
	border-bottom: 15px solid ;
	/*color:	#CCCC00;*/
	color: green;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}


.tituloizq h1{
text-align: center;
	font-family: 'Raleway', sans-serif;
	color:black;
	
	
}
#cuerpocontacto .datoscontacto h1{
text-align: center;
}
#cuerpocontacto ul li{
	list-style: none;
	padding: 10px 0 10px 0;
	color: black;
	font-weight: 600;
}
#cuerpocontacto ul li i{
	font-size: 1.5em;
	color: green;
}
@media (max-width:400px){

.tituloizq h1{
text-align: center;
	font-family: 'Raleway', sans-serif;
	color:black;
	font-size: 1.2em;
	
	
}

}
/*------------------------------
INDEX
-----------------------------------*/
#cuerpoindex h2{
	text-align: center;

}
#cuerpoindex .cuadro{
	/*border:1px dashed #D3D3D3;*/
border-radius: 8px;
padding: 15px;
}
#cuerpoindex .cuadro p{
	text-align: justify;

}
#cuerpoindex .cuadro{
		margin-bottom: 20px;
}
#cuerpoindex ul li{
	list-style: none;
	padding: 10px 0 10px 0;
	color: black;
	font-weight: 600;
}
#cuerpoindex ul li i{
	font-size: 1.5em;
	color: #999900;
}

@media (max-width:400px){



	#cuerpoindex .cuadro p{
		text-align: justify;
font-size: 13px;
	}

}
/*.orga, .orgahover{


background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
color: black;
	padding: 25px !important;
	-webkit-box-shadow: 3px 7px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 7px 17px 0px rgba(0,0,0,0.75);
box-shadow: 3px 7px 17px 0px rgba(0,0,0,0.75);
border: none;
border-radius: 5px;
}
.google-visualization-orgchart-linenode{
	color: black !important;
}*/
/*--------------------------
ORGANIGRAMA
------------------------ */
/*#comiteEjecutivoNacional {
	margin-bottom: 30px;
		background:url(../images/transparente2.png);
background-attachment: fixed;
background-size: cover;
background-position: center;
border-radius: 15px;

}*/
/*.nivelDos .nombreorg{
font-size: 14px;
}
.nivelDos .cargoorg{
font-size: 14px;
}
.nivelTres .nombreorg{
font-size: 10px;
}
.nivelTres .cargoorg{
font-size: 10px;
}*/
.ejecutivonacional{
	text-align: center;
}

.nivelUno h5{
font-size: 20px;
font-weight: bold;
}
.nivelUno h6{
font-size: 20px;
font-style: italic;
}
.nivelDos h5{
font-size: 17px;
font-weight: bold;
}
.nivelDos h6{
font-size: 17px;
font-style: italic;
}
.nivelTres h5{
font-size: 12px;
font-weight: bold;
}
.nivelTres h6{
font-size: 12px;
font-style: italic;
}
.contenedor img{
display: block;
float: left;
}
.ggg{

margin-bottom: 30px;	
}
.estructuraorganica h5{
	text-align: center;
}
.sepa{
	margin-bottom: 40px;
}
.nivelUno, .nivelDos, .nivelTres{
	border-left: 2px solid grey;
		margin-bottom: 20px;
}
.nivelUnod, .nivelDosd, .nivelTresd{
	margin-bottom: 20px;

}
.nivelUnod img, .nivelDosd img, .nivelTresd img{



}

.nivelUnod{
	border-left: 6px solid rgba(241,218,54,1);

}
.nivelDosd{
	border-left: 6px solid rgba(220,220,220);

}
.nivelTresd{
	border-left: 6px solid rgba(50,205,50);

}
.nivelTresd .tarjeta{
	margin-bottom: 30px;
}
/*.imagendatosss{
	background: linear-gradient(to left, transparent 80%,rgba(241,218,54,1) 100%);
}*/
.datoss{

	background: url(../images/fondodatosorg.jpg);
background-size: 100%;
background: linear-gradient(to right, transparent 0%,rgba(241,218,54,1) 100%);
background: linear-gradient(270deg, transparent 0%, rgba(241,218,54,1) 50%, transparent 100%);
}
.fondonombre{


}
.contenedor .texto{
	display: block;
	float: right;
}
/*.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px ;
}


.nivelUno .nombreorg{
    position: absolute;
    top: 15%;
    left: 35%;
    font-size: 15px;
    font-weight: bold;
}

.nivelUno .cargoorg{
    position: absolute;
    top: 40%;
    left: 35%;
        font-weight: bold;
        font-style: italic;

}
.nivelDos .nombreorg{
    position: absolute;
    top: 15%;
    left: 35%;
    font-size: 15px;
    font-weight: bold;
}

.nivelDos .cargoorg{
    position: absolute;
    top: 45%;
    left: 35%;
        font-weight: bold;
        font-style: italic;

}
.nivelTres .nombreorg{
    position: absolute;
    top: 3%;
    left: 35%;
    font-size: 15px;
    font-weight: bold;
    font-size: 8px;
}

.nivelTres .cargoorg{
    position: absolute;
    top: 45%;
    left: 35%;
    font-size: 8px;
        font-weight: bold;
        font-style: italic;

}*/

.cuadro h3{
	text-align: center;
}
.cuadro h5{
color: dimgrey;
text-align: center;
}
.google-visualization-orgchart-table *{
	padding: 8px 0 !important;

}
.google-visualization-orgchart-node{
	height: 20px !important;
}
/*------------------------------
TABLA SECCIONES
-----------------------------------*/
#cuerposecciones h1{
text-align: center;
}
#tablasecciones tr:hover{

/*background:rgba(117,137,12,1);*/
background: green;
color: black;
}
#tablasecciones tr{
background: transparent;
}

@media (max-width:400px){
#tablasecciones{
	font-size: 8px;
}
#tablasecciones tr th{
	font-size: 8px !important;
}
}
#cuerposecciones{

}
/*------------------------------
MODAL SECCIONES
-----------------------------------*/
#modal-detalle-seccion .modal-content{
background: rgba(255,255,255,.9);
}
#modal-detalle-seccion .modal-footer .btn{
/*background:rgba(117,137,12,1);
color: white;*/

background: grey;
color: white;
}
#modal-detalle-seccion .modal-header {
background: linear-gradient(70deg, black, white);
color: white;
}

#modal-detalle-seccion .modal-body h5 i{
color: grey;
}
#modal-detalle-seccion .modal-body h5{
color: grey;
text-align: right;
}
#modal-detalle-seccion .modal-body h5 span{
color: black;
}
#modal-detalle-seccion .modal-body{
	background: url(../images/ficha_sagarpa.jpg);
background-size: 100%;
}
@media (max-width:400px){
	#modal-detalle-seccion .modal-body h5{
font-size: 12px;
}
}
/*------------------------------
COMITE DE TRANSPARENCIA
-----------------------------------*/
#cuerpocomitetransparencia .card .card-header{
background: linear-gradient(70deg, black, white);
color: white;
}
#cuerpocomitetransparencia h1{
	text-align: center;
}
#cuerpocomitetransparencia h5 i{
	color: grey;
}
.rowdatoscomitetra p{
	text-align: center;
}
.rowdatoscomitetra p i{
	font-size: 1.5em;
	color: green;
}
.rowdatoscomitetra p{
	font-weight: bold;
}
/*------------------------------
NORMATIVA APLICABLE
-----------------------------------*/
#cuerponormativaaplicable h1{
	text-align: center;
}
#cuerponormativaaplicable ul li{
	list-style: none;
	padding: 5px 4px;


	margin: 25px 0;
	border-radius: 5px;

	font-size: 18px;

/*-webkit-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.75);
transition: .4s all;*/

}

li.tab{
	margin-left: 200px;
}

/*#cuerponormativaaplicable ul li:hover{

	-webkit-box-shadow: 3px 2px 34px -1px rgba(0,0,0,0.75);	
	-moz-box-shadow: 3px 2px 34px -1px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 34px -1px rgba(0,0,0,0.75);
	transition: .4s all;
}*/

#cuerponormativaaplicable ul.apartado{
	border: 1px solid green;
	border-radius: 8px;
}


#cuerponormativaaplicable ul li i{
	color: red;
	font-size: 1.3em;
}
#cuerponormativaaplicable ul li a{
	text-decoration: none;
	color: black;
	font-weight: 500;
	font-size: 1.1em;
	border-bottom: grey;
		transition: .5s all;
}
#cuerponormativaaplicable ul li a:hover{

	transition: .5s all;
}
/*------------------------------
E´PEDIENTES RESERVADOS
-----------------------------------*/
#cuerpoexpedientesreservados h1{
	text-align: center;
}
#cuerpoexpedientesreservados h5 i{
color: dimgrey;

}
#cuerpoexpedientesreservados h5{
	text-align: center;
}
#cuerpoexpedientesreservados{
	min-height: 350px;
}
/*------------------------------
FOOTER
-----------------------------------*/
#pie{
	padding: 0px 0 0px 0;
/*background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: center;
	position:fixed;
	bottom:0;
}
#pie a{
	text-decoration: none;
	color: white;
	transition: 1s all;
	font-weight: 600;
	border-bottom: 1px dashed #999900;

}
#pie p{
		text-align: left;
		padding-left: 10px;
}
#pie a:hover{
	text-decoration: none;
	color: grey;
	transition: 1s all;
}
#pie i{
	color: #999900;
}
#pie .socialmedia i{
	font-size: 2em;
	margin: 5px;
	color: white;
	text-align: center;
	

}
#pie .socialmedia a{
	border:none;
}


@media (max-width:400px){

	#pie p a{
		font-size: 13px;
	}

}


/*-----------------------
ORGANIGRAMA

------------------------*/
.cuadro{
	padding-top: 20px;
}

/*-----------------------
JUBILACIONES

------------------------*/
#cuerpojubilaciones .imaaca{
	position: relative;
	padding: 6px;
	background:linear-gradient(20deg, green,transparent,black);
	transition: all 1s;
}
#cuerpojubilaciones .imaaca:hover{
	position: relative;
	padding: 6px;
	background:linear-gradient(20deg, green,transparent,yellow);
	transition: all 1s;
}
#cuerpojubilaciones .imaaca h3{
	position: absolute;
	bottom: 0px;
	left: 10px;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	border-top-right-radius: 8px;
	
}



#nodisponible{
	min-height: 400px;
	display: table;
}
#mesajet {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: dimgrey;
}



/*-----------------------
DIAS INHABILES
------------------------*/


#tablaDiasI tbody tr td{
	padding-bottom: 18px !important;
		padding-top: 18px !important;
	border-bottom: 3px solid #E7E8E2 !important;

}

#tablaDiasI tbody tr td i{
	color: #656B65;
		color: black;
}

#diasInabiles{
	margin-top: 30px;
}

