.header_container{
	width:1170px;
	margin:auto;
	height:600px;
	background-size:cover;
	position:relative;
}

.content_actual{
	width:1120px;
	margin:auto;
	margin-bottom:50px;
}

.content_actual h1{
	font-size:26px;
	color:#242424;
	margin-top:65px;
}

.content_actual .news_item{
	float:left;
	width:275px;
	height:560px;
	text-align:center;
	margin-left:40px;
	transition:all ease-in-out 0.5s;
	font-size:16px;
	padding:0px 35px;
	color:#242424;
	text-decoration:none;
	position:relative;
}

.content_actual .news_item .background{
	opacity:0;
	background:url(/images/news_bg.png) top center;
	transition:all ease-in-out 0.5s;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}

.content_actual .news_item:hover .background{
	opacity:1;
}

.content_actual .news_item:hover{
	color:#fff;
}

.content_actual .news_item .image{
	width:255px;
	height:255px;
	border-radius:1000px;
	overflow:hidden;
	display:inline-block;
	margin-left:0px;
	margin-top:10px;
	margin:auto;
}

.content_actual .news_item .date{
	margin:15px 0px;
}

.content_actual .news_item .title{
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}

.content_banners{
	padding:40px 0px;
	background-color:#e2e8ea;
}

.content_banners .news_item{
	float:left;
	width:255px;
	text-align:center;
	margin-left:170px;
	transition:all ease-in-out 0.5s;
	font-size:22px;
	color:#04a5de;
	text-decoration:none;
	position:relative;
}

.content_banners .banners_holder{
	width:1110px;
	margin:auto;
}

.content_banners .banners_holder .news_item .image{
	width:255px;
	height:255px;
	border-radius:1000px;
	overflow:hidden;
	display:inline-block;
	margin-left:0px;
	margin-top:10px;
}

.content_banners .banners_holder .news_item .title{
	margin-top:18px;
	font-weight:bold;
}

.content_banners .banners_holder .news_item .more_button{
	display:inline-block;
	border:1px solid #50c0e8;
	padding:8px 15px;
	color:#08749a;
	background-color:transparent;
	font-size:16px;
	margin-top:15px;
}

.content_partners{
	padding:65px 0px 85px 0px;
}

.content_partners .partners_container{
	width:1120px;
	margin:auto;
}