/********************************************/
/** NEWS									*/
/********************************************/



.news-tabs {
	display: block;
	width: 100%;
	background-color: #242D33;
	margin-top: 0;
	padding: 0;
	margin-bottom: 25px;
	
}

@media ( max-width: 992px ) {
	.news-tabs {
		margin-bottom: 0;
	}
}

.news-tabs::after {
	display: table;
	content: "";
	clear: both;
}

.news-tab-header {
	display: inline-block;
	float: left;
	padding: 11px 32px;
	color: #eee;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	
}

.news-tab-header:hover, .news-tab-header.active {
	color: #EE750D;
	
	
}

.news-box {
	color: #333;
	border-right: 1px solid;
	min-height: 422px;
	
}

@media ( max-width: 992px ) {
	.news-box {
		min-height: auto;
	}
}

.news-box:first-child {
	border-left: 1px solid;
}

@media ( max-width: 992px ) {
	.news-box, .news-box:first-child {
		border: 0;
		border-bottom: 1px solid;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	
	.news-box:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

.news-box a {
	display: block;
	color: #333;
	text-decoration: none !important;
	padding: 25px 25px;
}
.space{
	padding: 25px 25px;
}

.news-box a:hover {
	color: #EE750D;
}

.news-box-image {
	height: 251px;
	overflow: hidden;
}

.news-box-image img {
	display: block;
	margin: 0 auto;
	max-width: 376px;
}

.news-tab-content-bottom, .news-footer {
	background-color: #242D33;
	padding: 8px;
	margin-top: 15px;
}

.news-tab-content-bottom a, .news-footer a {
	color: #eee;
}

.news-tab-content-bottom {
	background-color: #242D33;
	padding: 8px;
	margin-top: 15px;
}

.news-tab-content-bottom a {
	color: #eee;
}

#news-box-description-portada{
	margin: 0 25px 25px;
	display: inline-block;
	 padding-bottom:20px;
}
#news-box-date{
	margin: 0 25px 25px;
	display: inline-block;
}


#title_news{
	float: left;
}

#lupa_news{
	margin-left: 10px;
	float: right;
	position: block; 
	width: 15px; height: 15px;
}