.featured-oneElement .element_static{
	transition: background-color 0.5s;
	background-color: transparent;
	width: 1140px;
	height: 321px;
	margin: auto;  
	position: relative;
	overflow: hidden;
}
.featured-oneElement .element_static > .read-message{
	transition: z-index 0.3s;
	z-index: 0;
	font: 48px 'Roboto Condensed';
	color: white;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: -1;
	margin-top: -30px;
	margin-right: -77px;
	pointer-events: none;
	text-shadow:none;
}
.featured-oneElement .element_static .article-type {
	transition: opacity 0.5s;
	display: inline;
	opacity: 1;
	font:14px 'roboto';
	font-weight: 800;
	text-transform:uppercase;
	background: #c51111;
	color: #fff;
	right: 0;
	padding: 0px 5px;
	z-index: 1;
	pointer-events: none;
}
.featured-oneElement .element_static div.element_info{
	transition: bottom 0.5s;
	bottom: 15px;
	position: absolute;	
	margin-right: 10px;
	z-index: 1;
	padding-left: 12px;
	display: inline-block;
}
.featured-oneElement .element_static div.element_info.wide{
	margin-right: 100px;
}
.featured-oneElement .element_static h2 {
	color: #fff;
	font: bold 24px 'Roboto condensed';
	line-height: 28px;
	text-shadow: 0px 1px 1px #000000;
}
.featured-oneElement .element_static .intro {
	color: #fff;
	font: 14px 'Arial';
	margin: 4px 0;
	text-shadow: 0px 1px 1px #000000;
}
.featured-oneElement .element_static p.time,
.featured-oneElement .element_static p.comments{
	color: #fff;
	font: 12px 'arial';	
	display: inline-block;
}
.featured-oneElement .element_static p.comments{
	margin-left: 20px;
} 
.featured-oneElement .element_static p.time:before{
	background: url("/images/TiempoRojo.svg");
	width: 17px;
	height: 17px;
	content: "";
	vertical-align: bottom;
	background-size: cover;
	display: inline-block;
	margin: 0 3px -1px 0;
}
.featured-oneElement .element_static p.comments:before{
	background: url("/images/NumComments.svg");
	width: 17px;
	height: 17px;
	content: "";
	vertical-align: middle;
	background-size: cover;
	margin: 0 3px 0 0;
	display: inline-block;
}
.featured-oneElement .element_static a.article-link > div.image{
	transition: opacity 0.5s;
	opacity: 1;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.featured-oneElement .element_static img{
	display: none;
}
.featured-oneElement .element_static a.article-link:after{
	transition: opacity 0.5s;
	opacity: 1;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
	bottom: 0;
	position: absolute;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.7) 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.7) 60%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.7) 60%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.7) 60%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.7) 60%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.7) 60%);
	/*linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0, 0, 0, 0.73) 80%)*/
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.7) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.featured-oneElement{
	background-color: #f1f4f7;
    margin: 0 auto;
    padding: 10px 8px;
    max-width: 1140px;
    position: relative;
}

@media screen and (max-width : 1155px){
	.featured-oneElement{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.featured-oneElement .element_static{
		width: 100%;
	}
}

@media screen and (max-width : 640px){
	.featured-oneElement .element_static > img{
		display: block;
		width: 100%;
		height: auto;
	}
}
	