@import url('../icon-fonts/style.css');
@import url('../fonts/catamaran/stylesheet.css');
@import url('../fonts/raleway/stylesheet.css');

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Catamaran';
	color: #353535;
	background-color: #f2f2f2
}

ul,
ol {
	padding: 0;
	margin: 0
}

ul {
	list-style: none
}

a:hover {
	text-decoration: underline
}


button,
input {
	outline: none
}

.btn_copy {
	position: absolute;
	top: -2px;
	cursor: pointer;
    color: #d1d2d4;
    background-color:#646567;
    font-size: 12.5px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #d1d2d4;
    padding: 1px 20px;
    padding-top: 3px;
    text-transform: uppercase;
    border-radius: 20px;
    line-height: 17px;
    
}

.btn_copy a {
	margin-bottom:0;    
	line-height: 17px;
}

.btn_copy a:hover {
	text-decoration:none;
}

@media screen and (min-width:1101px) {
	.btn_copy {
    	right: -95px;
	}
}

@media screen and (min-width:992px) and (max-width:1100px) {
	.btn_copy {
    	top: 26px;
	    left: 0;
	    width: fit-content;
	    right:unset;
	}
}

@media screen and (min-width:1200px) {
	.btn_copy {
    	right: -42px;
	}
}

.btn_copy:hover {
	color: white
}

.email {
	color: #ac810b;
	font-size: 17px;
	font-weight: bold;
	display: inline-block
}

.btn_link {
	background-color: #818181;
	color: white;
	font-size: 14px;
	display: inline-block;
	padding: 8px 15px
}

.input_group {
	position: relative;
	line-height: 18px
}

.input_group input {
	background-color: transparent;
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	padding-left: 40px;
	border: none
}

.input_group button {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	background-color: transparent;
	color: #1c3858;
	font-size: 17px;
	border: none
}

.tag {
	color: #a2a2a2;
	font-size: 12px;
	font-weight: 500;
	background-color: #f0f0f0;
	display: inline-block;
	padding: 3px 6px;
	background-color: #ececec
}

.title_head {
	padding: 10px 0;
	position: relative
}

#home .title_head {
	border-bottom: 1px solid #c5c5c5
}

.title_head h1,
.title_head h2,
.title_head h3,
.title_head h4 {
	margin: 0;
	font-size: 21px
}

.title_head a {
	float: right;
	color: #919191;
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
}

.selectric {
	border-color: #d4d4d4
}

.selectric-open .selectric {
	background-color: #f2f2f2
}

.selectric-label {
	color: #3c3c3c;
	font-size: 13px;
	margin: 0;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 40px
}

.selectric-label:before {
	font-family: 'Icomoon';
	font-size: 6px;
	content: '\e923';
	position: absolute;
	top: 50%;
	right: 15px;
	color: #436c97;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%)
}

.selectric-open .selectric-label:before {
	content: '\e922'
}

.selectric-items li {
	font-size: 13px
}





header .preheader {
	position: relative;
	background-color: #4a4444;
	text-align: right;
	padding: 15px 0;
	z-index: 2
}

header .preheader > .container {
	line-height: 0
}

header .preheader li {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle
}

header .preheader a {
	color: white;
	font-size: 15px
}

header .preheader .links {
	display: inline-block;
	vertical-align: middle
}

header .preheader .links li {
	border-left: 1px solid #2d3a3a;
	padding-left: 10px;
	line-height: 18px
}

header .preheader .links li:first-child {
	border: none
}

header .preheader .links a {
	font-weight: 500
}

header .preheader .language {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle
}

header .preheader .language li {
	margin-right: 0;
	border-left: 1px solid #a4a4a4;
	margin-left: 5px;
	line-height: 10px;
	padding-left: 8px;
	display: inline-block
}

header .preheader .language li:first-child {
	border: none;
	margin: 0;
	padding: 0
}

header .preheader .language a,
header .preheader .language span {
	display: inline-block;
	color: #a4a4a4;
	line-height: 12px;
	font-size: 12px
}

header .preheader .language li.active span,
header .preheader .language li.active a {
	color: white;
	font-weight: bold
}



.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2
}

.popup .content {
	padding-top: 30px
}




.popup.menu .content {
	background-color: #ebebeb;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	padding-top: 75px;
	overflow: auto
}

.popup.menu .content ul a {
	font-size: 16px;
	color: #4a4646;
	font-weight: 800;
	margin: 11px 0;
	display: inline-block;
	position: relative
}

.popup.menu .content ul > li > ul {
	padding-left: 20px
}

.popup.menu .content ul > li > ul > li {
	border-top: 1px solid #a8a8a8
}

.popup.menu .content > ul > li > a {
	padding-right: 30px
}

.popup.menu .content > ul > li > a:before {
	font-family: 'Icomoon';
	content: '\e923';
	font-size: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
}

.popup.menu .content ul > li > ul > li:first-child {
	border: none
}

.popup.menu .content ul > li > ul > li a {
	color: #8c8c8c;
	font-weight: 600;
	font-size: 15px
}

.popup.menu .content ul > li.simple a:before {
	content: normal
}





.header {
	font-size: 0;
	background-color: white;
	z-index: 2;
	position: relative;
}
body:not(#home) .header {

	background-image: url('../imgs/iconos/shadow_4.png');
    background-repeat: repeat-x;
    background-position: center bottom;
}

.header.cloned {
	position: fixed;
	top: -200px;
	left: 0;
	width: 100%;
	transition: top 0.2s linear
}

.header.cloned.fixed {
	top: 0;
	transition: top 0.2s linear
}

.header .container {
	position: relative
}

.header .logo a {
	display: inline-block
}

.header .logo a img {
	max-width: 100%;
}

@media (min-width: 992px){
	.header .logo a img {
		height: 58px;
	}
}

.header .logo,
.header .menu {
	display: inline-block;
	vertical-align: middle
}

.header .logo {
	width: 46%
}

.header .menu {
	width: 54%;
	text-align: right
}

.header .menu li {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.header .menu li a {
	display: inline-block;
	position: relative;
	padding: 25px 15px;
	color: #4a4549;
	font-weight: 600;
	text-decoration: none
}

.header .menu li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 30px);
	height: 7px;
	background-color: transparent;
	transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	transition: background-color 0.1s linear
}

.header .menu li.active a:before,
.header .menu li:hover a:before {
	background-color: #4a4444;
	transition: background-color 0.1s linear
}

.header .menu ul > li > ul {
	display: none;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	width: 315px;
	padding: 5px 0;
	background-color: #4a4444
}

.header .menu ul > li > ul li {
	display: block;
	padding: 0 15px
}

.header .menu ul > li > ul li:first-child a {
	border-top: none
}

.header .menu ul > li > ul a {
	color: #a4a4a4;
	padding: 15px 0;
	display: block;
	border-top: 1px solid #5d5d5d;
	transition: color 0.1s linear
}

.header .menu ul > li > ul a:hover {
	color: white;
	transition: color 0.1s linear
}

.header .menu li:hover > ul {
	display: block
}

.header .menu a {
	font-size: 16px;
	color: #4a4549;
	font-weight: bold
}

.header .menu li.link a {
	color: #2f82b1;
	font-size: 16px;
	padding-right: 0
}

.header .menu li.link a:before {
	width: calc(100% - 15px);
	transform: none;
	left: initial;
	right: 0
}

.header .menu li.link a:hover:before {
	background-color: #2f82b1
}

.header .btn_back,
.header .btn_menu {
	line-height: 0;
	color: #41403f;
	text-decoration: none;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	font-size: 35px;
	background-color: white
}

.header .btn_back {
	display: none
}


.search {
	display: none;
	background-color: #ededed;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.49);
	line-height: 0
}






footer {
	background-color: #353535;
	
}

footer > div {
	padding: 20px 0
}

footer a {
	display: inline-block
}

footer a,
footer p {
	margin-top: 0;
	margin-bottom: 5px;
	/*font-size: 13px;*/
	font-weight: 500;
	line-height: 22px
}

footer a strong,
footer p strong {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px
}

footer p,
footer a {
	color: #b7b7b7
}

footer ul li {
	margin-bottom: 15px
}

footer .column_1,
footer .column_2,
footer .column_3,
footer .column_4 {
	display: inline-block;
	vertical-align: top
}

footer .column_1 {
	width: 24%;
	padding-right: 75px
}

footer .column_2 {
	width: 24%
}

footer .column_3 {
	width: 24%
}

footer .column_4 {
	width: 26%
}

footer .column_4 > div > span {
	color: #b7b7b7;
	font-size: 13px;
	display: block;
	margin-top: 15px;
	font-weight: 500
}

footer .column_4 .email + span {
	font-weight: bold;
	font-size: 18px;
	display: block
}

footer .column_4 .email + span a {
	text-decoration: underline
}

footer .column_4 hr {
	display: none
}

footer ul li a {
	font-size: 15px
}

footer .email {
	margin-right: 10px
}

footer .btn_link {
	text-transform: uppercase;
	margin-top: 5px
}



footer .zocalo {
	background-color: #262626
}

footer .zocalo small {
	color: #fff;
    font-size: 13px;
    font-weight: bold;
}

footer .zocalo .container > div {
	width: 50%;
	display: inline-block;
	vertical-align: middle
}

footer .zocalo .container > div + div {
	text-align: right
}

footer img {
	max-width: 232px;
	height: 16px
}



main > section {
	margin-bottom: 30px
}




.vertical_slider {
	position: relative
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.vertical_slider:: {
}

.vertical_slider:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('../imgs/iconos/shadow.png') center top no-repeat;
	background-size: 100% 30px
}

.vertical_slider .owl-item {
	overflow: hidden
}

.vertical_slider .item {
	position: static
}

.vertical_slider .owl-item .item .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
}

.vertical_slider .item .text {
	opacity: 0;
	width: 400px;
	position: absolute;
	top: 50%;
	left: 300px;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	transition: left 0.4s linear,
				opacity 0.2s linear
}

.vertical_slider .owl-item.active .item .text {
	opacity: 1;
	left: 0;
	transition: left 0.4s linear,
				opacity 0.2s linear
}

.vertical_slider .item a,
.vertical_slider .item p {
	font-size: 37px;
	font-weight: 800;
	color: white;
	display: inline-block;
	line-height: 45px;
	text-shadow: -5px 5px 35px rgba(0, 0, 0, 0.8);
}

.vertical_slider .item p {
	margin-top: 0
}

.vertical_slider .item a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 4px solid white;
	padding-bottom: 10px
}

.vertical_slider .owl-nav {
	text-align: right;
	width: 1170px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
}

.vertical_slider .owl-nav > div {
	position: absolute;
	top: 100%;
	right: 0;
	width: 40px;
	cursor: pointer;
	margin: 5px 0;
	display: block;
	font-size: 40px;
	line-height: 20px;
	color: white;
}

.vertical_slider .owl-nav > div.owl-prev {
	top: initial;
	bottom: 100%
}

.vertical_slider .item.active {
	top: 0;
	left: 100000px;
	transition: all 0.2s ease-out
}



.vertical_slider .owl-dots {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1
}

.vertical_slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid white;
	border-radius: 100%;
	margin: 0 5px
}

.vertical_slider .owl-dots .owl-dot.active {
	background-color: white
}







.noticias_destacadas {
	overflow: hidden;
	background-color: #295b96;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.noticias_destacadas h2 {
	text-transform: uppercase;
	color: white;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	margin: 0;
	margin-bottom: 5px
}

.noticias_destacadas .item a {
	display: block
}

.noticias_destacadas .item .info_content:hover:before {
	opacity: 0.8;
	transition: opacity 0.2s linear
}

.noticias_destacadas .item a:hover .link {
	text-decoration: underline
}

.noticias_destacadas .item a .date {
	color: #dfdfdf;
	margin-bottom: 5px;
	display: block;
	font-size: 17px;
	font-weight: bold
}

.noticias_destacadas .item .info_support {
	position: relative;
	display: block;
	padding: 15px;
	margin: auto
}

.noticias_destacadas .item .category {
	display: inline-block;
	left: 15px;
	top: 15px
}

.noticias_destacadas .item .info_content {
	position: relative
}

.noticias_destacadas .item .info_content > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px
}

.noticias_destacadas .item .tag_content {
	display: inline-block;
	position: absolute;
	padding: 15px;
	z-index: 1
}

.noticias_destacadas .item .info_content:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url('../imgs/iconos/shadow_3.png') center bottom repeat-x;
	background-size: 100% 200px;
	opacity: 0.5;
	z-index: 1;
	transition: opacity 0.2s linear
}

.noticias_destacadas .item .info_content > div {
	z-index: 1
}

.noticias_destacadas .item a .category {
	color: #323232;
	background-color: rgba(234, 234, 234, 0.6);
	font-size: 14px;
	z-index: 1
}

#home .noticias_destacadas .item a .category {
	display: none;
}

.listing_items .item a .title,
.noticias_destacadas .item a .title {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	color: #dfdfdf
}

.listing_items .item a .link,
.noticias_destacadas .item a .link {
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #dfdfdf
}

.listing_items .item a .link:after,
.noticias_destacadas .item a .link:after {
	font-family: 'Icomoon';
	content: '\e900';
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 14px
}


.noticias_destacadas .owl-carousel .owl-nav {
	display: block
}

.noticias_destacadas .owl-carousel .owl-nav .owl-next,
.noticias_destacadas .owl-carousel .owl-nav .owl-prev {
	height: 41px;
	width: 41px;
	color: white;
	position: absolute;
	bottom: 0;
	top: 50%;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
}

.noticias_destacadas .owl-carousel .owl-nav .owl-next span,
.noticias_destacadas .owl-carousel .owl-nav .owl-prev span {
	font-size: 40px
}

.noticias_destacadas .owl-carousel .owl-nav .owl-next {
	right: -50px
}

.noticias_destacadas .owl-carousel .owl-nav .owl-prev {
	left: -50px
}

.noticias_destacadas .row > a {
	display: table;
	margin: auto;
	background-color: #5975ab;
	color: white;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 20px;
	margin-top: 20px;
	text-transform: uppercase
}



.accesos_aadi {
	margin-bottom: 10px
}




.asociados {
	padding-bottom: 20px
}

.asociados .title_head {
	border-bottom: 1px solid #c5c5c5;
	padding: 10px 0
}

.asociados .title_head h2 {
	color: #295b96
}

.title_head > h2 + p {
	text-align: center;
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	margin-top: 5px
}

.asociados .box_links {
	font-size: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 10px
}

.asociados .box_links .box {
	padding: 8px 10px
}

.asociados .box_links .box a {
	text-decoration: none;
	color: white;
	font-size: 17px;
	font-weight: 900;
	width: 100%;
	display: inline-block;
	padding: 15px 20px;
	position: relative
}


.asociados .box_links .box a,
.asociados .box_links .box a.type_1 {
	background-color: #2f82b1
}

.asociados .box_links .box a:hover > p,
.asociados .box_links .box a:hover > span {
	text-decoration: underline
}

.asociados .box_links .box a:hover > span.icon {
	text-decoration: none
}

.asociados .box_links .box a.type_1 {
	text-align: center;
	text-transform: uppercase
}

.asociados .box_links .box a.type_2 {
	background-color: #295b96
}

.asociados .box_links .box a.type_3:before,
.asociados .box_links .box a.type_1:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 21px;
	background: url('../imgs/iconos/shadow.png') center top no-repeat;
	background-size: 100% 21px
}

.asociados .box_links .box a.type_3 {
	background-color: #296c96
}

.asociados .box_links .box a.type_3 > p,
.asociados .box_links .box a.type_2 > p {
	margin: 0
}

.asociados .box_links .box a.type_2 > span,
.asociados .box_links .box a.type_3 > span,
.asociados .box_links .box a.type_2 > p,
.asociados .box_links .box a.type_3 > p {
	font-size: 19px;
	font-weight: normal;
	padding-right: 30px;
	display: block;
	position: relative
}

.asociados .box_links .box a.type_3 > p > span {
	font-size: inherit;
	text-decoration: underline
}

.asociados .box_links .box a.type_2 > span:after,
.asociados .box_links .box a.type_3 > span:after,
.asociados .box_links .box a.type_2 > p:after,
.asociados .box_links .box a.type_3 > p:after {
	font-family: 'Icomoon';
	content: '\e901';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	color: #fff;
	font-size: 30px
}

.asociados .box_links .box a.type_3 > p,
.asociados .box_links .box a.type_3 > span {
	font-size: 15px
}

.asociados .box_links .box a.type_3 strong {
	display: block;
	font-size: 19px
}

.asociados .box_links .box a span.icon {
	color: white;
	font-size: 35px;
	display: block;
	margin-bottom: 10px
}

.asociados .box_links .box a span.icon:after {
	content: normal
}

.asociados .box_links .box.half {
	width: 50%;
	display: inline-block;
	vertical-align: top
}


.noticias {
	padding-bottom: 20px
}

.noticias .title_head h2 {
	color: #22b284
}

.noticias .notices_list {
	/*background-color: white;*/
	overflow: auto
}

.noticias .notices_list .item {
	position: relative;
	/*display: inline-block;*/
	border-top: 1px solid #d7d7d7;
	padding-top: 15px;
	padding-bottom: 15px
}

.noticias .notices_list .item a {
	text-decoration: none
}

.noticias .widget .notices_list .item .category {
	background-color: transparent;
	padding-left: 0
}

.noticias .notices_list .item .category:hover {
	text-decoration: underline
}

.noticias .notices_list .item:first-child {
	border: none
}

.noticias .notices_list .item a:hover .link,
.noticias .notices_list .item a:hover .title {
	text-decoration: underline
}

.noticias .notices_list .item .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 145px;
	padding: 15px 20px
}

.noticias .notices_list .item .image img {
	max-width: 100%;
	max-height: 145px
}

.noticias .notices_list .item .title {
	margin: 0;
	color: #436c97;
	font-size: 17px;
	margin-top: 5px
}

.noticias .notices_list .item .category {
	color: #a2a2a2;
	margin-bottom: 5px;
	display: inline-block
}

#home .noticias .notices_list .item .category {
	display: none !important
}

.noticias .notices_list .item .date {
	color: #a2a2a2;
	font-size: 12px;
	display: block
}

.noticias .notices_list .title_head {
	margin: 0;
	padding: 15px 0;
	padding-bottom: 0
}

.noticias .notices_list .title_head + .item {
	border: none;
	padding-top: 15px
}

#home .noticias .notices_list {
	padding: 0;
	max-height: 380px
}

#home .noticias .notices_list .item {
	padding: 15px;
	padding-left: 170px
}

#home .noticias .notices_list .item .title {
	color: #22b284
}

.listing_items .item a .description,
.noticias .notices_list .item .description {
	margin: 0;
	margin-top: 5px
}

.listing_items .item a .description,
.listing_items .item a .link,
.noticias .notices_list .item .description,
.noticias .notices_list .item .link {
	color: #a3a2a2;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px
}

.noticias .notices_list .item .link,
.listing_items .item a .link {
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	line-height: initial;
	display: inline-block;
	margin-top: 5px
}

.noticias .notices_list .item .link:after,
.listing_items .item a .link:after {
	font-family: 'Icomoon';
	content: '\e900';
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}

.noticias .widget .notices_list .item .link {
	display: none
}




.acciones_culturales {
	overflow: hidden;
	padding: 10px 0;
	background-size: cover;
	background-position: center center
}

.acciones_culturales .title_head h2 {
	color: white
}

.acciones_culturales .title_head a {
	font-weight: 600;
	color: #ebebe9
}



.card_slider_content {
	padding-top: 20px;
	padding-bottom: 20px
}


.card_access {
	text-align: right;
	padding-top: 6%;
	font-size: 0
}

.card_access .card_item {
	background-size: cover;
	background-position: center center;
	display: inline-block;
	vertical-align: middle
}

.card_access .card_item a {
	display: inline-block;
	position: relative;
	box-shadow: 3px 3px 4px 0 rgba(71, 71, 71, 1);
	margin-left: 10px;
	border: 2px solid white;
	border-radius: 100%;
	overflow: hidden;
	width: 210px;
	height: 210px;
	transition: background-color 0.2s linear
}

.card_access .card_item.more_item {
	display: none
}

.card_access .card_item.more_item a {
	background-color: #89bfcd !important;
	box-shadow: 3px 3px 4px 0 rgba(119, 119, 119, 0.6);
	border: none;
	opacity: 1 !important
}

.card_access .card_item a img {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: opacity 0.2s linear
}

.card_access .card_item.more_item a span {
	text-shadow: none
}

.card_access .card_item a:hover {
	background-color: black;
	transition: background-color 0.2s linear
}

.card_access .card_item a:hover img {
	opacity: 0.4;
	transition: opacity 0.2s linear
}

.card_access .card_item span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: white;
	line-height: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	text-shadow: -5px 5px 9px rgba(0, 0, 0, 0.8)
}




.card_slider {
	width: 100%;
	max-width: 355px;
	box-shadow: 3px 3px 4px 0 rgba(70, 70, 70, 1)
}

.card_slider.empty img {
	width: 100%
}

.card_slider.empty {
	margin: auto
}

#jssor_1 {
	background-color: white;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 355px !important;
	border: 2px solid white;
	height: 274px;
	visibility: hidden
}

#jssor_1 img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
		-webkit-transform: translate(-50%, -50%) !important;
		-moz-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
}

#jssor_1 .slides {
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 270px;
	overflow: hidden
}

#jssor_1 .jssora051 {
	z-index: 1;
	cursor: pointer;
	width: 37px;
	height: 37px;
	position: absolute;
	top: -20px !important;
	left: initial !important;
	right: -45px !important;
	font-size: 35px;
	color: white;
	z-index: 2
}

#jssor_1 .jssora051 span {
	display: inline-block
}

#jssor_1 > div + div + div > .jssora051 {
	z-index: 1
}

#jssor_1 > div + div + div > .jssora051 span {
	margin: 0;
	margin-top: 45px
}




#jssor_1 .jssorb031 {
	display: none;
	position: absolute;
	bottom: -25px;
	right: 12px
}

#jssor_1 .jssorb031 .i {
	width: 12px;
	height: 12px
}

#jssor_1 .jssorb031 .bull {
	cursor: pointer;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: transparent;
	border-radius: 100%;
	border: 1px solid white
}

#jssor_1 .jssorb031 .i.iav .bull {
	background-color: white
}


.cartelera > p {
	text-align: center;
	margin: 0;
	margin-bottom: 15px
}


.banner_link {
	background: url('../imgs/iconos/background_2.png') center center no-repeat;
	background-size: cover;
	padding: 25px 35px;
	margin-bottom: 30px;
	padding-right: 195px;
	position: relative
}

.banner_link:before {
	content: '';
	background: url('../imgs/iconos/shadow.png') center top no-repeat;
	background-size: 100% 30px;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0
}

.banner_link p {
	font-size: 23px;
	color: white;
	line-height: 26px;
	margin: 0;
	margin-bottom: 5px
}

.banner_link p strong {
	font-weight: 800
}

.banner_link span {
	color: white;
	font-size: 21px;
	font-weight: 300;
	line-height: 21px
}

.banner_link a {
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	background-color: white;
	color: #222224;
	padding: 8px 20px;
	font-size: 17px;
	font-weight: 800
}




.info_box {
	background-color: white
}

.info_box .title {
	position: relative;
	text-transform: uppercase;
	background: url('../imgs/iconos/bg_box.png') center center no-repeat;
	background-size: cover;
	width: 100%
}

.info_box .title:before {
	opacity: 0.5;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../imgs/iconos/shadow_2.png') center bottom repeat-x;
	background-size: auto 116px;
	height: 116px;
	width: 100%
}

.info_box .title p {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
	padding: 30px 0;
	color: white;
	font-size: 23px;
	font-weight: 800;
	text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.7)
}

.info_box .info {
	padding: 20px;
	text-align: center
}

.info_box .info p {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 20px;
	color: #353535
}

.info_box .info a {
	color: #296c96;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 25px
}

.info_box .info a:first-child {
	margin-left: 0
}

.info_box.type_2 .title {
	background-image: url('../imgs/iconos/bg_box_2.png')
}




.breadcrumb {
	background-color: white;
	border-bottom: 1px solid #f3f3f3;
	padding: 2px 15px;
	margin-bottom: 0;
	font-size: 12px;
	box-shadow: 3px 3px 4px rgba(121, 121, 121, 0.1);
	list-style: none;
	background-color: white;
	border-radius: 0;
	position: relative;

	z-index: 1;
}

.breadcrumb:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 26px;
	background: url('../imgs/iconos/shadow_4.png') center bottom repeat-x;
	background-size: 100% 26px;
	z-index: 2
}

.breadcrumb p a:hover,
.breadcrumb p span {
	color: #234b74
}

.breadcrumb p,
.breadcrumb p a {
	margin: 0;
	color: #272727;
	text-decoration: none;
	font-weight: 500
}

.breadcrumb p a,
.breadcrumb p span {
	display: inline-block;
	font-size: 12px;
	margin: 0 5px
}

.breadcrumb p a:first-child {
	margin-left: 0
}

.breadcrumb p {
	color: #4a4444;
	padding: 10px 0;
	overflow: auto;
	width: 100%;
	white-space: nowrap
}




.pagination {
	width: 100%;
	margin-bottom: 30px;
	text-align: center
}

.pagination a {
	display: inline-block;
	margin: 0 2px;
	color: #315e8d;
	font-weight: 600;
	font-size: 22px
}

.pagination a.active {
	text-decoration: underline
}

.pagination a[class*="icon-"] {
    font-size: 20px;
}

.icon-arrow_right:before {
	content:'\003e';
}

.icon-arrow_left:before {
	content: '\003c';
}

.banner {
	text-align: center;
	background-color: #c6c6c6;
	background-position: center center;
	background-size: cover;
	color: white;
	padding: 25px 0;
	margin-bottom: 20px
}

.banner * {
	margin: 12px 0
}

.banner .title {
	font-size: 30px;
	line-height: 26px;
	text-shadow: 0 0 5px rgba(72, 72, 72, 0.8)
}

.banner .subtitle {
	font-size: 24px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0 0 5px rgba(72, 72, 72, 0.8)
}



.section_title {
	color: #315e8d;
	font-size: 22px;
	margin: 0
}

.section_subtitle {
	margin: 0;
	color: #3f3f3f;
	font-size: 17px;
	font-weight: 500
}

.section_content .title_head {
	margin-bottom: 13px;
	text-align: left;
	border: none;
	padding: 0
}

.section_content iframe {
	margin: 30px auto;
	display: block;
	max-width: 100%;
	border: 0;
}

.section_content > * {
	margin-bottom: 25px
}

.section_content p {
	color: #453f3f;
	font-size: 16px;
	line-height: 28px;
	margin: 0
}

.section_content a {
	color: #453f3f;
	text-decoration: underline
}

.section_content li {
	line-height: 28px;
	padding-left: 20px;
	position: relative
}

.section_content li:before {
	font-family: 'Icomoon';
	content: '\e910';
	font-size: 7px;
	position: absolute;
	top: 0;
	left: 0;
	color: #315e8d
}

#testimonios .listing .item p a,
.section_content a {
	color: #453f3f;
	font-weight: bold
}

.section_content img {
	max-width: 100%
}

.section_content .higlight_text {
	background-color: #e1e1e1;
	padding: 20px;
	text-align: center
}

.section_content .button {
	font-size: 16px;
	font-weight: bold;
	color: white;
	box-shadow: 3px 3px 1px rgba(23, 23, 23, 0.2);
	background-color: #315e8d;
	padding: 10px 10px;
	display: block;
	width: 190px;
	text-align: center;
	text-transform: uppercase
}


.template .section_content {
	padding-bottom: 30px
}

#template_2 .section_content img {
	max-height: 305px
}

#template_3 .section_content > p {
	margin-bottom: 10px
}

#template_3 .section_content .higlight_text {
	margin-top: 30px
}






#testimonios .title_head {
	margin-bottom: 10px
}

#testimonios .title_head .section_subtitle strong {
	font-weight: 600
}

#testimonios .listing .item {
	position: relative;
	min-height: 400px;
	padding-left: 330px;
	margin-bottom: 30px
}

#testimonios .listing .item img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%
}

#testimonios .listing .item p {
	margin: 0;
	font-size: 16px;
	line-height: 28px
}

#testimonios .listing .item p strong {
	font-size: 22px;
	font-weight: 600
}

#testimonios .listing .item .head {
	margin-bottom: 15px
}

#testimonios .listing .item .head p {
	font-size: 17px;
	line-height: 25px
}


.filter {
	margin-bottom: 25px;
	margin-top: 25px;
	font-size: 0;
	text-align: center
}

.filter .filter_block {
	text-align: left;
	width: 100%;
	max-width: 260px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top
}

.filter .filter_block.submit_block {
	width: auto
}

.filter_text {
	padding-bottom: 10px
}

.filter_text * {
	color: #436c97;
	font-size: 19px;
	font-weight: bold
}

.btn_submit {
	background-color: #436c97;
	border: 1px solid #d4d4d4;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	color: white
}

.btn_submit:hover {
	text-decoration: underline
}

.widget {
	background-color: white;
	padding: 0 25px
}

.widget .title_head {
	margin: 0
}

.listing_items {
	font-size: 0
}

.listing_items .item {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 15px
}

#resultados .listing_items .item {
    width: 33%;
}
#resultados.sin_resultados .listing_items .item {
    width: 100%;
    text-align: center;
}
#resultados.sin_resultados .listing_items .item a {
    cursor:inherit;
}

.listing_items .item a {
	text-decoration: none;
	display: inline-block;
	width: 100%
}

.listing_items .item a .image {
	margin-bottom: 15px;
	text-align: center;
	background: #e1e1e1;
	position: relative;
	overflow: hidden;
	height: 265px
}

.listing_items .item a .image img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
}

.listing_items .item a .tag {
	margin-bottom: 15px
}

.listing_items .item a .title {
	color: #436c97
}

.listing_items .item a .description {
	color: #453f3f;
	margin-top: 10px;
	max-width: 500px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px
}

#resultados .listing_items .item a .description {
	margin-left: 0;
}

#resultados.sin_resultados .listing_items .item a .description {
    margin-left: auto;
}

.listing_items .item a .link {
	color: #3b3b3b;
	font-weight: bold;
	font-size: 16px
}

.listing_items .item a .link:after {
	color: #919191;
	font-size: 13px;
	vertical-align: -1px
}

.listing_items .item a:hover .link {
	text-decoration: underline
}

.listing_items .item.highlight {
	text-align: center;
	width: 100%;
	padding-top: 0
}

.listing_items .item.highlight a .image {
	margin-bottom: 30px;
	background-color: transparent;
	height: auto
}

.listing_items .item.highlight a .image img {
	position: static;
	transform: none
}

.listing_items .item.highlight a .description {
	margin-top: 10px
}

.listing_items .show_more {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px
}

.listing_items .show_more a {
	font-weight: 500;
	font-size: 18px;
	color: #353535;
	text-decoration: underline
}

.listing_items .show_more p {
	font-weight: 500;
    font-size: 18px;
    color: #353535;
}

#informaadi main .listing .item {
	margin-top: 20px
}

#informaadi main .listing .item .image_content {
	position: relative;
	background-color: #e1e1e1;
	width: 100%;
	max-width: 300px;
	height: 230px;
	margin: auto
}

#informaadi main .listing .item .image_content img {
	max-width: 100%;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	height: 85%;
}


#informaadi main .listing .item a > span {
	display: block;
	height: 54px;
	margin: 10px 0;
	text-align: center;
	color: #3f3f3f;
	font-size: 15px;
	font-weight: bold;
	line-height: 27px
}

#informaadi main .listing .item a:hover > span {
	text-decoration: underline
}



.map {
	position: relative
}

#google_map {
	height: 220px;
	width: 100%
}

.map_content {
	margin-top: -100px
}

.map_content > a {
	margin-top: 15px;
	text-decoration: none;
	display: table;
	color: #3b3b3b;
	font-size: 17px;
	color: black;
	font-weight: bold
}

.map_content > a:hover {
	text-decoration: underline
}

.map_content > a span {
	display: inline-block;
	vertical-align: middle
}

.map_content > a span:first-child {
	color: #1a59a1;
	font-size: 20px
}

.map_content > a span + span {
	text-decoration: underline;
	margin-left: 5px
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
	display:none
}

.gmnoprint div {
	background:none !important
}

.sedes_list {
	font-size: 0;
	padding-top: 20px
}

.sedes_list .item_content {
	width: 50%;
	padding-left: 15px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top
}

.sedes_list .item {
	background-color: #f6f6f6;
	font-size: 0;
	padding-left: 185px;
	position: relative;
	overflow: hidden
}

.sedes_list .item .img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 185px;
	width: 100%
}

.sedes_list .item .img img {
	width: 100%;
}

.sedes_list .item .details {
	padding: 20px;
	font-size: 0
}

.sedes_list .item .details p {
	margin-top: 5px;
	line-height: 15px
}

.sedes_list .item .details .title {
	width: 100%;
	overflow: hidden
}

.sedes_list .item .details .title a {
	display: inline-block;
	float: right;
	color: #196fa5;
	font-weight: 300;
	font-size: 13px
}

.sedes_list .item .details .title p {
	position: relative;
	float: left;
	font-size: 16px;
	margin: 0;
	color: #196fa5
}

.sedes_list .item .details .mail {
	width: 100%;
	font-size: 13px;
	margin-top: 10px
}

.sedes_list .item .details > div {
	margin-bottom: 10px
}

.sedes_list .item .details > a {
	font-weight: 500;
	text-decoration: underline
}

.sedes_list .item .details a,
.sedes_list .item .details > div p {
	margin: 0;
	font-size: 13px;
	color: #3b3b3b;
	line-height: 20px
}

.sedes_list .item .details .note {
	font-weight: 300
}

.sedes_list .title_head {
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px
}

.sedes_list .title_head .title {
	color: #0f4b97;
	font-size: 24px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px
}

.sedes_list .title_head .title:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 36px;
	height: 3px;
	background-color: #0f4b97
}

.sedes_list .title_head span {
	color: #4a4444;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500
}

#sedes_y_delegaciones {
	background-color: white
}

#sedes_y_delegaciones .banner {
	background-color: #ebebeb;
	padding-bottom: 100px
}

#sedes_y_delegaciones .banner .title {
	margin-bottom: 0
}

#sedes_y_delegaciones .banner .subtitle {
	font-weight: 500;
	margin-top: 5px
}


.contactanos {
	background: url('../imgs/iconos/background_3.png') center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 70px
}

.contactanos .title_head {
	text-align: left;
	color: white;
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px
}

.contactanos .title_head > span {
	font-weight: 500
}

.contactanos .title_head .title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.contactanos .title_head .title:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 35px;
	height: 3px;
	background-color: white
}

.form_fields {
	font-size: 0
}

.form_fields input[type=text],
.form_fields input[type=password],
.form_fields input[type=number],
.form_fields textarea {
	width: 100%;
	font-size: 13px;
	padding: 7px 9px;
	border: 1px solid #d2d2d2;
	border-radius: 2px
}

.form_fields textarea {
	border-radius: 5px;
	resize: vertical;
	min-height: 50px
}

.form_fields > label,
.form_fields > div {
	display: inline-block;
	margin-bottom: 13px;
	width: 50%;
	vertical-align: top;
	padding: 0 5px;
	position: relative;
}

.form_fields > div > span,
.form_fields > label > span {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 500;
	color: white
}

.form_fields > div span.required,
.form_fields > label span.required {
	font-weight: 300
}

.form_fields .merged > div,
.form_fields .merged > div + div {
	display: inline-block;
	vertical-align: top
}

.form_fields .merged > div {
	width: 15%;
	position: relative
}

.form_fields .merged > div:first-child input {
	padding-left: 25px
}

.form_fields .merged > div + div {
	width: 83%;
	margin-left: 2%
}

.form_fields .merged .block_text {
	content: '';
	color: #bbbbbb;
	font-size: 13px;
	height: 100%;
	padding: 0 10px;
	line-height: 32px;
	font-family: 'Raleway';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%)
}

.form_fields .full {
	width: 100%
}

.form_fields .submit_block {
	text-align: right;
	width: 100%;
	padding-top: 15px
}

.form_fields .submit_block .g-recaptcha {
	float: left
}

.form_fields .selectric-label {
	padding-left: 9px;
	line-height: 33px;
}

.form_fields .btn_submit {
	font-size: 14px;
	background-color: #353535;
	border: none;
	padding: 12px 40px
}



#fechas_pago main > .container {
 	max-width: 755px;
 	padding-bottom: 30px
}

#fechas_pago .listing_fechas {
	overflow: hidden
}

#fechas_pago .listing_fechas .title {
	color: #296c96;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase
}

#fechas_pago .listing_fechas .title strong {
	font-weight: 800
}

#fechas_pago .listing_fechas .item_content {
	margin-bottom: 20px
}

#fechas_pago .listing_fechas .item {
	background-color: #eaeaea;
	padding: 15px
}

#fechas_pago .listing_fechas .item a {
	color: #296c96;
	font-weight: 500;
	display: inline-block;
	margin-top: 10px
}

#fechas_pago .listing_fechas .item p {
	color: #3c3c3c;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 500
}

#fechas_pago .listing_fechas .item span {
	display: inline-block;
	vertical-align: middle
}

#fechas_pago .listing_fechas .item .icon {
	color: #296c96;
	margin-right: 5px
}

#fechas_pago .listing_fechas .item span + span {
	padding-top: 3px
}






#asociados {
	background-color: white
}

#asociados main > .container {
	padding-bottom: 30px
}

#asociados .banner {
	background-color: white;
	margin-bottom: 0
}

#asociados .banner .title {
	color: #453f3f;
	font-size: 30px;
	font-weight: 800
}

#asociados .banner .subtitle {
	color: #234b74;
	padding-bottom: 15px;
	font-size: 24px;
	position: relative
}

#asociados .banner .subtitle:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 50px;
	height: 4px;
	background-color: #234b74;
	transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
}


#asociados .item_row {
	width: 100%;
	font-size: 0;
	padding: 20px 0;
	border-top: 1px solid #808080
}

#asociados .item_row:first-child {
	border: none
}

#asociados .item_row .title_block,
#asociados .item_row .description_block {
	display: inline-block;
	vertical-align: top
}

#asociados .item_row .title_block {
	width: 35%;
	padding-right: 20px;
	font-size: 22px;
	color: #315e8d
}

#asociados .item_row .title_block strong {
	font-weight: 600
}

#asociados .item_row .description_block {
	width: 65%;
	font-size: 16px;
	color: #453f3f
}

#asociados .item_row .description_block p,
#asociados .item_row .title_block p {
	margin: 0;
	line-height: 28px
}



.note_tag {
	background-color: #315e8d;
	position: relative;
	padding: 20px 30px;
	margin-top: 20px;
	padding-right: 250px;
	overflow: hidden
}

.note_tag a {
	display: inline-block;
	text-decoration: none;
	color:white;
}

.note_tag a:hover p {
	text-decoration: underline
}

.note_tag p {
	margin: 0;
	color: white;
	font-weight: 300;
	font-size: 24px
}

.note_tag div {
	padding: 11px 10px;
	box-shadow: 0 0 11px 18px rgba(16, 65, 116, 0.7);
	background-color: #234b74;
	position: absolute;
	height: 100%;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
}

.note_tag div span {
	color: white;
	display: inline-block;
	vertical-align: middle
}

.note_tag div span.icon {
	font-size: 50px;
	margin-right: 10px
}

.note_tag div span.icon + span {
	width: 100px;
	font-size: 20px;
	font-weight: 100
}



.dataTables_wrapper {
	margin-top: 10px
}

.dataTables_wrapper .selectric-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px
}

.dataTables_wrapper .dataTables_filter label {
	position: relative
}

.dataTables_wrapper .dataTables_filter label:before {
	font-family: 'Icomoon';
	content: '\e903';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	line-height: 23px;
	text-align: center;
	color: #4a4444
}

.dataTables_wrapper .dataTables_filter input {
	background-color: #f2f2f2;
	border: 1px solid #bcbcbc;
	padding: 2px 5px;
	padding-right: 40px
}

.dataTables_wrapper .selectric-label {
	background-color: #f2f2f2;
	line-height: 30px;
	padding-left: 7px;
	padding-right: 25px
}

.dataTables_wrapper .selectric-label:before {
	right: 7px;
	font-size: 5px
}

.dataTables_wrapper .dataTables_paginate {
	width: 100%;
	padding: 25px 0;
	text-align: center
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next {
	display: none
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
	font-size: 16px;
	font-weight: bold;
	color: #292929;
	padding: 0 5px;
	min-width: initial;
	border: none !important;
	background: transparent !important
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
	color: #292929 !important;
	text-decoration: underline !important
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
	text-decoration: underline !important
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	margin-bottom: 20px
}

.dataTables_wrapper table {
	border-collapse: collapse
}

.dataTables_wrapper table.dataTable th,
.dataTables_wrapper table.dataTable td {
	background-color: white;
	border: 1px solid #cfcfcf
}

.dataTables_wrapper table.dataTable th {
	text-transform: uppercase;
	text-align: left;
	border-bottom-color: #cfcfcf;
	min-width: 100px
}

.dataTables_wrapper table.dataTable .odd td {
	background-color: #e9e9e9
}




body.interna {
	background-color: white
}

body.interna > main {
	padding-bottom: 20px
}

body.interna .post_content .title_head {
	text-align: center;
	margin-bottom: 10px
}

body.interna .post_content .title_head .section_category {
	margin-bottom: 0
}

body.interna .widget,
body.interna .widget .notices_list .item {
	background-color: #f9f9f9
}

body.interna .post_info {
	margin-top: 20px
}

body.interna .post_info a {
	color: #363636;
	text-decoration: underline
}

body.interna .widget {
	margin-top: 30px
}




.cover_image img {
	max-width: 100%;
	max-height: 350px;
	margin: auto;
	display: block
}

.social_networks {
	background-color: #f9f9f9;
	padding: 10px
}

.tag_list > span,
.tag_list > a,
.social_networks > span,
.social_networks > a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.tag_list > span,
.social_networks > span {
	color: #6b6b6b;
	font-weight: 500;
	font-size: 14px;
	margin-left: 0;
	margin-right: 10px
}

.social_networks > a {
	color: #3e3e3e;
	font-size: 25px;
	line-height: 20px
}

.tag_list {
	margin-top: 15px
}

.tag_list > a {
	background-color: #f1f1f1;
	padding: 4px 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 22px;
	color: #6b6b6b;
	font-weight: 500;
	font-size: 14px
}





.galery {
	width: 100%;
	max-width: 650px;
	background-color: #e8e8e8;
	font-size: 0;
	padding: 10px 15px;
	margin: 20px auto
}

.galery > a {
	width: 23%;
	height: 78px;
	margin: 10px 1%;
	background-color: white;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.galery > a img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.galery > a:hover img {
	opacity: 0.7
}


.fancybox-thumbs.fancybox-thumbs-x {
  top: auto;
  width: auto;
  bottom: 10px;
  left: 0;
  right : 0;
  height: 80px;
  background: transparent;
}

.fancybox-thumbs.fancybox-thumbs-x > ul {
	width: 100% !important;
	overflow: auto;
	text-align: center
}

.fancybox-thumbs.fancybox-thumbs-x > ul > li {
	border-color: transparent;
	float: none;
	display: inline-block;
	vertical-align: top
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 0;
}


.fancybox-show-thumbs .fancybox-inner {
	max-width: 1170px;
	right: 0;
	margin: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	max-width: 1170px;
	margin: auto
}

.fancybox-stage {
	padding-bottom: 100px
}

.fancybox-caption-wrap {
	bottom: 100px;
	background: none;
	border: none;
	padding: 0
}

.fancybox-caption-wrap .fancybox-caption {
	border: none;
	padding: 0
}

.fancybox-thumbs li {
	background-color: black
}

.fancybox-thumbs li img {
	opacity: 0.5;
	transition: opacity 0.1s linear
}

.fancybox-thumbs li:hover img {
	opacity: 1;
	transition: opacity 0.1s linear
}

.fancybox-thumbs li.fancybox-thumbs-active:before {
	border: none
}

.fancybox-thumbs li.fancybox-thumbs-active img {
	opacity: 1
}

.fancybox-navigation .custom-fancybox-button-right,
.fancybox-navigation .custom-fancybox-button-left {
	padding: 0;
	border: none;
	height: auto;
	color: white;
	font-size: 20px;
	margin: 0
}

.fancybox-navigation .custom-fancybox-button-right:before,
.fancybox-navigation .custom-fancybox-button-left:before {
	content: normal
}

.fancybox-button.fancybox-button--close {
	background: transparent
}



#cartelera .banner {
	background: url('../imgs/iconos/background_5.png') center center no-repeat;
	background-size: cover;
	padding: 40px 0
}

#cartelera .banner * {
	margin: auto
}

#cartelera .banner .title {
	margin-bottom: 5px;
	font-size: 28px
}

#cartelera .banner .subtitle {
	font-weight: 300
}

#cartelera .filter {
	margin-top: 40px
}

#cartelera .filter .btn_submit {
	background-color: #504587
}

#cartelera .filter .filter_block.fecha {
	max-width: 225px;/*150*/
}

#cartelera .filter .filter_block.fecha input {
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #fdfdfd;
    position: relative;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 13px;
    margin: 0;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

#cartelera .event_listing .item {
	text-align: center
}

#cartelera .event_listing .item > .item_content {
	text-align: left;
	display: inline-block;
	max-width: 265px;
	background-color: white;
	text-decoration: none;
	margin-bottom: 30px;
	box-shadow: -2px 0 21px rgba(22, 22, 22, 0.2)
}

#cartelera .event_listing .item > a.item_content:hover .title,
#cartelera .event_listing .item > a.item_content:hover .link {
	text-decoration: underline
}

#cartelera .event_listing .item > .item_content .image {
	max-height: 182px;
	overflow: hidden
}

#cartelera .event_listing .item > .item_content img {
	width: 100%;
}

#cartelera .event_listing .item > .item_content .info_content {
	padding: 12px 15px 20px 15px;
	height: 210px
}

#cartelera .event_listing .item > .item_content .info_content p {
	margin-top: 0;
	margin-bottom: 10px
}

#cartelera .event_listing .item > .item_content .info_content .title {
	color: #504587;
	font-size: 14px;
	line-height: 17px;
	min-height: 35px;
	text-transform: uppercase
}

#cartelera .event_listing .item > .item_content .info_content .title strong {
	font-weight: 900
}

#cartelera .event_listing .item > .item_content .info_content .location,
#cartelera .event_listing .item > .item_content .info_content .date {
	color: #707070;
	font-size: 14px;
	margin-bottom: 4px
}

#cartelera .event_listing .item > .item_content .info_content .location span,
#cartelera .event_listing .item > .item_content .info_content .date span {
	display: inline-block;
	vertical-align: middle
}

#cartelera .event_listing .item > .item_content .info_content .location span:first-child,
#cartelera .event_listing .item > .item_content .info_content .date span:first-child {
	color: #504587;
	width: 21px;
	text-align: center
}

#cartelera .event_listing .item > .item_content .info_content .location span + span,
#cartelera .event_listing .item > .item_content .info_content .date span + span {
	padding-top: 1px;
	font-weight: 600
}

#cartelera .event_listing .item > .item_content .info_content .description {
	color: #787878;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px
}

#cartelera .event_listing .item > .item_content .info_content .link {
	color: #787878;
	font-size: 13px;
	font-weight: 600;
}


#cartelera .event_listing .show_more {
	color: #363636;
	display: table;
	margin: 10px auto 30px;
	font-size: 17px;
	text-decoration: underline
}

#cartelera .header {
	background-color: #dedede;
	padding: 7px 0
}

#cartelera .header .header_title {
	width: 80%;
	display: inline-block;
	vertical-align: middle
}

#cartelera .header .header_title p {
	margin: 0;
	color: #382c60;
	line-height: 20px;
	font-size: 28px
}

#cartelera .header .header_title p strong {
	font-weight: 900
}

#cartelera .header .logo {
	display: inline-block;
	width: 20%
}


#error_404 main .error_text {
	/*background: url('../imgs/iconos/bg_error.png') center center no-repeat;*/
	padding: 80px 0
}

#error_404 main h1 {
	color: #2c5e97;
	font-weight: 800;
	font-size: 47px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0
}

#error_404 main h1 + p {
	font-size: 22px;
	font-weight: 500;
	color: black;
	text-align: center
}


#error_404 main .related_sections {
	border-top: 2px solid #354e6a;
	padding: 40px 0 50px
}

#error_404 main .related_sections h2 {
	color: #464646;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px
}

#error_404 main .related_sections ul {
	text-align: center
}

#error_404 main .related_sections ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px
}

#error_404 main .related_sections ul a {
	background-color: #2c5e97;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 7px 0;
	width: 220px;
	border-radius: 30px;
	display: inline-block
}



@media ( max-width: 550px ){

	#error_404 main .error_text {
		padding: 40px 0
	}

	#error_404 main .error_text h1 {
		font-size: 30px
	}

	#error_404 main .error_text h1 + p {
		font-size: 15px
	}

	#error_404 main .related_sections {
		padding-top: 30px;
		padding-bottom: 30px
	}

	#error_404 main .related_sections ul li {
		margin: 10px 0;
		display: block;
		text-align: center
	}

	#error_404 main .related_sections ul a {
		font-size: 13px
	}

	#error_404 main .related_sections h2 {
		margin-bottom: 20px;
		font-size: 15px
	}

}

@media ( min-height: 700px ) and (min-width: 992px){

	#error_404 footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

}


.card_slider.owl-carousel {
	width: 90%;
	margin: auto;
	margin-bottom: 30px
}

.card_slider.owl-carousel .owl-nav {
	display: none !important
}

.card_slider.owl-carousel .owl-dots {
	display: block;
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 100%;
	text-align: center
}

.card_slider.owl-carousel .owl-dots .owl-dot {
	cursor: pointer;
	width: 10px;
	margin: 0 6px;
	height: 10px;
	display: inline-block;
	background-color: transparent;
	border-radius: 100%;
	border: 1px solid white
}

.card_slider.owl-carousel .owl-dots .owl-dot.active {
	background-color: white
}


/* form validation fields  */
.form div.error .multiselect.dropdown-toggle.btn,
.form label.error .multiselect.dropdown-toggle.btn,
.form label.error .btn-group.bootstrap-select button,
.form div.error .btn-group.bootstrap-select button,
.form label.error input,
.form div.error input {
	border-color: #8ee2fb;
}

.form label.error > .msg,
.form div.error > .msg {
	position: static;
	top: 100%;
	left: 15px;
	font-weight: 300;
	font-size: 13px;
	color: #8ee2fb;
	text-align: left;
}

/* filtro de calendario */
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 10px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.28);
    border: 1px solid #a9a9a9;
}
.datepicker.dropdown-menu:before {
	content: "";
}


#listing_ejemplo .filter .filter_block.fecha {
	max-width: 225px;/*150*/
}

#listing_ejemplo .filter .filter_block.fecha input {
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #fdfdfd;
    position: relative;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 13px;
    margin: 0;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}



.selectable_panels {
	font-size: 0;
	margin-bottom: 30px
}

.selectable_panels .lateral_tabs,
.selectable_panels .content {
	display: inline-block;
	vertical-align: top
}

.selectable_panels .lateral_tabs {
	width: 17%
}

.selectable_panels .content {
	width: 83%;
	padding-left: 50px
}

.selectable_panels .content p {
	font-size: 13px;
	line-height: 23px;
	color: #3f3f3f
}

.selectable_panels .content h3 {
	color: #3f3f3f;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px
}

.selectable_panels .lateral_tabs ul li {
	width: 100%;
	display: block;
	list-style: none
}

.selectable_panels .lateral_tabs ul li a {
	display: block;
	color: #315e8d;
	font-size: 16px;
	padding: 16px 15px 15px;
	line-height: 18px;
	border-bottom: 2px solid #ababab;
	text-decoration: none
}

.selectable_panels .lateral_tabs ul li a:hover,
.selectable_panels .lateral_tabs ul li.active a {
	background-color: #e5e5e5
}

.selectable_panels .lateral_tabs ul li.active a {
	font-weight: bold
}

.selectable_panels .tab_content {
	display: none
}

.selectable_panels .tab_content.active {
	display: block
}





#consejo_directivo main {
	padding-bottom: 30px
}

#consejo_directivo main .title_head h3 {
	position: relative;
	color: #315e8d;
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	padding-top: 20px
}

#consejo_directivo main .title_head h3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 6px;
	background-color: #315e8d
}

#consejo_directivo main .title_head {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 0;
	text-align: left;
	max-width: 170px
}


#consejo_directivo main .item {
	background-color: #f8f8f8;
	border: 1px solid #cacaca;
	position: relative;
	padding: 15px;
	min-height: 150px;
	margin-bottom: 20px;
	padding-left: 135px;
}

#consejo_directivo main .item p {
	margin: 0;
	font-weight: 500
}

#consejo_directivo main .item p + span {
	display: block !important
}

#consejo_directivo main .item p a {
	color: #315e8d;
	font-size: 13px;
	margin-left: 10px;
	text-decoration: underline
}

#consejo_directivo main .item .details {
	margin-top: 10px
}

#consejo_directivo main .item .details .text_part {
	display: none
}

#consejo_directivo main .item .details .text_part.show {
	display: block
}

#consejo_directivo main .item .image {
	position: absolute;
	left:0;
	top:0;
	padding:15px;
}

#consejo_directivo main .item .image img {
	max-width: 105px;
	max-height: 120px
}

#consejo_directivo main .items_content {
	position: relative;
	border-top: 1px solid #d6d6d6;
	padding-left: 250px;
	padding-top: 20px
}

#consejo_directivo main .items_content:first-child {
	border: none
}






@media ( max-width: 1200px ){

	.selectable_panels .lateral_tabs ul li a {
		font-size: 14px
	}

}



@media ( max-width: 992px ){

	#consejo_directivo main .title_head {
		position: static;
		margin-bottom: 30px;
		max-width: initial
	}

	#consejo_directivo main .title_head h3 {
		max-width: initial
	}

	#consejo_directivo main .items_content {
		padding-left: 0
	}

	.selectable_panels .lateral_tabs {
		width: 100%
	}

	.selectable_panels .content {
		width: 100%;
		padding: 0;
		margin-top: 30px
	}

}



@media ( max-width: 767px ){

	#consejo_directivo main .item {
		padding-left: 15px
	}

	#consejo_directivo main .item .image {
		position: static;
		margin-bottom: 15px;
		padding: 0;
		margin-bottom: 0;
		margin-right:15px;
		float:left;
	}

}

#consejo_directivo .efectoResumen {
	width: 100%;
	display: block;
	box-shadow: 0 -10px 10px rgba(248, 248, 248, 1);
	z-index: 0;
	position: relative;
}

#consejo_directivo .details.resumen { height:100px; overflow:hidden; }

#template_4 #asociados .banner .title,
#template_4 #asociados .banner .subtitle { color:#fff; }

@media screen and (min-width:992px) {
	.verticalHr{
		display: block !important;
		position: absolute;
	    top: -24px;
	    left: -25px;
	    width: 0px;
	    height: 155px;
	    border: 1px solid #eee;
	}
}

.direccionP p {
	font-size:16px;
	margin-bottom: 3.5px;
}