body {
    color: #fff;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Lato';
    position: relative;
}
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.clear {
    clear: both;
}

.fadein {
    opacity: 0;
}


 .hidden_a,.efecto1,.efecto2,.efecto3,.efecto4,.efecto5,.efecto6,.efecto7,.efecto8,.efecto9,.efecto10,.efecto11
 {
    opacity: 0;
 }

.visible{
    opacity: 1;
}

.wrapper{
    position: relative;
}

#content_header{}


.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;
}

a.btn{
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	transition: all 0.3s ease;
	white-space: normal;
}
a.btn.btn-blanco{
	border-color: #fff;
	color: #fff;
}
a.btn.btn-azul{
	border-color: #5c7b8e;
	color: #5c7b8e;
}

a.btn.btn-azul:hover{
	background: #5c7b8e;
	color: #fff;
}

/*---HEADER--*/
header{

	width: 100%;
	padding: 20px 0 30px;
	z-index: 99;
}
header.absolute{
	position: absolute;
	top: 0;
	left: 0;
}

header.interior{
	background: #fff;
}

.logo{
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
.logo img{
	width: 180px;
}

.menu-top{
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	float: right;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-right: 25px;
}
.interior .menu-top{
	color: #000;
	border-bottom: 1px solid #5c7b8e;
}
	.menu-top .buscador{
		display: inline-block;
		margin-right: 20px;
		cursor: pointer;
	}

	.menu-top .contacto{
		display: inline-block;
		margin-right: 20px;
	}
		.menu-top .contacto a{
			color: #fff;
			text-decoration: none;
		}
		.interior .menu-top .contacto a{
			color: #000;
		}

	.menu-top .idioma{
		display: inline-block;
	}
		.menu-top .idioma a{
			color: #5c7b8e;
			font-weight: 500;
			text-decoration: none;
		}

.btn-menu{
	position: absolute;
	right: 0;
	top: 70px;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
}
	.btn-menu i{}
	.btn-menu img{
		margin-bottom: 5px;
    	margin-left: 10px;
	}
.interior .btn-menu{
	color: #000;
}

.menu{
	background: #5c7b8e;
	position: fixed;
	top: 0;
	right: -400px;
	width: 350px;
	max-width: 100%;
	z-index: 999;
	height: 100%;
	padding: 30px 40px;
	overflow: auto;
	display: none;
}
.menu ul{
	list-style: none;
	padding-left: 0;
}
.menu ul li{
	margin-bottom:12px;
}
.menu ul li a{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
	width: 100%;
	text-transform: uppercase;
	display: block;
}
.menu ul li a:hover{
	color: #b2ecf8;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.cerrar-menu{
	text-align: right;
	cursor: pointer;
	margin-bottom: 40px;
}


.header2{
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 444;
	padding: 0px 30px 0px;
	height: 0;
-webkit-box-shadow: 0px 5px 14px 0px rgba(50, 50, 50, 0.59);
-moz-box-shadow:    0px 5px 14px 0px rgba(50, 50, 50, 0.59);
box-shadow:         0px 5px 14px 0px rgba(50, 50, 50, 0.59);
	transition: all 0.3s ease;
	overflow: hidden;
}

.header2 .ic-header2{
	margin-bottom: 10px;
}

.header2 .btn-menu{
	top: 10px;
	color: #000;
}
/*--FIN HEADER--*/

/*---NOTICIAS HOME---*/
.noticias-home{
	background: #999999;
	padding: 50px 100px 50px 80px;
	max-width: 100%;
	width: 700px;
	position: fixed;
	top: 0;
	right: -700px;
	z-index: 999;
	height: 100%;
	overflow: scroll;
}

.wrap-noticias-home{
	position: relative;
}

.item-noticia-home{}
	.item-noticia-home .img-noticia-home{
		margin-bottom: 20px;
	}
	.item-noticia-home .img-noticia-home img{
		width: 100%;
		height: auto;
	}
	.item-noticia-home h5{
		font-size: 18px;
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		margin: 0;
	}
	.item-noticia-home h3{
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		margin-top: 3px;
	}
	.item-noticia-home h3 a{
		color: #fff;
	}
	.item-noticia-home p{
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		font-weight: 300;
	}
	.item-noticia-home .fecha{
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 20px;
	}

.carrusel-noticias-home .owl-pagination{
	display: none;
}
.carrusel-noticias-home .owl-buttons{
	text-align: left;
    z-index: 10;
    margin-top: 30px;
}
.carrusel-noticias-home .owl-prev{
	display: inline-block;
	margin-right: 10px;
}
.carrusel-noticias-home .owl-next{
	display: inline-block;
}

.cerrar-noticia{
	position: absolute;
	top: -20px;
	right: -70px;
	cursor: pointer;
}

.noticias-home a.btn{
	position: absolute;
	right: 0;
	bottom: 0;
}

.btn-noticias{
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 99;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
}

.redes-home{
	width: 40px;
	position: absolute;
	top: 40%;
	z-index: 99;
	left: 0;
}
.redes-home a{
	display: block;
	transition: all 0.3s ease;
}
.redes-home a:hover{
	opacity: 0.9;
}
/*--FIN NOTICIAS HOME---*/

/*---SLIDER----*/
.banner{
    position: relative;
}
.flexslider#slide-home {
    margin: 0;
    padding: 0;
    border: none;
    height: 100vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

    .flexslider ul {
        padding-bottom: 0px;
        height: 100%;
    }

        .flexslider ul li {
            height: 100%;
            position: relative;
        }

            .flexslider ul li img {
                max-height: 100%;
                min-height: 100%;
            }

#slide-home .flex-control-nav {
    z-index: 99;
    bottom: 40px;
}
#slide-home .flex-control-paging li a{
    background: #fff;
    border: 2px solid #fff;
}
#slide-home .flex-control-paging li a.flex-active{
    background: transparent;
}
#slide-home .flex-control-paging li a:hover{
    background: #fff;
}

.flexslider#slide-home ul.flex-direction-nav {
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.flexslider#slide-home ul li video {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

.primary-video {
    max-width: none;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translateX(-50%) translateY(-50%);
}

.flex-direction-nav .flex-nav-prev {
    left: 10px;
    opacity: 0.7;
    height: 45px;
    top: 52%;
    z-index: 99;
    position: absolute;
}

.flex-direction-nav .flex-nav-next {
    right: 10px;
    opacity: 0.7;
    height: 45px;
    top: 52%;
    z-index: 99;
    position: absolute;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    height: 45px;
}

.flex-direction-nav a:before {
    color: #fff;
}

.texto-slide {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 100px;
}

    .texto-slide h1 {
        font-size: 52px;
        font-weight: 300;
        margin: 0 0 10px;
        text-transform: uppercase;
    }
    .texto-slide h2 {
        font-weight: bold;
        font-size: 52px;
        margin: 0;
        text-transform: uppercase;
    }
    .texto-slide a{
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        display: inline-block;
        padding: 12px 50px;
        border: 2px solid #25b0e4;
        border-radius: 12px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 50px;
        transition: all 0.3s ease;
    }
    .texto-slide a:hover{
        background: #25b0e4;
        text-decoration: none;
    }
/*---FIN SLIDER----*/

/*---CAJAS HOME---*/
.cajas-home{}

.wrap-caja-home:nth-child(1){background: #5c7b8e;}
.wrap-caja-home:nth-child(2){background: #fff;}
.wrap-caja-home:nth-child(3){background: #5c7b8e;}
.wrap-caja-home:nth-child(4){background: #000;}
.wrap-caja-home:nth-child(5){background: #999999;}
.wrap-caja-home:nth-child(6){background: #000;}
.wrap-caja-home:nth-child(7){background: #999999;}
.wrap-caja-home:nth-child(8){background: #fff;}

.wrap-caja-home a:hover{
	text-decoration: none;
}
.caja-home{
	padding: 30px;
	height: 390px;
	text-align: center;
	transition: all 0.3s ease;
}
.caja-home:hover{
	opacity: 0.8;
}
	.caja-home .ic-caja-home{
		margin-bottom: 20px;
	}
		.caja-home .ic-caja-home img{
			transition: all 0.3s ease;
		}

	.caja-home:hover .ic-caja-home img{
		transform: scale(0.9);
	}

	.caja-home h3{
		font-size: 30px;
		font-weight: 300;
		color: #fff;
		margin: 0 0 20px;
	}
	.wrap-caja-home:nth-child(2) .caja-home h3,
	.wrap-caja-home:nth-child(2) .caja-home p,	
	.wrap-caja-home:nth-child(4) .caja-home h3,
	.wrap-caja-home:nth-child(4) .caja-home p,	
	.wrap-caja-home:nth-child(6) .caja-home h3,
	.wrap-caja-home:nth-child(6) .caja-home p,	
	.wrap-caja-home:nth-child(8) .caja-home h3,
	.wrap-caja-home:nth-child(8) .caja-home p
	{color: #5c7b8e;}
	
	.caja-home p{
		font-size: 13px;
		line-height: 22px;
		color: #fff;
		font-weight: 300;
	}
/*--FIN CAJAS HOME--*/

/*---DESTACADO---*/
.owl-wrapper-outer{
	overflow: hidden;
}

.destacados-home{
	min-height: 350px;
}

.item-destacado{}

	.item-destacado .texto-destacado{
		padding: 15px 20px 120px 40px;
	}
	.item-destacado h5{
		font-size: 16px;
		font-weight: 300;
		color: #5c7b8e;
		margin-bottom: 5px;
	}
	.item-destacado h3{
		font-size: 24px;
		line-height: 28px;
		color: #5c7b8e;
		font-weight: 500;
		margin-top: 0;
		text-transform: uppercase;
		margin-bottom: 25px;
	}
	.item-destacado h3 a{
		color: #5c7b8e;
		text-decoration: none;
	}
	.item-destacado p{
		font-size: 13px;
		line-height: 22px;
		color: #5c7b8e;
		font-weight: 300;
	}
	.item-destacado .fecha{
		color: #999999;
		font-size: 16px;
		font-weight: 300;
	}

	.img-destacado{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

.carrusel-destacados .owl-pagination{
	display: none;
}
.carrusel-destacados .owl-buttons{
	text-align: left;
    padding-left: 40px;
    display: inline-block;
    left: 0;
    position: absolute;
    bottom: 50px;
    z-index: 10;
}

.carrusel-destacados .owl-prev{
	display: inline-block;
	margin-right: 10px;
}
.carrusel-destacados .owl-prev img{
	transition: all 0.3s ease;
}
.carrusel-destacados .owl-prev:hover img{
	opacity: 0.7;
}
.carrusel-destacados .owl-next{
	display: inline-block;
}
.carrusel-destacados .owl-next img{
	transition: all 0.3s ease;
}
.carrusel-destacados .owl-next:hover img{
	opacity: 0.7;
}
/*---FIN DESTACADO--*/

/*--FORMULARIOS--*/
.formularios-home{
	background: #5c7b8e;
	min-height: 350px;
}
.item-formulario{
	padding: 15px 20px 120px 40px;
	min-height: 350px;
}
	.item-formulario h5{
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 5px;
	}
	.item-formulario h3{
		font-size: 24px;
		line-height: 28px;
		color: #fff;
		font-weight: 500;
		margin-top: 0;
		text-transform: uppercase;
		margin-bottom: 25px;
	}
	.item-formulario h3 a{
		color: #fff;
	}
	.item-formulario p{
		font-size: 13px;
		line-height: 22px;
		color: #fff;
		font-weight: 300;
	}

.carrusel-formularios .owl-pagination{
	display: none;
}
.carrusel-formularios .owl-buttons{
	text-align: left;
    padding-left: 40px;
    display: inline-block;
    left: 0;
    position: absolute;
    bottom: 50px;
    z-index: 10;
}
.carrusel-formularios .owl-prev{
	display: inline-block;
	margin-right: 10px;
}
.carrusel-formularios .owl-prev img{
	transition: all 0.3s ease;
}
.carrusel-formularios .owl-prev:hover img{
	opacity: 0.7;
}
.carrusel-formularios .owl-next{
	display: inline-block;
}
.carrusel-formularios .owl-next img{
	transition: all 0.3s ease;
}
.carrusel-formularios .owl-next:hover img{
	opacity: 0.7;
}
/*--FIN FORMULARIOS--*/

/*---SOLICITUDES---*/
.solicitudes{
	background: #999999;
	padding: 60px 0;
}

.item-solicitudes{
    height: 175px;
    text-align: center;
    padding: 16px 50px;
    border-right: 1px solid #fff;
}
.wrap-solicitudes .col-md-3:last-child .item-solicitudes{
	border: none;
}

.item-solicitudes > div{
	display: inline-block;
	width: 160px;
	margin: 0 auto;
	text-align: left;
}

.item-solicitudes h2{
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	margin-top: 50px;
}

.item-solicitudes img{
	margin-bottom: 20px;
}
.item-solicitudes p{
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}
/*---FIN SOLICITUDES---*/

/*---LOGOS---*/
.logos{
	background: #fff;
	padding: 20px 100px 20px;
}
.carrusel-logos{}
.carrusel-logos .item{
	text-align: center;
	padding: 0 5px;
}
.carrusel-logos .item img{
	max-width: 100%;
	transition: all 0.3s ease;
}
.carrusel-logos .item:hover img{
	opacity: 0.8;
}

.carrusel-logos .owl-dots{
	display: none;
}

.carrusel-logos .owl-pagination{
	display: none;
}

.carrusel-logos .owl-prev{
	display: inline-block;
	position: absolute;
	left: -50px;
	top: 15%;
}
.carrusel-logos .owl-next{
	display: inline-block;
	position: absolute;
	right: -50px;
	top: 17%;
}
/*---FIN LOGOS---*/

/*--FOOTER---*/
footer{
	background: #161616;
	padding: 80px 20px 50px;
}
.wrap-footer{}

.col-footer{
	width: 20%;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #505050;
}
.col-footer:nth-child(5){
	border-right: none;
}

.menu-footer{
	margin-bottom: 40px;
}
.menu-footer h3{
	font-size: 20px;
	color: #5c7b8e;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0px;
}
.menu-footer ul{
	list-style: none;
	padding-left: 0;
}
.menu-footer ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.menu-footer ul li a{
	color: #d8d8d8;
	font-size: 14px;
	font-weight: 300;
}
.menu-footer ul li:before{
	font-family: 'FontAwesome';
	content:"\f138";
	color: #5c7b8e;
	position: absolute;
	left: 0;
	top: 0px;
}


.footer-abajo{
	background: #000000;
	padding: 50px 100px 20px;
}

.logo-footer{
	margin-bottom: 40px;
}
.logo-footer img{}

.fa-izq{
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.fa-der{
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.fa-der a{
	font-size: 15px;
	color: #5c7b8e;
	font-weight: 300;
}

/*--FIN FOOTER---*/

.m-mobile{
	display: none;
}

/*---BANNER INTERIOR---*/
.banner-interior{
	height: 250px;
	position: relative;
}
	.titulo-banner-interior{
		position: absolute;
		left: 0;
		width: 25%;
		height: 40%;
		background: #5c7b8e;
		bottom: 0;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    -webkit-box-align: center;
	    align-items: center;
	    justify-content: center;
	    z-index: 99;
	    padding: 0 20px;
	    text-align: center;
	}

	.titulo-banner-interior:after{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #5c7b8e transparent transparent transparent;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -19px;
		margin: 0 auto;
		content:"";
	}
	.img-banner-interior{
		background: no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: absolute;
		right: 0;
		width: 100%;
		height: 100%;
		top: 0;
	}
	.banner-interior h1{
		font-size: 28px;
	    text-transform: uppercase;
	    color: #fff;
	    font-weight: normal;
	}
/*---FIN BANNER INTERIOR---*/

/*---INTERIOR---*/
.wrap-contenido{
	margin-bottom: 30px;
}
.cont-interior{
	padding: 0 80px 0 40px;
}

.breadcrumbs{
	font-size: 16px;
	color: #899094;
	border-bottom: 1px solid #999999;
	padding: 45px 0 15px;
	margin-bottom: 50px;
}
.breadcrumbs a{
	color: #5c7b8e;
}

	.cont-interior .tabla-personas table{
		font-size: 18px;
		line-height: 24px;
		color: #000;
		border: 1px solid #5c7b8e;
		width: 100%;
	}
	.cont-interior table tr{}
	.cont-interior table tr th{
		color: #fff;
		background: #5c7b8e;
		padding: 10px 15px;
	}
	.cont-interior table tr td{
		padding: 10px 15px;
		border-left: 1px solid #5c7b8e;
		border-right: 1px solid #5c7b8e;
	}
	.cont-interior table tr:nth-child(even){
		background: #fff;
	}
	.cont-interior table tr:nth-child(odd){
		background: #eef2f3;
	}
/*---FIN INTERIOR---*/

/*---CAJAS INTERIOR---*/
.cajas-interior{
	margin-bottom: 70px;
}

.wrap-caja-interior{
	border-right: 1px solid #a0a0a1;
	position: relative;
}
.wrap-caja-interior:last-child{
	border: none;
}
.wrap-caja-interior:after{
	width: 20px;
	height: 33px;
	background: url('../images/punta-blanca.png');
	content:"";
	position: absolute;
	top: 45%;
	right: -19px;
}
.wrap-caja-interior:last-child:after{
	display: none;
}

.caja-interior{
	text-align: center;
	padding: 20px 20px 0;
}
	.ic-caja-interior{
		margin-bottom: 30px;
	}
		.ic-caja-interior img{
			transition: all 0.3s ease;
		}
	.caja-interior h2{
		font-size: 30px;
		line-height: 34px;
		color: #000;
		font-weight: 300;
		margin: 0 0 30px;
		text-transform: uppercase;
		min-height: 70px;
	}
	.caja-interior a{}

	.caja-interior:hover .ic-caja-interior img{
		transform: scale(0.9);
	}
/*---FIN CAJAS INTERIOR--*/

/*---MENU SIDEBAR---*/
.sidebar{
	background: #999999;
	width: 100%;
	padding: 45px 20px 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.sidebar-noticias{
	background: #fff;
	padding-top: 15px;
}

.item-box-dato.item-ultima-noticia{
	position: relative;
	margin-bottom: 25px;
}
.item-ultima-noticia:before{
    width: 8px;
    height: 100%;
    background: url(../images/barras-gris.png);
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.item-ultima-noticia .fecha{
	color: #000;
	font-weight: 900;
	font-size: 12px;
}
.item-ultima-noticia h4{
	font-size: 14px;
	color: #5c7b8e;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
}
.item-ultima-noticia h4 a{
	color: #5c7b8e;
}
.item-ultima-noticia p{
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.box-datos.box-ultima-noticia:before{
	display: none;
}

.sidebar_int{
	position: relative;
	padding-bottom: 120px;
}
.barras-sidebar{
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
}
.menu_side{}
.menu_side > ul{
	list-style: none;
	padding-left: 30px;
}
.menu_side > ul > li{
	margin-bottom: 13px;
	position: relative;
	padding-left: 17px;
}

.menu_side > ul > li:before{
	content:"\f054";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	display: none;
}
.menu_side > ul > li.current_page_item:before{
	display: block;	
}
.menu_side > ul > li > a{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.menu_side > ul > li.current_page_item a{
	font-weight: 500;
}
.menu_side ul.children{
	list-style: none;
	padding-left: 8px;
	margin: 9px 0 5px;
}
.menu_side > ul > li.current_page_item ul.children{
	display: block;
}
.menu_side ul.children li{
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-left: 12px;
	margin-bottom: 5px;
}
.menu_side ul.children li.current_page_item{}

.menu_side ul.children li a{
	color: #fff;
}
.menu_side ul.children li.current_page_item a{
	color: #000;
}

.menu_side ul.children li:before{
	content:"\f054";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 4px;
	display: none;
}
.menu_side ul.children li.current_page_item:before{
	display: block;	
}

.menu_side ul.children li.page-item-52600,
.menu_side ul.children li.page-item-53234,
.menu_side ul.children li.page-item-77705,
.menu_side ul.children li.page-item-77717,
.menu_side ul.children li.page-item-77728,
.menu_side ul.children li.page-item-77734,
.menu_side ul.children li.page-item-77751{
	display: none;
}
.page_item.page-item-50 ul.children,
.page_item.page-item-58 ul.children,
.page_item.page-item-17 ul.children{
	display: none;
}
.menu_side ul.children li.page-item-77873{
	display: block;
}

.page_item.page-item-78963,
.page_item.page-item-78971{
	display: none;
}
/*--FIN MENU SIDEBAR--*/

/*---CONTENIDO PAGE---*/
.contenido-page{
	color:#000;
	font-size: 16px;
	margin-bottom: 50px;
}
.contenido-page h2{
	color: #5c7b8e;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px;
}
.contenido-page h3{
	font-size: 16px;
	font-weight: 900;
	color: #000;
}
.contenido-page .img-destacada{
	margin-bottom: 30px;
}
.contenido-page .img-destacada img{
	width: 100%;
	height: auto;
}
.contenido-page p{
	margin-bottom: 20px;
}
/*---FIN CONTENIDO PAGE---*/

/*--BOX MISION--*/
.box-mision{
	position: relative;
	padding-left: 100px;
	margin: 100px 0 60px;
}
.box-mision p{
	font-weight: 500;
	font-style: italic;
	font-size: 22px;
	color: #5c7b8e;
	padding: 10px 30px 10px 0;
}
.box-mision p b{
	font-weight: 900;
}
.box-mision p:before{
	width: 22px;
	height: 21px;
	background: url('../images/comilla1.png');
	content:"";
	display: block;
	position: absolute;
	left: 60px;
	top: 0;
}
.box-mision p:after{
	width: 22px;
	height: 20px;
	background: url('../images/comilla2.png');
	content:"";
	display: block;
	position: absolute;
	right: 0;
	margin-top: -10px;
}

.box-mision span{
	display: inline-block;
	color: #999999;
	font-weight: 500;
	font-style: italic;
	font-size: 22px;
	border-top: 1px solid #999;
	padding: 0px 30px 0 0;
}
.barra-mision{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 10px;
}
/*--FIN BOX MISION--*/

/*--BOX DATOS---*/
.wrap-box-datos{}
.wrap-box-datos h3{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	margin: 40px 0 0px 60px;
}
.box-datos{
	position: relative;
	padding-left: 30px;
	color: #5c7b8e;
	margin: 30px 0;
}
.box-datos:before{
	width:8px;
	height: 100%;
	background: url('../images/barras-gris.png');
	content:"";
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
}
.item-box-dato{
    color: #5c7b8e;
    font-size: 14px;
    font-weight: normal;
    padding-left: 30px;
    margin-bottom: 10px;
}
.item-box-dato i{
    margin-right: 10px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.box-documentos{
	padding-top: 0px;
}
.item-box-dato.item-documento {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.item-box-dato.item-documento  img{
	vertical-align: bottom;
	display: inline-block;
	width: 15%;
	max-width: 50px;
}
.item-box-dato.item-documento span{
	color: #5c7b8e;
	display: inline-block;
	vertical-align: bottom;
	width: 80%;
	padding-left: 5px;
}


.interior-ac .item-box-dato.item-documento {
	position: relative;
	padding-left: 0px;
	margin-bottom: 20px;
}
.interior-ac .item-box-dato.item-documento  img{
	vertical-align: top;
	display: inline-block;
	width: 15%;
	max-width: 40px;
}
.interior-ac .item-box-dato.item-documento span{
	color: #5c7b8e;
	display: inline-block;
	vertical-align: bottom;
	width: 80%;
	padding-left: 10px;
}
.interior-ac .item-box-dato.item-documento span p{
	margin-bottom: 0;
	font-size: 14px;
}
.interior-ac .item-box-dato.item-acuerdo img{
	vertical-align: top;
}
/*--FIN BOX DATOS--*/

/*--ACORDEON--*/
*{
	outline: none;
}
.acordeon{
    margin-bottom: 50px;
}
.ui-accordion .ui-accordion-header{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-align: left;
    padding: 0;
    background: #fff;
    border-radius: 0;
    position: relative;
    margin-top: 8px;
    border: none;
    border-bottom: 2px solid #5c7b8e;
}


.acordeon h3 span{
    font-size: 36px;
    color: #01468a;
    display: block;
    width: 52px;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -5px;
}
.acordeon h3 a{
    color: #999999;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-left: 0px;
    padding-right: 40px;
    display: block;

}

.acordeon h3.tipo1.ui-accordion-header-active.ui-state-active{
    color: #fff;
    font-weight: 600;
}

.acordeon h3.ui-accordion-header-active.ui-state-active a{
    color: #5c7b8e !important;
}
.ui-state-hover a, .ui-state-hover a:hover, 
.ui-state-hover a:link, 
.ui-state-hover a:visited, 
.ui-state-focus a, 
.ui-state-focus a:hover, 
.ui-state-focus a:link, 
.ui-state-focus a:visited{
	color: #5c7b8e !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon{

    background-position: top center;
    background-image: url('../images/ic-ac.png');
    width: 22px;
    height: 22px;
    right: 10px;
    bottom: 10px;
    left: auto;
}

.ui-state-default.ui-state-active .ui-icon{
    background-position: bottom;
}

.ui-accordion .ui-accordion-content{
    background: #eef2f3;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 20px 15px;
    margin: 0px 0 0 0px;
}

.ui-accordion .ui-accordion-content p{
	font-size: 16px;
	font-weight: 300;
	color: #363636;
	margin-bottom: 20px;
}

.ui-accordion .ui-accordion-content ul{
	list-style: none;
	padding-left: 10px;
	font-size: 16px;
}
.ui-accordion .ui-accordion-content ul li{
	position: relative;
	padding-left: 15px;
}
.ui-accordion .ui-accordion-content ul li:before{
	content:"\f054";
	font-family: 'FontAwesome';
	color: #5c7b8e;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
}

.ui-accordion .ui-accordion-content h5{
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	text-transform: uppercase;
	margin: 30px 0 10px;
}
.ui-accordion .ui-accordion-content p b{
	font-weight: bold;
}
.ac-interior a{
	color: #5c7b8e !important;
}

.wrap-acordeon h4{
	color: #5c7b8e;
	font-weight: normal;
	font-size: 26px;
	margin: 40px 0 30px;
}
/*--FIN ACORDEON--*/

/*--FORMULARIO--*/
.formulario{
	background: #5c7b8e;
	padding: 60px 30px 30px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.formulario:before {
    width: 8px;
    height: 100%;
    background: url(../images/barras-gris.png);
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    top: 60px;
}
.formulario .form-group{
	padding-left: 70px;
}
.formulario .form-group label{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	width: 30%;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
}
.formulario .form-group input[type="text"]{
	background: #859caa;
	display: inline-block;
	width: 65%;
	border: none;
	height: 35px;
	padding-left: 10px;
	color: #fff;
}
.formulario input[type="submit"],
.formulario input[type="button"]
{
    color: #5c7b8e;
    float: right;
    margin-right: 5%;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 35px;
    background: #fff;
    border: none;
}

.busqueda-avanzada{
	display: inline-block;
	margin: 20px 0;
	color: #5c7b8e;
	font-size: 16px;
}
a.otro-enlace{
	display: inline-block;
	margin: 20px 0;
	color: #5c7b8e;
	font-size: 16px;
}
/*--FIN FORMULARIO--*/

/*---NOTICIAS---*/
.wrap-noticias{}
	.box-noticias{
		background: #e8e7e7;
		margin-bottom: 30px;
	}

	.box-noticias .img-noticia{
		position: relative;
		overflow: hidden;
	}
	.box-noticias .img-noticia img{
		width: 100%;
		height: auto;
		transition: all 0.5s ease;
	}	
	.box-noticias .img-noticia:hover img{
		transform: scale(1.05);
		opacity: 0.9;
	}
	.box-noticias .img-noticia:hover .barra-noticia img{
		transform: none;
		opacity: 1;
	}
	.box-noticias .img-noticia video{
		width: 100%;
		height: auto;
	}

	.barra-noticia{
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	.barra-noticia img{
		width: 100%;
	}

	.box-noticias .texto-noticia{
		padding: 5px 20px 20px;
		background: #e8e7e7;
	}
	.box-noticias .texto-noticia .fecha{
		color: #5c7b8e;
		font-size: 14px;
		font-weight: 500;
	}
	.box-noticias .texto-noticia h3{
		font-size: 18px;
		font-weight: 900;
		color: #000;
		border-bottom: 1px solid #5c7b8e;
		padding-bottom: 20px;
		margin-top: 10px;
	}
	.box-noticias .texto-noticia h3 a{
		color: #000;
	}
	.box-noticias .texto-noticia p{}

.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
/*---FIN NOTICIAS---*/

/*---VIDEO HOME---*/
.video-home{
	text-align: center;
	margin: 30px 0 50px;
}
.video-home h2{
    color: #5c7b8e;
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.video-home video{
	max-width: 100%;
}
.video-home p{
	text-align: left;
	padding: 20px;
	background: #eee;
	color: #000;
}
/*--FIN VIDEO HOME---*/

.col-5{
	width: 20%;
	float: left;
}

/*---GALERIA---*/
.carousel-control.left{
	background: none;
	top: auto;
	left: 20px;
	right: auto;
	width: auto;
	bottom: 20px;
}
.carousel-control.right{
	background: none;
	top: auto;
	right: 20px;
	left: auto;
	width: auto;
	bottom: 20px;
}

.fotogaleria{
	margin-bottom: 40px;
}
.fotogaleria .item{
	height: auto;
}
.box-multimedia .fotogaleria .item{
	height: 200px;
}
.fotogaleria .item img{
	width: 100%;
	min-height: 100%;
}
.fotogaleria .item .texto-galeria{
	color: #515151;
	font-size: 15px;
	font-weight: 500;
	font-style: italic;
	padding: 20px 70px;
	min-height: 80px;
	border-bottom: 1px solid #5c7b8e;
}
.fotogaleria .item .texto-galeria p{
	margin-bottom: 0;
}
/*---FIN GALERIA---*/

/*--DIA DE COMPETENCIA--*/
.box-competencia{
	padding: 20px;
	background: #eee;
	margin-bottom: 30px;
}
.box-competencia h3{
	border: none;
}
	.box-competencia .texto-noticia{

	}
	.box-competencia .texto-noticia .fecha{
		color: #5c7b8e;
		font-size: 14px;
		font-weight: 500;
	}
	.box-competencia .texto-noticia h3{
		font-size: 18px;
		font-weight: 900;
		color: #000;
		border-bottom: 1px solid #5c7b8e;
		padding-bottom: 20px;
		margin-top: 10px;
	}
	.box-competencia p{}

.contenido-page .wp-pagenavi a,.contenido-page .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #5c7b8e;
    padding: 10px 15px;
    margin: 2px;
    color: #5c7b8e;
    font-size: 12px;
}
.contenido-page .wp-pagenavi a:hover,.contenido-page .wp-pagenavi span.current {
    border-color: #5c7b8e;
    background: #5c7b8e;
    color: #fff;
}

.page_item.page-item-77873,
.page_item.page-item-77885,
.page_item.page-item-77894,
.page_item.page-item-77930
{
	display: none;
}
.page_item.page-item-58 ul.children,
.page_item.page-item-50 ul.children,
.page_item.page-item-17 ul.children
{
	display: none !important;
}
/*--FIN DIA DE COMPETENCIA--*/

.box-biblioteca{
	background: #5c7b8e;
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	text-align: center;
	position: relative;
	padding: 40px;
	margin-top: 50px;
}
.box-biblioteca:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.box-biblioteca img{
	width: 100px;
	display: inline-block;
	margin-right: 10px;
}
.box-biblioteca p{
	display: inline-block;
}
.box-biblioteca p a{
	color: #fff;
}


.noticia-detalle{}
.noticia-detalle h2{
	margin-bottom: 10px;
}
.noticia-detalle .fecha{
	font-size: 18px;
	color: #000;
	font-weight: 900;
	margin-bottom: 20px;
}
.noticia-detalle .box-mision{
	margin: 40px 0;
}

.single-abajo{
	border-top: 1px solid #999999;
	padding-top: 20px;
	width: 100%;
}
.single-abajo .compartir{
	display: inline-block;
	float: left;
}
.single-abajo .compartir a{
	display: inline-block;
	font-size: 26px;
	color: #5c7b8e;
	margin-right: 10px;
}
.single-abajo a.btn{
	float: right;
}

/*---AGENDA FISCAL--*/
.wrap-agenda{
	margin-bottom: 40px;
	width: 100%;
	max-width: 750px;
}
.fecha-agenda{
	width: 16%;
	float: left;
	text-align: center;
	position: relative;
	padding-right: 10px;
}
	.fecha-agenda img{
		max-width: 100%;
	}
	.fecha-agenda p{
		position: absolute;
		margin: 0 auto;
		color: #5c7b8e;
		font-size: 24px;
		line-height: 20px;
		bottom: 5px;
		left: 0;
		right: 0;
		text-transform: uppercase;
		font-weight: 800;
		padding-right: 10px;
	}
	.fecha-agenda p span{
		display: block;
		font-weight: normal;
		font-size: 14px;
	}
.datos-agenda{
	width: 82%;
	float: left;
	border-left: 1px solid #9e9e9e;
}
	.dato-agenda{
	}
		.dato-agenda label{
			float: left;
			width: 20%;
			padding-right: 15px;
			font-size: 16px;
			color: #5c7b8e;
			font-weight: 800;
			vertical-align: top;
			text-align: right;
		}
		.dato-agenda p{
			float: left;
			width: 80%;
			font-size: 16px;
			color: #000;
			font-weight: normal;
			vertical-align: top;
			margin-bottom: 10px;
		}

.multimedia-agenda{
	margin-top: 30px;
}
.btns-multimedia{
	width: 20%;
	float: left;
	padding-right: 17px;
	text-align: right;
}
.btns-multimedia div.btn-m{
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	color: #5c7b8e;
	padding-top: 2px;
	border: 1px solid #5c7b8e;
	position: relative;
	cursor: pointer;
	float: right;
}
.wrap-btns-multimedia{
	width: 50px;
	float: right; 
}
.btns-multimedia div.activo{
	background: #5c7b8e;
	color: #fff;
}
.btns-multimedia div.activo:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #5c7b8e;
	content:"";
	position: absolute;
	top: 45%;
	right: -10px;
}

.panel-multimedia{
	width: 80%;
	float: left;
	max-width: 440px;
}

	.multimedia-agenda .item-multimedia{
		width: 440px;
		max-width: 100%;
	}
	.multimedia-agenda .item-multimedia.mapa-agenda{
		height: 270px;
	}
		.multimedia-agenda .item-multimedia.mapa-agenda iframe{
			width: 100%;
			height: 100%;
		}

	.multimedia-agenda .item-multimedia.galeria-agenda{
		position: relative;
		display: none;
	}
		.multimedia-agenda .item-multimedia.galeria-agenda .slide img{
			width: 100%;
		}

.item-multimedia .carousel-control.right,
.item-multimedia .carousel-control.left
{
	bottom: auto;
	top: 40%;
}

/*--FIN AGENDA FISCAL---*/

/*---MULTIMEDIA---*/
.box-multimedia{
	background: #92b6c7;
}
.box-noticias.box-multimedia .texto-noticia{
	background: #92b6c7;
}
.box-noticias.box-multimedia .texto-noticia .fecha{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.box-noticias.box-multimedia .texto-noticia p{
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.box-multimedia .carousel-control.left,
.box-multimedia .carousel-control.right{
	top: 45%;
	bottom: auto;
	opacity: 1;
}
.box-multimedia .fotogaleria{
	margin-bottom: 10px;
}

#fancybox-overlay{
	background: #fff !important;
}

.fancybox-next span{
	background: url('../images/gal-der2.png');
	width: 15px;
	height: 37px;
}
.fancybox-prev span{
	background: url('../images/gal-izq2.png');
	width: 15px;
	height: 37px;
}
.fancybox-opened .fancybox-outer{
	box-shadow: none !important;
	position: relative;
}

.fancybox-opened .fancybox-title{
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	right: auto;
	left: 0px;
}
.fancybox-title-float-wrap .child{
	position: relative;
    width: 100%;
    left: auto;
    right: auto;
    margin: 0;
    border-radius: 0;
    background: #92b6c7;
    text-align: left;
    text-shadow: none;
    padding: 15px;
}
.fancybox-title-float-wrap .child span{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.fancybox-title-float-wrap .child p{
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
/*---FIN MULTIMEDIA---*/

/*---ORGANIGRAMA---*/
.wrap-organigrama{
	position: relative;
	margin-top: -11%;
	margin-bottom: 10%;
}
.bg-organigrama{}
	.bg-organigrama img{
		width: 100%;
		margin-top: -11%;
	}

.item-organigrama{
	text-align: center;
	width: 13%;
	position: absolute;
	cursor: pointer;
}

#orga1{
	top: 0;
    left: 0;
    width: 15%;
    right: 0;
    margin: 0 auto;
}
#orga2{
    top: 32%;
    right: 18.5%;
}
#orga3{
display:none;
}
#orga4{
    top: 29%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#orga5{
    top: 32%;
    left: 19%;
}
#orga6{
    top: 59%;
    left: 6%;
    width: 10%;
}
/* gaston */
#orga7{
	top: 59%;
    left: 17.5%;
    width: 10%;
}
#orga8{
	top: 59%;
    width: 10%;
    left: 28.7%;
}
/* sebastian*/
#orga9{
    top: 59%;
    width: 10%;
    left: 40%;
}
/*francisca*/
#orga10{
    top: 59%;
    width: 10%;
    left: 51%;
}
/* victor*/
#orga11{
	top: 59%;
    width: 10%;
    left: 61.5%;
}
/*ana*/
#orga12{
    top: 59%;
    width: 10%;
    left: 72.5%;
}
/*monica*/
#orga13{
    top: 59%;
    width: 10%;
    left: 84.5%;
}
#orga14{
    top: 86%;
    right: 6%;
    width: 10%;
}
#orga13 .texto-organigrama{
	margin-left: -11px;
	margin-right: -11px;
}

	.item-organigrama .img-organigrama{
		width: 80%;
		margin: 0 auto;
	}
	.item-organigrama .img-organigrama img{
		width: 100%;
		height: auto;
	}

	.item-organigrama .texto-organigrama{
    padding: 20px 10px 15px;
    margin-top: -31px;
	}
		.item-organigrama .texto-organigrama h3{
			font-size: 13px;
			color: #fff;
			font-weight: 600;
			padding: 10px 0;
			margin: 10px 0;
			position: relative;
		}
		.item-organigrama .texto-organigrama h3:after{
			height: 1px;
			width: 90%;
			margin: 0 auto;
			background: #fff;
			content:"";
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
		}
		.item-organigrama .texto-organigrama p{
			font-size: 12px;
			line-height: 10px;
			font-weight: normal;
			margin-bottom: 0;
		}

	.item-organigrama.color1 .texto-organigrama{
		background: #5c7b8e;
	}	
	.item-organigrama.color1 .texto-organigrama p{
		color: #c5e2f3;
	}	

	.item-organigrama.color2 .texto-organigrama{
		background: #5c6b8e;
	}	
	.item-organigrama.color2 .texto-organigrama p{
		color: #ebebeb;
	}	

	.item-organigrama.color3 .texto-organigrama{
		background: #999999;
	}	
	.item-organigrama.color3 .texto-organigrama p{
		color: #ebebeb;
	}

.modal-organigrama{
	color: #333;
	display: none;
	padding: 100px 30px 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.94);
	z-index: 999;
	overflow: scroll;
	height: 100%;
}

.cerrar-modal{
	color: #5c7b8e;
	font-size: 30px;
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
}
.img-modal-organigrama{
	width: 32%;
	float: left;
}
	.img-modal-organigrama img{
		width: 100%;
		height: auto;
	}

.texto-modal-organigrama{
	width: 68%;
	float: left;
	padding-left: 50px;
}
	.texto-modal-organigrama h3{
		color: #5c7b8e;
		font-size: 46px;
		font-weight: bold;
		margin: 0 0 30px;
	}
	.texto-modal-organigrama p{
		font-size: 18px;
		line-height: 24px;
		color: #000;
		margin-bottom: 26px;
	}

	.texto-modal-organigrama .item-dato-organigrama{
		font-weight: bold;
		font-size: 18px;
	}
	.texto-modal-organigrama .item-dato-organigrama i{
		width: 23px;
	}
	.texto-modal-organigrama .item-dato-organigrama a{
		color: #000;
		text-decoration: underline;
	}

	.texto-modal-organigrama .tabla-personas{
		margin: 30px 0;
	}
	.texto-modal-organigrama .tabla-personas h4{
		color: #5c7b8e;
		font-size: 30px;
		font-weight: bold;
	}
	.texto-modal-organigrama .tabla-personas table{
		font-size: 18px;
		line-height: 24px;
		color: #000;
		border: 1px solid #5c7b8e;
	}
	.texto-modal-organigrama .tabla-personas table tr{}
	.texto-modal-organigrama .tabla-personas table tr th{
		color: #fff;
		background: #5c7b8e;
		padding: 10px 15px;
	}
	.texto-modal-organigrama .tabla-personas table tr td{
		padding: 10px 15px;
		border-left: 1px solid #5c7b8e;
		border-right: 1px solid #5c7b8e;
	}
	.texto-modal-organigrama .tabla-personas table tr:nth-child(even){
		background: #fff;
	}
	.texto-modal-organigrama .tabla-personas table tr:nth-child(odd){
		background: #eef2f3;
	}
/*--FIN ORGANIGRAMA--*/

/*--INFOGRAFIA PROCESO OPERACIONES---*/

.wrap-infografia{
	position: relative;
	min-width: 700px;
}

.img-infografia{}
.img-infografia img{
	width: 100%;
}
#procesos-operaciones .bloque-infografia{
	position: absolute;
	text-align: center;
	padding: 0 10px;
}
#procesos-operaciones #bloque1{
    top: 3%;
    left: 0;
    right: 0;
}
#procesos-operaciones #bloque2{
    text-align: left;
    top: 12.5%;
    left: 24%;
}
#procesos-operaciones #bloque3{
    top: 21.3%;
    left: 0;
    width: 28%;
}
#procesos-operaciones #bloque4{
    top: 21.3%;
    right: 0;
    width: 28%;
}
#procesos-operaciones #bloque5{
    top: 29%;
    right: 0;
    width: 69%;
}
#procesos-operaciones #bloque6{
	top: 39.5%;
    width: 31%;
    left: 13%;
}
#procesos-operaciones #bloque7{
	top: 39.5%;
    width: 31%;
    right: 0%;
}
#procesos-operaciones #bloque8{
    top: 47%;
    width: 27%;
    left: 0;
}
#procesos-operaciones #bloque9{
    top: 47%;
    left: 29%;
    width: 27%;
}
#procesos-operaciones #bloque10{
    top: 47%;
    right: 0;
    width: 43%;
}
#procesos-operaciones #bloque11{
    width: 27%;
    left: 0;
    top: 55%;
}
#procesos-operaciones #bloque12{
    right: 0;
    width: 71%;
    top: 53.5%;
}
#procesos-operaciones #bloque13{
	right: 0;
    width: 71%;
    top: 65%;
}
#procesos-operaciones #bloque14{
    width: 27%;
    left: 29%;
    top: 78%;
}
#procesos-operaciones #bloque15{
    width: 27%;
    right: 0%;
    top: 78%;
}
#procesos-operaciones #bloque16{
    width: 27%;
    top: 86%;
    left: 15%;
}
#procesos-operaciones #bloque17{
    width: 27%;
    top: 86%;
    left: 43%;
}
#procesos-operaciones #bloque18{
    width: 27%;
    top: 86%;
    right: 0;
}
#procesos-operaciones #bloque19{
	top: 93%;
    width: 54%;
    left: 29%;
}

#procesos-operaciones .bloque-infografia.tipo1{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
#procesos-operaciones .bloque-infografia.tipo2{}
	#procesos-operaciones .bloque-infografia.tipo2 h4{
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 5px;
	}
	#procesos-operaciones .bloque-infografia.tipo2 p{
		font-size: 12px;
		font-weight: normal;
		color: #fff;
	}
	#procesos-operaciones .bloque-infografia.tipo2 p a{
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
	}
#procesos-operaciones .bloque-infografia.tipo3{
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #5c8c9a;
}
	#procesos-operaciones .bloque-infografia.tipo3 span{
		font-size: 14px;
		font-weight: normal;
		color: #5c8c9a;
		display: block;
		text-transform: none;
	}
#procesos-operaciones .bloque-infografia.tipo4{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
#procesos-operaciones .bloque-infografia.tipo5{
	font-size: 14px;
	font-weight: 600;
	color: #797979;
}
/*--FIN INFOGRAFIA---*/

/*---INFOGRAFIA DELACION COMPENSADA---*/
#delacion-compensada h3{
	color: #5c7b8e;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    top: -3%;
    left: 6%;
    margin: 0;
    position: absolute;
}
#delacion-compensada .bloque-infografia{
	position: absolute;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
}
#delacion-compensada .bloque-infografia.t-flecha{
	font-size: 14px;
	line-height: 14px;
	color: #5c8c9a;
	text-transform: none;
}

#delacion-compensada #pro1{
    top: 7%;
    width: 31%;
    left: 0;
}
#delacion-compensada #pro1b{
	top: 4%;
    left: 39%;
    width: 26%;
}
#delacion-compensada #pro1c{
    top: 6.5%;
    right: 0;
    width: 28%;
}
#delacion-compensada #pro1-flecha{
    top: 9%;
    left: 46%;
}
#delacion-compensada #flecha1{
	top: 14.5%;
    left: 18%;
}

#delacion-compensada #pro2{
    top: 22%;
    width: 31%;
    left: 0;
}
#delacion-compensada #pro2b{
    top: 21%;
    width: 28%;
    right: 0;
}
#delacion-compensada #pro2-flecha{
	top: 23%;
    left: 47%;
}
#delacion-compensada #flecha2{
	left: 18%;
	top: 29%;
}

#delacion-compensada #pro3{
    top: 36%;
    width: 31%;
    left: 0;
}
#delacion-compensada #pro3b{
    top: 34.5%;
    left: 51%;
    width: 31%;
}
#delacion-compensada #pro3-flecha{
	top: 37.5%;
    text-align: left;
    left: 32%;
    width: 18%;
}
#delacion-compensada #flecha3{
	left: 18%;
    top: 43.5%;
}

#delacion-compensada #pro4{
    top: 50.5%;
    width: 31%;
    left: 0;
}
#delacion-compensada #pro4b{
    right: 0;
    width: 28%;
    top: 49.5%;
}
#delacion-compensada #pro4-flecha{
    top: 52.5%;
    left: 45%;
}
#delacion-compensada #flecha4{
    left: 18%;
    top: 57.7%;
}

#delacion-compensada #pro5{
    top: 64.5%;
    width: 31%;
    left: 0;
}
#delacion-compensada #pro5b{
	right: 0;
    top: 68%;
    width: 28%;
}
#delacion-compensada #pro5-flecha{
    top: 66%;
    left: 45%;
}
#delacion-compensada #flecha5{
    left: 18%;
    top: 74%;
}
#delacion-compensada #flecha5b{
    top: 72.5%;
    width: 26%;
    left: 39%;
}

#delacion-compensada #pro6{
    top: 80.2%;
    width: 31%;
    left: 0;
}
#delacion-compensada #pro6b{
    top: 79%;
    left: 39%;
    width: 26%;
}
#delacion-compensada #pro6c{
	right: 0;
    top: 83%;
    width: 28%;
}
#delacion-compensada #pro6-flecha{
	top: 82%;
    width: 10%;
    text-align: left;
    left: 31%;
    max-width: 70px;
}
#delacion-compensada #flecha6{
    left: 18%;
    top: 89.5%;
}
#delacion-compensada #flecha6b{
    top: 87.5%;
    left: 39%;
    width: 26%;
}

#delacion-compensada #pro7{
    top: 95%;
    width: 31%;
    left: 0;
}
/*---FIN INFOGRAFIA---*/

/*---INFOGRAFIA ANTIMONOPOLIOS---*/
.tabs-antimonopolios{
	margin: 30px 0;
}
.tab-antimonopolios{
	width: 33.3333%;
	float: left;
	position: relative;
	cursor: pointer;
}
.tab-antimonopolios#t-a1{}
.tab-antimonopolios#t-a2{}
.tab-antimonopolios#t-a3{}
.tab-antimonopolios .texto-tab{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: left;
    font-size: 15px;
    padding-left: 35px;
	color: #668999;
	text-transform: uppercase;
}
.tab-antimonopolios .texto-tab span{
	display: block;
	font-weight: 900;
}
.tab-antimonopolios img.bg-pasos{
	width: 102%;
}
.tab-antimonopolios img.reposo{
	display: block;
}
.tab-antimonopolios img.activo{
	display: none;
}
.tab-antimonopolios.activo img.reposo{
	display: none;
}
.tab-antimonopolios.activo img.activo{
	display: block;
}
.tab-antimonopolios.activo .texto-tab{
	color: #fff;
}

.bloque-antimonopolios{
	padding: 25px 30px 25px 40px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.bloque-antimonopolios:before{
	content:url('../images/esquina.png');
	position: absolute;
	left: -5px;
	top: 0;
}
	.bloque-antimonopolios p{
		margin-bottom: 0;
		font-weight: normal;
		font-size: 16px;
		color: #fff;
	}
	.bloque-antimonopolios p b{
		font-weight: 900;
	}	
	.bloque-antimonopolios ul{
		margin-bottom: 0;
		font-weight: normal;
		font-size: 16px;
		color: #fff;
		list-style: none;
		padding-left: 0;
		margin-top: 24px;
	}
	.bloque-antimonopolios ul b{
		font-weight: 900;
	}
	.bloque-antimonopolios ul li{
	    position: relative;
	    padding-left: 25px;
	    line-height: 18px;
	    margin-bottom: 14px;
	}
	.bloque-antimonopolios ul li:before{
		content:'\f058';
		font-family: 'FontAwesome';
		color: #fff;
		position: absolute;
		left: 0;
		top: 1px;
	}

#panel-antimonopolios1 .bloque-antimonopolios{ background: #fe7220; }
#panel-antimonopolios2 .bloque-antimonopolios{ background: #668999; }
#panel-antimonopolios3 .bloque-antimonopolios{ background: #669992; }

.panel-antimonopolios{
	display: none;
}
.panel-antimonopolios#panel-antimonopolios1{
	display: block;
}
/*--FIN INFOGRAFIA---*/

.wrap-buscador{
	width: 285px;
    background: rgba(0,0,0,0.95);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 15px;
    z-index: 999;
}
.c-buscador{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0 30px;
	left: 0;
}
.c-buscador form{
	position: relative;
}

.wrap-buscador h3{
	color: #5c7b8e;
	font-weight: 300;
	font-size: 70px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.wrap-buscador input{
    width: 100%;
    padding: 10px;
    color: #fff;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #fff;
    font-size: 40px;
    font-style: italic;
}
.wrap-buscador button{
	font-size: 30px;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	bottom: 7px;
}

.cerrar-buscador{
    font-size: 34px;
    color: #5c7b8e;
    display: inline-block;
    float: right;
    right: 11px;
    top: 21px;
    position: absolute;
    cursor: pointer;
}

.item-search{
border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.item-search span{
	font-size: 14px;
}
.item-search h4{
	font-size: 26px;
	color: #5c7b8e;
}
.item-search h4 a{
	color: #5c7b8e;
}
.item-search img{
	width: 20px;
	margin-right: 5px;
}
.item-search p{
	color: #000;
	font-size: 16px;
}
.item-search a{
	margin: 10px 0 20px;
}

.contenido-search .navigation{
	margin-top: 40px;
	text-align: center;
}
.wp-pagenavi{
	display: inline-block;
	margin: 0 auto;
}

/*---MAPA DEL SITIO---*/
.bloque-mapa{
	width: 24%;
	float: left;
	margin-right: 1.25%;
}
.bloque-mapa:nth-child(4){
	margin-right: 0;
}
.bloque-mapa h3{
	color: #5c7b8e;
	font-weight: 300;
	font-size: 20px;
}
.bloque-mapa ul{
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #999999;
	list-style: none;
	padding: 15px;
}
.bloque-mapa ul li{
	margin-bottom: 5px;
}
.bloque-mapa ul li a{
	color: #000;
}
.bloque-mapa ul li a:hover{
	color: #607e90;
	font-weight: bold;
	text-decoration: underline;
}
.bloque-mapa ul li:before{
	content: "\f138";
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #5c7b8e;
}
/*--FIN MAPA DEL SITIO--*/
.fancybox-title-float-wrap .child{
	white-space: normal;
}

.nav-noticias{
	margin-top: 40px;
}
.page_item.page-item-78723,
.page_item.page-item-78733,
.page_item.page-item-78743
{
	display: none;
}

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--thumbs{
	display: none;
}

.col-central-noticias{
	float: right;
}
.col-otras-noticias{
	float: left;
}

.wrap-desktop{}
.wrap-mobile{
	display: none;
}

.modal-video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 999;
	padding: 20px;
}
	.cerrar-modal-video{
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0,0,0,0.5);
		width: 44px;
		height: 44px;
		padding: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 999;
	}
	.cerrar-modal-video img{
		width: 80%;
	}
	.wrap-modal-video{
		width: 800px;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.box-noticias .img-noticia .wrap-modal-video video{
		width: 100%;
	}

	.caption-modal-video{
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 97%;
		border-top: 1px solid #eee;
		padding: 20px 20px;
		margin: 0 20px;
	}
	.caption-modal-video span{}
@media (max-width: 1400px) {

	.caja-home h3{
		font-size: 24px;
	}

	.caja-interior h2{
		font-size: 24px;
	}
}

@media (max-width: 1200px) {
    .texto-slide h1 {
        font-size: 46px;
    }
    .texto-slide h2{
        font-size: 46px;
    }

    .menu-footer h3{
    	font-size: 18px;
    }
	#procesos-operaciones .bloque-infografia.tipo2 h4{
		margin-top: 0;
		font-size: 14px;
	}
	.wrap-scroll{
		overflow: scroll;
	}

	#delacion-compensada #pro1c{
		top:5.5%;
	}
	#delacion-compensada #pro2b{
		top: 20%;
	}
	#delacion-compensada #pro4b{
		top: 48.5%;
	}
}

@media (max-width: 991px) {

	.wrap-buscador h2{
		font-size: 50px;
		text-align: center;
	}

	.menu-top{
		font-size: 12px;
	}

	.btn-menu {
	    position: absolute;
	    right: 0;
	    top: 60px;
	    font-size: 16px;
	    font-weight: 300;
	}
    .flexslider#slide-home {
        height: auto;
        min-height: 0;
    }

    .logo {
	    float: left;
	    margin-left: 40px;
	    margin-top: 0;
	}
	.logo img{
		width: 140px;
	}

    .texto-slide{
        position: relative;
        background: #3b4e5a;
        top: 0;
        padding: 40px 30px 50px;
    }
    .texto-slide h1 {
        font-size: 34px;
    }
    .texto-slide h2{
        font-size: 34px;
    }
    .texto-slide a{
        margin-top: 20px;
    }
    #slide-home .flex-control-nav{
    	bottom: 8px;
    }

    .menu-footer h3{
    	font-size: 16px;
    }

    .col-footer{
    	width: 33.333%;
    }

    .banner-interior{
    	height: 220px;
    }

    .banner-interior h1{
    	font-size: 28px;
    }

    .titulo-banner-interior{
    	width: 33.333%;
    }

    .wrap-organigrama {
	    position: relative;
	    margin-top: 0;
	    text-align: center;
	}

    .bg-organigrama{
    	display: none;
    }

    .item-organigrama{
    	position: relative;
    	display: inline-block;
    }
    #orga1,#orga2,#orga3,#orga4,#orga5,
    #orga6,#orga7,#orga8,#orga9,#orga10,
    #orga11,#orga12,#orga13,#orga14
    {
    	top: auto;
    	bottom: auto;
    	left: auto;
    	right: auto;
    	width: 30%;
    	margin: 30px 10px;
    }
    #orga5 .texto-organigrama{
    	margin-left: 0;
    	margin-right: 0;
    }

    .caja-interior{
    	margin-bottom: 50px;
    }

    .col-central-noticias{
		float: none;
	}
	.col-otras-noticias{
		float: none;
	}

	.wrap-desktop{
		display: none;
	}
	.wrap-mobile{
		display: block;
		padding-right: 20px;
	}
	.sidebar_int{
		padding-bottom: 40px;
	}
}

@media (max-width: 768px) {

	.hidden_a{
		opacity: 1;
	}

	.animated,
	.animated-delay1,
	.animated-delay2,
	.animated-delay3,
	.animated-delay4
	{
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	header{
		padding: 15px 0;
	}
	.menu-top{
		display: none;
	}
	.m-mobile{
		display: block;
	}

	.btn-menu{
		top: 20px;
	}

	.logo{
		margin-left: 20px;
	}
    .flexslider#slide-home ul li img {
        min-height: 0;
    }

    .flexslider#slide-home {
        height: auto;
        min-height: 0;
    }

        .flexslider#slide-home ul {
            height: auto;
        }

            .flexslider#slide-home ul.flex-direction-nav {
                top: 42%;
            }

    .flex-control-nav{
        bottom: 10px;
    }

    footer{
    	padding: 40px 0;
    }

    .footer-abajo{
    	padding: 40px 20px;
    }

    .wrap-caja-interior{
    	border: none;

    }
    .wrap-caja-interior:after{
    	display: none;
    }
    .caja-interior{
    	margin-bottom: 40px;
    }
    .caja-interior h2{
    	min-height: 0;
    	height: auto;
    }

    .cont-interior {
	    padding: 0 20px;
	}

	.titulo-banner-interior{
    	width: 50%;
    }

    .fecha-agenda{
    	width: 100%;
    	padding: 0;
    	margin-bottom: 30px;
    }
    .fecha-agenda p{
    	padding-right: 0;
    }
    .datos-agenda{
    	border: none;
    	width: 100%;
    }

    .img-modal-organigrama{
    	width: 100%;
    	padding: 30px 50px;
    }

    .texto-modal-organigrama{
    	width: 100%;
    	padding: 0px 0 40px;
    }

    .caja-solicitudes{
    	margin-bottom: 30px;
    }

    .bloque-mapa{
    	width: 48%;
    	margin-right: 2%;
    }
    .bloque-mapa:nth-child(2),
    .bloque-mapa:nth-child(4){
    	margin-right: 0;
    }
}


@media (max-width: 640px) {
	.logos {
	    background: #fff;
	    padding: 20px 40px 20px;
	}

	.col-footer{
		width: 100%;
		border: none;
	}

    .carrusel-logos .owl-next{
    	right: -25px;
    	top: 13%;
    }    
    .carrusel-logos .owl-prev{
    	left: -25px;
    	top: 13%;
    }

    .img-banner-interior{
    	width: 100%;
    }

    .titulo-banner-interior{
    	width: 100%;
    	background: rgba(92,123,142,0.9);
    }

    #orga1,#orga2,#orga3,#orga4,#orga5,
    #orga6,#orga7,#orga8,#orga9,#orga10,
    #orga11,#orga12,#orga13,#orga14{
    	width: 44%;
    }

    .wrap-tabla{
    	overflow: scroll;
    	width: 100%;
    }
	.tab-antimonopolios{
		width: 46%;
		margin-bottom: 5px;
	}

	.noticias-home{
		padding: 20px;
	}

	.wrap_fiscalia{
		width: 100%;
	}
	.wrap_fiscalia iframe{

        width: 1px;
        min-width: 100%;
        *width: 100%;
    
	}	
	iframe#ventana{

        width: 1px;
        min-width: 100%;
        *width: 100%;
    
	}

	.box-mision p:before{
		left: 20px;
	}
	.box-mision{
		padding-left: 60px;
	}

	.redes-home {
    	width: 50%;
	    position: relative;
	    top: auto;
	    background: #5c7a8e;
	    text-align: center;
	    z-index: 99;
	    left: 0;
	    float: left;
	}
	.btn-noticias {
	    position: relative;
	    right: 0;
	    top: auto;
	    z-index: 99;
	    height: 39px;
	    float: left;
	    width: 50%;
	    color: #fff;
	    display: block;
	    font-size: 14px;
	    font-weight: 300;
	    cursor: pointer;
	    background: #5c7a8e;
	    padding-top: 7px;
	    text-align: center;
	}
	.cerrar-noticia {
	    position: relative;
	    top: auto;
	    right: auto;
	    text-align: right;
	    margin-bottom: 10px;
	    cursor: pointer;
	}
	.item-solicitudes > div{
		text-align: center;
	}
}


@media (max-width: 480px) {
	.texto-slide{
		padding: 20px 20px 50px;
	}
     .texto-slide h1 {
        font-size: 20px;
    }
    .texto-slide h2{
        font-size: 20px;
    }
    .btns-multimedia{
    	width: 100%;
    	padding-right: 0;
    }
    .wrap-btns-multimedia{
    	width: 100%;
    }
    .btns-multimedia div.activo:after{
    	display: none;
    }
    .panel-multimedia{
    	width: 100%;
    }

    .dato-agenda label{
    	width: 100%;
    	text-align: left;
    	padding-right: 0;
    }
    .dato-agenda p{
    	width: 100%;
    }

    .wrap-organigrama{
    	padding: 0 20px;
    }

    #orga1,#orga2,#orga3,#orga4,#orga5,
    #orga6,#orga7,#orga8,#orga9,#orga10,
    #orga11,#orga12,#orga13,#orga14{
    	width: 100%;
    	margin-left: 0;
    	margin-right: 0;
    }

    .img-modal-organigrama{
    	padding: 30px;
    }
	.tab-antimonopolios{
		width: 96%;
		margin-bottom: 5px;
	}
    .bloque-mapa{
    	width: 100%;
    	margin-right: 0%;
    }
    .bloque-mapa:nth-child(2),
    .bloque-mapa:nth-child(4){
    	margin-right: 0;
    }

    .noticias-home a.btn{
    	position: relative;
    	margin-top: 15px;
    }
    .cerrar-noticia{
    	position: relative;
	    top: 0;
	    right: 0;
	    text-align: right;
	    z-index: 9999;
	    cursor: pointer;
	    margin-bottom: 10px;
    }

    .formulario .form-group label{
    	width: 100%;
    	text-align: left;
    }
    .formulario .form-group input[type="text"]{
    	width: 100%;
    }
    .formulario input[type="submit"]{
    	margin-right: 0;
    }
}