#siteContent .mainpage_columns_center{
	display: inline-block;
	vertical-align: top;
	margin-top:10px;
}
.featuredListAuto-fiveElements .element_static{
	transition: background-color .5s;
	background-color: transparent;
	width: 100%;
	margin: 10px 2px 0 0;
	position: relative;
	overflow: hidden;
}
.featuredListAuto-fiveElements .element_static .read-message{
	font: 48px 'Roboto Condensed';
	color: white;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: -1;
	margin-top: -30px;
	margin-right: -77px;
	pointer-events: none;
}
.featuredListAuto-fiveElements .element_static > .article-type {
	transition: z-index 0.5s;
	font: bold 14px 'Titillium Web';
	text-transform:uppercase;	
	position:absolute;
	background: #c51111;
	color: #fff;
	padding: 2px 18px;
	z-index: 1;
	pointer-events: none;
}
.featuredListAuto-fiveElements .element_static .article-type.clone{
	left:0;
	display: none;
	bottom: 0;
	pointer-events: none;
	position: absolute;
}
.featuredListAuto-fiveElements .element_static .element_info .article-type,
.featuredListAuto-fiveElements .element_static  .article-type{
	font: 12px 'Roboto';
	text-transform: uppercase;
	background: #c51111;
	padding: 0px 5px;
	color: #fff;
	font-weight: 800;
	
}
.featuredListAuto-fiveElements .element_static .element_info .article-type {
	display: inline;
}
.featuredListAuto-fiveElements .element_static > div.element_info{
	transition: bottom 0.5s;
	position: absolute;
	bottom: 8px;
	margin-right: 10px;
	z-index: 1;
	padding-left: 12px;
	display: inline-block;	
}
.featuredListAuto-fiveElements .element_static > div.element_info.reviewInfo{
	margin-right: 100px;
}
.featuredListAuto-fiveElements .element_static div.element_info h2 {
	color: #fff;
	font: bold 24px 'roboto condensed';
	line-height: 28px;
	text-shadow: 0px 1px 1px #000000;

	max-height: 56px;
	overflow: hidden;
}
.featuredListAuto-fiveElements .element_static div.element_info .intro {
	color: #fff;
	font:14px 'arial';
	margin: 4px 0;
	text-shadow: 0px 1px 1px #000000;
}
.featuredListAuto-fiveElements .element_static p.time,
.featuredListAuto-fiveElements .element_static p.comments{
	color: #fff;
	font:12px 'arial';	
	display: inline-block;
}
.featuredListAuto-fiveElements .element_static p.time:first-letter,
.featuredListAuto-fiveElements .element_static p.comments:first-letter{
	text-transform:uppercase;	
}
.featuredListAuto-fiveElements .element_static p.comments{
	margin-left: 20px;
} 
.featuredListAuto-fiveElements .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;
}
.featuredListAuto-fiveElements .element_static p time{
	color: #fff;
}
.featuredListAuto-fiveElements .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;
}
.featuredListAuto-fiveElements .element_static > a.article-link{
	display:block;
	position: relative;
	transition: opacity 0.5s;
	opacity: 1;
}
.featuredListAuto-fiveElements .element_static div.bg{
	min-height: 120px;
	background: rgb(22,22,23);
}

.featuredListAuto-fiveElements .element_static img{
	width:100%;
	height:auto;
	display: block;
}
.featuredListAuto-fiveElements .element_static canvas.rating{
	transition: opacity 0.5s;
	bottom: 5px;
	right: 5px;
	position: absolute;
	z-index: 2;
}
.featuredListAuto-fiveElements .element_static div.ring{
	transition: opacity 0.5s;
	width: 80px;
	height: 80px;
	/*border: solid 3px #20201F;*/
	box-shadow: inset 0 0 0 3px #20201F;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	position: absolute;
	right: 11px;
	bottom: 11px;	
	z-index: 1;
	text-align: center;
	box-sizing: border-box;
}
.featuredListAuto-fiveElements .element_static div.ring > span {
	color: #FFF;
	display: block;
	font: bold 36px 'Titillium Web';
	margin-top: 12px;
}
.featuredListAuto-fiveElements .element_static > a:after{
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	margin-top:-15px;
	z-index: 0;
	bottom: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.6) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.6) 70%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.6) 70%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.6) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.6) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.6) 70%);
	/*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 );
}

.featuredListAuto-fiveElements{
	width: 100%;
	margin:auto;
	overflow: hidden;
}
.featuredListAuto-fiveElements ul{
	margin-top: -10px;
}
.featuredListAuto-fiveElements > .titleMP {
	margin-bottom: 2px;
}
.featuredListAuto-fiveElements .titleMP:after{
	margin-left: 192px;
	top: -12px;
}	

@media screen and (max-width : 1155px){
	#siteContent .column mainpage_columns_center{
		margin:0 !important;
	}
	.featuredListAuto-fiveElements > .titleMP {
		width: auto;
		margin: 0 0.5rem;
	}
	section.featuredListAuto-fiveElements ul{
		width: 100%;
		margin: 0px 0.8rem;
		line-height: 0;
	}
	section.featuredListAuto-fiveElements li.element_static{
		width: 49%;
		height: auto;
		margin: 5px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
	}
	section.featuredListAuto-fiveElements li.element_static:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width : 1000px) {	
	.featuredListAuto-fiveElements .element_static:hover{
		background-color: transparent;
	}
	.featuredListAuto-fiveElements h2.title{
		textshadow: 0px 3px 3px #172609;
	}
	.featuredListAuto-fiveElements .element_static > div.element_info{
		position: initial;
		padding-left:0;
		max-width: 96%;
	}
	.featuredListAuto-fiveElements .element_static:hover > div.element_info.reviewInfo,
	.featuredListAuto-fiveElements .element_static > div.element_info.reviewInfo{	
		margin-right: 0;
	}
	.featuredListAuto-fiveElements .element_static > a:after{
		display: none;
	}
	.featuredListAuto-fiveElements .element_static div.element_info h2{
		font: bold 24px 'roboto condensed';
		line-height: 28px;
		color: #000;
		text-shadow: none;		
	}
	.featuredListAuto-fiveElements .element_static div.element_info .intro {
		font: 14px 'arial';
		margin: 7px 0;
		color: #000;
		text-shadow: none;
	}
	.featuredListAuto-fiveElements .element_static p time,
	.featuredListAuto-fiveElements .element_static p.time,
	.featuredListAuto-fiveElements .element_static p.comments{		
		font: 12px 'arial';
		display: inline-block;
		color: #66696D;
	}
	.featuredListAuto-fiveElements .element_static .article-type.clone{
		display: block;
	}
	.featuredListAuto-fiveElements .element_static .element_info .article-type {
		display: none;
	}
}
	
@media screen and (max-width : 540px){/*590~*/
	section.featuredListAuto-fiveElements > .titleMP {
		max-width: 100%;
		margin-left:0.5rem;
	}
	section.featuredListAuto-fiveElements li.element_static:first-of-type{
		margin-top:0;
	}
	section.featuredListAuto-fiveElements ul,
	section.featuredListAuto-fiveElements li.element_static,
	section.featuredListAuto-fiveElements li.element_static:nth-child(3){
		width: 100%;
		margin: 20px 0 0 0;
	}
	section.featuredListAuto-fiveElements ul,
	section.featuredListAuto-fiveElements li.element_static:first-of-type{
			margin: 0;
	}
	section.featuredListAuto-fiveElements li.element_static > div.element_info{
		padding-left: 10px;
		margin-right:0;
	}
	.featuredListAuto-fiveElements .element_static canvas.rating {
		bottom: 50%;
		right: 50%;
		margin-bottom: -40px;
		margin-right: -40px;
	}
	.featuredListAuto-fiveElements .element_static div.ring {
		right: 50%;
		bottom: 50%;
		margin-right: -34px;
		margin-bottom: -34px;
	}
}
