body{
	/*color: #fff;*/
	font-weight: normal;
	overflow-x: hidden;
	width: 100%;
	font-family: 'Montserrat';
}

.menu-select{
    font-weight: bold; 
	color: #eb6751;
}

.clear{
	clear: both;
}

.fadein {
	opacity: 0;
}

 .hidden_a{
 	opacity: 0;
 }

.visible{
	opacity: 1;
}

.wrapper{
	position: relative;
}

.wrapper.interior{
	padding-top: 90px;
}

.wrap{
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.wrap-interior{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 30px;
}

.section-interior{
	padding: 40px 0;
}

.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;
}

.row.padding-8 {
  margin-right: -4px;
  margin-left: -4px;
}
.row.padding-8 > [class^="col-"],
.row.padding-8 > [class*=" col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

h2.titulo{
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 40px 0;
	background: #fff;
}

h2.titulo span{
	display: inline-block;
	background: #fff;
	padding: 0 25px;
}
h2.titulo:after{
	content:"";
	height: 5px;
	width: 100%;
	display: block;
	text-align: center;
	background: #f2f4f8;
	margin-top: -15px;
}

h2.titulo.blanco{ color: #fff; }

h2.titulo.negro{ color: #333; }

.btn{
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px 10px;
	border-radius: 6px;
	white-space: normal;
	text-decoration: none;
	transition: all 0.3s ease;
}
.btn.celeste{
	background: #0f9cbb !important;
	color: #fff !important;
	transition: all 0.3s ease;
}
.btn.celeste:hover{
	background: #158ea8;
}
.btn.rojo{
	background: #eb6751 !important;
	color: #fff !important;
}
.btn.rojo:hover{
	background: #cc5541 !important;
	color: #fff !important;
}
.btn.azul{
	background: #476290 !important;
	color: #fff !important;
}
.btn.azul:hover{
	background: #2e4873 !important;
	color: #fff !important;
}
.btn.azul2{
	background: #4471b5 !important;
	color: #fff !important;
}
.btn.azul2:hover{
	background: #2e5da2 !important;
}
.btn.amarillo{
	background: #efa71b !important;
	color: #fff !important;
}
.btn.amarillo:hover{
	background: #e39b0f !important;
	color: #fff !important;
}
a.btn.verde{
	background: #93bca8 !important;
	color:#fff !important;
}
a.btn.verde:hover{
	background: #79a991 !important;
	color:#fff !important;
}
.btn img{
	margin-left: 5px;
}

.btn2{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 6px;
	background: none;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
} 
.btn2 i{
	margin-left: 10px;
}
.btn2:hover{
	text-decoration: none;
}
.btn2.naranjo{
	color: #eb6751;
	border: 2px solid #eb6751;
}
.btn2.celeste{
	color: #009ac3;
	border: 2px solid #009ac3;
}
.btn2.blanco{
	color: #fff;
	border: 2px solid #fff;
}
.btn2.blanco:hover{
	color: #333;
	background: #fff;
}
.btn2.blanco.hover-azul:hover{
	color: #4471b5;
}
.btn2.blanco.hover-rojo:hover{
	color: #eb6751;
}
.btn2.blanco.hover-celeste:hover{
	color: #708ec2;
}

section{
	position: relative;
}

	.bg-img{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	.bg-img img{
		width: 100%;
		height: 100%;
		transition: all 1s ease;
	}
	.bg-img:hover img{
		transform: scale(1.2);
	}
	.cont{
		position: relative;
	}
/*---HEADER---*/
header{
	max-width: 100%;
	top: 0;
	width: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	padding-bottom: 20px;
}
header.absolute{
	position: absolute;
}
header.header-interior{
	background: #fff;
	position: relative;
	padding-bottom: 0;
}


header.header-interior .head-top .btn-menu-secundario{
	color: #a5a5a5;
}

.interior header{
	background: #fff;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 555;
}

.logo{
	display: inline-block;
	margin-top: 0px;
	float: left;
}
.logo img{
	width: 100%;
}

.interior header .logo {
    width: 140px;
    margin-top: 20px;
}

.head-top{
	float: right;
	margin-top: -5px;
}

	.menu-top{
		display: inline-block;
	}
		.menu-top ul{}
			.menu-top ul li{
				display: inline-block;
				border-right: 1px solid #757575;
				margin-right: -4px;
			}
			.menu-top ul li:last-child{
				border: none;
			}
				.menu-top ul li a{
					font-size: 12px;
					color: #757575;
					font-weight: 300;
					display: block;
					padding: 0 8px;
				}


	.redes-top{
		display: inline-block;
		margin: 10px 0;
	}

	.header-interior .redes-top{
		/*position: absolute;*/
		right: 30px;
		top: 50px;
	}

	.header-interior .accesos{
		margin-top: 5px;
	}

.redes-top a {
    color: #E1E7EB;
    font-size: 16px;
    display: inline-block;
    padding: 0px 4px;
    transition: all 0.3s ease;
}
		.redes-top a:hover{
			color: #fff;
		}
		.header-interior .redes-top a:hover{
			color: #333;
		}

	.idioma-top{
		display: inline-block;
		border-left: 1px solid #fff;
		line-height: 10px;
		font-size: 12px;
		color: #7d7d7d;
		padding: 0 10px;
		margin-left: 5px;
	}
        .idioma-top span {
            color: #E1E7EB;
        }
			.idioma-top a{
				color: #7d7d7d;
			}
			.idioma-top span a:hover{
				color:#fff;
			}
			.header-interior .idioma-top span a:hover{
				color: #333;
			}

	.accesos{
		display: inline-block;
		font-size: 13px;
		font-weight: 500;
		color: #fff;
		background: #eb6751;
		padding: 7px 15px;
		transition: all 0.3s ease;
        height:35px;
	}
	.accesos:hover{
		background: #fff;
		color: #eb6751;
		text-decoration: none;
	}
	
	.buscador-top{
		display: inline-block;
		background: rgba(0,0,0,0.6);
		padding: 7px 10px;
		position: relative;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.buscador-top:hover{
		background: #000;
		color: #fff;
	}

	.header-interior .buscador-top{
		background: #fff;
	}	
	.header-interior .buscador-top span{
		border-bottom: 2px solid #5d8ad2;
		display: block;
	}
    .menu-interior2 .buscador-top
	{
		background: #fff;
	}
    .menu-interior2 .buscador-top span
	{
		border-bottom: 2px solid #5d8ad2;
		display: block;
	}
    .menu-interior2 .buscador-top:hover span
	{
		color:#5d8ad2;
		border-bottom: 1px solid #5d8ad2;
		display: block;
	}
    .menu-interior2 .head-top .btn-menu-secundario {
        color: #a5a5a5;
    }
    .menu-interior2 .btn-menu-mobile{
	    color: #333;
	    margin-top: 15px;
    }

	.buscador-top span{
		background: transparent;
		border: none;
		border-bottom: 1px solid #5d8ad2;
		color: #5d8ad2;
		font-size: 13px;
		font-weight: bold;
		width: 120px;
		display: block;
	}
	.buscador-top:hover span{
		color:#fff;
		border-bottom: 1px solid #fff;
		display: block;
	}		
	.header-interior .buscador-top:hover span{
		color: #5d8ad2;
		border-bottom: 1px solid #5d8ad2;
		display: block;
	}
    .buscador-top:after {
        font-family: 'FontAwesome';
        content: '\f002';
        position: absolute;
        right: 10px;
        top: 6px;
        color: #5d8ad2;
    }
	.buscador-top:hover:after{
		color: #fff;
	}		
	.header-interior .buscador-top:hover:after{
		color:#5d8ad2;
	}

	.buscador-top ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #5d8ad2;
	}
	.buscador-top :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #5d8ad2;
		opacity:  1;
	}
	.buscador-top ::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #5d8ad2;
		opacity:  1;
	}
	.buscador-top :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #5d8ad2;
	}
	.buscador-top ::-ms-input-placeholder { /* Microsoft Edge */
		color: #5d8ad2;
	}	

	.buscador-top:hover ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #fff;
	}
	.buscador-top:hover :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #fff;
		opacity:  1;
	}
	.buscador-top:hover ::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #fff;
		opacity:  1;
	}
	.buscador-top:hover :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	.buscador-top:hover ::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}	


	.header-interior .buscador-top:hover ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color:#5d8ad2;
	}
	.header-interior .buscador-top:hover :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:#5d8ad2;
		opacity:  1;
	}
	.header-interior .buscador-top:hover ::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:#5d8ad2;
		opacity:  1;
	}
	.header-interior .buscador-top:hover :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color:#5d8ad2;
	}
	.header-interior .buscador-top:hover ::-ms-input-placeholder { /* Microsoft Edge */
		color:#5d8ad2;
	}

.menu-top-mobile{
	display: none;
}

.wrap-menu{
	display: inline-block;
	float: right;
	margin-top: -30px;
}

/*.header-interior .wrap-menu{
	margin: 0;
	width: 100%;
	text-transform: uppercase;
	padding: 20px 0 10px;
	float: none;
}*/

.header-interior .wrap-menu{
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    padding: 20px 0 10px;
    float: none;
    text-align: center;
}

.btn-menu-secundario{
	float: right;
	font-size: 30px;
	line-height: 20px;
	margin-top: -7px;
	cursor: pointer;
}

.head-top .btn-menu-secundario{
	margin-top: 7px;
	margin-left: 10px;
}
.menu-interior2 .head-top .btn-menu-secundario{
	color: #a5a5a5;
}


.btn-menu-mobile{
	float: right;
	font-size: 30px;
	line-height: 20px;
	margin-top: -7px;
	cursor: pointer;
	display: none;
}
.header-interior .btn-menu-mobile{
	color: #333;
}

header nav{
	display: inline-block;
	float: right;
	margin-right: 20px;
}
header.header-interior nav{
	margin-right: 0;
    float: none;
    display: inline-block;
    margin: 0 auto;
}
header nav ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
	header nav ul li{
		display: inline-block;
		border-right: 1px solid #e36651;
		margin-right: -4px;
	}
	header nav ul li:last-child{
		border-right: none;
	}
		header nav ul li a{
			color: #dddddd;
			font-size: 14px;
			font-weight: 600;
			display: block;
			padding: 0 12px;
			line-height: 12px;
		}
		header nav ul li a:hover{
			color: #eb6751;
		}

		header.header-interior nav ul li a{
			font-size: 11px;
			color: #4f4f4f;
			padding: 0 6px;
		}
		header.header-interior nav ul li a:hover{
			color: #eb6751;
		}
		header.header-interior nav ul li:first-child > a{
			padding-left: 0;
		}

/*---SUBMENU---*/
header.header-interior nav ul li.activo a{
	color: #eb6751;
	text-decoration: underline;
}
header.header-interior nav ul li.activo:nth-child(1) a,
header.header-interior nav ul li:hover:nth-child(1) a,
header.header-interior nav ul li:active:nth-child(1) a
{color:#476290;}

header.header-interior nav ul li.activo:nth-child(2) a,
header.header-interior nav ul li:hover:nth-child(2) a,
header.header-interior nav ul li:active:nth-child(2) a
{color:#eb6751;}

header.header-interior nav ul li.activo:nth-child(3) a,
header.header-interior nav ul li:hover:nth-child(3) a,
header.header-interior nav ul li:active:nth-child(3) a
{color:#1665c1;}

header.header-interior nav ul li.activo:nth-child(4) a,
header.header-interior nav ul li:hover:nth-child(4) a,
header.header-interior nav ul li:active:nth-child(4) a
{color:#0277bd;}

header.header-interior nav ul li.activo:nth-child(5) a,
header.header-interior nav ul li:hover:nth-child(5) a,
header.header-interior nav ul li:active:nth-child(5) a
{color:#398e3b;}

header.header-interior nav ul li.activo:nth-child(6) a,
header.header-interior nav ul li:hover:nth-child(6) a,
header.header-interior nav ul li:active:nth-child(6) a
{color:#ff8e01;}

header.header-interior nav ul li.activo:nth-child(7) a,
header.header-interior nav ul li:hover:nth-child(7) a,
header.header-interior nav ul li:active:nth-child(7) a
{color:#476290;}

header.header-interior nav ul li.activo:nth-child(8) a,
header.header-interior nav ul li:hover:nth-child(8) a,
header.header-interior nav ul li:active:nth-child(8) a
{color:#00828f;}

header.header-interior nav ul li.activo:nth-child(9) a,
header.header-interior nav ul li:hover:nth-child(9) a,
header.header-interior nav ul li:active:nth-child(9) a
{color:#a34d65;}

header.header-interior nav ul li.activo:nth-child(10) a,
header.header-interior nav ul li:hover:nth-child(10) a,
header.header-interior nav ul li:active:nth-child(10) a
{color:#4527a1;}


.header-interior nav > ul > li.activo{}
.header-interior nav > ul > li:hover .submenu{
	display: block;
}
.header-interior .submenu{
	position: absolute;
	background: rgba(255,255,255,0.9);
	padding: 20px 20px 10px;
	display: none;
}
.header-interior .submenu li{
	display: block;
	border: none;
	margin-right: 0;
}
.header-interior .submenu li a{
	display: block;
	padding: 7px 0px;
}


/*--FIN SUBMENU---*/
.interior header nav{
	margin-top: 48px;
}

.buscador{
	display: inline-block;
	position: relative;
}
header nav .buscador a{
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	margin-left: 10px;
	text-transform: uppercase;
}

.btn-menu-top{
	display: none;
}

.buscador-form {
    width: 272px;
    background: #0093b2;
    padding: 10px;
    position: absolute;
    top: -16px;
    z-index: 99;
    left: 0;
    display: none;
    opacity: 0;
}
.buscador-form .cerrar-buscador {
    display: inline-block;
    width: 26px;
    font-size: 22px;
    height: 32px;
    float: left;
    cursor: pointer;
}
.buscador-form input {
    width: 190px;
    display: inline-block;
    height: 32px;
    color: #3c3c3c;
    padding: 0 5px;
}
.buscador-form button {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 21px;
    padding-bottom: 9px;
    margin-top: -3px;
    font-size: 20px;
    vertical-align: middle;
    background: none;
    border: none;
    padding-top: 3px;
}



header nav > a{
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	margin-left: 10px;
	text-transform: uppercase;
}
header nav > a:hover,
header nav > a:focus{
	color: #fff;
}

.interior header nav > a{
	color: #3a3b43;
}
.interior header nav > a i{
	color: #009ac3;
}

.interior header .buscador{
	display: inline-block;
	position: relative;
	color: #fff;
}
.interior header nav .buscador a{
	color: #3a3b43;
}
.interior header nav .buscador a i{
	color: #009ac3;
}

header nav .idioma{
	display: inline-block;
	margin-left: 10px;
	color: #404040;
}
header nav .idioma a{
	color: #404040;
}
header nav .idioma a.activo{
	color: #fff;
}
.interior header nav .idioma a.activo{
	color: #009ac3;
}
/*---FIN HEADER--*/

/*---MENU---*/
.menu{
	background: #0093b2;
	/*position: fixed;
	right: -450px;
	top: 0;*/
	padding: 20px;
	height: 100%;
	width: 450px;
	z-index: 999;
	/*display: none;*/
	max-width: 100%;
	overflow: scroll;
}

.cbp-spmenu-vertical{
	width: 450px;
	max-width: 100%;
}
.cbp-spmenu-right{
	right: -450px;
}
.cbp-spmenu-push-toleft{
	left: -450px;
}
.cbp-spmenu-vertical a{
	border: none;
	padding: 0;
}

.sombra{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
}
.cbp-spmenu-push.cbp-spmenu-push-toleft {
	overflow: hidden;
	height: 100%;
}
.cbp-spmenu-push.cbp-spmenu-push-toleft .sombra{
	display: block;
}

.wrap-push{}
.cerrar-menu{
	text-align: right;
	cursor: pointer;
}

.menu ul{
	border-left: 1px solid #d1ebf1;
	list-style: none;
	padding-left: 30px;
	margin-top: 60px;
	margin-left: 40px;
}
.menu ul li{
	margin-bottom: 15px;
}
.menu ul li.only-mobile{
	display: none;
}
.menu ul li a{
	text-transform: uppercase;
	color: #b2ecf8;
	font-size: 18px;
	font-family: 'LatoWebLight';
}
.menu ul li a.activo{
	font-family: 'LatoWebMedium';
	color: #fff;
}
.menu ul li a:hover{
	color: #fff;
}

.cbp-spmenu a:hover{
	background: none;
}

.buscador-menu input{
	color: #363636;
	padding: 5px 5px;
}
/*---FIN MENU--*/

/*--MENU 2---*/
.menu2{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0;
	display: none;
}
.menu2 header{
	background: rgba(0,0,0,0.75);
}
.menu2 .accesos{
	background: #fff;
	color: #000;
}
.menu2 .buscador-top{
	background: transparent;
	color: #fff;
}

		.menu2 .buscador-top span{
			border-bottom: 2px solid #fff;
			display: block;
			color: #fff;
		}
		.menu2 .buscador-top:after{
			color: #fff;
		}

		.menu2 .buscador-top ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		    color: #fff;
		}
		.menu2 .buscador-top :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color: #fff;
		   opacity:  1;
		}
		.menu2 .buscador-top ::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color: #fff;
		   opacity:  1;
		}
		.menu2 .buscador-top :-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color: #fff;
		}
		.menu2 .buscador-top ::-ms-input-placeholder { /* Microsoft Edge */
		   color: #fff;
		}

.menu2 header nav ul li a{
	font-size: 12px;
}
.menu2 header nav ul li{
	border-right: 1px solid #fff;
}
.menu2 header nav ul li a:hover,
.menu2 header nav ul li a.activo{
	text-decoration: underline;
	color: #fff;
}


.menu-sec{
	width: 376px;
	background-color: #346193;
	background-image: url('../images/bg-menu-sec.png');
	background-position: bottom center;
	position: fixed;
	right: 0;
	z-index: 9999;
	padding: 20px 25px 50px;
	top: 0px;
	display: none;
	opacity: 0;
	right: -400px;
	overflow: scroll;
	height: 100%;
}
.menu-mobile{
	background-color: #346193;
	background-image: url('../images/bg-menu-sec.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
    padding: 20px;
    height: 100%;
    width: 450px;
    z-index: 999;
    max-width: 100%;
    overflow: scroll;
}
	.menu-sec .cerrar-menu-sec,.menu-mobile .cerrar-menu-mobile{
		text-align: right;
		cursor: pointer;
	}
	.menu-sec .cerrar-menu-sec img{}

	.menu-sec ul,.menu-mobile ul{
		padding-left: 0;
		list-style: none;
		margin-top: 10px;
	}
		.menu-sec ul li,.menu-mobile ul li{
			margin-bottom: 5px;
		}
			.menu-sec ul li a,.menu-mobile ul li a{
				font-size: 14px;
				color: #fff;
				font-weight: 300;
				display: block;
				/*border-bottom: 1px solid #fff;*/
			}
			.menu-mobile ul li a{
				font-size: 14px;
				color: #fff;
				font-weight: 300;
				display: block;
			}
			.menu-mobile ul li:nth-child(10){
				border-bottom: 1px solid #eee;
				margin-bottom: 20px;
				padding-bottom: 8px;
			}
			.menu-sec ul li a:hover,.menu-mobile ul li a:hover{
				color: #eb6751;
			}

/*---BOX LOGIN---*/
.wrap-box-login{
	top: 115px;
	position: fixed;
	right: -300px;
	z-index: 999;
	display: none;
	opacity: 0;
}
.box-login{
	width: 217px;
	border: 1px solid #e6e6e6;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
	background: #fff;
	position: relative;
}

.cerrar-box-login{
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
}
	.box-login h3{
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		background: url('../images/bg-login.png') no-repeat center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 7px 10px;
		margin: 0;
	}
	.box-login .contenido-login{
		padding: 15px;
	}
	.box-login .contenido-login a.link-login{
		font-size: 14px;
		color: #333333;
		font-weight: 300;
		
		display: block;
		margin-bottom: 15px;
	} .box-login .contenido-login a.link-login span{
		text-decoration: underline;
	}
	.box-login .contenido-login a.link-login img{
		display: inline-block;
		vertical-align: bottom;
		margin-right: 5px;
	}
	.box-login .contenido-login a.btn{
		font-size: 14px;
		padding: 5px 10px;
		margin-top: 10px;
	}
/*---FIN BOX LOGIN--*/

/*---BOX BUSCAR RAPIDO---*/
.wrap-box-buscar-rapido{
	width: 376px;
	background-color: #346193;
	background-image: url('../images/bg-menu-sec.png');
	background-position: bottom center;
	position: fixed;
	right: 0;
	z-index: 9999;
	padding: 20px 25px 50px;
	top: 0px;
	display: none;
	opacity: 0;
	right: -400px;
	overflow: scroll;
	height: 100%;
}
.cerrar-box-buscar-rapido{
	text-align: right;
	margin-bottom: 20px;
}
/*---FIN BOX BUSCAR RAPIDO----*/

/*---BOX BUSCAR---*/
.wrap-box-buscar{
	width: 376px;
	background-color: #346193;
	background-image: url('../images/bg-menu-sec.png');
	background-position: bottom center;
	position: fixed;
	right: 0;
	z-index: 9999;
	padding: 20px 25px 50px;
	top: 0px;
	display: none;
	opacity: 0;
	right: -400px;
	overflow: scroll;
	height: 100%;
}
.cerrar-box-buscar{
	text-align: right;
	margin-bottom: 20px;
}
.box-buscar{

	padding: 0px 25px 40px;
	width: 380px;
	max-width: 100%;
	display: inline-block;
}
	.box-buscar h3{
		font-size: 14px;
		font-weight: 600;
		border-bottom: 2px solid #fff;
		display: inline-block;
		padding-bottom: 3px;
		margin: 0 0 15px;
	}
		.box-buscar h3 img{
			margin-left: 5px;
		}

	.box-buscar .form-group{
		position: relative;
		margin-bottom: 30px;
	}
		.box-buscar .form-group i{
			position: absolute;
			left: 10px;
			top: 7px;
		}
		.box-buscar .form-group input{
			background: #3b547c;
			font-size: 14px;
			font-weight: normal;
			color: #fff;
			border: none;
			padding-left: 30px;
			height: 30px;
			width: 100%;
		}

		.box-buscar ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		    color: #fff;
		}
		.box-buscar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color: #fff;
		   opacity:  1;
		}
		.box-buscar ::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color: #fff;
		   opacity:  1;
		}
		.box-buscar :-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color: #fff;
		}
		.box-buscar ::-ms-input-placeholder { /* Microsoft Edge */
		   color: #fff;
		}

	.box-buscar .item-buscar{
		margin-bottom: 20px;
	}
		.box-buscar .item-buscar h4{
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			margin: 0;
		}
        /*
		.box-buscar .item-buscar h4:before{
			content:"\f101";
			font-family: "FontAwesome";
			margin-right: 5px;
		}*/
		.box-buscar .item-buscar a{
			font-size: 14px;
			font-weight: 300;
			border-bottom: 1px solid #8496b5;
			padding-bottom: 2px;
			display: block;
			color: #fff;
			margin-bottom: 5px;
		}
		.box-buscar .item-buscar a:hover{
			text-decoration: none;
		}
/*--FIN BOX BUSCAR---*/

/*--FIN MENU 2--*/

/*---SLIDER----*/
.slide{
	position: relative;
}
.flexslider{
	margin: 0;
	padding: 0;
	border: none;
	height: 100vh;
	min-height: 500px;
	overflow: hidden;
}
.flexslider ul{
	padding-bottom: 0px;
	height: 100%;
	padding-top: 0;
}
.flexslider ul li{
	height: 100%;
	position: relative;
}
.flexslider ul li img{
	max-height: 100%;
	min-height: 100%;
}
.flexslider 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;
}

#slide-home .flex-control-nav{
	width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 33;
    text-align: center;
}

.flexslider ul.flex-direction-nav{
	padding: 0 20px;
	position: absolute;
	top: 0;
	width: 100%;

}
.flexslider#carousel ul.flex-direction-nav{
	display: none;
}

.flex-control-paging li a{
	background: rgba(255,255,255,0.6);
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
	background: rgba(255,255,255,1);
}

.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;
	    top: 35%;
	    left: 100px;
	    max-width: 700px;
	}
		.texto-slide h4{
			font-weight: normal;
			font-size: 50px;
			line-height: 54px;
			color: #fff;
		}
		.texto-slide p{
			color: #eb6751;
			font-size: 18px;
			font-weight: 300;
		}
		.texto-slide a{}
/*---FIN SLIDER----*/

/*---PATENTES - MARCAS ---*/
.box-pm{
	position: relative;
	transition: all 0.3s ease;
}

.box-patentes{

}
.box-marcas{

}
.box-patentes:hover .bg-img img{
	transform: scale(1.2);
}
.box-marcas:hover .bg-img img{
	transform: scale(1.2);
}
	.box-pm img{
		width: 100%;
	}
	
	.box-pm .texto-pm{
		padding: 30px 45px;
	}
		.box-pm .texto-pm h4{
			font-size: 36px;
			font-weight: bold;
			color: #fff;
		}
		.box-pm .texto-pm h4:after{
			height: 1px;
			width: 40px;
			background: #fff;
			display: block;
			content:"";
			margin-top: 7px;
		}
		.box-pm .texto-pm p{
			font-size: 15px;
			line-height: 18px;
			font-weight: 300;
			margin-bottom: 20px;
			height: auto;
		}
		.box-pm .texto-pm a{
			margin-bottom: 10px;
		}
		.box-pm .texto-pm a.link-pm{
			font-size: 15px;
			font-weight: normal;
			color: #fff;
			display: block;
			margin-bottom: 4px;
		}
		.box-pm .texto-pm a.link-pm:before{
			font-family: 'FontAwesome';
			content:"\f101";
			margin-right: 5px;
		}
		.box-pm .texto-pm a.link-pm:hover{
			font-weight: bold;
			text-decoration: underline;
		}
/*---FIN PATENTES - MARCAS ---*/

/*---BOXES HOME---*/
.box-home{
	text-align: center;
	overflow: hidden;
}
.box-home.b-h-1{
  background: url('../images/home1.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.box-home.b-h-2{
  background: url('../images/home2.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.box-home.b-h-3{
  background: url('../images/home3.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box-home.b-h-1:hover .hover-box-home{
	background-color: rgba(48,74,118,0.5);
}
.box-home.b-h-2:hover .hover-box-home{
	background-color: rgba(110,135,165,0.5);
}
	
	.box-home .texto-box-home{
		padding: 10px;
	}	

	.box-home .texto-box-home .wrap-box-home{
		border: 1px solid #fff;
		padding: 40px 30px;
	}

	.box-home .ic-box-home{}
		.box-home .ic-box-home img{}

	.box-home h3{
		font-size: 22px;
		line-height: 24px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		height: 50px;
	}
	.box-home a{
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		display: inline-block;
		border: 2px solid #fff;
		padding: 8px 20px;
	}

		.box-home .hover-box-home{
			position: absolute;
			top: 100%;
			left: 0;
			padding: 10px 20px;
			opacity: 0;
			transition: all 0.3s ease;
			height: 100%;
		}
		.box-home:hover .hover-box-home{
			top: 0;
			opacity: 1;
		}

		.box-home:hover .c-box-home{
			visibility: hidden;
		}

		.box-home .hover-box-home p{
			font-size: 14px;
			line-height: 18px;
			font-weight: 300;
		}
/*---FIN BOXES HOME--*/

/*---SECTORES CLAVE---*/
.gestion-propiedad{

}

.wrap-item-gestion{
  background: url('../images/bg-g.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 0px 20px;
  position: relative;
}

.wrap-item-gestion:hover .bg-img img{
	transform: scale(1.1);
}

.wrap-item-gestion .cont{
	padding: 80px 20px;
}
.item-gestion{
	text-align: center;
	display: inline-block;
	width: auto;
	margin-bottom: 20px;
	min-width: 270px;
}
.item-gestion .img-gestion{
	border-radius: 50%;
	width: 156px;
	overflow: hidden;
	margin: 0 auto 20px;
	border: 2px solid #fff;
	position: relative;
	overflow: hidden;
}

.item-gestion .img-gestion .bg-gestion{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 200%;
	background-position: top center;
	z-index: 99;
}
.item-gestion .img-gestion img{
	max-width: 100%;
	width: 100%;
}
.item-gestion:hover .bg-gestion{
	background-position: bottom center;
}
.item-gestion h4{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	width: auto;
	margin: 0 auto;
	max-width: 300px;
}

.item-gestion .img-gestion:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 1;
    box-shadow: inset 0 0 0 0px #fff;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.item-gestion:hover .img-gestion:before{
	content: '';
    position: absolute;
    top: 8px;
    right: 7px;
    bottom: 6px;
    left: 7px;
    width: auto;
    height: auto;
    border-radius: inherit;
    z-index: 1;
    box-shadow: inset 0 0 0 3px #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
    background: #fff;
    border: 2px solid #fff;
}

.item-gestion a.btn2{
	font-size: 14px;
	padding: 5px 15px;
	min-width: 150px;
	margin: 20px 5px 0px;
}
/*---FIN SECTORES CLAVE--*/


/*---CONECTATE--*/
.conectate{
  background: url('../images/bg-conectate.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 80px 30px;
}
	.conectate p{
		font-size: 21px;
		line-height: 28px;
		font-weight: 300;
		margin: 0;
	}
	.conectate p b{
		font-weight: bold;
	}
	.conectate h4{
		font-size: 47px;
		line-height: 41px;
		font-weight: 300;
		margin: 0 0 5px 0;
	}
	.conectate a{
		margin-top: 20px;
	}
/*--FIN CONECTATE---*/

/*---NOVEDADES---*/
.novedades{
	padding-bottom: 40px;
}
.item-box-noticia{
	background: #f4f4f4;
}

	.item-box-noticia .img-box-noticia{
		transition: all 0.3s ease;
		overflow: hidden;
	}
	.item-box-noticia .img-box-noticia img{
		width: 100%;
		transition: all 0.3s ease;
	}

	.item-box-noticia .img-box-noticia:hover img{
		transform: scale(1.1);
		opacity: 0.9;
	}

	.item-box-noticia .texto-box-noticia{
		padding:20px 15px; 
	}
		.item-box-noticia .texto-box-noticia h4{
			font-size: 17px;
			line-height: 19px;
			color: #3b68b0;
			border-bottom: 1px solid #3b68b0; 
			font-weight: normal;
			padding-bottom: 8px;
			margin-bottom: 5px;
			margin-top: 0;
		}
		.item-box-noticia .texto-box-noticia h4 a{
			color: #3b68b0;
		}		
		.item-box-noticia .texto-box-noticia h4 a:hover{
			text-decoration: underline;
		}
		.item-box-noticia .texto-box-noticia .fecha{
			color: #666666;
			font-size: 12px;
			line-height: 20px;
			font-weight: 300;
			margin-bottom: 10px;
		}
		.item-box-noticia .texto-box-noticia p{
			font-size: 14px;
			line-height: 20px;
			color: #333333;
			font-weight: 300;
		}
/*--FIN NOVEDADES---*/

/*--PROPIEDAD INDUSTRIAL---*/
.propiedad-industrial{
  background: url('../images/bg-propiedad.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 35px 30px;
}
	.propiedad-industrial i{
		font-size: 62px;
	}
	.propiedad-industrial h5{
		font-size: 21px;
		font-weight: 300;
		margin-bottom: 0;
	}
	.propiedad-industrial h4{
		font-size: 47px;
		font-weight: 300;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.propiedad-industrial a{}
/*--FIN PROPIEDAD INDUSTRIAL--*/

/*---LOGOS---*/
.carrusel-logos{
	padding: 0 20px;
}
.carrusel-logos .owl-wrapper-outer{

}
.carrusel-logos .owl-pagination{
	display: none;
}
.owl-carousel .owl-prev{
	position: absolute;
	left: 0;
	top: 8%;
}
.owl-carousel .owl-next{
	position: absolute;
	right: 0;
	top: 8%;
}
/*--FIN LOGOS---*/

/*---LOGOS---*/
.logos{
	background: #d5e2f8;
	padding: 30px 0 30px;
}
.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;
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #8ab6d6;
}
.owl-theme .owl-controls .owl-page span{
	background: #016db8;
}
/*---FIN LOGOS---*/

/*---NEWSLETTER---*/
.newsletter{
	background: #494a4d;
	text-align: center;
	padding: 25px 0;
}
	.newsletter h4{
		font-size: 18px;
		color: #fff;
		font-weight: 600;
		display: inline-block;
		margin-right: 30px;
	}
	.newsletter .form-group{
		display: inline-block;
		position: relative;
		margin-bottom: 0;
		max-width: 100%;
	}
	.newsletter .form-group input[type="text"]{
		width: 380px;
		height: 48px;
		max-width: 100%;
		background: #3d3e40;
		color: #fff;
		border: none;
		padding: 10px 15px;
		font-size: 14px;
		font-weight: 300;
	}
	.newsletter .form-group input[type="submit"]{
		position: absolute;
		right: 2px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		background: #eb6751;
		top: 2px;
		bottom: 2px;
		border-radius: 10px;
		border: none;
		padding: 10px 20px;
	}
/*--FIN NEWSLETTER---*/

/*---BANNER INTERIOR---*/
.banner-interior{
	background: #356293;
	position: relative;
}

	.texto-banner{
		padding-top: 40px;
        padding-bottom:30px;
        padding-right: 9%;
        text-align:center;
	}
	.banner-interior h1{
		font-size: 37px;
		font-weight: bold;
		display: inline-block;
		text-transform: uppercase;
		margin: 0px 0;
	}
    /*
	.banner-interior h2:before{
		font-family: 'FontAwesome';
	    content: "\f111";
	    font-size: 12px;
	    display: inline-block;
	    margin-top: -4px;
	    margin-right: 5px;
	    margin-left: 10px;
	    vertical-align: middle;
	}*/
	.banner-interior h2{
		font-size: 37px;
		font-weight: 200;
		display: inline-block;
		text-transform: uppercase;
		margin: 0px 0;
	}
	.banner-interior p{
		font-size: 11px;
		font-weight: 300;
		color: #fff;
		margin: 0px 0 0px;
	}

.s-bread{
	background: #356293;
}
.s-bread .breadcrumbs{
	border-top: 2px solid #7d90b1;
	color: #7d95bf;
	font-size: 9px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 11px 0;
}
	.s-bread .breadcrumbs a{
		color: #7d95bf;
		text-decoration: underline;
	}
	.s-bread .breadcrumbs a:hover{
		color: #fff;
	}

.banner-interior#banner-marcas {
    background: url('../images/banner-general-transparente.png') no-repeat right center;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.botones-banner{
	text-align: right;
    display: inline-block;
    position: absolute;
    right: 30px;
    z-index: 99;
    bottom: -36px;
}
.botones-banner a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	background: #4883e6;
	height: 35px;
	padding: 8px 25px 8px 30px;
	position: relative;
}
.botones-banner a:hover{
	background: #fff;
	color: #507ac0;
}
.botones-banner a#banner-acceso{
	padding-left: 50px;
}
.botones-banner a#banner-registro{
	padding-left: 50px;
}
.botones-banner a#banner-acceso:before{
	content:"";
	width: 20px;
	height: 23px;
	background-image: url('../images/ic-ac1.png');
	background-position: top center;
	position: absolute;
	left: 15px;
	display: block;
	top: 7px;
}
.botones-banner a#banner-registro:before{
	content:"";
	width: 23px;
	height: 23px;
	background-image: url('../images/ic-ac2.png');
	background-position: top center;
	position: absolute;
	left: 15px;
	display: block;
	top: 7px;
}

.botones-banner a#banner-acceso:hover:before{
	background-position: bottom center;
}
.botones-banner a#banner-registro:hover:before{
	background-position: bottom center;
}
/*---FIN BANNER INTERIOR---*/

/*---FOOTER---*/
footer{
	padding: 0 40px 40px;
	background: #494a4d;
	border-top: 2px solid #5c5c5f;
	border-bottom: 1px solid #929294;
}
	.wrap-footer{
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
	}

	.widget-footer{
		padding-top: 15px;
	}
		.widget-footer h4{
			font-size: 18px;
			color: #fff;
			font-weight: normal;
		}
		.widget-footer p{
			font-size: 12px;
			line-height: 15px;
			color: #999999;
			font-weight: normal;
			margin-bottom: 10px;
		}

		.widget-footer ul{
			padding-left: 0;
			list-style: none;
		}
		.widget-footer ul li{
			position: relative;
			font-size: 12px;
			line-height: 15px;
			color: #999999;
			font-weight: normal;
			padding-left: 15px;
			margin-bottom: 6px;
		}
		.widget-footer ul li:before{
			position: absolute;
			content:"+";
			left: 0;
			top: 0px;
		}
		.widget-footer ul li a{
			font-size: 12px;
			line-height: 15px;
			color: #999999;
			font-weight: normal;
			transition: all 0.3s ease;
		}
		.widget-footer ul li a:hover{
			color: #eee;
		}

.carousel.slide {
    display: inline-block;
    width: 100%;
}

.carousel-control {
    opacity: 1;
}

    .carousel-control.left {
        background: none;
    }

    .carousel-control.right {
        background: none;
    }

    .carousel-control i {
        opacity: 1;
        top: 45%;
        position: absolute;
        font-size: 38px;
    }

    .carousel-control.left i {
        left: 5px;
    }

    .carousel-control.right i {
        right: 5px;
    }

.footer-abajo{
	position: relative;
	background: #2d2d2e;
	padding: 17px 40px;
	border-bottom: 5px solid #fff;
}
	.footer-abajo p{
		display: inline-block;
		margin-bottom: 0;
		color: #909090;
		font-weight: 300;
		font-size: 12px;
	}
	.footer-abajo p b{
		color: #ce3c44;
		font-weight: 300;
	}
	.footer-abajo img{
		position: absolute;
		right: 0;
	}
/*--END FOOTER---*/


/*---INTERIOR----*/

.wrap-interior h2{
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.wrap-interior .bajada{
	color: #363636;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	border-bottom: 2px solid #a3a3a3;
	padding-bottom: 10px;
}

.btns-tab{
	padding: 20px 0;
}
	.btns-tab > a{
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		display: inline-block;
		padding: 6px 20px;
		border-radius: 5px;
		border: 1px solid #59719b;
		color: #59719b;
		min-width: 100px;
		text-align: center;
		margin-bottom: 5px;
	}
	.btns-tab > a.activo,.btns-tab > a:hover{
		background: #59719b;
	}

	.btns-tab > a{
		color: #59719b;
	}
	.btns-tab >  a.activo{
		color: #fff;
	}	
	.btns-tab > a:hover{
		color: #fff;
		text-decoration: none;
	}

	.submenu-tab{
		margin-top: -10px;
		padding-bottom: 30px;
		min-height: 50px;
	}
		.submenu-tab a{
			font-size: 14px;
			color: #476290;
			font-weight: normal;
			text-transform: uppercase;
			display: inline-block;
			margin-right: 15px;
		}
		.submenu-tab a:last-child{
			margin-right: 0;
		}

/*--ACORDEON--*/
*{
	outline: none;
}
.acordeon{
    margin-bottom: 50px;
}
.ui-accordion .ui-accordion-header{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-align: left;
    padding: 5px 20px 5px 15px;
    background: #fff;
    border-radius: 0;
    position: relative;
    margin-top: 15px;
    font-family: 'Montserrat';
    border: none;
    border-bottom: 2px solid;
}


.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: #033333;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-left: 0px;
    padding-right: 40px;
    display: block;
}

.panel-marca .acordeon h3 a{
	font-size: 22px;
}

.acordeon h3.tipo1.ui-accordion-header-active.ui-state-active{
    color: #fff;
    font-weight: 600;
}

.acordeon.rojo h3{
	border-color: #ed7662;
}
.acordeon.rojo h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #ed7662;
}

.acordeon.azul-claro h3{
	border-color: #8ba2bd;
}
.acordeon.azul-claro h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #8ba2bd;
}

.acordeon.azul h3{
	border-color: #477090;
}
.acordeon.azul h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #477090;
}

.acordeon.celeste h3{
	border-color: #518feb;
}
.acordeon.celeste h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #518feb;
}

.acordeon.verde h3{
	border-color: #93bca8;
}
.acordeon.verde h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #93bca8;
}

.acordeon.gris h3{
	border-color: #a7afbd;
}
.acordeon.gris h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #a7afbd;
}

.acordeon.azul2 h3{
	border-color: #3b68b0;
}
.acordeon.azul2 h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #3b68b0;
}

.acordeon.azul3 h3{
	border-color: #0077bb;
}
.acordeon.azul3 h3.tipo1.ui-accordion-header-active.ui-state-active{
	background: #0077bb;
}

.acordeon h3.ui-accordion-header-active.ui-state-active a{
    color: #fff !important;
    font-weight: 600;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon{

    background-position: top center;
    background-image: url('../images/ic-ac.png');
    width: 17px;
    height: 17px;
    right: 10px;
    bottom: 10px;
    left: auto;
}

.ui-state-default.ui-state-active .ui-icon{
    background-position: bottom;
}

.ui-accordion .ui-accordion-content{
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 15px;
    margin: 0px 0 0 0px;
    height: auto !important;
}
.ui-accordion .ui-accordion-content .row{
	margin: 0;
}

.ui-accordion .ui-accordion-content p{
	font-size: 16px;
	font-weight: 300;
	color: #363636;
	margin-bottom: 20px;
}

.ui-accordion .ui-accordion-content .imagen-img-txt p {
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    background: #26282a;
    font-weight: 300;
    padding: 10px;
}
.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: #eb6751;
}


.ui-accordion.acordeon-mapa-sitio .ui-accordion-header{
	font-size: 16px;
	font-weight: bold;
	padding: 3px 10px 6px 17px;
	margin: 0 0 1px;
	text-transform: none;
	position: relative;
	border: none;
}
.ui-accordion.acordeon-mapa-sitio .ui-accordion-header a:after{
	font-family: 'FontAwesome';
	content:"\f111";
	font-size: 6px;
	margin-top: 7px;
	display: inline-block;
	margin-right: 5px;
	float: left;
	color: #fff;
}

.acordeon.acordeon-mapa-sitio h3 a{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #fff;
	padding: 0;
}

		.caja-tema.color1 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #476290; }
		.caja-tema.color2 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #e08b7d; }
		.caja-tema.color3 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #719ddf; }
		.caja-tema.color4 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #5372a7; }
		.caja-tema.color5 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #93bca8; }
		.caja-tema.color6 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #a8c4c6; }
		.caja-tema.color7 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #b7d430; }
		.caja-tema.color8 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #b1536d; }
		.caja-tema.color8 .ui-accordion.acordeon-mapa-sitio .ui-accordion-header{background: #b1536d; }

.ui-accordion.acordeon-mapa-sitio .ui-accordion-header .ui-accordion-header-icon{
	display: none;
}

.acordeon.acordeon-mapa-sitio{
	margin: 0;
}

.ui-accordion.acordeon-mapa-sitio .ui-accordion-content{
	
}

.ui-accordion.acordeon-mapa-sitio .ui-accordion-content ul{
	margin-top: -15px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap-box-video{
	padding: 0 20px;
}

.box-video h4{
	color: #202020;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 5px;
	margin-top: 15px;
}
.box-video .fecha{
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	margin-bottom: -10px;
}
.box-video p{
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	font-weight: 300;
}
/*--FIN ACORDEON--*/

/*---TIPO DE MARCA---*/
.tipo-marca{
}

	.wrap-marca-tipo{
		padding: 45px 0;
	}
	.wrap-marca-tipo#marca-tipo-rojo{
		background: url('../images/bg-marca-rojo.png') no-repeat center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; 
	}	
	.wrap-marca-tipo#marca-tipo-celeste{
		background: url('../images/bg-marca-celeste.png') no-repeat center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; 
	}	
	.wrap-marca-tipo#marca-tipo-verde{
		background: url('../images/bg-marca-verde.png') no-repeat center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; 
	}

	.box-marca-tipo{
		padding: 40px 0;
		border-right: 1px solid #fff;
		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;
		text-align: center;
		height: 240px;
	}
	.box-marca-tipo:last-child{
		border: none;
	}
		.box-marca-tipo .links-marca-tipo{
			text-align: left;
		}
			.box-marca-tipo .links-marca-tipo a{
				font-size: 18px;
				color: #fff;
				font-weight: normal;
				display: block;
				margin-bottom: 10px;
			}
			.box-marca-tipo .links-marca-tipo a:hover{
				text-decoration: underline;
			}
			.box-marca-tipo .links-marca-tipo a:after{
				font-family: 'FontAwesome';
				content: "\f178";
				margin-left: 5px;
			}
			.box-marca-tipo .links-marca-tipo a:hover:after{
				text-decoration: none;
			}
	
	.caja-tipo-marca{}
	.box-marca-tipo a{
		transition: all 0.3s ease;
	}
	.box-marca-tipo a:hover{
		text-decoration: none;
		color: #fff;
		opacity: 0.8;
	}

		.caja-tipo-marca{
			font-size: 20px;
			line-height: 22px;
			color: #fff;
			font-weight: 300;
			margin-bottom: 0;
		}
		.caja-tipo-marca h5{
			font-size: 28px;
			color: #fff;
			font-weight: 300;
			margin-bottom: 0;
		}
		.caja-tipo-marca h4{
			font-size: 36px;
			line-height: 30px;
			color: #fff;
			font-weight: 600;
			margin-top: 0;
		}		
		.caja-tipo-marca h3{
			font-size: 43px;
			color: #fff;
			font-weight: 600;
			margin-top: 0;
		}
/*---FIN TIPO DE MARCA--*/

/*---TRAMITES---*/
.wrap-tramites{
	
}
.wrap-tramites .cont{
	padding: 80px 20px;
}
.wrap-tramites .item-gestion{
}
.wrap-tramites .item-gestion h4{
	max-width: 100%;
}
.wrap-tramites .item-gestion h4:after{
	height: 1px;
	width: 50px;
	display: block;
	background: #a6b3d8;
	content: "";
	margin: 12px auto 0;
}
/*--FIN TRAMITES---*/

/*---CAJA---*/
.caja{
	margin-bottom: 10px;
}
	.cajas h3{
		color: #333333;
		font-size: 26px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.caja .contenido-caja{
		background: #f4f4f4;
	}
	.caja .contenido-caja .img-caja{
		overflow: hidden;
	}
		.caja .contenido-caja img{
			width: 100%;
			transition: all 0.3s ease;
		}
		.caja .contenido-caja .img-caja:hover img{
			transform: scale(1.1);
			opacity: 0.9;
		}
		.caja .contenido-caja .texto-caja{
			padding: 15px;
		}
		.caja .contenido-caja .texto-caja h4{
			font-size: 17px;
			line-height: 19px;
			color: #3b68b0;
			border-bottom: 1px solid #3b68b0;
			padding-bottom: 10px;
		}
		.caja .contenido-caja .texto-caja h4 a{ color: #3b68b0; }
		.caja .contenido-caja .texto-caja h4 a:hover{ 
			color: #3b68b0;
		}
		.caja .contenido-caja .texto-caja .fecha{
			color: #666666;
			font-size: 12px;
			font-weight: 300;
			margin-bottom: 15px;
		}
		.caja .contenido-caja .texto-caja p{
			font-size: 14px;
			line-height: 20px;
			color: #333333;
			font-weight: 300;
		}
		.caja .contenido-caja .texto-caja p.destacado{
			font-size: 12px;
			line-height: 15px;
			color: #666666;
			padding: 10px;
			background: #fff;
		}
/*--FIN CAJA--*/

/*--ARCHIVO NOTICIAS---*/
.archivo-noticias{}
	
	.archivo-noticias .filtro-archivo{
		display: inline-block;
		background: #e5e7e9;
		padding: 15px 20px 12px 20px;
		float: right;
		margin-bottom: 10px;
	}
	.archivo-noticias .filtro-archivo h3{
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		color: #363636;
		margin: 0;
		vertical-align: middle;
	}
	.archivo-noticias .filtro-archivo .form-group{
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	.form-select select{
		-webkit-appearance: none;
	    -moz-appearance:    none;
	    appearance:         none;
	    background-repeat: no-repeat;
	    background-image: url('../images/bg-select.png');
	    background-position: right center;
	    border-radius: 0;
	    background-color: #fff;
	    padding: 3px 40px 3px 15px;
	    font-size: 16px;
	    font-weight: 300;
	    color: #363636;
	    height: 34px;
	    border: 1px solid #9e9e9e;
	    width: 240px;
	    max-width: 100%;
	    margin-left: 10px;
	}

.lista-archivos{}

	.item-archivo{
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 15px;
		margin-bottom: 50px;
	}
	.interior-ac .item-archivo:last-child{
		margin-bottom: 0;
	}
	.item-archivo:last-child{
		border: none;
	}
		.item-archivo .img-archivo{
			width: 15%;
			float: left;
		}
		.item-archivo .img-archivo img{
			width: 100%;
		}

		.item-archivo .texto-archivo{
			width: 85%;
			float: left;
			padding-left: 30px;
		}
		.item-archivo .texto-archivo .fecha{
			color:#666666;
			font-size: 12px;
			font-weight: 300;
		}
		.item-archivo .texto-archivo h4{
			font-size: 20px;
			font-weight: 600;
			color:#333333;
			margin: 5px 0;
		}
		.item-archivo .texto-archivo h4 a{
			color:#333333;
		}	
		.item-archivo .texto-archivo h4 a:hover{
			color:#333333;
		}	
		.item-archivo.archivo2 .texto-archivo h4{
			font-size: 18px;
			line-height: 22px;
			margin-top: 0;
		}
		.item-archivo .texto-archivo .autor{
			font-size: 12px;
			line-height: 14px;
			color:#666666;
			font-weight: 300;
			margin-bottom: 10px;
		}
		.item-archivo .texto-archivo p{
			font-size: 14px;
			font-weight: 300;
			color:#363636;
		}

		.item-archivo.archivo2b .texto-archivo{
			width: 100%;
			float: left;
			padding-left: 0px;
		}

		.item-archivo.archivo2b .texto-archivo .fecha{
			margin-bottom: 10px;
		}

.item-archivo.tipo2 .img-archivo{
	width: 23%;
}
.item-archivo.tipo2 .texto-archivo{
	width: 77%;
}
/*---FIN ARCHIVO NOTICIAS--*/

/*---NOTICIA DETALLE---*/
.contenido{
	float: left;
	width: 70%;
	padding-bottom: 40px;
	padding-right: 40px;
}
.sidebar{
	float: left;
	width: 30%;
	padding-bottom: 40px;
}

	.noticia-detalle{}
		.noticia-detalle .fecha{
			font-size: 14px;
			color: #666666;
			font-weight: 300;
		}
		.noticia-detalle h3{
			font-size: 26px;
			line-height: 30px;
			color: #3b68b0;
			margin-top: 0;
		}

		.noticia-detalle .img-noticia{
			margin-bottom: 20px;
			transition: all 0.3s ease;
		}
		.noticia-detalle .img-noticia img{
			width: 100%;
		}
		.noticia-detalle .img-noticia:hover{
			opacity: 0.9;
		}

		.noticia-detalle h5{
			font-size: 18px;
			line-height: 20px;
			font-weight: 600;
			color: #333333;
			margin-bottom: 20px;
		}
		.noticia-detalle p{
			font-size: 16px;
			line-height: 22px;
			color:#333333;
			font-weight: 300;
			margin-bottom: 20px;
		}
		.noticia-detalle p a{
			color: #eb6751;
		}

		.noticia-detalle .img-noticia .video-noticia{}

		.texto-noticia{
			padding-bottom: 30px;
		}

		a.volver{
			font-size: 16px;
			font-weight: 600;
			color: #fff;
			text-transform: uppercase;
			padding: 10px 15px;
			border-radius: 10px;
			background: #eb6751;
		}

		.redes-noticia{
			display: inline-block;
			float: right;
		}
		.redes-noticia a{
			color: #7f8387;
			font-size: 24px;
			margin-left: 10px;
			transition: all 0.3s ease;
		}
		.redes-noticia a:hover{
			color: #333;
		}

		.video-noticia{}
		.video-noticia p{
			font-size: 12px;
			line-height: 16px;
			color: #666666;
			font-weight: 300;
			background: #26282a;
			padding: 10px 15px;
		}

.otras-noticias{}
	.otras-noticias h4{
		font-size: 20px;
		color: #1b1b1b;
		font-weight: normal;
		margin: 0 0 10px 0px;
		text-transform: uppercase;
	}
	.wrap-otras-noticias{
		padding: 20px 17px 30px;
		background: #e5e7e9;
	}

	.item-otra-noticia{
		padding-bottom: 17px;
		margin-bottom: 17px;
		border-bottom: 1px solid #d2d2d2;
	}
		.item-otra-noticia .img-otra-noticia{
			width: 30%;
			float: left;
		}
		.item-otra-noticia .img-otra-noticia img{
			width: 100%;
		}

		.item-otra-noticia .texto-otra-noticia{
			width: 70%;
			float: left;
			padding-left: 20px;
		}
		.otras-columnas .item-otra-noticia .texto-otra-noticia{
			padding-left: 0;
			width: 100%;
		}
		.item-otra-noticia .texto-otra-noticia h5{
			font-size: 14px;
			line-height: 18px;
			font-weight: 600;
			color: #575757;
			margin: 0;
		}
		.item-otra-noticia .texto-otra-noticia h5 a{
			color: #575757;
		}
		.item-otra-noticia .texto-otra-noticia h5 a:hover{
			color: #575757;
		}
		.item-otra-noticia .texto-otra-noticia .fecha{
			font-size: 12px;
			color: #8f9397;
			font-weight: 300;
		}
/*--FIN NOTICIA DETALLE---*/

/*--SELLOS---*/
.sellos{}
	.item-sello{
		text-align: center;
		margin: 0 20px 20px;
		height: 200px;
	}	
	.item-sello1{
		text-align: center;
		margin: 0 20px 20px;
		display: inline-block;
	}	
	.item-sello2{
		text-align: center;
		margin: 0 20px 20px;
		display: inline-block;
	}
	.item-sello h3,.item-sello1 h3{
		font-size: 18px;
		font-weight: 600;
		color: #333333;
		text-transform: uppercase;
	}
	.item-sello img,.item-sello1 img{
		max-width: 100%;
		margin-bottom: 10px;
		transition: all 0.3s ease;
	}
	.item-sello p,.item-sello1 p{
		font-size: 14px;
		color: #333333;
		font-weight: 300;
	}
	.item-sello img:hover{
		opacity: 0.85;
	}

	.item-sello h3{
		font-weight: 600;
		font-size: 32px;
		margin: 0;
		color: #fff;
		text-transform: none;
	}
	.item-sello h4{
		font-size: 18px;
		font-weight: 300;
		color: #fff;
		margin: 0;
	}
	.item-sello img{
		margin-right: -35px;
	}
/*--FIN SELLOS--*/

/*---BANNER 2---*/
.banner2{
	padding: 90px 20px;
	text-align: center;
}
.banner2#banner-acerca{
	background: url('../images/bg-acerca.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner2#ir-a-explorar{
	background: url('../images/bg-ir-a-explorar.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	.banner2 h2{
		font-size: 48px;
		font-weight: 300;
		color: #fff;
	}
	.banner2 p{
		font-size: 21px;
		line-height: 29px;
		color: #fff;
		font-weight: 300;
		margin-bottom: 20px;
	}
/*--FIN BANNER---*/

/*---BOX CONSULTA---*/
.box-consultas{}
	.wrap-box-consultas{}
	.box-consulta{
		background: #d4dbe7;
		width: 50%;
		float: left;
		padding-bottom: 20px;
	}
	.box-consulta:nth-child(1){
		padding-right: 7px;
	}
	.box-consulta:nth-child(2){
		padding-left: 7px;
	}
	.wrap-box-consultas h4{
		font-size: 18px;
		font-weight: 600;
		color: #333333;
		padding: 13px 15px 10px;
		text-transform: uppercase;
		margin: 0;
	}
	.wrap-box-consultas .contenido-consulta{
		background: #e2e8f2;
		padding: 25px 15px;
	}

		.contenido-consulta .item-consulta{
			margin-bottom: 30px;
		}
		.contenido-consulta .item-consulta:last-child{
			margin-bottom: 0;
		}

			.contenido-consulta .item-consulta p{
				font-size: 16px;
				color: #333333;
				font-weight: 300;
			}
			.contenido-consulta .item-consulta a{}

			.contenido-consulta .item-consulta .ic-consulta{
				font-size: 24px;
				color: #e2e8f2;
				width: 46px;
				height: 46px;
				border-radius: 100%;
				text-align: center;
				background: #eb6751;
				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;
				float: left;
			}
			.contenido-consulta .item-consulta .texto-consulta{
				padding-left: 60px;
			}
			.contenido-consulta .item-consulta .texto-consulta p{
				font-size: 16px;
				color: #333333;
				font-weight: 300;
			}
			.contenido-consulta .item-consulta .texto-consulta p b{
				font-weight: bold;
			}
/*---FIN BOX CONSULTA--*/

/*---CATEGORÍA---*/
.categoria{}
	.categoria h3{
		font-size: 26px;
		font-weight: 600;
		color: #333333;
		display: inline-block;
		float: left;
		text-transform: uppercase;
		margin-top: 0;
	}
	.categoria .form-categoria{
		float: right;
	}

	.categoria .img-categoria{
		margin-bottom: 20px;
		transition: all 0.3s ease;
	}
		.categoria .img-categoria img{
			width: 100%;
		}

		.categoria .img-categoria:hover{
			opacity: 0.9;
		}

	.categoria p{
		font-size: 16px;
		line-height: 20px;
		color: #666666;
		font-weight: 300;
		margin-bottom: 30px;
	}

	a.btn-informacion{
		font-size: 16px;
		width: 100%;
		white-space: normal;
		padding: 10px 10px;
	}
/*---FIN CATEGORÍA---*/


/*---CAJAS TEMAS---*/
.cajas-temas{}

	.caja-tema{
		margin-bottom: 30px;
	}
		.caja-tema h3{
			font-size: 25px;
			color: #333333;
			font-weight: 600;
			text-transform: uppercase;
		}
		.caja-tema .contenido-caja-tema{
			background: #f4f4f4;
			padding: 10px 0;
		}

		.caja-tema .contenido-caja-tema h4{
			font-size: 16px;
			font-weight: bold;
			padding: 3px 10px 6px 17px;
			margin: 0;
		}
		.caja-tema .contenido-caja-tema h4:before{
			font-family: 'FontAwesome';
			content:"\f111";
			font-size: 6px;
			margin-top: 7px;
			display: inline-block;
			margin-right: 5px;
			float: left;
		}

		.caja-tema .contenido-caja-tema ul{
			padding-left: 15px;
			list-style: none;
			margin: 10px 0 20px;
			padding-right: 15px;
		}
		.caja-tema .contenido-caja-tema ul li{
			position: relative;
			padding-left: 10px;
			margin-bottom: 10px;
		}
		.caja-tema .contenido-caja-tema ul li:before{
			font-family: 'FontAwesome';
			content:"\f111";
			font-size: 6px;
			line-height: 6px;
			display: inline-block;
			margin-right: 5px;
			float: left;
			position: absolute;
			left: 0;
			top: 6px;
		}
		.caja-tema .contenido-caja-tema ul li a{
			font-size: 16px;
			line-height: 18px;
			color: #333333;
			font-weight: 300;
		}

		.caja-tema.color1 .contenido-caja-tema h4{background: #476290; }
		.caja-tema.color2 .contenido-caja-tema h4{background: #e08b7d; }
		.caja-tema.color3 .contenido-caja-tema h4{background: #719ddf; }
		.caja-tema.color4 .contenido-caja-tema h4{background: #5372a7; }
		.caja-tema.color5 .contenido-caja-tema h4{background: #93bca8; }
		.caja-tema.color6 .contenido-caja-tema h4{background: #a8c4c6; }
		.caja-tema.color7 .contenido-caja-tema h4{background: #b7d430; }
		.caja-tema.color8 .contenido-caja-tema h4{background: #b1536d; }

		.caja-tema.color1 .contenido-caja-tema ul li:before{color:#476290;}
		.caja-tema.color2 .contenido-caja-tema ul li:before{color:#e08b7d;}
		.caja-tema.color3 .contenido-caja-tema ul li:before{color:#719ddf;}
		.caja-tema.color4 .contenido-caja-tema ul li:before{color:#5372a7;}
		.caja-tema.color5 .contenido-caja-tema ul li:before{color:#93bca8;}
		.caja-tema.color6 .contenido-caja-tema ul li:before{color:#a8c4c6;}
		.caja-tema.color7 .contenido-caja-tema ul li:before{color:#b7d430;}
		.caja-tema.color8 .contenido-caja-tema ul li:before{color:#b1536d;}

/*---FIN CAJAS TEMAS---*/

/*---TABLAS---*/
.atajos{}
	.atajos h3{
		font-size: 26px;
		color: #333333;
		font-weight: 600;
		text-transform: uppercase;
	}
	.atajos p{
		font-size: 16px;
		color: #333333;
		font-weight: 300;
	}
.wrap-tabla{
	padding: 10px 0 30px;
}
	.wrap-tabla h4{
		color: #3b68b0;
		font-size: 24px;
		font-weight: 600;
	}

	.wrap-tabla table{
		width: 100%;
	}
	.wrap-tabla table tr{}
	.wrap-tabla table tr th{
		background: #476290;
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		padding: 7px 15px;
		border: 1px solid #d1d1d1;
	}
	.wrap-tabla table tr td{
		font-size: 16px;
		color: #333333;
		font-weight: normal;
		padding: 7px 15px;
		border: 1px solid #d1d1d1;
	}

	.wrap-tabla table tr:nth-child(even) {background: #e8e8e8;}
	.wrap-tabla table tr:nth-child(odd) {background: #f4f4f4;}

	.wrap-tabla table.align-center tr th,
	.wrap-tabla table.align-center tr td
	{
		text-align: center;
	}
	.wrap-tabla table.first-left tr th:first-child,
	.wrap-tabla table.first-left tr td:first-child
	{
		text-align: left;
	}
/*---FIN TABLAS---*/


/*---BUSCADORES---*/
.buscadores{
	background: #edeff4;
}
	.buscadores .wrap-buscadores{
		padding: 40px 20px;
		text-align: center;
	}
	.buscadores .wrap-buscadores h4{
		font-size: 20px;
		line-height: 25px;
		color: #4f4f4f;
		font-weight: 300;
		margin-bottom: 50px;
	}

	.box-buscador{
		background: #fff;
		border-radius: 5px;
		padding: 20px 5px 5px;
	}
		.box-buscador p{
			font-size: 14px;
			line-height: 15px;
			font-weight: normal;
			color: #333333;
			height: 30px;
		}
		.box-buscador p span{
			font-weight: 300;
			display: block;
		}
		.box-buscador a.link-buscador{
			color: #eb6751;
			font-size: 14px;
			line-height: 16px;
			font-weight: 600;
			text-transform: uppercase;
			text-decoration: underline;
			display: block;
			margin-bottom: 5px;
		}
		.box-buscador a.btn{
			font-size: 12px;
			padding: 5px 10px;
			margin-top: 4px;
		}
		.box-buscador a.btn i{
			margin-left: 3px;
		}
#boxes-solicitudes{
	background: url('../images/bg-portal.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}
.buscadores .wrap-buscadores h5{
    font-size: 16px;
    line-height: 21px;
    color: #4f4f4f;
    font-weight: 300;
    margin-bottom: 40px;
}
#boxes-solicitudes .box-buscador p{
	height: 40px;
}
/*---FIN BUSCADORES--*/

/*---CAJAS CATEGORIA---*/
.cajas-categoria{}
	.caja-categoria{
		position: relative;
		padding: 10px !important;
	}
	.caja-categoria:hover .bg-img img{
		transform: scale(1.2);
		opacity: 0.9;
	}


	.wrap-caja-categoria{
		border: 1px solid #fff;
		position: relative;
		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;
		text-align: center;
		padding: 10px 25px;
		height: 140px;
	}
		.wrap-caja-categoria h3{
			font-size: 22px;
			font-weight: 600;
			color: #fff;
			text-transform: uppercase;
			margin-top: 0px;
		}
		.caja-categoria a:hover{
			text-decoration: none;
		}
		.wrap-caja-categoria h3:after{
			display: block;
			width: 40px;
			height: 1px;
			background: #fff;
			content: "";
			margin: 6px auto 0;
		}
		.wrap-caja-categoria a{
			font-size: 14px;
			font-weight: 600;
			color: #fff;
			text-transform: uppercase;
		}
			.wrap-caja-categoria a:hover{
				text-decoration: underline;
			}
/*--FIN CAJAS CATEGORIA---*/

/*---BARRA CONTACTO---*/
.barra-contacto{
	background: #c1c9d8;
	padding: 24px 0;
}
	.nombre-barra-contacto{
		background: #d4dbe7;
		color: #333333;
		font-size: 18px;
		font-weight: 600;
		height: 44px;
		padding: 10px 20px;
		display: inline-block;
		width: 30%;
		float: left;
	}
		.nombre-barra-contacto img{
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}
		.nombre-barra-contacto span{
			display: inline-block;
			vertical-align: middle;
		}

	.email-barra-contacto{
		width: 70%;
		float: left;
		color: #eb6751;
		font-size: 18px;
		font-weight: normal;
		height: 44px;
		padding: 8px 20px;
		background: #e2e8f2;
	}
	.email-barra-contacto a{
		color: #eb6751;
		text-decoration: underline;
	}
/*---FIN BARRA CONTACTO---*/

/*---MANUAL USUARIO---*/
.manual-usuario{
	text-align: center;
}
	.item-manual-usuario{
		display: inline-block;
		margin: 0 20px;
	}
		.item-manual-usuario p{
			font-size: 14px;
			color: #333;
			margin-bottom: 5px;
		}
		.item-manual-usuario a{
			font-size: 14px;
			font-weight: 600;
			padding: 5px 20px;
		}
/*---FIN MANUAL USUARIO---*/

/*---NIVELES---*/


.text-right{
	text-align: right;
	padding: 10px 0;
}
a.btn.small{
	font-size: 14px;
	padding: 5px 20px;
}
/*---FIN NIVELES---*/

/*--MENU INTERIOR---*/
.menu-interior{}
	.menu-interior ul{
		padding-left: 0;
		list-style: none;
		margin-bottom: 0;
	}
		.menu-interior ul li{
			display: inline-block;
			border-right: 1px solid #eb6751;
			padding: 3px 10px;
		}
		.menu-interior ul li:last-child{
			border: none;
		}
			.menu-interior ul li a{
				font-size: 12px;
				font-weight: 600;
				color: #4f4f4f;
				text-transform: uppercase;
				border-bottom:1px solid transparent;
			}
			.menu-interior ul li a.activo{
				color: #eb6751;
				border-bottom: 1px solid #eb6751;
			}

            .menu-interior2{
	            position: fixed;
	            top: 0;
	            width: 100%;
	            z-index: 999;
	            padding: 0;
	            height: 0;
	            transition: all 0.3s ease;
	            overflow: hidden;
	            background: #fff;
            }
                .menu-interior2 header {
                    background: none;
                    background-color: #356293;
                }
            .menu-interior2.m-visible{
	            height: 35px;
            }
            .menu-interior2 .wrap-menu{
				margin-top: 20px;
			    width: 100%;
			    float: none;
			    text-align: center;
            }
            .menu-interior2 ul li a{
	            font-size: 11px;
	            padding: 0 6px;
            }
            .menu-interior2 ul li{
	            padding: 0;
            }
            .menu-interior2 nav{
	            margin-right: 0;
	            /*float: right;*/
	                float: none;
            }
/*--FIN MENU INTERIOR---*/

/*--CAJA TEXTO---*/
.caja-texto{
}

	.wrap-caja-texto{
		background: #e5e7e9;
		padding: 35px 40px;
	}
	.caja-texto p{
		font-size: 14px;
		line-height: 17px;
		color: #333333;
		font-weight: 300;
		margin-bottom: 30px;
	}
	.caja-texto p:last-child{
		margin-bottom: 0;
	}
		.caja-texto p b{
			font-weight: bold;
		}
/*--FIN CAJA TEXTO---*/

/*--MISION VISION--*/
.box-mv{
	padding: 20px 25px;
}
	.box-mv:hover .bg-img img{
		transform: scale(1.2);
	}

	.box-mv h4{
		color:#fff;
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.box-mv h4:after{
		display: block;
		content: "";
		width: 40px;
		height: 1px;
		background: #fff;
		margin-top: 10px;
	}
	.box-mv p{
		font-size: 16px;
		line-height: 22px;
		color: #fff;
		font-weight: 300;
	}
/*--FIN MISION VISION--*/

/*---TEXTOS---*/
.img-texto{}

.imagen-img-txt{}
	.imagen-img-txt img{
		width: 100%;
	}
	.imagen-img-txt p{
		font-size: 12px;
		line-height: 14px;
		color: #666666;
		background: #26282a;
		font-weight: 300;
		padding: 10px;
	}
.textos{}
	.textos h3{
		color: #333333;
		font-weight: 600;
		font-size: 24px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	.textos h4{
		color: #333333;
		font-weight: bold;
		font-size: 18px;
		margin-top: 25px;	
		margin-bottom: 20px;
	}

	.textos ul{
		font-size: 16px;
		line-height: 18px;
		font-weight: 300;
		color: #333333;
		padding-left: 0;
		list-style: none;
		margin-bottom: 25px;
	}

	.textos p{
		font-size: 16px;
		line-height: 20px;
		font-weight: 300;
		color: #333333;	
	}
	.textos p b{
		font-weight: bold;
	}


	.textos ul li{
		position: relative;
		margin-bottom: 15px;
		font-size: 16px;
		color: #333333;
		font-weight: 300;
	}	
	.textos ul li b{
		font-weight: bold;
	}

	.textos ul.lista-check li{
		padding-left: 20px;
	}	
	.textos ul.lista-circulo li{
		padding-left: 12px;
	}	
	.textos ul.lista-check li:before{
		font-family: 'FontAwesome';
		content:"\f00c";
		display: inline-block;
		position: absolute;
		left: 0;
	}	
	.textos ul.lista-circulo li:before{
		font-family: 'FontAwesome';
		content:"\f111";
		display: inline-block;
		position: absolute;
		left: 0;
		font-size: 6px;
	}

	.textos ul.azul li b{color: #0077bb;}
	.textos ul.azul li:before{color:#0077bb;}	

	.textos a{
		color:#eb6751;
		font-size: 16px;
		text-decoration: underline;
		font-weight: bold;
	}
	.textos a.btn{
		text-decoration: none;
	}
	.textos a.mas-informacion{
		display: inline-block;
		float: left;
	}
	.textos .redes-textos{
		display: inline-block;
		float: right;
	}
	.textos .redes-textos a{
		color: #7f8387;
	    font-size: 24px;
	    margin-left: 10px;
	    transition: all 0.3s ease;
	}
	.textos .redes-textos a:hover{
		color: #333;
	}
/*---FIN TEXTOS---*/

/*---BOXES SMALL---*/
.boxes-small{}
	.box-small{
		text-align: center;
		padding: 7px;
		height: 105px;
		transition: all 0.3s ease;
	}
	.box-small.color1{ background: #476290; }
	.box-small.color2{ background: #477090; }
	.box-small.color3{ background: #8ba2bd; }
	.box-small.color4{ background: #a7afbd; }

	.box-small .wrap-box-small{
		border: 1px solid #fff;
		width: 100%;
		height: 100%;
		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;
		text-align: center;
	}
	.box-small .wrap-box-small h3{
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 0;
	}
	.box-small a:hover{
		text-decoration: none;
	}
	.box-small:hover{
	}
	.box-small .wrap-box-small h3:after{
		display: block;
		height: 1px;
		width: 50px;
		background: #fff;
		margin: 5px auto 0;
		content: "";
	}
/*--FIN BOXES SMALL---*/

/*---ORGANIGRAMA--*/
.organigrama{}
	.wrap-organigrama{
		border: 1px solid #e1e1e1;
	}
		.wrap-organigrama img{
			width: 100%;
		}
		
		.wrap-organigrama a{
			font-size: 16px;
			color: #eb6751;
			font-weight: bold;
			display: inline-block;
			background: #eff1f3;
			border-radius: 5px;
			padding: 10px 20px;
			text-decoration: underline;
			float: right;
			margin: 5px;
		}
			.wrap-organigrama a img{
				width: auto;
				text-decoration: none;
			}
/*--FIN ORGANIGRAMA--*/

/*---ACORDEONES---*/
.caja-destacado{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	padding: 20px;
	margin: 20px 0;
}
.caja-destacado.azul{
	background: #476290;
	color: #fff;
}
.caja-destacado p{
	margin-bottom: 0;
}
div.border-bottom{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
/*---FIN ACORDEONES---*/


.mapa{
	width: 100%;
}
	.mapa iframe{
		width: 100%;
		height: 350px;
	}

/*---ATENCION---*/
.wrap-atencion{
	padding: 40px 0;
}
	.wrap-atencion .item-atencion{
		position: relative;
		padding-left: 40px;
	}
		.wrap-atencion .item-atencion i{
			color: #999999;
			font-size: 26px;
			position: absolute;
			width: 30px;
			text-align: center;
			left: 0;
			top: -2px;
		}
		.wrap-atencion .item-atencion .texto-item-atencion{
		}
		.wrap-atencion .item-atencion .texto-item-atencion h4{
			font-size: 20px;
			font-weight: bold;
			color: #333333;
			margin-bottom: 10px;
		}
		.wrap-atencion .item-atencion .texto-item-atencion p{
			font-size: 18px;
			font-weight: 300;
			color: #333333;
		}
/*---FIN ATENCION--*/

/*---MULTIMEDIA---*/
.multimedia{}

.multimedia > div{
	display: none;
}
.multimedia > div:first-child{
	display: block;
}
.multimedia > div.menu-multimedia{
	display: block;
}
	.mapa-multimedia{}
	.mapa-multimedia iframe{
		width: 100%;
		height: 250px;
	}

	.imagen-multimedia{}
		.imagen-multimedia img{
			width: 100%;
		}

	.menu-multimedia{
		text-align: right;
		background: #26282a;
	}
	.menu-multimedia > div{
		display: inline-block;
		color: #7d7e7f;
		font-size: 22px;
		padding: 10px 15px;
	}
	.menu-multimedia > div.activo{
		color: #fff;
		background: #515659;
	}

/*---FIN MULTIMEDIA---*/

.box-datos{
	background: #e5e7e9;
	padding: 20px 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}
	.box-datos ul{
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	.box-datos ul li{
		font-size: 14px;
		font-weight: 300;
		color: #4f4f4f;
		position: relative;
		padding-left: 10px;
	}
	.box-datos ul li b{
		font-weight: bold;
		color: #3b68b0;
	}
	.box-datos ul li:before{
		font-family: 'FontAwesome';
		content:"\f111";
		color: #3b68b0;
		font-size: 6px;
		position: absolute;
		left: 0;
	}


.estado{
	background: #e5e7e9;
	padding: 0 15px;
	margin-bottom: 20px;
}
	.estado .item-estado{
		font-size: 18px;
		font-weight: 600;
		color: #000000;
		float: left;
		height: 55px;
		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;
		text-align: center;
	}
	.estado .item-estado span{
		color: #3b68b0;
	}

	.estado .item-estado:before{
		font-family: 'FontAwesome';
		font-size: 24px;
		margin-right: 5px;
	}	
	.estado .item-estado.registrado:before{
		content:"\f00c";
		color: #3b68b0;
	}	
	.estado .item-estado.no-registrado:before{
		content:"\f00d";
		color: #3b68b0;
	}

	.estado .item-sello{
		font-size: 18px;
		font-weight: 600;
		color: #000000;
		float: right;
		height: 55px;
		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;
		text-align: center;
	}
	.estado .item-sello img{
		margin: 0;
	}


/*---LINKS INTERIOR---*/
.links-interior{}
	.links-interior a{
		font-size: 16px;
		font-weight: 300;
		color: #333333;
		display: block;
		margin-bottom: 10px;
		width: 50%;
		float: left;
	}
	.links-interior a i{
		color: #3b68b0;
	}
	.links-interior a:hover{
		color: #eb6751;
	}
	.links-interior a:hover i{
		color: #eb6751;
	}
/*---FIN LINKS INTERIOR--*/

.box-grafico{
	background: #eff1f3;
	padding: 15px 20px;
}
.box-grafico img{
	width: 100%;
}
.box-grafico p{
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0;
}

/*---SUB HOME---*/
.boxes-subhome{}

.box-subhome{
	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;
	text-align: center;
	background: #e5e6e8;
	border: 1px solid #fff;
	height: 230px;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
}
	.box-subhome h4{
		font-size: 28px;
		font-weight: 600;
		color: #476290;
		text-transform: uppercase;
	}
	.box-subhome h4:after{
		width: 36px;
		height: 16px;
		display: block;
		margin: 5px auto 0;
	}

	.box-subhome .hover-subhome{
		opacity: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		height: 100%;
		left: 0;
		padding: 20px;
		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;
		text-align: center;
		transition: all 0.3s ease;
	}
	.box-subhome:hover .hover-subhome{
		top: 0;
		opacity: 1;
	}
		.box-subhome .hover-subhome h4{
			color: #fff;
			margin: 0 0 10px;
		}
		.box-subhome .hover-subhome h4:after{
			display: none;
		}
		.box-subhome .hover-subhome p{
			font-size: 14px;
			color: #fff;
			text-align: left;
			font-weight: 300;
		}
		.box-subhome .hover-subhome:after{
			width: 36px;
			height: 16px;
			display: block;
			margin: 5px auto 0;
			content:url('../images/flecha-blanca.png');
			position: absolute;
			right: 20px;
			bottom: 20px;
		}
		.box-subhome .hover-subhome a:hover{
			text-decoration: none;
		}

	.box-subhome.rojo h4:after{ content:url('../images/flecha-roja.png'); }
	.box-subhome.rojo .hover-subhome{ background: #e08b7d; }	

	.box-subhome.azul h4:after{ content:url('../images/flecha-roja.png'); }
	.box-subhome.azul .hover-subhome{ background: #5372a7; }	

	.box-subhome.celeste h4:after{ content:url('../images/flecha-celeste.png'); }
	.box-subhome.celeste .hover-subhome{ background: #719ddf; }	

	.box-subhome.naranjo h4:after{ content:url('../images/flecha-naranja.png'); }
	.box-subhome.naranjo .hover-subhome{ background: #de6717; }	

	.box-subhome.verde h4:after{ content:url('../images/flecha-verde.png'); }
	.box-subhome.verde .hover-subhome{ background: #93bca8; }
/*---FIN SUB HOME--*/

/*--BUSCADOR MARCAS---*/
.wrap-buscador-marcas{
	background: url('../images/bg-portal.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	padding: 120px 40px;
}
.wrap-buscador-marcas.con-cuadro{
	padding: 60px 40px;
}

.wrap-buscador-marcas a.btn{
	width: 330px;
	max-width: 100%;
	text-align: left;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	padding-right: 45px;
	padding-left: 20px;
}
.wrap-buscador-marcas a.btn i{
	position: absolute;
	right: 20px;
	top: 12px;
}
.wrap-buscador-marcas a.btn:last-child{
	margin-bottom: 0;
}
.wrap-buscador-marcas a.btn i{}

.wrap-buscador-marcas .cuadro-buscador{
	font-size: 14px;
	line-height: 18px;
	color: #4f4f4f;
	font-weight: 600;
	background: #f8f9fc;
	border-radius: 10px;
	padding: 30px 15px;
	width: 350px;
	max-width: 100%;
}
.wrap-buscador-marcas .cuadro-buscador p{
	margin-bottom: 25px;
}
.wrap-buscador-marcas .cuadro-buscador a.btn{
	width: 100%;
}
/*--FIN BUSCADOR MARCAS--*/

/*---PASOS---*/
.pasos{
	padding: 30px 0;
	text-align: center;
}
.item-gestion.item-paso:hover .img-gestion:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pasos.amarillo{
	background: #efa71b;
}
.pasos.verde{
	background: #93bca8;
}
.item-paso{
	width: 12.1%;
	vertical-align: top;
	padding: 20px 10px;
	min-width: 0;
}

.item-gestion.item-paso .img-gestion{
	width: 113px;
}
.item-paso span{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-align: center;
	display: block;
	position: relative;
	z-index: 99;
	margin: -40px auto 0;
	padding-top: 9px;
}
.item-paso h5{
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}
/*--FIN PASOS--*/

/*---RECURSOS---*/
.recursos-usuarios{
	text-align: center;
	background: #e2e8f2;
	padding: 40px 0 30px;
}
	.titulo-recursos{
	}
		.titulo-recursos img{}
		.titulo-recursos h4{
			font-size: 16px;
			font-weight: bold;
			color: #719ddf;
			text-transform: uppercase;
			margin-bottom: 0;
		}

	.contenido-recursos{
		padding: 20px 30px;
	}
		.contenido-recursos .box-recurso{
			text-align: left;
			background: #fff;
			border: 1px solid #cbd2dd;
			padding: 20px;
			min-height: 150px;
		}
		.contenido-recursos .box-recurso a{
			color: #333333;
			font-size: 14px;
			line-height: 16px;
			font-weight: 300;
			display: block;
			position: relative;
			padding-left: 15px;
			margin-bottom: 10px;
		}
		.contenido-recursos .box-recurso a b{
			font-weight: bold;
		}
		.contenido-recursos .box-recurso a:before{
			content: "+";
			color: #999;
			font-weight: 300;
			position: absolute;
			left: 0;
			top: 0px;
		}
/*---FIN RECURSOS---*/

/*--INFO ESTADISTICA--*/
.wrap-info-estadistica{
	background: url('../images/bg-info-estadistica.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	text-align: center;
}
	.box-info{
		border: 1px solid #fff;
		float: left;
		padding: 50px 20px 40px;
		position: relative;
		overflow: hidden;
	}
		.box-info.tipo1{ width: 33.333%; }
		.box-info.tipo2{ width: 33.333%; }
		.box-info.tipo3{ width: 50%; }
	.box-info img{}
	.box-info h3{
		font-size: 18px;
		font-weight: 600;
		margin-top: 10px;
	}

	.box-info-hover{
		position: absolute;
		top: 100%;
		opacity: 1;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
		transition: all 0.3s ease;
		padding: 10px 20px;
	}
	.box-info:hover .box-info-hover{
		opacity: 1;
		top: 0;
	}
	.box-info-nombre{
		transition: all 0.3s ease;
	}
	.box-info:hover .box-info-nombre{
		opacity: 0;
	}
	.box-info-hover h3{
		text-align: center;
	}
	.box-info-hover p{
		text-align: left;
		font-size: 12px;
		line-height: 15px;
		font-weight: 300;
		color: #fff;
	}
/*--FIN INFO ESTADISTICA--*/

/*--SELLOS---*/
.wrap-sellos{
	background: url('../images/bg-sellos.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	padding: 100px 40px;
}
/*---FIN SELLOS---*/

/*---GALERIA---*/
.wrap-galeria{
	text-align: center;
	background: #626262;
}
.wrap-galeria #slider-galeria{
	width: 755px;
	margin: 0 auto;
	max-width: 100%;
}
.flexslider#slider-galeria,
.flexslider#carousel
{
	min-height: 0;
	height: auto;
}
.flexslider#carousel li{
	cursor: pointer;
	transition: all 0.3s ease;
}
.flexslider#carousel li:hover{
	opacity: 0.8;
}
.wrap-texto-galeria{
	background: #5b5b5b;
	border-top: 1px solid #d9d9d9;
}
.texto-galeria{
	width: 755px;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px 0;
}
	.texto-galeria h4{
		color: #d9d9d9;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
	}
	.texto-galeria p{
		font-size: 14px;
		line-height: 16px;
		color: #d9d9d9;
		font-weight: 300;
		margin-bottom: 0;
	}

.flexslider#slider-galeria ul.flex-direction-nav{
	display: block;
}
.flexslider#slider-galeria .flex-direction-nav .flex-next{
	background: url('../images/right-gal.png');
	width: 73px;
	height: 77px;
	font-size: 0;
}
.flexslider#slider-galeria .flex-direction-nav .flex-prev{
	background: url('../images/left-gal.png');
	width: 73px;
	height: 77px;
	font-size: 0;
}
.flexslider#slider-galeria .flex-direction-nav .flex-next:before,
.flexslider#slider-galeria .flex-direction-nav .flex-prev:before{
	display: none;
}

.flexslider#carousel .flex-active-slide{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.videos{
	background: #000;
}
.videos .wrap-interior{
	padding-top: 0;
	padding-bottom: 0;
}
/*---FIN GALERIA--*/

/*--BLOQUE TEXTO--*/
.bloque-texto{
	background: #e5e6e8;
	padding: 50px 0;
	text-align: center;
}
	.bloque-texto h3{
		font-size: 30px;
		font-weight: 600;
		color: #476290;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.bloque-texto p{
		font-size: 14px;
		font-weight: 300;
		color: #333333;
		margin-bottom: 20px;
		text-align: left;
	}
	.bloque-texto p:last-child{
		margin-bottom: 0;
	}
	
	.bloque-texto p b{
		font-weight: bold;
	}
/*--FIN BLOQUE TEXTO--*/

/*--SEÑAL ONLINE---*/
.senal-online{}

.senal-online .wrap-interior{
	padding-top: 10px;
}

.senal-online h3{
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	background: #efa71b;
	padding: 14px 25px;
	margin-bottom: 10px;
}
.senal-online h3 span{
	display: inline-block;
	vertical-align: middle;
}
.senal-online h3 img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.senal-online h4{
	font-size: 26px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

	.item-online{
		border-bottom: 2px solid #9e9e9e;
		-webkit-box-shadow: 0px 3px 5px -1px rgba(158,158,158,1);
		-moz-box-shadow: 0px 3px 5px -1px rgba(158,158,158,1);
		box-shadow: 0px 3px 5px -1px rgba(158,158,158,1);
		margin-bottom: 10px;
		padding: 25px 25px;
	}
		.item-online .ic-item-online{
			display: inline-block;
			float: left;
		}
		.item-online .ic-item-online img{}

		.item-online .texto-item-online{
			padding-left: 80px;
		}
			.item-online .texto-item-online h5{
				font-size: 24px;
				color: #333333;
				font-weight: 600;
				text-transform: uppercase;
				margin-top: 0;
				margin-bottom: 7px;
			}
			.item-online .texto-item-online p{
				font-size: 14px;
				color: #333333;
				font-weight: 300;
				margin-bottom: 0;
			}

.wrap-buscador-marcas#ingresa-senal {
    background: url(../images/bg-senal.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 40px;
}
.wrap-buscador-marcas#ingresa-senal a.btn{
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
/*--FIN SEÑAL ONLINE---*/

/*---TABS---*/
.tabs{}

	.tabs .nav-tabs{}
	.tabs .nav-tabs>li>a{
		font-size: 16px;
		font-weight: normal;
		color: #fff;
		background: #a9b0be;
		padding: 5px 10px;
	}
	.tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover{
		color: #333333;
		font-size: 16px;
		background: #c1c9d8;
	}

	.tabs .tab-content{
		background: #c1c9d8;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tabs .tab-content .tab-pane{
		background: #d4dbe7;
		padding: 15px 20px;
	}
	.tabs .tab-content .tab-pane a{
		display: inline-block;
		width: 48%;
		font-size: 14px;
		font-weight: 300;
		color: #424b4c;
		background: #a8c4c6;
		padding: 10px;
		border: 1px solid #91b3b5;
		margin-bottom: 5px;
	}


.panel-tab{
	visibility: hidden;
}
.tabs-content div.panel-tab:first-child{
	visibility: visible;
}

.subpanel-tab{
	visibility: hidden;
}
.tabs-content .subpanel-tab:first-child{
	visibility: visible;
}
/*--FIN TABS---*/


/*---MENU TABS---*/
.menu-tabs{
	padding: 20px 0;
}
	.menu-tabs > ul{
		padding-left: 0;
		position: relative;
	}
	.menu-tabs > ul > li{
		display: inline-block;
		vertical-align: top;
		min-width: 100px;
		text-align: center;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		
		border-radius: 5px;
		border: 1px solid #59719b;
	}
	.menu-tabs > ul > li > a{
		color: #59719b;
		display: block;
		padding: 6px 20px;
	}
	.menu-tabs > ul > li > a:hover{
		color: #fff;
	}
	.menu-tabs > ul > li.activo > a,.menu-tabs > ul > li:hover > a{
		background: #59719b;
		color: #fff;
		text-decoration: none;
	}

	.btns-tab > ul > li.activo > a,.btns-tab > ul > li:hover a{
		color: #fff;
	}	
	.btns-tab > ul > li > a:hover{
		color: #fff;
	}

	.menu-tabs > ul > li:hover .submenu-tabs{
		display: block;
	}

	.submenu-tabs{
		padding-left: 0;
		list-style: none;
		position: absolute;
		width: 100%;
		bottom: -35px;
		display: none;
		text-align: left;
	}
	.menu-tabs > ul > li:nth-child(3) .submenu-tabs{ margin-left: -100px; }
	.menu-tabs > ul > li:nth-child(4) .submenu-tabs{ margin-left: -150px; }
	.menu-tabs > ul > li:nth-child(5) .submenu-tabs{ margin-left: -150px; }
	.menu-tabs > ul > li:nth-child(6) .submenu-tabs{ margin-left: -150px; }
	.menu-tabs > ul > li:nth-child(7) .submenu-tabs{ margin-left: -150px; }
	.submenu-tabs li{
		display: inline-block;
		margin-right: 15px;
	}
		.submenu-tabs a{
			font-size: 14px;
			color: #476290;
			font-weight: normal;
			text-transform: uppercase;
			display: block;
			padding: 10px 0;
		}
		.submenu-tabs li:last-child{
			margin-right: 0;
		}
/*---FIN MENU TABS---*/
/*---MENU TABS---*/
.menu-activo{
	padding: 20px 0;
}
	.menu-activo > ul{
		padding-left: 0;
		position: relative;
	}
	.menu-activo > ul > li{
		display: inline-block;
		vertical-align: top;
		min-width: 100px;
		text-align: center;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		
		border-radius: 5px;
		border: 1px solid #59719b;
	}
	.menu-activo > ul > li > a{
		color: #59719b;
		display: block;
		padding: 6px 20px;
	}
	.menu-activo > ul > li > a:hover{
		color: #fff;
	}
	.menu-activo > ul > li.activo > a,.menu-activo > ul > li:hover > a{
		background: #59719b;
		color: #fff;
		text-decoration: none;
	}

	.menu-activo > ul > li.activo > .submenu-activo{
		display: block;
	}
	.submenu-activo{
		padding-left: 0;
		list-style: none;
		position: absolute;
		width: 100%;
		bottom: -35px;
		display: none;
		text-align: left;
	}
	.menu-activo > ul > li:nth-child(3) .submenu-activo{ margin-left: -100px; }
	.menu-activo > ul > li:nth-child(4) .submenu-activo{ margin-left: -150px; }
	.menu-activo > ul > li:nth-child(5) .submenu-activo{ margin-left: -150px; }
	.menu-activo > ul > li:nth-child(6) .submenu-activo{ margin-left: -150px; }
	.menu-activo > ul > li:nth-child(7) .submenu-activo{ margin-left: -150px; }

	.submenu-activo li{
		display: inline-block;
		margin-right: 15px;
	}
		.submenu-activo a{
			font-size: 14px;
			color: #476290;
			font-weight: normal;
			text-transform: uppercase;
			display: block;
			padding: 10px 0;
		}
		.submenu-activo li:last-child{
			margin-right: 0;
		}
/*---FIN MENU TABS---*/

.box-texto{
	font-size: 16px;
	color: #333333;
	padding: 60px 0;
}
.box-texto p{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 25px;
}
.box-texto p b{
	font-weight: bold;
}



/*----FORMULARIOS---*/
.form-login{
	padding: 0 30px;
}
	.form-login h3{
		color: #333333;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.form-login p{
		color: #363636;
		font-size: 16px;
		font-weight: normal;
	}
	.form-login p b{
		font-weight: bold;
	}
	.form-login p a{
		color: #476290;
		text-decoration: underline;
	}

.box-form-login{
	margin: 30px 0;
}
	.box-form-login .form-login-izq{
		width: 50%;
		float: left;
		text-align: center;
		border: 1px solid #a3aebf;
	}
	.box-form-login .form-login-der{
		width: 50%;
		float: left;
		border: 1px solid #a3aebf;
		border-left: none;
	}

	.box-form-login .head-form-login{
		background: #0077bb;
		font-size: 20px;
		color: #fff;
		font-weight: 600;
		padding: 15px 20px;
		position: relative;
		text-align: left;
	}
	.box-form-login .head-form-login:after{
		position: absolute;
		content:url('../images/puntos.png');
		right: 0;
	}
	.box-form-login .body-form-login{
		height: 300px;
		background: #eceef4;
	}

.clave-unica{
	background: #476290;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 280px;
	height: 50px;
	margin: 100px auto 0;
	text-align: left;
}
	.clave-unica span{
		background: #39537e;
		display: inline-block;
		height: 50px;
		width: 55px;
		padding: 10px;
		vertical-align: top;
	}
	.clave-unica p{
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		display: inline-block;
		padding: 14px 10px 10px;
		margin-left: 30px;
	}

.body-form-login .wrap-form{
	padding: 25px 45px;
}
.wrap-form .form-group{}
.body-form-login .wrap-form .form-group label{
	font-size: 16px;
}
.wrap-form .form-group label{
	font-size: 18px;
	font-weight: normal;
	color: #363636;
	display: block;
}
.wrap-form .form-group input[type="text"]{
	width: 100%;
	height: 45px;
	border: 2px solid #d1d2d6;
	border-radius: 8px;
	color: #333;
	padding: 0 10px;
}

.wrap-form .form-submit{
	text-align: right;
}
.wrap-form .form-submit input[type="submit"]{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #eb6751;
	width: 220px;
	height: 45px;
	border: none;
	border-radius: 8px;
	padding-top: 4px;
}

.wrap-form span{
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	color: #363636;
	display: block;
	margin: 10px;
}
.wrap-form span a{
	font-weight: normal;
	color: #476290;
	text-decoration: underline;
}

.item-radio{
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	width: 180px;
	margin: 5px 0;
}

.mas-criterios{
	font-size: 16px;
	color: #0077bb;
}
.wrap-form .mensaje{
	font-size: 14px;
	font-weight: 300;
	color: #363636;
	padding-left: 12px;
	position: relative;
}
.wrap-form .mensaje i{
	color: #476290;
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 6px;
}

.ui-accordion .ui-accordion-content.interior-form{
	background: #eceef4;
	border: 1px solid #a3aebf;
	padding: 30px 40px;

}
.consulta-marca{}
.consulta-marca h3{
	font-size: 26px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}
.consulta-marca .btns-tab{
	display: inline-block;
	float: right;
}
.consulta-marca .btns-tab > a.activo,.consulta-marca .btns-tab > a:hover{
	background: #476290;
	color: #fff;
}
.consulta-marca .btns-tab > a {
    color: #476290;
}
/*---FIN FORMULARIOS---*/
@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
	.btn-menu-mobile{
		display: block;
	}

	.header-interior .btn-menu-mobile{
		margin-top: -30px;
	}
	header.absolute .btn-menu-mobile{
		margin-top: -30px;
	}

	.wrap-menu{
		display: none;
	}

	.menu-top{
		display: none;
	}

	.header-interior .redes-top {
	    position: relative;
	    right: auto;
	    top: auto;
	}

	.caja-tema h3{
		font-size: 20px;
	}

	.item-paso{
		width: 20%;
	}

	.box-home h3{
		height: 78px;
	}

	.item-sello h3{
		font-weight: 600;
		font-size: 28px;
	}

}

@media (max-width: 991px) {	

	.wrap-tabla{
		overflow: scroll;
	}

	.item-gestion{
		margin-bottom: 40px;
	}

	.item-box-noticia{
		margin-bottom: 20px;
	}

	.caja-tipo-marca h5{
		font-size: 22px;
	}
	.caja-tipo-marca h4{
		font-size: 30px;
	}		
	.caja-tipo-marca h3{
		font-size: 34px;
	}

	.contenido{
		width: 100%;
		padding-right: 0;
	}
	.sidebar{
		width: 100%;
	}

	.box-consulta{
		width: 100%;
	}
	.box-consulta:nth-child(1),
	.box-consulta:nth-child(2){
		padding: 0 10px 20px;
	}

	.box-buscador{
		margin-bottom: 20px;
	}
	.box-buscador a.link-buscador{
		display: block;
		margin-bottom: 10px;
	}

	.nombre-barra-contacto{
		width: 100%;
	}
	.email-barra-contacto{
		width: 100%;
	}

	.item-manual-usuario{
		margin-bottom: 20px;
	}

	.box-small{
		margin-bottom: 10px;
	}

}

@media (max-width: 768px) {

	.logo{
		width: 120px;
	}

	.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;
	}

	.wrapper{
	}

	header.absolute{
		position: fixed;
		background: rgba(0,0,0,0.8);
		z-index: 999;
	}

	header.fixed{
		position: fixed;
	}

	header{
		height: 108px;
		background: rgba(0,0,0,0.8);
		z-index: 99;
	}

	.flexslider#slide-home{
		height: auto;
		min-height: 0;
		padding-top: 107px;
	}
	.flexslider ul{
		height: 100%;
	}
	.flexslider#slider-galeria ul.flex-direction-nav{
		height: 100%;
	}

	.flexslider#slide-home ul li{
		min-height: 300px;
		overflow: hidden;
	}

	.texto-galeria{
		padding: 10px 15px;
	}

	.texto-slide{
		position: relative;
		left: 0;
		padding: 20px;
		background: rgba(0,0,0,0.8);
		max-width: 100%;
	}

	.texto-slide h4 {
	    font-weight: normal;
	    font-size: 36px;
	    line-height: 40px;
	    color: #fff;
	}

	.head-top{
		display: none;
	}

	.btn-menu-top{
	    display: inline-block;
	    font-size: 33px;
	    color: #fff;
	    right: 30px;
	    top: 0;
	    position: absolute;
	}

	.header-interior .btn-menu-top{
		color: #000;
	}

	.menu-top-mobile{
		display: block;
		position: fixed;
		top: 0;
		right: -250px;
		display: none;
		opacity: 0;
		z-index: 999;
		background-color: #346193;
		background-image: url('../images/bg-menu-sec.png');
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: bottom center;
	    padding: 20px;
	    height: 200px;
	    width: 250px;
	    z-index: 999;
	    max-width: 100%;
	    overflow: scroll;
	}

	.menu-top-mobile .redes-top{
		display: block;
	}
	.menu-top-mobile .redes-top a{
		color: #fff;
		font-size: 20px;
	}

	.menu-top-mobile .idioma-top{
		display: block;
		border: none;
		font-size: 14px;
		color: #ccc;
		padding-left: 0;
		margin-left: 0;
	}
	.menu-top-mobile .idioma-top span{
		color: #eee;
	}
	.menu-top-mobile .idioma-top a{
		color: #fff;
	}

	.menu-top-mobile .accesos{
		display: inline-block;
	    font-size: 13px;
	    font-weight: 500;
	    color: #fff;
	    background: #eb6751;
	    padding: 7px 15px;
	    margin-top: 20px;
	    margin-bottom: 10px;
	}

	.cerrar-menu-top-mobile{
		display: inline-block;
		float: right;
		cursor: pointer;
	}

	.botones-banner{
		position: relative;
		padding: 0 30px;
	}

	.box-video{
		margin-bottom: 20px;
	}

	.box-marca-tipo{
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.box-marca-tipo:last-child{
		border-right: none;
		border-bottom: 1px solid #fff;
	}

	.archivo-noticias .filtro-archivo{
		width: 100%;
	}

	.archivo-noticias .filtro-archivo h3{
		display: block;
		margin-bottom: 10px;
	}

	.archivo-noticias .form-select select{
		margin-left: 0;
	}

	.categoria h3{
		display: block;
		width: 100%;
	}

	.categoria .form-categoria{
		margin-bottom: 10px;
	}

	.box-grafico{
		margin-bottom: 15px;
	}

	.item-paso{
		width: 48%;
	}

	.box-info.tipo1{
		width: 100%;
	}
	.box-info.tipo2{
		width: 100%;
	}
	.box-info.tipo3{
		width: 100%;
	}
}

@media (max-width: 640px) {
	.btn-menu-top{
		right: 20px;
	}
	.banner-interior h1{
		font-size: 30px;
	}
	.banner-interior h2{
		font-size: 30px;
	}

	.footer-abajo img{
		display: none;
	}

	.archivo-noticias .filtro-archivo .form-group{
		width: 100%;
		margin-bottom: 10px;
	}
	.archivo-noticias .filtro-archivo .form-group select{
		width: 100%;
	}

	.item-archivo .texto-archivo{
		padding-left: 15px;
	}
	.tabs .tab-content .tab-pane a{
		width: 100%;
	}
}

@media (max-width: 480px) {
	.wrap{
		padding: 0 20px;
	}
	.wrap-interior{
		padding: 40px 20px;
	}
	.banner-interior h1{
		font-size: 24px;
	}
	.banner-interior h2{
		font-size: 24px;
	}

	.botones-banner a{
		width: 100%;
		margin-bottom: 5px;
	}

	.item-archivo{
		margin-bottom: 20px;
	}

	.item-archivo .img-archivo{
		width: 25%;
	}

	.item-archivo .texto-archivo{
		width: 75%;
	}

	.links-interior a{
		margin-bottom: 15px;
	}

	.box-subhome h4{
		font-size: 22px;
	}

	.item-paso{
		width: 100%;
	}
	.item-online .ic-item-online {
	    display: inline-block;
	    float: none;
	    text-align: center;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.item-online .texto-item-online{
		padding-left: 0;
		width: 100%;
	}

	.senal-online h3{
		font-size: 24px;
	}
}