div.column_forums{
	position: relative;	
}
div.wideInferiorForums{
	font-size: 0;
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 59px;
}
div.column_forums div.forumSectionBackground{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #C51111;
	left: 0;
}
div.column:last-child div.forumSectionBackground:after {
	opacity: 0.3;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('/images/cover_hashtag_red.png');
	background-size: cover;
	background-position: center;
	display: block;
	content: "";
}
div.wideInferiorForums .column{
	display: inline-block;
}
div.section.wideInferiorCol2{
	position: relative;	
	padding-bottom: 10px;
	margin-bottom: 35px;
}
section.popular .titleMP{
	color: #fff;
}
section.popular header {
    position: relative;
}
section.popular header h3 {
    line-height: 1.18;
    padding: 2px 0px 0px 6px;
}
section.popular {
    width: 48%; /*48*/
	margin-right: 2%;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}
section.popular header {
    margin: 0 auto;
    width: 100%;    
}
section.popular header .titleMP:after { 
	top: -11px;
	margin-left: 166px;
}
section.popular.blogs header .titleMP:after {
	margin-left: 170px;
}
/* section.popular header h3 {    
    border-bottom: 2px solid #EB0000;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 2px;
}*/
section.popular header h3:before{
	display:none;
}
section.popular > section.listsection > ul{
	background: none;
	position: relative;	
}
section.popular > section.listsection > ul > li {
	padding: 16px 0 9px;
}
section.popular > section.listsection > ul li article .content {
    /*float: left;
    margin-left: 10px;*/
    margin-left: 58px;
    /*width: 240px;*/
}
section.popular > section.listsection > ul li article .content > h4 {
	font: bold 18px 'Roboto Condensed';
}
section.popular > section.listsection ul li article .img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
section.popular > section.listsection ul li article .img {
    height: 3rem;
    width: 3rem;
    float: left;
    position: relative;
    margin: 0;
}
section.popular > section.listsection  ul li article .content h4 a {
    color: #FFFFFF;
    font: bold 18px 'Roboto Condensed';
}
section.popular > section.listsection > ul li article .content p {
	color: #D9D9D9;
    font: 12px 'Arial';
}
section.popular > section.listsection > ul li article .content p a,
 section.popular > section.listsection > ul li article .content p.time,
 section.popular > section.listsection > ul li article .content p.time time {
	color: #FFFFFF;
}
section.popular > section.listsection > ul li article .content p.time:before{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	/*right: 0px;*/
	
	background-image: url('/images/TiempoBlanco.svg');
	background-size: 17px;
	width: 17px;
	height: 17px;
	margin-right: 2px;
	top: 4px;
}
section.popular > section.listsection ul li article .content .comments{
	display:none;
}
section.popular > section.listsection ul > li {
	border-bottom: none;
}

.go-forums{
	text-align: center;
	padding: 12px 0;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -124px;
}
.go-forums a{
	background-color: #C51111;
	font-family: 'Titillium Web';
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
	border: none;
	text-shadow: inherit;
	padding: 6px 59px 5px 60px;
	cursor: pointer;
	box-shadow: 0px 0px 5px 1px #7B1212;
	display: inline-block;
	bottom: 33px;
}
@media screen and (max-width: 1195px){
	div.wideInferiorForums {
		width: 100%;		
		padding-left: 20px;
		padding-right: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}


@media screen and (max-width: 845px){
	section.popular {
		width: 100%;
		
	}

	div.wideInferiorForums .column{
		width: 100% !important;
	}
}

@media screen and (max-width: 800px){
	.go-forums a{
		position: relative;
		bottom: initial;
		margin-left: 0;
	}
	
}
@media screen and (max-width: 640px){
	
	section.popular section.listsection {
		margin: auto;
		/*display: table;*/
	}
}
@media screen and (max-width: 400px){
	.go-forums a{
		font-size: 17px;
		padding: 6px 65px 5px 60px;
	}
}