
/*****************************/
/*         NOVEDADES
*/
/*****************************/
.leermas{white-space: nowrap !important; }
.paginacion {
	text-align: center;
}
.post .tituloNota {
	font-size: 20px;
	display: block;
	font-weight: 600;
	padding-top: 10px;
}
.post p {
	font-size: 13px;
	line-height: 18px;
	padding-top: 10px;
}


/**responsive novedades***/

@media (max-width: 460px){

	.novedades article .col-xs-4 {display: none;}
	.novedades article .col-xs-8 {width: 100%}
	.divider{margin: 5px 0;}
}
@media (max-width: 767px){
	.vermasnovedades{padding-left: 10px; text-align: center;
}
}

/*****************************/
/*         acuerdos         */
/*****************************/
ul {
	list-style: none
}
.acuerdos {
	max-width: 90%; border-left: none !important;

}
.acuerdos .date {
	position: relative;
	top: 0px; left: -9px;
	margin: auto;
	width: 40px;
}
.acuerdos li {
	border-bottom: 2px solid #eee;
	padding: 20px 0;
}
.acuerdos li a {
	left: 20px;
	padding-top: 15px;
	;
	display: block;
	position: relative;
	;
}
.acuerdos .date .month {
	padding: 0px 0px 0px!important;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	text-align: center;
	display: block;
}
.acuerdos .day {
	width: 40px;
	text-align: center;
}
/*****************************/
/*         divisas         */
/*****************************/

.divisas ul.nav-list li a {
	border-radius: 8px;
}
.divisas ul.nav-list li a:hover {
	background-color: #999;
	color: white;
}
.divisas ul.nav-list li {
	border-top: 1px solid #999;
	padding-top: 4px;
	padding-bottom: 4px;
}
.divisas ul.nav-list .active {
	background-color: #35509a;
	color: white;
	padding: 16px 0
}
.divisas ul {
	list-style: none;
}
.divisas ul li {
	padding: 16px 0;
}
.divisas ul li a:hover {
	text-decoration: none;
}
.divisas ul li a strong {
	color: #1c7fa4;
}
.divisas ul li a i {
	opacity: 0.5;
	font-size: 1.5em;
	position: relative;
	top: 2px;
	margin-right: 4px;
	COLOR: #1c7fa4;
}
/*****************************/
/*         estadisticas         */
/*****************************/
.breadcrumb li a, .breadcrumb li {
	text-transform: uppercase;
}
.resultados th {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background-color: #1985a5;
	border-color: white !important;
	border-width: 2px !important;
	color: white;
}
.resultados td {
	text-align: center;
	font-size: 14px;
padding:  6px !important;

}
 .resultados tbody tr td:first-child {
	background-color: #eaf6ff !important;
	color: #1985a5 !important
}
.resultados h4 {
	padding-left: 10px;
	color: #1985a5;
	font-size: 20px;
	border-bottom: 2px solid #eee;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.resultados h4:before {
	content: '\f078';
	display: inline-block;
	opacity: 0.5;
	margin-right: 10px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.estadisticas .VentanaContenido {
	padding: 15px !important;
	width: 100%
}
.alignRight {
	text-align: right;
	padding-right: 15px;
}
.cuadroBusqueda {
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.1);
	padding-bottom: 010px;
	max-width: 840px;
	border-radius: 6px;
	margin: auto;
}
.cuadroBusqueda label {
	border-bottom: 2px solid #eee;
	padding-bottom: 2px;
}
.cuadroBusqueda button {
	padding: 10px;
	border-radius: 10px;
	position: relative;
	left: 0px;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.cuadroBusqueda .col-sm-7 .select2 {width: 100% !important;}

.select2-results__option{margin-bottom: 4px; padding : 3px 10px; border-bottom: 1px dotted #ccc;
}
.select2-container--default .select2-results>.select2-results__options{max-height: 400px !important
}
.select2-results__option:before{content: '\f138';

font: normal normal normal 14px/1 FontAwesome;
margin-right:4px; color: rgba(40, 91, 111, 0.5);}

@media (min-width: 767px) {
.cuadroBusqueda button {
	padding: 35px 10px;
	border-radius: 10px;
	position: relative;
	left: -10px;
	width: auto;
	margin-top: 0;
}
}
ul.nav-list li a {
	padding: 16px 0;
}
aside ul.nav-list > li > a {
	line-height: 1.4em;
	padding-left: 5px;
}
ul.nav-list li a:before {
	display: none;
}
.estadisticas ul.nav-list li a {
	border-radius: 8px;
}
.estadisticas ul.nav-list li a:hover {
	background-color: #999;
	color: white;
}
.estadisticas ul.nav-list li {
	border-top: 1px solid #999;
	padding-top: 4px;
	padding-bottom: 4px;
}
.divisas aside, .estadisticas aside {
	background: rgb(229,229,229);
	background: -moz-linear-gradient(left, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(left, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	background: linear-gradient(to right, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=1 );
	padding: 10px;
	text-align: center;
}
/*****************************/
/*         autoridades         */
/*****************************/

.autoridades .blanco div:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 10px;
	height: 400px;
	width: 1px;
	background-color: #ddd;
}
.autoridades .blanco div {
	text-align: center;
}
.comision {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: center;
}
.comision span {
	opacity: 0.7;
	font-size: .8em;
}
.autoridades h5 {
	border-bottom: 2px dotted #eee;
	text-align: center;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
/*****************************/
/*         links         */
/*****************************/

.linkExterno {
	position: relative;
	margin-bottom: 10px;
}
.linkExterno a {
	font-size: 14px;
	transition: 0.3s linear all;
	text-decoration: none;
	;
	left: 0;
	;
	padding: 20px 0px;
	position: relative;
	vertical-align: top;
	min-height: 40px;
	padding-top: 15px;
	padding-left: 15px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	padding-right: 20px;
	display: block;
}
.linkExterno a:hover {
	text-decoration: none;
	color: black;
	left: 4px;
	border: 2px solid rgba(0,0,0,0.4);
}
.links ul {
	list-style: none;
}
.links ul li {
	position: relative;
	min-height: 40px;
	padding: 10px;
	display: inline-block;
	width: 49%;
	border: 1px dotted rgba(0,0,0,0.5);
	margin-bottom: 10px;
	vertical-align: top;
}
.links ul li a {
	font-size: 14px;
	text-decoration: none;
	transition: 0.3s linear all;
	left: 0;
	position: relative;
	;
	padding: 20px 0px;
}
.links ul li a:hover {
	text-decoration: none;
	color: black;
	left: 4px;
}
/*****************************/
/*         ASOCIADOS         */
/*****************************/




.flex-row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .caption {
	flex-direction: column;
	display: flex;
	flex: 1 0 auto;
	height: auto;
	position: relative;
}
.flex-text {
	flex-grow: 1;
}
.flex-row img {
	min-width: 0;
	width: 100%;
}







.fichaAsociado {
	padding: 20px;
	margin: 0px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 8px;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	padding-top: 20px;
	min-height: 220px;
		height: 100%;
}

@media (max-width: 650px){
	.asociados .col-xs-6{width: 100% !important;}
}
.fichaAsociado figure, .fichaAsociado p {
	text-align: center !important;
}
.fichaAsociado figure img {
	max-width: 110%;
	margin-bottom: 10px;
	margin-left: -20%;
	left: 10%;
	position: relative;
}
.fichaAsociado a {
	border-radius: 6px;
	margin: 0 5px
}
.fichaAsociado .asociadosProductos {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 10px;
}
.asociadosDatos span {
	opacity: 0.8;
	color: #3c9a9a;
	display: inline-block;
	margin-right: 4px;
}
.asociadosProductos span {
	opacity: 0.8;
	border-bottom: 2px solid #ccc;
	margin-bottom: 2px;
	display: inline-block;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #f1efdf;
	color: black;
	font-weight: 600;
}
.VentanaContenido {
	background-color: white;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	position: relative;
	border-radius: 8px;
	width: 100%;
}
.blanco {
	background-color: white;
	padding: 10px;
}
.blanco:first-letter {
	font-size: 2em;
	margin-right: 1px;
}

@media (min-width: 991px) {
.VentanaContenido {
	padding: 50px;
	margin: 40px 15px;
	box-shadow: 4px 8px 20px rgba(0,0,0,.50);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.contenidoAlternativo h3 {
	float: left;
	margin-top: 30px;
	background-color: rgb(67, 80, 86);
	color: white;
	font-weight: 600;
	padding: 10px 15px;
	;
font-size;
1.3em;
	border-radius: 6px;
}
.objetivos .VentanaContenido {
	background-image: url('../img/fondo_objetivos.jpg');
}
.acuerdo_publico .VentanaContenido {
	background-image: url('../img/fondo_acuerdo_publico2.jpg');
	min-height: 500px;
	background-size: 43%;
	background-position-y:top; 
}
.acuerdo_laborales .VentanaContenido {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(246,246,246) 47%, rgb(237,237,237) 100%);
	background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(246,246,246) 47%, rgb(237,237,237) 100%);
	background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(246,246,246) 47%, rgb(237,237,237) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.historia .VentanaContenido {
	background-image: url('../img/fondo_historia.jpg');
}
.complejo .VentanaContenido {
	background-image: url('../img/fondo_complejo.jpg');
	background-position: right TOP;
}

.divisas .VentanaContenido {
	background-image: url('../img/fondo_historia.jpg');
	background-position: right TOP;
}

.sintesis .VentanaContenido {
	background-image: url('../img/fondo_historia.jpg');
	background-position: right TOP;
}
.sintesis ul {
	list-style: disc;
}
.sintesis ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.blanco {
	background-color: rgba(255,255,255,.900);
	padding: 25px 55px;
	border-radius: 15px;
}
}
.breadcrumb > li + li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f105';
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0.5;
}
.breadcrumb > .active {
	color: #c1ba5e;
}
.breadcrumb li a {
	color: #ccc;
}
#subseccion {
	background-image: url('../img/fondo_1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
section.page-header h1 {
	border-bottom-color: #a5a170;
	padding-top: 40px;
}
.gradiente {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
}
#subseccion p {
	text-align: justify;
}
.logoBarra {
	transition: all 0.3s linear;
	color: green;
	padding: 0;
	margin: 0;
	transform: scale(0);
	width: 0;
	position: absolute;
}
.logoBarra img {
	max-width: 100px !important;
	margin-top: 6px;
}
.sticky-header-negative .logoBarra {
	opacity: 0;
	transform: scale(0);
	width: 0;
}

@media (max-width: 991px) {
.sticky-header-active .logoBarra {
	opacity: 1;
	transform: scale(1);
	width: auto;
}
}
.sticky-header-active #header .header-nav-bar-primary nav {
	padding-left: 0px;
	transition: 0.2s linear all;
}

@media (min-width: 1199px) {
#header .header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main-light .dropdown-menu > li > a:focus {
	background: rgb(255,253,252);
	background: -moz-linear-gradient(left, rgb(255,253,252) 0%, rgb(195,221,229) 96%);
	background: -webkit-linear-gradient(left, rgb(255,253,252) 0%, rgb(195,221,229) 96%);
	background: linear-gradient(to right, rgb(255,253,252) 0%, rgb(195,221,229) 96%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfc', endColorstr='#c3dde5', GradientType=1 );
	border-radius: 6px;
}
.sticky-header-active .logoBarra {
	opacity: 1;
	transform: scale(1);
	width: auto;
}
.sticky-header-active #header .header-nav-bar-primary nav {
	padding-left: 130px;
}
.sticky-header-active .logoBarra img {
	max-width: 115px !important;
	margin-top: 4px;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
	border-radius: 6px;
}
#header .header-nav-main-light nav > ul > li.dropdown:hover > a {
	border-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#header .header-nav-main-light nav > ul > li.dropdown:hover > .dropdown-menu {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#header .header-nav-main-light nav > ul > li.dropdown:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
	border-radius: 6px;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
}
.sticky-header-active .page-header {
	position: fixed;
	top: -40px;
	z-index: 2;
	width: 100%;
	border-bottom: 0;
}
section.page-header h1 {
	left: 0;
	transition: 0.1s easy all;
	position: relative;
}
.sticky-header-active section.page-header h1 {
	padding-top: 40px;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 0;
	position: relative;
	top: 16px;
	border-bottom: 0;
	left: 30px;
	color: rgba(255, 242, 69, 0.58);
}
.sticky-header-active .page-header {
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(88,105,113,0.26) 88%, rgba(89,106,114,0.24) 89%, rgba(89,106,114,0) 99%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(88,105,113,0.26) 88%, rgba(89,106,114,0.24) 89%, rgba(89,106,114,0) 99%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(88,105,113,0.26) 88%, rgba(89,106,114,0.24) 89%, rgba(89,106,114,0) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00596a72', GradientType=1 );
}
}
.MenuDesplegable {
	font-size: 12px;
	opacity: 0.75;
	margin-right: 10px;
	color: #bbecec;
}

.introComplejo {
	padding: 40px 0px !important;
}

@media (min-width: 767px){

	.introComplejo {
	padding: 120px 0px !important;
}
#footer .footer-copyright .col-sm-7 p{margin-top: 14px;}

}


.introComplejo iframe {
	border: 10px solid white;
	background: black;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
}
.introComplejo a {
	white-space: nowrap;
	display: inline-block;
}
.introComplejo .leermas {
	background-color: #b5b07e;
	border-radius: 10px;
	padding: 3px 10px;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	white-space: nowrap;
}
.novedades .leermas {
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 2px 6px;
	font-size: 0.7em !important;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #999 !important;
}
footer .leermas {
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	padding: 3px 10px;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #999 !important;
	white-space: nowrap !important
}
.leermas i {
	padding-right: 3px;
	position: relative;
	left: 0;
	transition: all 0.2s linear;
}
.leermas:hover {
	background-color: #333;
	color: white;
}
footer .leermas:hover {
	background-color: #000;
	color: #666;
}
.novedades .leermas:hover {
	background-color: #fff;
	color: #333;
}
.leermas:hover i {
	left: 3px;
}
section.section {
	margin: 0;
	position: relative;
}
.introEstadisticas {
	background-position: right top;
	min-height: 350px;
}
.introEstadisticas ul {
	list-style: none;
}
.introEstadisticas ul li {
	display: block;
	width: 100%;
	vertical-align: top;
}
.introEstadisticas ul li i {
	color: #aacbd8;
	opacity: 0.5;
}
.introEstadisticas ul li a {
	color: white;
	position: relative;
	left: 0;
	transition: 0.3s linear all;
}
.introEstadisticas ul li a:hover {
	left: 3px;
	color: #aacbd8;
	text-decoration: none;
}
.introEstadisticas h2 {
	border-bottom: 2px dotted rgba(255,255,255,0.3);
	letter-spacing: 1.5px;
	font-size: 1.3em;
	color: #8fc0d6 !important;
	text-transform: uppercase;
	font-weight: 600
}
.introEstadisticas h3 {
	color: #aacbd8 !important;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 20px
}
.introEstadisticas h3:after {
	content: '';
	position: absolute;
	margin-top: 35px;
	width: 320px;
	height: 6px;
	background: -moz-linear-gradient(left, rgba(179,220,237,0.81) 0%, rgba(188,224,238,0) 100%);
	background: -webkit-linear-gradient(left, rgba(179,220,237,0.81) 0%, rgba(188,224,238,0) 100%);
	background: linear-gradient(to right, rgba(179,220,237,0.81) 0%, rgba(188,224,238,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb3dced', endColorstr='#00bce0ee', GradientType=1 );;
	opacity: 0.5;
	left: 63px;
}
.introEstadisticas h3 .iconoEstadisticas {
	max-width: 40px;
	position: relative;
	display: inline-block;
	top: 0px;
}
/* SOMBRA SLIDER 

.forcefullwidth_wrapper_tp_banner:after, .header-nav-bar:after, section.section:after {
	content: '';
	position: absolute;
	bottom: -30px;
	width: 100%;
	height: 30px;
	background-image: url(../img/sombra.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	opacity: 0.5;
}*/
.tp-bannertimer {
	z-index: 2222;
	top: auto !important;
	bottom: 0 !important;
	background-color: #b5b07e !important
}
.header-nav-bar:after {
	opacity: 1
}
.novedades .img-thumbnail {
	overflow: hidden;
	display: block;
	position: relative;
	padding: 3px; margin-bottom: 6px;
}
.novedades .img-thumbnail figure {
	min-height: 160px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-position: center; 
}

@media (max-width: 991px) {
.soloWide {
	display: none;
}
}

@media (min-width: 992px) {
.soloMobile {
	display: none;
}
.introEstadisticas ul li {
	display: inline-block;
	width: 49%;
}
.introEstadisticas h3 {
	font-size: 24px
}
}

@media (min-width: 1199px) {
.introEstadisticas ul li {
	width: 33%;
}
}
.dsnet1 a {
	margin-top: 21px;
	float: left;
}
.dsnetbot {
	float: right;
	margin: 0 5px 5px 0;
	width: 180px;
	text-align: center;
	line-height: 30px !important;
	color: #ccc;
	border: 2px solid rgba(227, 230, 48, 0.15) !important;
	border-radius: 20px;
	overflow: hidden;
	height: 30px;
	position: relative;
	text-decoration: none!important;
}
.dsnetbot:hover {
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.51);
}
.dsnetbot i {
	display: block;
}
.dsnetbot i p {
	margin: 0;
	padding: 0;
	height: 38px;
	padding-top: 2px;
	text-decoration: none!important;
	font-size: 13px;
	font-weight: 700 !important;
	letter-spacing: 0px;
	text-shadow: none;
	font-style: normal;
}
.dsnetbot * {
	transition: all 0.3s linear;
}
.dsnetbot i:last-child {
	background: #e3e630
}
.dsnetbot i:first-child {
	background: transparent;
}
.dsnetbot i:last-child p {
	color: black !important;
}
.dsnetbot i:first-child p {
	color: #666 !important;
}
.dsnetbot:hover i:first-child {
	margin-top: -38px;
}
.VentanaContenido h2 {
	border-bottom: 2px solid #c3cce4;
	position: relative;
	color: #35509a;
	padding-bottom: 8px;
}
.VentanaContenido h2:after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #35509a;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin-top: 50px;
}

#footer {margin-top: 0px; border-top: 5px solid #999}
.owl-theme .owl-nav.disabled+.owl-dots{position:relative; top:30px;}
.logosSlider	{

;padding-left: 40px; padding-right: 40px;
}

.logosSlider .owl-item{padding-top: 10px; padding-bottom: 10px; }




#header .nav-cec{
background: #35509b;
background: -moz-linear-gradient(left,  #35509b 0%, #131212  100%)!important;
background: -webkit-linear-gradient(left,  #35509b 0%,#131212  100%)!important;
background: linear-gradient(to right,  #35509b 0%,#131212  100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35509b', endColorstr='#131212',GradientType=1 )!important;

}


@media (max-width: 991px){
.recent-posts ul{padding-left: 0; }
.recent-posts li:first-child{border-top: 1px dotted #ccc ; padding-top: 10px; }
}

@media (min-width: 992px){
.recent-posts ul{border-left: 1px solid #ccc;  padding-left: 26px !important }
.date .recent-posts ul
}


.recent-posts li{margin: 12px 0; line-height: 18px; border-bottom:1px dotted #ccc; padding-bottom:10px}
.recent-posts li strong{padding-right: 8px; Background-color: #5c70a9; color: White; border-radius: 4px; 
	text-align: center; font-size: 0.8em;padding:2px 6px; position:relative; top: -1px; letter-spacing:1px;}
.recent-posts li a:hover, .recent-posts li a{text-decoration:none}
.recent-posts li a{transition: 0.3s linear all; left:0;}
.recent-posts li a:hover{color: #000; position: relative; left: 3px;}
.recent-posts li a:hover strong{background-color: black;}
.recent-posts li .vermasnovedades{padding-left: 26px;}


@media (min-width: 992px){
	.call-to-action .call-to-action-btn{margin-top: 42px;}
	.introEstadisticas ul li{line-height: 40px;}
	}
.exportarExcel{cursor: pointer;position: relative;margin: auto;border: 2px solid #dedede;border-radius: 11px;padding: 4px 13px;text-align: center;z-index: 10;background: white; font-weight: bold; display: block; width: 250px; margin-bottom: 4em;}
.exportarExcel:hover{background-color: #6a9a6c; color: white; border: 2px solid #6a9a6c }
.exportarExcel i{
    font-size: 1.21em;
    position: relative;
    left: -3px;
    top: 1px;
}




.liqdivisas{
	/*background-color: #35509b;*/
	background: 	linear-gradient(to right,  #35509b 0%,#1c2f63 100%);
    color: white;
    padding: 14px;
    font-weight: bold;
    border-radius: 0px;
    border: 2px solid white;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.25);
    text-align: center;
    margin-bottom: 22px;

    padding-top: 21px;
    font-size: 16px;
    line-height: 23px;}



    @media (min-width: 991px){

    	.liqdivisas{

    	    min-height: 140px;}
    }



    .liqdivisas a{  
    transition: 0.1s linear all;
    position: relative;
    top: 0px;
    color: white}

    .liqdivisas a:hover{
  top: 2px;
    color: #adced2;
    text-decoration: none;
}



.resultados h4{text-transform: uppercase;}
.cuadroBusqueda a{text-transform: uppercase !important; text-indent: -7px; margin-left: 20px;}
.cuadroBusqueda br{line-height: 3em;}
.fuentesEstadisticas{text-align: left;font-size: .9em;border-top: 1px dotted #ccc;padding-top: 6px;padding-bottom: 30px;display: inline-block;width: 90%;padding-left: 20px;margin-left: 20px;}
.fuentesEstadisticas span{font-weight: 700;}


.select2-container--default .select2-selection--multiple .select2-selection__rendered li{width: 100%; padding-left: 5px;}

#cambiaLang {color: #999 !important; line-height: 10px; height: 9px; border: 1px solid #666; border-radius:40px; padding: 1px 6px; padding-top: 0px; position: relative; top: -3px; margin-left: 10px;}

#cambiaLang :hover{border-color: white; color: white!important; cursor: pointer;}

@media (min-width: 1199px){
.sticky-header-active #cambiaLang{ margin-left: 40px; top: 13px;background-color: rgba(0, 0, 0, 0.25); border-color: #666}

}


.traducir{

    position: absolute;
    top: -14px;
    float: right;
    background: rgba(52, 82, 155, 0.75);
    padding: 4px 10px;
    color: #e4e4e4;
    border-bottom-left-radius:  14px;
    border-bottom-right-radius: 14px;
    font-size: .8em;
    padding-top: 2px;right: 1em;
}
.traducir:hover{
	background:black;
	color: white;
	text-decoration: none;
}

@media (min-width: 767px){

	.traducir{

    position: relative;
    top: -19px;
    float: right;
    background: rgba(52, 82, 155, 0.95);
    padding: 4px 19px;
    color: #e4e4e4;
    border-bottom-left-radius:  14px;
    border-bottom-right-radius: 14px;
    font-size: .8em;
    padding-top: 7px;
    right: 0;
}
}

.owlcorona figure{
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: #1597d5;
    background-position: 50%;
    width: 100%;
    min-height: 360px;}
.pacn h4{padding-top: 20px; color: #00baf2}
.pacn img{padding-top: 10px;}
.acciones1{padding: 20px 0 }


	.pacn{border-bottom: 1px solid #ccc; margin-bottom: 20px ; padding-bottom: 20px;}
@media (min-width: 991px){
	.bloque_esc{padding-top: 15px;
    padding-left: 45px;
}
	.pacn{border-right: 1px solid #ccc; border-bottom: none; margin-bottom: 0px ; padding-bottom: 0px;}
}

	#conmemoracion iframe{ max-width: 1064px;
		border: 2px solid white;  border-radius: 4px;   box-shadow: 3px 6px 9px rgba(0,0,0,.5);
	}

@media (max-width: 575px){

		#conmemoracion iframe{ height: 300px}

	.pacn img{width: 100%; height: auto;padding-top: 20px;}
	.pacn .col-xs-4{padding-right: 0; }
	}

@media (min-width: 1600px){
#conmemoracion iframe{ height: 600px}
}




.redesHeader{
	position: absolute;
    right: 17px;
    bottom: 24px;
    float: right;
}
.redesHeader  a i{
	transition: .3s linear all;
	font-size: 20px;
    width: 30px;
    display: inline-block;    
    text-align: center;
    height: 30px;
    padding-top: 6px;
    border-radius: 50px;
    color: white;
}
.redesHeader  a .fa-youtube-play{background: #e59797}
.redesHeader  a .fa-twitter{background: #97d3e5;}

.redesHeader  a .fa-linkedin{background: #4dbbef}
.redesHeader  a .fa-instagram{background: linear-gradient(45deg, #f09433 0%, #d141a3 100%)}
.redesHeader  a .fa-facebook{background: #0694e7;}


.redesHeader  a:hover i{background: #036;
}
.timeline-header, .timeline-footer{display:none !important;}
#conmemoracion iframe{background: #01010259 !important; display: block !important; margin: auto;}

#conmemoracion iframe::-webkit-scrollbar{background: #404037; border-radius: 50px;}
#conmemoracion iframe::-webkit-scrollbar-thumb{border-radius: 50px;}

#conmemoracion iframe::-webkit-scrollbar{
  width: 10px;
  height: 8px;
}

#conmemoracion iframe::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #1d5793b0;
}


.redInternaFooter{color: #8d8f22 !important; text-decoration: none !important; transition:0.3s linear all;}
.redInternaFooter:hover {color:  white !important;}

.redInternaFooter i{transition: 0.3s linear all; transform: scale(1);
transform-origin: 100% 50%;
}
.redInternaFooter:hover i{transform: scale(1.33)}


.monitorAgro a {color: #fff245; transition: 0.3s linear all; position: relative; left: 0;}
.monitorAgro a:hover{color:  white; left: 6px; text-decoration: none !important;}