/*------------------------------------*\
	General
\*------------------------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    overflow-x: hidden;
    color: #00BEBE;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    margin-top: 0px;
		margin-bottom: 15px;
    color: #10161A;
		line-height: 1.4;
}
h1 { font-size: 28px; }
h2 { font-size: 23px; }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
a {
    color: #00BEBE;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
		filter:alpha(opacity=80); /* IE < 9.0 */
    color: #00BEBE;
}
.main-color {
    color: #00BEBE;
}
.white-text {
    color: #FFF;
}
::-moz-selection {
    background-color: #00BEBE;
    color: #FFF;
}
::selection {
    background-color: #00BEBE;
    color: #FFF;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
/* -- section  -- */
.section {
    position: relative;
}
.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.xs-padding {padding-top:30px;padding-bottom:30px;}
.xs-padding-top {padding-top:30px;padding-bottom:30px;}
.xs-padding-bottom {padding-bottom:30px;}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.md-padding-bottom{
	padding-bottom: 120px;
}
.sm-padding-bottom {
  padding-bottom: 60px;
}
a.btn-cov {color:#FFF;}         /* Unvisited link  */
a.btn-cov:visited {color:#FFF;} /* Visited link    */
a.btn-cov:hover {color:#FFF;}   /* Mouse over link */
a.btn-cov:active {color:#FFF;}  /* Selected link   */
a.btn-cov{
	text-decoration: none;
	background-color: #00BDBD;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 4px 12px;
}

/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #333333; /*#1C1D21;*/
}
/* --  background image section  -- */
.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .1;
		filter:alpha(opacity=10); /* IE < 9.0 */
    background: #1C1D21;
}
/* --  section header  -- */
.section-header {
    position: relative;
    margin-bottom: 60px;
	  padding-left: 15px;
    padding-right: 15px;
}
.section-header .title {
    text-transform:none; 
}

/*
.title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #00BEBE;
    margin-top: 20px;
}
*/
.text-center .title:after {
    margin: 20px auto 0px;
}

/* --  Input  -- */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: none;
	  background: #F4F4F4;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
		filter:alpha(opacity=50);/* IE < 9.0 */
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #00BEBE;
  opacity: 1;
	filter:alpha(opacity=100); /* IE < 9.0 */
}

/* --  Buttons  -- */
.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #00BEBE;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #00BEBE !important;
    border-color: #00BEBE;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
  opacity: 0.8;
	filter:alpha(opacity=80); /* IE < 9.0 */
}
.centrar-vh {	position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width:100%; }
.centrar-v {	position: absolute;top: 50%;transform: translate(-50%,-50%);width:100%; }
.centrar-h {	position: absolute;left:50%!important;transform: translate(-50%,0);}
/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 60px;
    display: block;
		margin-top: 7px;
}

/* Nav 2 ************************************************************/
#nav2:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}
#nav2.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}
#nav2.fixed-nav .navbar-brand .logo-alt {
    display: none;
}
@media only screen and (max-width: 867.9px) {
	
	#nav2.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
				margin-left: 10px;
    }
    #nav2.nav-transparent .navbar-brand .logo {
        display: block !important;
				margin-left: 10px;
    }	
}
/* Nav 2 Fin ************************************************************/
/* Nav 1 ************************************************************/
#nav:not(.nav-ucnsjp):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}

#nav.nav-ucnsjp:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}
@media only screen and (max-width: 767.9px) {
	#nav.nav-ucnsjp .navbar-brand .logo-alt {
        display: none !important;
				margin-left: 10px;
    }
    #nav.nav-ucnsjp .navbar-brand .logo {
        display: block !important;
				margin-left: 10px;
    }	
}
/* Nav 1 Fin ************************************************************/


.row.no-gutters {margin-right: 0;margin-left: 0;}
.row.no-gutters > [class^="col-"],.row.no-gutters > [class*=" col-"] {padding-right: 0;padding-left: 0;}

/*Efectos de sombra*/
.sombraCurva {
	position:relative;
}
.sombraCurva:before,  .sombraCurva:after {
	content: '';
  z-index: -2;
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 0.18em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  box-shadow: 0px 13px 8px #979797;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.sombraCurva:after {
	right: 0.75em;
	left: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}
/*Efectos de sombra*/

/*Margenes*/
.m-5{margin: 5px;}
.mb-5{margin-bottom: 5px;}
.mt-5{margin-top: 5px;}
.mtb-5{margin: 5px 0;}
.ml-5{margin-left: 5px;}
.mr-5{margin-right: 5px;}
.mlr-5{margin: 0 5px;}

.m-10{margin: 10px;}
.mb-10{margin-bottom: 10px;}
.mt-10{margin-top: 10px;}
.mtb-10{margin: 10px 0;}
.ml-10{margin-left: 10px;}
.mr-10{margin-right: 10px;}
.mlr-10{margin: 0 10px;}

.m-15{margin: 15px;}
.mb-15{margin-bottom: 15px;}
.mt-15{margin-top: 15px;}
.mtb-15{margin: 15px 0;}
.ml-15{margin-left: 15px;}
.mr-15{margin-right: 15px;}
.mlr-15{margin: 0 15px;}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    /*padding: 10px 0px;*/ /*descomentar si no se usa el menu CJF*/
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
}

#nav{z-index: 999}



/* -- default nav 1 y 2 -- */
#nav.navbar, #nav2.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}
#nav.nav-ucnsjp {
    background: transparent;
	top:67px;
}
#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
}


#navCJF.navbar-nav li, #navCJF.navbar-nav li a {
	text-transform: uppercase;
	white-space: normal;
    word-wrap: break-word;
}

#nav2{z-index: 1000}
#nav2 {
    /*padding: 10px 0px;*/ /*descomentar si no se usa el menu CJF*/
    background: #FFF;
    -webkit-transition: 0.2s padding;
	transition: 0.2s padding;
}
#nav2.navbar {
	border-bottom: 1px solid #24135f;
}
#nav2.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
}

@media only screen and (min-width: 768px) {
	#nav.fixed-nav {
		border-bottom: 1px solid #ededed;
	}

	#mnuSJPA{
		padding: 10px 0;
	}
	#mnuSJPA li a{
		padding: 6px 0;
		margin:0px auto;
	}
	.main-nav li {
        padding: 0px 12px;
    }
    .main-nav li a {
        /*font-size: 14px;*/
			font-size: 12px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #10161A;
        padding: 15px 0px;
    }
	
    #nav.nav-ucnsjp:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        /*color: #00BEBE;*/
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #00BEBE;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .main-nav > .has-dropdown {
        position: relative;
    }
    .main-nav > .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
				font-size: 11px;
        margin-left: 7px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
		.main-nav > .has-dropdown > .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
				padding: 10px 0px 10px 0px;
        background-color: #00000099; /*66=40%, 99=60%* de opacidad*/
        width: 200px;
        -webkit-transform: translateY(15px) translateX(50%)!important;
        -ms-transform: translateY(15px) translateX(50%)!important;
        transform: translateY(15px) translateX(50%)!important;
        opacity: 0;
				filter:alpha(opacity=0); /* IE < 9.0 */
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
		z-index: 1;
    }
		
	.main-nav>.has-dropdown>ul.dropdown>li {
		padding: 0px 10px!important;
	}
	.main-nav>.has-dropdown>ul.dropdown>li:hover {
		background-color: #00BEBE!important;
	}
	
    .main-nav>.has-dropdown>.dropdown {
        top: 60%;
        right: 50%;
				width: 100%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .main-nav>.has-dropdown>.dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 5px 0px;
    }
    .main-nav>.has-dropdown>.dropdown li:nth-child(1) a {
        border-top: none;
    }
    .main-nav>.has-dropdown:hover>.dropdown {
      opacity: 1;
			filter:alpha(opacity=100); /* IE < 9.0 */
      visibility: visible;
      -webkit-transform: translateY(0px) translateX(50%);
      -ms-transform: translateY(0px) translateX(50%);
      transform: translateY(0px) translateX(50%);
    }
    .main-nav>.has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #collapse-ucnsjp.nav-collapse {
        display: none;
    }

}

@media only screen and (min-width: 868px) {
	/*av.nav-ucnsjp{
		top:67px;
	}*/
	/*Menu CJF - I */

	/*#navCJF.navbar-collapse > .navbar-nav > li a*/
	#navCJF.navbar-nav>li{
		border:none;
	}
	#navCJF.navbar-nav>li>a{
		border:none;
	}
	#navCJF.navbar-nav > li a {
		text-decoration: none;
	  color: #555;
	}

	#navCJF{
		/* height: 38px; */
	  padding-top: 5px;
	  /* line-height: 20px; */
	  list-style: none;
	  color: #555;
	}
	#navCJF li a{
		color:#555;
	}

	#navCJF > li > .dropdown-menu li a, #navCJF > li .dropdown-menu li a.menu-item {
		padding: 10px 20px !important;
		margin: 0;
		background: #353535;
		border-bottom: none;
		text-transform: none;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		display: block;
		float: none;
		line-height: 20px;
		width: 100% !important;
		text-align: left !important;
	}

	#navCJF > li > .dropdown-menu li a, #navCJF > li > .dropdown-menu li a.menu-item {
		margin: 0;
		padding: 8px 15px !important;
			line-height: 20px;
		font-size: 12px;
		font-weight: normal;
		text-transform: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 0;
		box-shadow: 0;
		background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
		background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
		background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
		background-repeat: repeat-x;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7')";
		border-bottom: 1px solid #e6e6e6;
		color: #1b1b1b;
	}
	#navCJF.navbar-nav>li.open.active>.dropdown-toggle,
	#navCJF.navbar-nav>li.open>.dropdown-toggle {
		background-color: #fff;
	  border-color: #24135f #f3f3f3 transparent
	}
	#navCJF.navbar-nav>li:first-child {
			border-left: none
		}

		#navCJF.navbar-nav>li:last-child {
			border-right: 0
		}

		#navCJF.navbar-nav>li>a {
			border-radius: 0;
			margin: 0;
			font-weight: 700;
			text-transform: uppercase;
			color: #555;
			border: 1px solid transparent;
			border-top: 3px solid transparent;
			line-height: 1.5;
		}

		#navCJF.navbar-nav>li.active>a,
		#navCJF.navbar-nav>li>a:hover {
			color: inherit;
			background: 0;
			border-color: transparent
		}

		#navCJF.navbar-nav>li>a:focus {
			background-color: transparent
		}

		#navCJF.navbar-nav>li.open.active>.dropdown-toggle,
		#navCJF.navbar-nav>li.open>.dropdown-toggle {
			background-color: #fff;
			border-color: #24135f #f3f3f3 transparent
		}

	#navCJF > li > .dropdown-menu {
			margin-top: -1px !important;
			padding: 8px;
			left: auto;
			border: 1px solid #f2f2f2;
			border-bottom: 2px solid transparent;
			min-width: 250px;
			background: #fff;
			position: absolute;
		}

	#navCJF > li > .dropdown-menu > li {
			border: 0;
			float: none;
			font-size: .75em
		}

	#navCJF > li > .dropdown-menu > li > a,
	#navCJF > li > .dropdown-menu > li > a.menu-item {
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7')";
			background-image: -o-linear-gradient(top, #fff 0, #f7f7f7 100%);
			background-image: -webkit-linear-gradient(top, #fff 0, #f7f7f7 100%);
			background-image: linear-gradient(to bottom, #fff 0, #f7f7f7 100%);
			border-bottom: 1px solid #e6e6e6;
			color: inherit;
			padding: 8px 15px
		}

		#navCJF > li > .dropdown-menu > li > a.menu-item:hover,
		#navCJF > li > .dropdown-menu > li > a:hover,
		#navCJF > li > .dropdown-menu > li.active>a,
		#navCJF > li > .dropdown-menu > li.active>a:focus,
		#navCJF > li > .dropdown-menu > li.active>a:hover {
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')";
			background-image: -o-linear-gradient(top, #fff 0, #e6e6e6 100%);
			background-image: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
			background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
			border-color: #d9d9d9;
			color: inherit
		}

	#navCJF.navbar-nav > li.home-link a:link span{
		margin: 0;
		display: block;
		text-align: center;
		color: #24135f;
		font-size: 1.625em;
	}

	/*.mnuCJF::before, .mnuCJF::after { 
		content:none; 
	}*/
	/*Menu CJF - F */ 
	
	#nav2.nav-cjf{
		top:0;
	}
	#navCJF.navbar-nav>li:last-child{width: 240px!important;max-height:62px!important;}
	
	#navCJF.navbar-nav>li>a {
        font-size: .75em;
    }
	.main-nav2 li a {
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
	.main-nav2>li>a:after {
        content: "";
        display: block;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
	/*.main-nav2 li {
        padding: 0px 15px;
    }
    .main-nav2 li a {
			font-size: 12px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav2>li>a {
        color: #10161A;
        padding: 15px 0px;
    }
    .main-nav2>li>a:hover, .main-nav2>li>a:focus, .main-nav2>li.active>a {
        background: transparent;
    }
    .main-nav2>li>a:after {
        content: "";
        display: block;
        background-color: #00BEBE;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav2>li>a:hover:after, .main-nav2>li.active>a:after {
        width: 100%;
    }
    .main-nav2 > .has-dropdown {
        position: relative;
    }
    .main-nav2 > .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
				font-size: 11px;
        margin-left: 7px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
		.main-nav2 > .has-dropdown > .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
				padding: 10px 0px 10px 0px;
        background-color: #00000099; 
        width: 200px;
        -webkit-transform: translateY(15px) translateX(50%)!important;
        -ms-transform: translateY(15px) translateX(50%)!important;
        transform: translateY(15px) translateX(50%)!important;
        opacity: 0;
				filter:alpha(opacity=0); 
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
		
	.main-nav2>.has-dropdown>ul.dropdown>li {
		padding: 0px 10px!important;
	}
	.main-nav2>.has-dropdown>ul.dropdown>li:hover {
		background-color: #00BEBE!important;
	}
	
    .main-nav2>.has-dropdown>.dropdown {
        top: 60%;
        right: 50%;
				width: 100%;
    }
    .main-nav2>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .main-nav2>.has-dropdown>.dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 5px 0px;
    }
    .main-nav2>.has-dropdown>.dropdown li:nth-child(1) a {
        border-top: none;
    }
    .main-nav2>.has-dropdown:hover>.dropdown {
      opacity: 1;
			filter:alpha(opacity=100); 
      visibility: visible;
      -webkit-transform: translateY(0px) translateX(50%);
      -ms-transform: translateY(0px) translateX(50%);
      transform: translateY(0px) translateX(50%);
    }
    .main-nav2>.has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }*/
    #collapse-cjf.nav-collapse {
        display: none;
    }
}


/* -- mobile nav 1 y 2 -- */

@media only screen and (max-width: 767.9px) {
	#nav.nav-ucnsjp {
		position: fixed;
		width: 50px;
		left: unset;
		right:-50px;
		z-index: 1000;
		top: 67px
	}
    #collapse-ucnsjp {
		top: -60px;
		left: -60px;
	}
		
	.fdo-info-4 > div {	padding-bottom: 140px; }
	#nav {
        padding: 0px 0px;
    }
	
    .main-nav {
        position: fixed;
		right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
		
		
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
		white-space: normal;
		word-wrap: break-word;
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
		white-space: normal;
		word-wrap: break-word;
    }
    .main-nav>li.active {
        border-left: 6px solid #00BEBE;
    }
	.main-nav li a:hover, .main-nav li a:focus {
        background-color: #00BEBE;
        color: #FFF;
        opacity: 1;
			filter:alpha(opacity=100); /* IE < 9.0 */
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
      opacity: 0;
			filter:alpha(opacity=0); /* IE < 9.0 */
      visibility: hidden;
      height: 0;
      background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
      padding: 5px 10px;
			/*background-color: #00BEBE;*/
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
      opacity: 1;
			filter:alpha(opacity=100); /* IE < 9.0 */
      visibility: visible;
      height: auto;
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
    }
}

@media only screen and (max-width: 867.9px) {
	/*
	#navCJF.navbar-nav li{
		border:none;
	}
	#navCJF.navbar-nav .open li{
		content:normal;
	}
	*/

	#navCJF.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none;
	}
	#navCJF.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	#navCJF.navbar-nav .open .dropdown-menu .dropdown-header, #navCJF.navbar-nav .open .dropdown-menu>li>a {
		padding: 0px 15px;
	}
	
	#navCJF.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(250, 250, 250, 0.1);
		font-weight: normal;
	}
	#navCJF{
		padding-top: 0;
	}
	#nav2 {
        padding: 0px 0px;
    }
    #nav2.nav-transparent {
        background: #FFF;
    }
	.main-nav2 {
        position: fixed;
		top:67;
		right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
	.main-nav2>li>a {
		display: block;
		padding: 10px 15px!important;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
		white-space: normal;
		word-wrap: break-word;
		font-size: 14px;
	}
	#navCJF.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		font-weight: 700;
	}
	
	#navCJF>li>ul.dropdown-menu{
		padding: 0;
	}
	#navCJF>li>ul.dropdown-menu>li>a{
		padding: 5px 20px!important;
	}
	#navCJF>li>a.dropdown-toggle:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
	#navCJF>li.open>a.dropdown-toggle:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
	#lnkHome{text-align: center;font-size: 25px;}
	
	#nav2.open .main-nav2 {
        -webkit-transform: translateX(0%)!important;
        -ms-transform: translateX(0%)!important;
        transform: translateX(0%)!important;
        width: 100%!important;
		z-index: 1000;
    }
	.main-nav2 li{
		width: 100%;
		border-top: 1px solid rgba(250, 250, 250, 0.1);
	}
	.main-nav2 li a {
        display: block!important;
        color: #FFF!important;
        -webkit-transition: 0.2s all!important;
        transition: 0.2s all!important;
    }
    .main-nav2>li.active {
        border-left: 6px solid #00BEBE!important;
    }
	.main-nav2 li a:hover, .main-nav2 li a:focus{
        background-color: #00BEBE!important;
        color: #FFF!important;
        opacity: 1!important;
			filter:alpha(opacity=100)!important; /* IE < 9.0 */
    }
	#navCJF.nav .open>a{
		background-color: transparent;
	}
	#navCJF.nav .open>a:focus, #navCJF.nav .open>a:hover {
		background-color: #00BEBE;
		border-color: transparent;
	}

}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav2.open .nav-collapse span,
#nav.open .nav-collapse span {
    background: transparent;
}

#nav2.open .nav-collapse span:before, 
#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav2.open .nav-collapse span:after, 
#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#inicio {
    height: 100vh;
}

#inicio .inicio-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.inicio-content h1 {
  text-transform: none;
}
.inicio-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

    .header-wrapper .breadcrumb .breadcrumb-item.active {
        color: #00BEBE;
    }

.breadcrumb > li + li:before {
    color: #00BEBE;
}


/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}

.about i {
    font-size: 36px;
    color: #00BEBE;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    color: #fff;
}

ul.listaMeses {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 5px;
}

li.lmes a {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ccc; /*#CCCBCB;*/
    text-align: center;
    padding:0px;
    text-decoration: none;
}

@media (min-width: 768px){
    li.lmes a {
        margin-left: 50px;
        margin-right: 50px;
    }
}

li.liAnios a:hover {
    color: #10161A; /*#606060;*/
    cursor: pointer;
}

li.lmes.activo a {
    color: #10161A;
}

li.lmes a:hover {
    /*background-color: #f5f5f5;*/
    color: #10161A; /*#606060;*/
    cursor: pointer;
}


/*Menu CJF - I */
#LogoImg{
	color: #24135f;
    display: block;
    font-size: 3em;
    margin-top: 6px;
    margin-bottom: 6px;
    width: auto;
    height: auto;
	content: url('https://www.oaj.gob.mx/cdn/logo/img/logotipoCJF_horizontal_sm_positive.png') !important;
	max-height: 55px;
}
/*Menu CJF - F */

/*
.float_center {
	float: right;
	position: relative;
	left: -50%; 
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}
*/

.ocultar{display: none;}
.mostrar{display: block;}
/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
/*------------------------------------*\
	Inicio
\*------------------------------------*/

.btn-flot-r {
    position: fixed;
    z-index: 1000;
    top: 100px;
    right: -20px;
    background-color: #F27252;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
a.btn-flot-r {color:#FFF;}         /* Unvisited link  */
a.btn-flot-r:visited {color:#FFF;} /* Visited link    */
a.btn-flot-r:hover {color:#FFF;}   /* Mouse over link */
a.btn-flot-r:active {color:#FFF;}  /* Selected link   */

#dvTxIncio{
	z-index: 1;
	color:#ffffff;
	text-align: center;
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#dvTxIncio .txtInicioSup {
	font-weight: 200; /* Extra light 200*/
	font-size: 20px;
}
#dvTxIncio .txtInicioInf {
	font-weight: 700; /* Bold 700*/
	font-size: 28px;
}
/*------------------------------------*\
	ABC del SJPA
\*------------------------------------*/
.cajaABC{
	width: 222px;
	height: 222px;
	padding: 20px 10px 5px;
	text-align: center;
	display: inline-block;
	border: 0px;
	margin-right: -4px;
/*
	margin-right: -4px;
	margin-bottom: -5px;
*/
	color: #ffffff;
	line-height: 1.3;
}
.cajaABC:hover, .logoABC:hover{
	cursor:pointer;
}

.logoABC{
	text-align: center;
	display: inline-block;
	padding: 30px 15px 0px;
}

div.cajaABC > i {padding-top: 15px;}

#boxAbc1.cajaABC, #boxAbc8.cajaABC { background-color: #F57250;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;  } 
#boxAbc2.cajaABC, #boxAbc5.cajaABC { background-color: #2D5D7C;-webkit-transition: all 0.3s ease;transition: all 0.3s ease; } 
#boxAbc3.cajaABC, #boxAbc7.cajaABC, #boxAbc9.cajaABC { background-color: #00BEBE;-webkit-transition: all 0.3s ease;transition: all 0.3s ease; } 
#boxAbc4.cajaABC, #boxAbc6.cajaABC, #boxAbc10.cajaABC { background-color: #2E364F;-webkit-transition: all 0.3s ease;transition: all 0.3s ease; } 

/*.cajaABC:hover{filter:  brightness(0.8); */
#boxAbc1.cajaABC:hover, #boxAbc8.cajaABC:hover { background-color: #A33425; } 
#boxAbc2.cajaABC:hover, #boxAbc5.cajaABC:hover { background-color: #173C51; } 
#boxAbc3.cajaABC:hover, #boxAbc7.cajaABC:hover, #boxAbc9.cajaABC:hover { background-color: #06706B; } 
#boxAbc4.cajaABC:hover, #boxAbc6.cajaABC:hover, #boxAbc10.cajaABC:hover { background-color: #04070F; }

@media (max-width: 520px) { 
	.boxprin{width:100%;}
}
@media (min-width: 521px) and (max-width: 780px){
	.boxprin{width:50%;}
}
@media (min-width: 781px) and (max-width: 1170px){
	.boxprin{width:30%;}
}

@media (min-width: 1171px) { 
	.boxprin{width:30%;}
}
.boxprin{padding:0 14px 14px;text-align:center;color:#333; /*204px*/
	display: inline-block;
	border: 0px;
	margin-right: -4px;
	vertical-align:top;}
.boxprin > div {height:164px;width:10%;display:table-cell;vertical-align:bottom;margin-bottom:2px;} /*200px*/
.boxprin > div > img {margin:0px auto;}
.boxprin > div > img:hover{cursor:pointer;}
.boxprin > p {margin: 7px 0px!important;}

.mt10{margin-top:10px!important;}
.tx12bld{font-size:12px;font-weight:700;}
.tx08lgt{font-size:8px;font-weight:300;}
.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.numCajaABC {
	font-size: 26px;
	font-weight: bolder;
}
.txtCajaABC {
	font-size: 14px;
	font-weight: lighter;
}

.modalAbc, .modalCJPF, .modalInfoGralCJPF{ display: inline-block; width: 100%; }
.modalAbc{ background-color:#ffffff; color:#ffffff; }

.btnLocaliza{ cursor: pointer; }


.txtHdrInfo{ padding:10px;widht:100%;position:relative; }
.txtXtraBold{ font-weight:800; }
.txtBold{ font-weight:700; }
.txtLight{ font-weight:300; }
.txtXtraLight{ font-weight:200; }
.tx12 { font-size:12px; }
.tx14 { font-size:14px; }
.tx16 { font-size:12px; }
.tx18 { font-size:18px; }
.tx20 { font-size:20px; }
.tx22 { font-size:22px; }
.tx24 { font-size:24px; }
.tx26 { font-size:26px; }
.tx28 { font-size:28px; }
.tx30 { font-size:30px; }
.tx32 { font-size:32px; }
.tx34 { font-size:34px; }
.tx36 { font-size:36px; }

.fdoBtnHdrAnt, .fdoBtnHdrSig { 
	display: table;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  bottom: 50px;
  cursor: pointer;
}
.fdoBtnHdrAnt{ background-color:#00000066; } /*Transparencia al 40% => opacidad al 60%*/
.fdoBtnHdrSig{ background-color:#00000099; } /*Transparencia al 60% => opacidad al 40%*/
.txtNumInfo{ padding:0px 15px; }
.lnkHdrInfo-L, .lnkHdrInfo-R, .cambiartab{ 
	position:absolute; 
	padding:5px;
	text-decoration: none;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
	color:#ffffff; 
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);  
}
.lnkHdrInfo-L:hover, .lnkHdrInfo-R{ opacity:0.7;filter:alpha(opacity=70); /* IE < 9.0 */ }
.lnkHdrInfo-L{ left:5px; }
.lnkHdrInfo-R{ right:5px; }
.hdrInfo{ color:#ffffff;text-align:center;padding:0px!important;position:relative; }
div#abcInfo3_1{ background-color:#97B040; min-height:194px;}
div#abcInfo3_2{ background-color:#F57250; min-height:193px; background-image:url(../img/abc/inf3/fdoBarraNegro.png);background-position: bottom;background-repeat: repeat-x;}
div#abcInfo3_3{ background-color:#2D5D7C; min-height:193px;background-image:url(../img/abc/inf3/fdoBarraNegro.png);background-position: bottom;background-repeat: repeat-x;}
div#abcInfo3_1,div#abcInfo3_2,div#abcInfo3_3{ position:relative; text-align:left; }
div#abcInfo3_1>img{ position:absolute;bottom:0px;right:0px; }
div#abcInfo3_2>img{ position:absolute;bottom:0px;right:0px;}
div#abcInfo3_3>img{ position:absolute;bottom:0px;right:0px;  }

div.txInfo3_1,div.txInfo3_2,div.txInfo3_3{ text-align: justify;}

#navCJF > li > .dropdown-menu.lg {min-width: 240px!important;}
#navCJF.navbar-nav>li:last-child {min-width: 240px!important;}

@media (max-width: 767px) { 
	.txtNumInfo{ font-size:100px; }
	.txtTitInfo{ font-size:18px }
	.top-space{ padding-top:60px; }
	div#abcInfo3_1,div#abcInfo3_2,div#abcInfo3_3{ padding:15px 25px; text-align:center; }
	div#abcInfo3_1>img, div#abcInfo3_2>img, div#abcInfo3_3>img{ 
		bottom:0px; 
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	div.txInfo3_1,div.txInfo3_2,div.txInfo3_3{ padding-bottom: 165px;}
}
@media (min-width: 768px) { 
	.txtNumInfo{ font-size:125px; }
	.txtTitInfo{ font-size:22px }
	.top-space{ padding-top:35px; }
	div#abcInfo3_1,div#abcInfo3_2,div#abcInfo3_3{ padding:30px 50px; }
	div#abcInfo3_1>img{ bottom:0px;right:50px; }
	div#abcInfo3_2>img, div#abcInfo3_3>img{ bottom:20px;right:50px; }
	div.txInfo3_1,div.txInfo3_2,div.txInfo3_3{ padding-right: 215px; }
}
@media (min-width: 992px) {
	#modalCJPF1 {height:630px;}
	#modalCJPF1>div.colDtCJPF {height:580px;margin-top: 45px;} /*overflow-y:auto;*/
	#vImgMdlCtro{ height:623px;margin:0 -25%; } /*width:150%;*/
	.colContBtnSent{ height:150px; }
	.hdrInfo, .cntInfo { min-height:580px; }
	.txtHdrInfo{ padding-bottom:60px; }
	.top-space{ padding-top:10px; max-width: 563px; }
	div#abcInfo3_1,div#abcInfo3_2,div#abcInfo3_3{ padding:15px 15px; }
	div#abcInfo3_1>img{ bottom:0px;right:0px; }
	div#abcInfo3_2>img, div#abcInfo3_3>img{ bottom:20px;right:0px; }
	div.txInfo3_1,div.txInfo3_2{ padding-right: 400px; }
	.info9{max-height: 465px;}
	.info6{max-height: 545px;}
	.info8{max-height: 535px;}
	
	#navCJF > li > .dropdown-menu.lg{min-width: 355px!important;}
	#navCJF.navbar-nav>li:last-child{width: 355px!important;}#navCJF > li > .dropdown-menu.lg{min-width: 355px!important;}
}
/*#dvMenuCJF > ul == navCJF*/
.diruni{
	margin:0px auto;
	padding-bottom: 15px;
	padding-top: 5px;
}

.titPuesto {
	display: block;
	color: #2D5D7C;
    font-size: 16px;
    font-weight: 700;
    margin: 15px;
    padding-left: 0px;
    padding-right: 0px;
   	border-bottom: 1px solid #dddddd;
}
.funcionario {
	margin-bottom: 15px;
}
.funcionario span:first-child {
	font-weight: 900;
}
.funcionario a, 
.funcionario a:hover, 
.funcionario a:visited, 
.funcionario a:active {
	color: #333333;
}
.ico-dir {
	width: 20px !important;
}

/*Modal desde la izquierda*/
/*
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}
*/

/* Full screen Modal -I- */
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog, .dvContMenuCJF {
     width: 1170px;
  }
}
/* Full screen Modal -F- */

div.cajaTitModal{
	display: inline-block;
	min-width: 80px;
	padding: 5px 10px;
	text-align: center;
}

/*.tx16-Bld, .tx16-lgt { font-size: 14px; color: #919191; }*/
.tx16-Bld { font-size: 16px;font-weight: 700; }
.tx16-Reg { font-size: 16px;font-weight: 400; }
.tx16-lgt { font-size: 16px;font-weight: 300; }

.tx15-Bld { font-size: 15px;font-weight: 700; }
.tx15-Reg { font-size: 15px;font-weight: 400; }
.tx15-lgt { font-size: 15px;font-weight: 300; }

.tx23-xBld { font-size: 23px;font-weight: 800; }
.tx23-Bld { font-size: 23px;font-weight: 700; }
.tx23-Reg { font-size: 23px;font-weight: 400; }
.tx23-lgt { font-size: 23px;font-weight: 300; }
.tx23-xlgt { font-size: 23px;font-weight: 200; }
.CapTxt { font-size: 38px; font-weight: 300; }

.dvTabInfo2 {
	min-height: 550px;
}

/*------------------------------------*\
	Centros de Justicia CJPF
\*------------------------------------*/
.btnInfoGralCJPF {
	margin-bottom: 10px;	
	width: 100%;
  height: 100%;
	-webkit-border-radius: 25px;
	-moz-border-radius:  25px;
	border-radius:  25px;
	background-color: #919191!important;
	max-width: 263px;
	max-height: 50px;
	transition: 0.3s;
	background: -webkit-linear-gradient(0deg,transparent 50%,#98B044 50%);
	background-size: 400%;
}
.btnInfoGralCJPF:hover{
	cursor: pointer;
	background-position: 263px 0px;
}

.infoGralSelected{
	background-position: 263px 0px;
}

.modalInfoGralCJPF{
	min-height: 500px;
}


ul.ulInfoGralCJPF {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.liInfoGralCJPF {
  padding-left: 10px;
  text-indent: -30px;
}

li.liInfoGralCJPF::before {
  content: ' \25CF';
  font-size: 40px;
	line-height: 1;
}
li.liInfoGralCJPF.infoAzul::before {
  color:#2CB4B9;
}
li.liInfoGralCJPF.infoVerde::before {
  color:#95AE43;
}
li.liInfoGralCJPF.infoNaranja::before {
  color:#EB734F;
}

div.dvInfoAsignacion{
	min-height: 500px;
  background-image: url(../img/cjpf/info/asig/asignacion.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
}

.dvInfoAsigDet{
	padding: 15px 0px;
	text-align: center;
}
.imgInfoAsignacion{
	max-width: 100%;
	transition: transform .3s;
}
.imgInfoAsignacion:hover{
	cursor: pointer;
	transform: scale(1.15);
}

@media (min-width: 768px){
	#dvInfoAsig1.dvInfoAsigDet{ padding-left: 80px; }
	#dvInfoAsig2.dvInfoAsigDet{ padding-right: 80px; }
}

.fancybox-blanco .fancybox-bg {
  background: #ffffff;
	opacity: 0.9;
	filter:alpha(opacity=90); /* IE < 9.0 */
}

.fancybox-transp > div.fancybox-bg {
	opacity: 0.5!important;
	filter:alpha(opacity=50)!important; /* IE < 9.0 */
}

.fancybox-transp-2 > div.fancybox-bg {
	opacity: 0.3!important;
	filter:alpha(opacity=30)!important; /* IE < 9.0 */
}
.fancybox-transp-2 > div.fancybox-inner {
	margin:0px auto;
	max-width: 640px;
}

.btnArchivoPdf{
	transition: transform .2s;
}
.btnArchivoPdf{
	transition: transform .2s;
	transform: scale(1.15);
}

.dcFdoInfoGuardias{
	font-size: 11px;
	text-align: justify;
  color: #ffffff;
	height: auto;
  width: auto;
	max-width: 641px;
  background-color: #2bb5b7;
}
@media (min-width: 1200px){
	.dcFdoInfoGuardias{
		font-size: 12px;
		min-height:405px;
		margin: 0px 50px 0px -100px;	
		-webkit-border-radius: 0px 25px 25px 0px;
		-moz-border-radius: 0px 25px 25px 0px;
		border-radius: 0px 25px 25px 0px;
		padding: 80px 60px 30px 105px;
	}
}
@media (max-width: 1199px){
	.dcFdoInfoGuardias{
		min-height:333px;
		-webkit-border-radius: 0px 25px 25px 0px;
    -moz-border-radius: 0px 25px 25px 0px;
    border-radius: 0px 25px 25px 0px;
    padding: 40px 40px 10px 105px;
    margin: 0px 50px 0px -100px;
	}
}
@media (max-width: 991px){
	.dcFdoInfoGuardias{
		margin:0px auto;
		-webkit-border-radius: 0px 0px 25px 25px;
  	-moz-border-radius: 0px 0px 25px 25px;
  	border-radius: 0px 0px 25px 25px;
		padding: 90px 30px;
    margin-top: -100px;
    width: 83%;
	}
}
@media (max-width: 767px){
	.dcFdoInfoGuardias{
    width: 88%;
	}
}
@media (max-width: 720px){
	.dcFdoInfoGuardias{
    width: 93%;
	}
}

.btnSecJur:hover{
	cursor: pointer;
}
.fdoBtnSecJur{
	background-color: #F4F4F4!important;
	transition: 0.3s;
	background: -webkit-linear-gradient(0deg,transparent 50%,#E4E4E4 50%);
	background-size: 400%;
}
.fdoBtnSecJur:hover{
	cursor: pointer;
	background-position: 241px 0px;
}
#ulTabsInfo10.nav-tabs > li > a, 
#ulTabsInfo10.nav-tabs >li >a:focus, 
#ulTabsInfo10.nav-tabs>li>a:hover,
#ulTabsInfoCJPF.nav-tabs > li > a, 
#ulTabsInfoCJPF.nav-tabs >li >a:focus, 
#ulTabsInfoCJPF.nav-tabs>li>a:hover {
	color: #929293;
  cursor: pointer;
  background-color: #fff;
	/*border: 1px solid #ddd;*/
	border: 0px;
	padding: 0px;
	padding-bottom: 4px;
	margin: 0px 10px;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}

@media (max-width: 767px){
	#ulTabsInfo10.nav-tabs > li > a, 
	#ulTabsInfo10.nav-tabs >li >a:focus, 
	#ulTabsInfo10.nav-tabs>li>a:hover,
	#ulTabsInfoCJPF.nav-tabs > li > a, 
	#ulTabsInfoCJPF.nav-tabs >li >a:focus, 
	#ulTabsInfoCJPF.nav-tabs>li>a:hover {
		margin-top: 10px;
	}
}

#ulTabsInfoCJPF.nav-tabs > li.active > a, 
#ulTabsInfoCJPF.nav-tabs >li.active >a:focus, 
#ulTabsInfoCJPF.nav-tabs>li.active>a:hover {
  color: #11161A;
	border-bottom: solid 3px #98B23E;
}

#ulTabsInfo10.nav-tabs > li.active > a, 
#ulTabsInfo10.nav-tabs >li.active >a:focus, 
#ulTabsInfo10.nav-tabs>li.active>a:hover {
  color: #11161A;
	border-bottom: solid 3px #173C51;
}

ul.lstTA li{
	display: block;
	padding-left:15px;
}
ul.lstTA li:before{
	  content: "\2022";
    margin-left: -5px;
}

table#tblDirCJPF{
	border-collapse: collapse;
}
table#tblDirCJPF thead tr{
	background-color: #97B040;
	color:#fff;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	height: 40px;
}
table#tblDirCJPF thead tr th, table#tblDirCJPF tbody tr td{
	padding: 5px;
	font-size: 10px;
}
table#tblDirCJPF tbody{
	background-color: #F0F0F0;
}
table#tblDirCJPF tbody tr
{
   border-bottom: 1px solid #505050;
}
table#tblDirCJPF tbody tr:last-child
{
   border-bottom: none;
}

/*------------------------------------*\
	Numeralia
\*------------------------------------*/
#contenedorNumeralia{padding-left:0px!important;padding-right:0px!important;}
.cajaNumeIn:before {
    content: "";
    position: absolute;
    bottom: 110px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 30px 15px 0;
    border-style: solid;
    border-color: #2D5D7C transparent transparent;
}
.cajaNumeIn{
	display:inline-block;
	top:0px;
	width: 100%;
	height: 44%;
	background-color: #2D5D7C;
	color:#ffffff;
	text-align: center;
}
#cajaNumeIn1.cajaNumeIn{ background-color: #2D5D7C; background-image: url(../img/nume/ico/asuntos.svg);background-repeat: no-repeat;background-position: center;} 
#cajaNumeIn1.cajaNumeIn:before{ border-color: #2D5D7C transparent transparent; }
#cajaNumeIn2.cajaNumeIn{ background-color: #F57250; background-image: url(../img/nume/ico/delitos.svg);background-repeat: no-repeat;background-position: center;} 
#cajaNumeIn2.cajaNumeIn:before{ border-color: #F57250 transparent transparent; }
#cajaNumeIn3.cajaNumeIn{ background-color: #000000; background-image: url(../img/nume/ico/audiencias.svg);background-repeat: no-repeat;background-position: center;} 
#cajaNumeIn3.cajaNumeIn:before{ border-color: #000000 transparent transparent; }
#cajaNumeIn4.cajaNumeIn{ background-color: #00BEBE; background-image: url(../img/nume/ico/horas.svg);background-repeat: no-repeat;background-position: center;} 
#cajaNumeIn4.cajaNumeIn:before{ border-color: #00BEBE transparent transparent; }
#cajaNumeIn5.cajaNumeIn{ background-color: #97B040; background-image: url(../img/nume/ico/imputados.svg);background-repeat: no-repeat;background-position: center;} 
#cajaNumeIn5.cajaNumeIn:before{ border-color: #97B040 transparent transparent; }

.cajaNume{
	position:relative;
	display:inline-block;
	width: 200px;
	height: 250px;
	margin:22px 15px;
	background-color: #E4E4E3;
	color:#505050;
	/* Sombra: Longitud horizontal px 10, Longitud vertical px 10, Radio de desenfoque px 17, Color de la sombra #000000 */
	-webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.4);
}

.numeDatos{
	font-size: 16px;
	color:#505050;
}
.spBold{ font-weight: 700; }
.spLight{ font-weight: 300; }
.numeDatos{
	
}
.numeTitDato{
	padding: 25px 15px 15px 15px;
}
.numeValDato{
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

/*-------------------------*/
/*  Estadistica            */
/*-------------------------*/
.pnlAcdnOpr{
	margin-bottom: 10px!important;
  background-color: #fff;
}
.hdrAcdn1, .hdrAcdn2{
	display: table;
	min-height: 45px;
	background-color: #E4E4E4;
	color:#173C51!important;
	position:relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.hdrAcdn1.acdnActivo {	background-color: #00BEBE; }
.hdrAcdn2.acdnActivo {	background-color: #F57250; }
.hdrAcdn1.acdnActivo, .hdrAcdn2.acdnActivo { color:#ffffff!important; }

.hdrAcdn1 *, .hdrAcdn2 *{ 
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
}

.haecol1{ width: 40px;font-size:22px; }
.haecol2{ padding:10px 0px; text-align: left; }
.haecol3::after{ font-family:FontAwesome;content:"\f068";text-decoration: none; display: table-cell;
	vertical-align: middle;width: 40px;font-size:18px; color:#ffffff!important; float: right!important;}
.haecol3.collapsed::after{ font-family:FontAwesome; content: "\f067"; text-decoration: none; display: table-cell;
	vertical-align: middle;width: 40px;font-size:18px; color:#173C51!important; float: right!important;} 

li.panel.pnlAcdnOpr{
	background-color: transparent!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}
.contAcdn{ background-color: #ffffff; }

/*-------------------------*/
/*  Indicadores            */
/*-------------------------*/
.tblInd.table>thead>tr>th {
  vertical-align: middle;
	text-align:center;
  border-bottom: 2px solid #333333;
	font-weight:700; color:#333333;  
	font-size:13px;
}
.tblInd.table>tbody>tr>td, .tblInd.table>tbody>tr>th {
  vertical-align: middle;
	text-align:center;
  border-bottom: 1px solid #505050;
	font-weight:400; color:#505050;  
	font-size:12px;
}
.tblInd.table>tbody>tr>td>a, 
.tblInd.table>tbody>tr>td>a:hover, 
.tblInd.table>tbody>tr>td>a:focus {text-decoration: none;color:#505050;}

/*------------------------------------*\
	CONSULTA JURISPRUDENCIAL
\*------------------------------------*/
#dvInfoTesis{
	font-size: 0;
	display: inline-block;min-height: 540px;
	text-align:center;position:relative;width:100%;  
}
.infoTesis{ 
	color:#ffffff;
	text-align: center;
}
#dvTotTesis{
	margin: 0px auto;
	max-width: 450px;
	height: 450px;
	background-color: #f4f4f4;
	color:#2D5D7C;
	padding: 35px 0px 20px 0px;
	-webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.4);
	z-index: 1;
}

#dvTotOrgano, #dvTotTipo, #dvSeparadorTesis { background-color:#00BEBE;max-width:440px;min-height:290px; }
.titTxTot{text-align:center;width:45%;padding:7px;font-size:18px;font-weight:700;}

.hdrFichaTesis{
	background-color:#F57250;
	width:50%;
	padding:7px 30px;
	text-align: left;
}
.detFichaTesis{	padding:15px 30px;text-align:left; }
.tblFichaTesis{ width:100%; border-spacing:4px 2px; padding:2px 10px;vertical-align:middle;}
.tblFichaTesis>tbody>tr>td, .tblFichaTesis>tbody>tr>th { padding: 3px 15px; }
.detFichaTesis > table {color:#ffffff;}

.bordeSup, .bordeDer, .bordeInf, .bordeIzq{ border:1px solid #ffffff; }
.bordeSup{ border-width: 1px 0 0 0; }
.bordeDer{ border-width: 0 1px 0 0; }
.bordeInf{ border-width: 0 0 1px 0; }
.bordeIzq{ border-width: 0 0 0 1px; }

@media (max-width: 1349px) { 
	#dvSeparadorTesis { display:none; }
	#dvTotOrgano.infoTesis,	#dvTotTipo.infoTesis { max-width: 540px; }
	#dvTotOrgano.infoTesis,	#dvTotTesis.infoTesis, #dvTotTipo.infoTesis { 
		margin: 0px auto;
		margin-bottom:40px;
	}
}

@media (min-width: 1350px) { 
	.infoTesis { display:inline-block;vertical-align:middle; }
	#dvTotOrgano, #dvTotTipo, #dvSeparadorTesis { 
		position: relative;
		width:440px; 
		top: 125px;
	}
	#dvTotTesis { width:450px;height: 450px; margin-left:-4px;margin-right:-4px; 
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
}
	
.centradoVH {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.centradoV{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*-------------------------*/
/*  Sentencias             */
/*-------------------------*/

/*.contBtnSent{ width:100%;display:inline-table;}*/

.colContBtnSent{  
/*
	display:table-cell;
	position: relative;
	vertical-align: middle;
*/
	text-align: center;
/*	width: 33.333333%;*/
	color:#ffffff;
}
.btnSent, .btnSent-dsbl{
	/*position:absolute;*/
	/*top: 0px;*/
  /*right: 0px;*/
  /*left: 0px;*/
  /*height: 100%;*/
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
#btnSent1{background-color:#00BEBE;}
#btnSent1:hover{height:110%;top:calc(-10%);}
#btnSent2{background-color:#06706B;}
#btnSent2:hover{height:110%;top:calc(-10%);}
#btnSent3{background-color:#00BEBE;}
#btnSent3:hover{height:110%;top:calc(-10%);}

/*
#btnSent2{color:white;background-color:#00bebe;border-radius:27px;width:260px;height:50px;padding: 4px;margin:0 auto;}
#btnSent2:hover{background-color:#2BB5B7}
*/
.boton_sentencias {
  background-color: #00bcbc;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: .5rem 3rem;
  border-radius: 100px;
  margin: 20px auto;
  position: relative;
  display: inline-block;
  transition: all ease-out .4s;
}
.boton_sentencias span{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  
}
.boton_sentencias:hover,
.boton_sentencias:focus {
  background-color: #12706b;
  padding: .5rem 5rem;
  color: white;
}

.txBtnSent{ 
	position:relative;
	top:50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cajaTxConSent{
	color:#173C51;
	padding: 15px 20px 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: justify;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(115,115,115,.45);
	-moz-box-shadow: 10px 10px 20px 0px rgba(115,115,115,.45);
	box-shadow: 10px 10px 20px 0px rgba(115,115,115,.45);
}

.dvImgFdoConSent{
	overflow-x: hidden;
}
.dvImgFdoConSent img{
	max-height: 640px;
}

@media (max-width: 767px){
	.cajaTxConSent{ padding: 5px 15px 15px; }
}

.rowBtns{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px!important;
	margin-left: 0px!important;
}

/*------------------------------------*\
	NOVEDADES - I
\*------------------------------------*/

.nove{
    /*color:#616160;
    margin: 0 auto;
    min-height:160px;
    max-width:320px;
    vertical-align:middle;
    text-align:center;*/
	overflow: hidden;
}

.nove img {
    display: block;
    margin: 0 auto;
		max-width:320px;
    /*height: 350px !important;*/
    /*width: 350px !important;*/
}

.nove h3 {
    margin-bottom: 5px;
}

.nove span {
    font-size: 14px;
    color: #00BEBE;
    text-transform: none;
}

.noveoverlay {
	position: absolute;
	margin: 0 auto;
	max-width:320px;
	opacity: 0;
	filter:alpha(opacity=0); /* IE < 9.0 */
	height: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
	padding:8%;
	padding-top: 50%;
	vertical-align: bottom;
	background-image: linear-gradient(transparent, black);
  -webkit-transition: 0.3s;
	transition: 0.3s;
}
.nove:hover .noveoverlay {
	height: 100%;
	opacity: 0.9;
	filter:alpha(opacity=90); /* IE < 9.0 */
	-webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.titNoveOverlay{ color:#ffffff;font-weight:700;font-size:22px; }
.txtNoveOverlay{ color:#ffffff; font-weight:300;font-size:14px; text-align:justify; }

/*
.lnkHistNove{ font-size: 15px; color:#505050!important; font-style: italic;text-decoration: none; outline-offset: 2px;}
.lnkHistNove:hover { color:#505050!important; text-decoration: none; cursor: pointer;}
.lnkHistNove:hover > span { border-bottom: 1px solid #505050; }
*/
.lnkHistNove{ font-size: 14px; color:#2C5D7D!important; font-style: italic;text-decoration: none; font-weight: bold; outline-offset: 2px;}
.lnkHistNove:hover { color:#2C5D7D!important; text-decoration: none; cursor: pointer;}
.lnkHistNove:hover > span { border-bottom: 2px solid #2C5D7D; }

.fechaDetNove{ margin: 15px 0px; }

/* HISTORICO DE NOVEDADES*/
.cajanove{
	display: inline-block;
	margin:12px;
	background-color: #2C5D7D;
	color: #ffffff;
	width: 260px;
	height: auto;
}
.cajanove img{
	display: inline-block;
	width: 100%;
}
.cajanove div.dvTxtNove{
	display: inline-block;
	width: 100%;
	height: 165px;
	padding: 15px;
	text-align: left;
	overflow-y: auto;
}
.cajanove:hover{
	cursor: pointer;
}

/* HISTORICO DE NOVEDADES*/

/* CONSULTAS */
.contenedor-cons{
	width: 260px;
	padding: 10px;
	height: auto;
}
.cajacons{
	background-color: transparent;
	width: 240px;
	height: auto;
}
.cajacons img{
	display: inline-block;
	width: 100%;
}
.cajacons div.dvTxtCons{
	display: inline-block;
	width: 100%;
	text-align: center;
	overflow-y: auto;
	color: #2D5D7C;
}
.cajacons:hover{
	cursor: pointer;
}
.dvImg{
	background-repeat: no-repeat; 
	background-color: transparent;
	background-size: contain;
	background-position:top;
	height: 260px;
    width: auto;
}
.slide-cons{
	max-width: 900px!important;
	min-height: 400px;
	text-align:justify!important;
	-webkit-border-radius: 35px;
    -moz-border-radius: 35px;	
    border-radius: 35px;
	background-repeat: no-repeat!important;
    background-position: left!important;
    background-size: contain!important;
}

.btn-con {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    padding: 8px 20px;
    border-radius: 100px;
    margin: 10px auto;
    position: relative;
    display: inline-block;
    transition: all ease-out .4s;
}

/*Botones de consulta con efecto de crecimiento en el hover*/
.btn-con-grow-cont .btn-con{
	transition: all 0.3s ease;
}
.btn-con-grow-cont:hover .btn-con,
.btn-con-grow-cont:hover .btn{
	color: white;
	transition: all 0.3s ease;
	  /*transform: scale(1.1);*/
	  -ms-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  transform: scale(1.1);
}
.btn-con-grow-cont .btn.focus, 
.btn-con-grow-cont .btn:focus, 
.btn-con-grow-cont .btn:hover {
    color: white!important;
    text-decoration: none!important;
	outline: none!important;
}
#sld-ConJuris .fancybox-close-small,
#sld-ConSent .fancybox-close-small,
#sld-ConGuias .fancybox-close-small,
#sld-ConCrit .fancybox-close-small,
#sld-ConTrans .fancybox-close-small,
#sld-ConBolsa .fancybox-close-small{
    color: #000000;
    padding: 0px;
    right: 5px;
    top: 5px;
}
#sld-ConJuris .btn-con { background-color: #007CFF; }
#sld-ConSent .btn-con { background-color: #1EBBBA; }
#sld-ConGuias .btn-con { background-color: #0269DA; }
#sld-ConCrit .btn-con { background-color: #1D0B47; }
#sld-ConTrans .btn-con { background-color: #852B89; }
#sld-ConBolsa .btn-con { background-color: #C4A448; }

/*Imagen de fondo de cada slide*/
.slide-cons{position:relative;} 
.slide-cons .img-sld-con{
	position: absolute;
	top: 0px;left: 0px;width: 33%;height: 100%;
	/*position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.2;*/
}
/*
	.slide-cons{
		background-position:center;
		background-repeat: no-repeat;
	}
	#sld-ConJuris{
		background-image: url("../img/cons/img-juris.svg");
	}
	#sld-ConSent{
		background-image: url("../img/cons/img-sent.svg");
	}
	#sld-ConGuias {
		background-image: url("../img/cons/img-guias.svg");
	}
	#sld-ConCrit{
		background-image: url("../img/cons/img-criterios.svg");
	}
	#sld-ConTrans{
		background-image: url("../img/cons/img-solicitudes.svg");
	}
	#sld-ConBolsa{
		background-image: url("../img/cons/img-bolsa.svg");
	}
*/
@media (max-width: 767px) {
/*	.img-sld-con{
		width: auto;
		height: 100%;
		opacity: 0.2;
	}	
	.slide-cons{
		background-position:center;
		background-repeat: no-repeat;
	}*/
	.slide-cons .img-sld-con{
		width: 300px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.2;
	}
	
	#sld-ConJuris .img-sld-con{
		content: url("../img/cons/img-juris.svg");
	}
	#sld-ConSent .img-sld-con{
		content: url("../img/cons/img-sent.svg");
	}
	#sld-ConGuias .img-sld-con{
		content: url("../img/cons/img-guias.svg");
	}
	#sld-ConCrit .img-sld-con{
		content: url("../img/cons/img-criterios.svg");
	}
	#sld-ConTrans .img-sld-con{
		content: url("../img/cons/img-solicitudes.svg");
	}
	#sld-ConBolsa .img-sld-con{
		content: url("../img/cons/img-bolsa.svg");
	}
}


/* CONSULTAS */


/*------------------------------------*\
	NOVEDADES - F
\*------------------------------------*/

.cajasombra {
    /*Tamaño y posición*/
    min-height: 300px;
    min-width: 300px;
    margin: 15px auto;
    margin-bottom: 60px;
    padding: 10%;
    /*Redondeado*/
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    /*Sombreado*/
    -webkit-box-shadow: 0px 0px 8px 5px rgba(25, 25, 234, 0.08);
    -moz-box-shadow: 0px 0px 8px 5px rgba(25, 25, 234, 0.08);
    box-shadow: 0px 0px 50px 0px rgba(25, 25, 234, 0.08);
}

.botonNumeralia{
    padding: 10px 20px;
    color: #fff;
    background-color: #00BEBE;
    margin-bottom:15px;
    /*Redondeado*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/*------------------------------------*\
	+ sobre el SJPA: Videos - Publicaciones - Bibliografía
\*------------------------------------*/
.cajaVideo{
	color:#ffffff;
} 
.txItmVideo{
	min-height: 90px;
  padding: 15px 10px;
  text-align: center;
	max-width: 480px;
}
#dvSecVid{
	color: #fff;
	width: 95%;
  height: 95%;
	background-color: #000;	
}
#dvSecPub, #dvSecBib, #dvSecNor, #dvLstCirculares, #dvLstPautas{
	color: #fff;
	width: 95%;
  height: 95%;
	max-height: 683px;
  background-color: #000;
	opacity:0.85;
  filter:alpha(opacity=85); /* IE < 9.0 */
}
#dvLstCirculares, #dvLstPautas{
	max-width: 640px; 
	max-height: 480px;
}
#dvImgSecVid, #dvImgSecPub, #dvImgSecBib{
	  background-repeat: no-repeat;
    background-position: left;
    background-size:contain;
    background-origin: border-box;
}
#dvImgSecVid{
	background-image: url(img/sjpa/videos.png);
}
#dvImgSecPub{
	background-image: url(img/sjpa/piblicaciones.png);
}
#dvImgSecBib{
	background-image: url(img/sjpa/bibliografia.png);
}
ul.sin-bullets{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.lstVideos{
	background: url(../img/sjpa/icovideos.svg) no-repeat left top;
	color: #fff;
	height: 47px;
	padding-left: 50px;
	padding-top: 8px;
	display: table;
}
li.lstVideos a{
	color: #fff;
}
.fancybox-redondeado > .fancybox-inner > .fancybox-stage >.fancybox-slide--video >.fancybox-content {
	background: #fff;
  overflow: hidden;
  -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.hdrLst1{color:#ffffff; border-bottom:3px solid #00bebe;}
li.lista-1{
	padding-left: 15px;
	display: table;
}
li.lista-1 a, li.lista-1 p a, 
li.lista-2 a, li.lista-2 p a, 
li.lista-3 a, li.lista-3 p a,
ul#TabsCirculares li a {
	color:#ffffff;
}
ul#TabsCirculares{
	    border-bottom: 1px solid #00bebe;
}
ul#TabsCirculares.nav-tabs>li.active>a, ul#TabsCirculares.nav-tabs>li.active>a:focus, ul#TabsCirculares.nav-tabs>li.active>a:hover {
	cursor: default;
  background-color: #00bebe66;
  border: 1px solid #00bebe;
  border-bottom-color: transparent;
}
ul#TabsCirculares.nav-tabs>li>a:hover {
 	border-color: #00bebe #00bebe #00bebe; 
}

ul#TabsCirculares.nav>li>a:focus, ul#TabsCirculares.nav>li>a:hover {
  text-decoration: none;
  background-color: #00bebe66;;
}

li.lista-2 {
	position: relative;
  padding-left: 18px;
}
li.lista-2:before {
  content: '\25CF';
	line-height: 1;
	color:#00bebe;
	position: absolute;
	font-size: 20px;
  left: 0px;
	top:-2px;
}
li.lista-3 {
	position: relative;
  padding-left: 50px;
	color:#ffffff;
	min-height: 48px;
	display: table;
}
li.lista-3 p, li.lista-3 a, li.lista-3 p a {
	display: table-cell;
	vertical-align: middle;
}
li.lista-3:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url('../img/sjpa/icovideos.svg');
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------*\
	Compartir en redes sociales
\*------------------------------------*/
.a2a_full_footer{ display:none!important; }


/*------------------------------------*\
	Footer
\*------------------------------------*/
.img-grow-container{
	display: inline-block;
  position: relative;
  width: fit-content;
  height: fit-content;
}
.img-grow-container img, div.divCardFoot img{
	/*transition: transform 0.3s ease;*/
	transition: all 0.3s ease;
}
.img-grow-container:hover img{
	/*transform: scale(1.1);*/
	-ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
img.imglink:hover{
	cursor:pointer;
}
div.divCardFoot{
	cursor:pointer;
	height:300px;
	padding-top:230px;
}
div.divCardFoot > img{
	position: absolute;
	bottom: 70px; 
	left:50%!important;
	-webkit-transform:translate(-50%,0%);
  -ms-transform:translate(-50%,0%);
  transform:translate(-50%,0%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
hr.sepv { 
  display: block;
	color:#ffffff;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  border-style: solid;
  border-width: 1px;
}

hr.sepv-3 { 
  display: block;
	border-color:#00bebe;
  margin:20px 50px;
  border-width: 4px;
}

.titCardFoot{
	color:#ffffff;
	padding: 20px 0px;
}

.imgrs{
	display:inline-block;
	padding:calc(1%);
	width:calc(19%);
	text-align: center;
}

.hfoot{
	min-height: 310px;
	position:relative;
}

.col-v{	position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width:100%; }


.social-media a .fa, .social-media a .fc {
    display: block;
    font-size: 2.3em;
    line-height: inherit;
    vertical-align: middle;
}
/*
.fc {
    display: inline-block;
    font: normal normal normal 40px/1 FontCjf;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
#footer {
    background: #ffffff;
    /*font-size: .875em;*/
		font-size: 15px;
    min-height: 200px;
    /*padding: 30px 0;*/
}

#footer, #footer #toplink i, #footer a, .header-upper, #footer h3 {
    color: #333333;
}

#footer .subfooter {
    border-bottom: 1px dotted #3e3e3e;
    margin: 0;
}

#footer #toplink {
    padding: 15px 0px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #00BEBE;
  color:#FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: none;
    margin: 0;
}

/*MODALES SECCIÓN ABC SJPA*/
.dvArticulo{
	position: absolute;
  bottom: 12%;
  width: 100%;
  text-decoration: underline;
	color:#ffffff;
}
.dvArticulo a{
	color:#ffffff;
}
.titInfo1, .titInfo3 {
		line-height: normal;
		font-size:157px;
		font-weight: 900;
		color: #ffffff;
		opacity: 0.37;
  	filter: alpha(opacity=37); /* For IE8 and earlier */
	}
.titInfo2, .titInfo4-1, .titInfo4-2, .titInfo4-3{	font-weight: 700;	color: #ffffff; display:table-cell;vertical-align:middle;}
.titInfo2-1 { font-weight: 200; }
.titInfo2{ font-size:37px; }
.titInfo3{ font-size:88px; }
.titInfo4-1{ font-size:45px; }
.titInfo4-2{ font-size:13px; text-align:left;width: 190px; padding:0px 5px;}
.titInfo4-3{ font-size:35px; }


ul.ulAbcInfo2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.liAbcInfo2-L {
  text-indent: -23px;
	text-align: left;
}
li.liAbcInfo2-R {
  text-indent: -23px;
	text-align: right;
}
li.liAbcInfo2-L::before, li.liAbcInfo2-R::before {
  content: '\25CF';
  font-size: 30px;
  line-height: 1;
  color: #FCBB61;
}


/*MODALES SECCIÓN ABC SJPA*/

p.titLabor1, p.txtLabor1, p.txtLabor2 { padding: 10px 0px 20px 0px!important; }
.titLabor1{ font-size: 23px; font-weight: 700; color: #ffffff; padding-bottom: 20px; }
ul.lstLabor1, .txtLabor1{ font-size: 13px; font-weight: 400; color: #ffffff; text-align: justify;padding-bottom: 10px;}
.txtLabor2{ font-size: 13px; font-weight: 400; color: #1AD3C5; text-align: left; font-style: italic; }
ul.lstLabor1{margin-left:30px;padding-bottom:20px;}

/*SECCIÓN CJPF*/
.btnCJPF { 
	vertical-align: middle;
	min-height: 52px; 
	/*min-width: 228px; */
	text-align: left;
	font-size: 16px;
	line-height: 1.2;
	color: #919191;
	padding: 8px 5px 5px 30px;
	margin-top:2px;
	-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;
}
		
.btnCJPF:hover { background-color: #97B040; cursor: pointer;color:#ffffff;}
.mapEdoCJPF{ 
	background-color: #E4E4E4;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 15px 0px -15px 15px;
	min-height: 181px;
}

.modalCJPF { text-align: left;color: #505050; }
.txtCJPF { font-size: 14px; font-weight: 300; text-align: justify; }
.txtCJPF a { color:#505050; }
.txtTabInfo {	color:#505050; font-size: 14px; font-weight: 400; text-align: justify; }
/*GROSOR DE LA FUENTE*/
.xlight{ font-weight: 200; }
a.mostrarMapa:hover, a.mostrarMapa:focus{
  opacity: 1; /* se anula el efecto de Bootstrap*/
	filter:alpha(opacity=100); /* IE < 9.0 */
} 
a.mostrarVideo:hover, a.mostrarVideo:focus, a.mostrarVideoYT:hover, a.mostrarVideoYT:focus{
  opacity: 1; /* se anula el efecto de Bootstrap*/
	filter:alpha(opacity=100); /* IE < 9.0 */
} 

#modalLabor.modal {
    top: 90px!important;
}
.imgHdrMdlLabor{
	
    position: fixed;
    width: 190px;
    height: 190px;
    top: -65px;
    left: -95px;
    margin-left: 50%;
}

.txtModalLabor{ font-size: 13px; font-weight: 400; color: #000; }
.mapaLabor { display: block; }

.btnCJPFant, .btnCJPFsig{
	display:table;height:50px;vertical-align: middle; text-align: center; color:#fff;font-weight: 500;font-size:16px;bottom:50px;cursor:pointer;
}
.btnCJPFant{ background-color: #454545; }
.btnCJPFsig{ background-color: #171717; }

/*.panzoom{cursor:url('../img/scroll-icon-25.jpg'), auto!important;	}*/
div.dvImgPilares{cursor:pointer;}
div.dvImgPrin > .popover, 
div.dvImgPilares > .popover {
	/*min-width:100%;*/
	padding: 0px;	
	border:none;
	background:transparent!important;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow:none;
}
div.dvImgPrin > .popover > .arrow,
div.dvImgPilares > .popover > .arrow{
	display:none;
}
div.dvImgPrin > .popover > .popover-content, 
div.dvImgPrin > .popover > .popover-header,
div.dvImgPilares > .popover > .popover-content, 
div.dvImgPilares > .popover > .popover-header{
	padding:0px;
}
div.dvImgPrin > .popover.top,
div.dvImgPilares > .popover.top{
	margin-top:0px!important;
}
.txBdyMdlPrin, .txBdyMdlPilares{text-align: justify; color:#505050;}

.fdo-info-4{
	color:#ffffff;
	height: fit-content;
	padding:25px 0px;
	-webkit-box-shadow: 0px 15px 7px -8px rgba(153,153,153,1);
	-moz-box-shadow: 0px 15px 7px -8px rgba(153,153,153,1);
	box-shadow: 0px 15px 7px -8px rgba(153,153,153,1);
}


/*Modal ABC 3*/
.flip3 {
  height: 250px;
  width: 250px;
  margin: 0 auto;
	display: inline-block;
	position:relative;
}

.flip3 > .front, .flip3 > .back{
  width: 100%;
  height: auto;
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/


@media only screen and (max-width: 991px) { 
	.hfoot{	min-height: 200px; }
	#vImgMdlCtro{ width:100%; }
	#modalCJPF1>div.colDtCJPF { margin-top: 25px; }
	
	.colContBtnSent{ height:100px; }
	
}

@media only screen and (max-width: 767px) {
 
  .section-header h2.title {
  		font-size:21px;
	}

  .main-btn , .default-btn , .outline-btn , .white-btn  {
  		padding: 8px 22px;
  		font-size:14px;
	}

  .inicio-content h1 {
		font-size:28px;
	}

  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }

  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
  }
	
	.titInfo1{ font-size:118px; }
	.titInfo2{ font-size:28px; }
	
/*	.block--md { display: block; }
	.inline-block--md { display: inline-block; }
	.inline--md { display: inline; }
	.table--md { display: table; }
	.table-row--md { display: table-row; }
	.table-cell--md { display: table-cell; }
	.flex--md { display: flex; }
	.inline-flex--md { display: inline-flex; }
	.grid--md { display: grid; }
	.hide--md { display: none; }*/
	
}

@media only screen and (max-width: 480px) {
  #numeralia [class*='col-xs'] {
		  width:100%;
	}

  #numbers [class*='col-xs'] {
		  width:100%;
	}

  .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
      width: 100%;
  }
  .contact-form .input:nth-child(2) {
      margin-left: 0px;
  }

  .reply-form form .input, .reply-form form .input {
      width: 100%;
  }
  .reply-form form .input:nth-child(2) {
      margin-left: 0px;
  }



  .blog-author .media .media-left {
      display: block;
      padding-right: 0;
      margin-bottom: 20px;
  }
  .blog-author .media {
      text-align: center;
  }
  .blog-author .media .media-heading .author-social {
      margin-top: 10px;
      float: none;
  }
  .blog-author .media .media-left img {
      margin: auto;
  }

  .blog-comments .media .media {
      margin:0px -15px;
  }
	
	.titInfo1{ font-size:88px; }
	.titInfo2{ font-size:21px; }
}



/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: solid 1px #D3D3D3;
    background: #ffffff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
	 width:15px; height: 15px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #F0F0F0;
}
.owl-theme .owl-dots .owl-dot.active span {
	  background: #D3D3D3;
	  width:15px; height: 15px;
}


/* -- nav -- */

.owl-theme .owl-nav {
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE < 9.0 */
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    color: #111111;
		margin:0!important;
		padding: 0!important;
    /* padding: 0px; */
    /* width: 40px; */
    /* height: 40px; */
    /* border-radius: 50%; */
    /* line-height: 30px; */
    /* margin: auto; */
}

.owl-theme .owl-prev {
    left: -20px;
}

.owl-theme .owl-next {
    right: -20px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
	filter:alpha(opacity=100); /* IE < 9.0 */
  background: #ffffff;
	color:#000000;
}

.owl-carousel .owl-item {
    text-align: center;
}
.video-slider.owl-theme .owl-nav [class*='owl-'] {
  opacity: 1;
	filter:alpha(opacity=100); /* IE < 9.0 */
  background: #000000;
	color:#ffffff;
}
.video-slider.owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
	filter:alpha(opacity=100); /* IE < 9.0 */
  background: #000000;
	color:#ffffff;
}
/*------------------------------------*\
	Back to top
\*------------------------------------*/

.tblInfo2{
	width: 100%;
  max-width: 100%;
	font-size: 12px;
	text-align: center;
}
.tblInfo2 > tbody > tr {
	height: 65px;
	padding: 5px 8px;
}
.tblInfo2 > tbody > tr > td{
	vertical-align: middle!important;
	width: 50%;
	border-top: none!important;
	border-bottom: 1px solid #335D7C;
	font-weight: normal;
}
#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 15px;
  	right: 15px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #00BEBE;
  	border-radius:3px;
  	color: #FFF;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
	filter:alpha(opacity=80); /* IE < 9.0 */
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #00BEBE;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

/* Preloader tipo 1*/
.preloader-1{
	background-image: url(../img/Preloader-1.gif);
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
} 

/*Responsive text align*/
@media (max-width: 767px) { 
    /* xs */ 
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }

    .margin-xs-bottom { margin-bottom: 20px; }
}
@media (min-width: 768px) and (max-width: 991px) { 
    /* sm */ 
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }

    .margin-sm-bottom { margin-bottom: 20px; }
	
	.titNoveOverlay{ font-size:20px; }
	.txtNoveOverlay{ font-size:12px; }
}

@media (min-width: 939px) { .display\@md { display: none; } }
@media not all and (min-width: 940px) { 
	.hide\@md { display: none; } 
	.ten-col-lg > .col-lg-2 { width: 20%; }
}

@media (min-width: 767px) { .display\@sm { display: none; } }
@media not all and (min-width: 768px) { 
	.hide\@sm { display: none; } 
	.ten-col-md > .col-md-2 { width: 20%; }
	
}

@media (min-width: 992px) and (max-width: 1199px) { 
    /* md */ 
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) { 
    /* lg */ 
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
		.col-cjpf{ width: 20%; padding-left: 0px; padding-right: 0px; }
		.showMapEdoCJPF { display: block; }
}
@media not all and (max-width: 1199px) { 
		.hideMapEdoCJPF { display: none; }
	}