/*Estilos de los Layouts para contenido Premium*/
body{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.Header, .Footer, .ColumPrincipal{
	width: 100%;
}
.ColumPrincipal{
	margin: 0 auto 40px;
}
.ColumPrincipal .rightColumn{
	display: none;
}
div.section.ColumnaInferior{
	max-width: 1140px;
    margin: 0 auto;
    clear: both;
}
.ColumPrincipal section.comments_section{
	margin: 0 auto 120px;
	padding: 0;
}
.notafoot{
	border-top: 1px solid #DCDADA;
	margin: 0 auto 40px;
	max-width: 774px;
}
.articleNew .premium{
	margin-top: 0;
	background-color: rgba(0,0,0,0.6);
	position: relative;
	max-height: 550px;
	overflow: hidden;

}
#content-info h1{
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: 700;
}
.content{
	margin: 0px auto;
	background: #fff;
	overflow: hidden;
}
#item-info{
	position: absolute;
	text-align: center;
	color: white;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.articleNew.premium a > .author, p.author{
    font-size: 1.1rem !important;
    width: 100%;
}
.articleNew.premium .textualContentNew figure.aWide {
	margin-left: -25%;
	width: 1080px;
}
.articleNew.premium .textualContentNew figure.aWIDE img {
		width: 100%;
	}
#content-info{
	position: relative;
	top: calc(50% - 70px);
	font-family: 'Merriweather';
    color: #ffffff;
    max-width: 85%;
    margin: 0 auto
}
@media screen  and (max-width: 1199px){
	.articleNew.premium .textualContentNew figure.aWide {
		margin-left: -10%;
		width: 850px;
	}
	.articleNew.premium .textualContentNew figure.aWide img {
		width: 100%;
	}

}
/*Desktop 2 (medida entre Desktop y Tablet)*/
@media screen  and (max-width: 1139px){
	div.section.ColumnaInferior{
		margin: 60px 10px 80px;
	}
}

/*Tablet*/
@media screen and (max-width: 939px){
	div.section.ColumnaInferior{
		margin: 60px 30px;
	}
	.ColumPrincipal section.comments_section{
		padding-left: 30px;
		padding-right: 30px;
	    margin-bottom: 60px;
	}
	.notafoot{
		margin: 0 30px 40px;
	}
	.articleNew.premium .textualContentNew figure.aWide {
		width: 100%;
		margin: 0 auto;
        text-align: center;
	}
	.articleNew.premium .textualContentNew figure.aWide img {
		width: 100%;
	}
	.ColumPrincipal .rightColumn {
		display: block;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	.ColumnaInferior{
		margin: 30px;
	}
	section.comments_section {
		margin-bottom: 40px;
	}
	.leaderboard.SDR_LB_MID {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 639px) {
   	.ColumnaInferior{
		margin: 60px 20px 30px;
	}
	.ColumPrincipal section.comments_section{
		padding-left: 20px;
		padding-right: 20px;
	}
}
