/*INDEX*/
.president {
	margin: 20px 0 50px 0;
	text-align: center;
}
.president span {
	width: 190px;
	height: 190px;
	display: block;
	margin: 0 auto 20px auto;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #bababa;
	background-size: cover;
}



.president span img {
	width: 14px;
	position: absolute;
	top: 55px;
}
.president span img.left {
	left: -40px;
}
.president span img.right {
	right: -40px;
}
.president .arrow {
	width: 50px;
	height: 50px;
	display: block;
	margin: 10% auto;
	border-radius: 50%;
	border: 2px solid #b7b7b7;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/ui/arrow_down.svg);
}

/********************** Seccion de noticias *************************/
#news, #newsLT, #newsEF {
	margin: 30px 0;
}
#news .contentNews, #newsLT .contentNews, #newsEF .contentNews {
	border-bottom: 1px solid #DDDDDD;
}
.left-chain, .center-chain, .rigth-chain {
	float: left;
	width: 340px;
	box-sizing: unset;
}
.left-chain {
	border-right: 1px solid #DDDDDD;
	padding-right: 20px;
}
.center-chain {
	padding: 0 20px;
	border-right: 1px solid #DDDDDD;
}
.rigth-chain {
	padding-left: 20px;
}
.left-chain .nota:last-child, .center-chain .nota:last-child, .rigth-chain .nota:last-child {
	border-bottom: 0;
}
.nota {
	padding-bottom: 18px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 17px;
}
.nota a {
	display: block;
}
.nota img {
	margin-bottom: 15px;
}
.nota h1 {
	color: #000000;
	font-family: "Noto Serif", sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
}
.nota .author {
	color: #4A4A4A;
	margin-bottom: 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.nota .author span {
	font-weight: bold;
}
.nota p {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.clearfix:after {
	display: table;
	content: "";
	clear: both;
}
