/*#/styles/v2/editorial/navigation/editorial-navigation.css#*/


/*#/styles/v2/editorial/navigation/editorial-navigation.css#*/

@keyframes blink {
	0% {
		background: #e2e2e2
	}
	50% {
		background: #4990e2;
		color: #fff
	}
	100% {
		background: #e2e2e2
	}
}

@keyframes blinkSVG {
	50% {
		stroke: #fff
	}
	100% {
		stroke: #2b3a42
	}
}

#arrowLeft {
	margin-bottom: 10px
}

#flechas1_a {
	animation: blinkSVG 1s;
	animation-delay: 15s;
	animation-iteration-count: 2
}

#arrowRight {
	animation: blinkSVG 1s;
	animation-delay: 15s;
	animation-iteration-count: 2;
	margin-bottom: 10px
}

.news-side-arrow {
	display: none;
	cursor: pointer;
	height: 79px;
	width: 60px;
	z-index: 10;
	position: fixed;
	bottom: 45%;
	opacity: .65;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-color: #e2e2e2;
	padding: 10px;
	text-align: center
}

.news-side-arrow-left {
	background-position: -10px -120px;
	left: 0;
	animation: blink 1s;
	animation-delay: 15s;
	animation-iteration-count: 2
}

.news-side-arrow-right {
	background-position: -78px -120px;
	right: 0;
	animation: blink 1s;
	animation-delay: 15s;
	animation-iteration-count: 2
}

.news-side-arrow:hover {
	background-position-y: 130px;
	opacity: 1
}

.news-side-arrow-element {
	display: block;
	margin: auto
}

.news-side-arrow-right-content,
.news-side-arrow-left-content {
	margin-top: 20px
}

.news-side-text-next,
.news-side-text-prev {
	margin-top: 10px
}

.news-side-arrow-right:hover .news-side-arrow-right-content {
	display: none
}

.news-side-arrow-left:hover .news-side-arrow-left-content {
	display: none
}

.news-side-arrow-content {
	display: none;
	width: 320px;
	height: 75px;
	background-color: #f6f6f6;
	padding: 9px 10px 12px;
	border: #ddddd9 2px solid;
	text-align: center;
	position: relative;
	top: -10px
}

.news-side-arrow-left .news-side-arrow-content {
	margin-left: 34px
}

.news-side-arrow-right .news-side-arrow-content {
	margin-right: 34px;
	float: right
}

.news-side-arrow-img {
	height: 79px;
	width: 140px;
	margin-right: 10px;
	vertical-align: top;
	float: left
}

.news-side-arrow-link {
	font: 15px/19px playfairdisplay-font, 'Times New Roman', Times, serif;
	color: #1a1a1a
}

.news-side-arrow-loading {
	display: block;
	margin: 24px auto;
	text-align: center;
	color: #666
}