span.userCardInfo{
	display: none;
}
.comments_section .section_header {
    margin-bottom: -33px !important;
}
.comments_section{
	clear: both;
}
.comments_section .commnets-type{
	border-bottom: 4px solid #C51111;
	padding: 0;
	margin: 0;
	text-align: right;
	margin-bottom: 0px !important;
}
.comments_section .commnets-type li{
    display: inline-block;
    margin-left: 5px;
    color: #bdc3c7;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0px;
    background: #eee;
    margin-left: -5px !important;
}
.comments_section .commnets-type li p{
	margin-bottom: 10px;
    margin-top: 12px;
}
.comments_section .avatar img{
	width: 50px;
	border-radius: 50%;
}

h3.section_header span{
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-transform: capitalize;
	font-weight: 600;
}
article[data-id-comment].hasReplys:after{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	margin-left: -63px;
	margin-top: 122px;
	border-left: 1px solid #DFE2E7;	
}
dl.zend_form #body-label{
	display: none;
}
.comments_section .commnets-type li.activado{
	border-bottom: 0px !important;
    margin-bottom: -2px;
    color: #fff!important;
    background: #C51111;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0px;
}
ul{
	list-style: none;
}
.comment_list > ul > li  section{
	position : relative;	
}
.comment_list > ul > li > section ul li:last-child:before{
	content: "";
	width: 20%;
	display: block;
	height: calc( 100% - 27px );
	position: absolute;
	bottom: 0;
	right: 102%;
	z-index: 2;
	background-color: #FFFFFF;	
}
.premium .comment_list > ul > li > section ul li:last-child:before,.comments_section .cf .premium{
	background-color: #F8F8F8;
}
.comment_list > ul > li  section:before{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	border-left: 1px solid #DFE2E7;
	margin: -18px 0 0 -47px;
	z-index: 2;
}
.comment_list > ul > li:before{
	content : "";	
}


/* set up the keyframes */
@keyframes nodeInserted {  
	from { clip: rect(1px, auto, auto, auto); }
	to { clip: rect(0px, auto, auto, auto); }  
}
@-moz-keyframes nodeInserted {  
	from { clip: rect(1px, auto, auto, auto); }
	to { clip: rect(0px, auto, auto, auto); }
}
@-webkit-keyframes nodeInserted {  
	from { clip: rect(1px, auto, auto, auto); }
	to { clip: rect(0px, auto, auto, auto); }
}
@-ms-keyframes nodeInserted {  
	from { clip: rect(1px, auto, auto, auto); }
	to { clip: rect(0px, auto, auto, auto); }
}
@-o-keyframes nodeInserted {  
	from { clip: rect(1px, auto, auto, auto); }
	to { clip: rect(0px, auto, auto, auto); }
}
dt#Publicar-label{
	display: none;
}
section.comments .comment_list > ul > li,
section.comments .comment_list > ul > li > section > ul > li,
section.comments .comment_list > ul > li > section > ul > li > section > ul > li {
	animation-duration: 0.001s;
	-o-animation-duration: 0.001s;
	-ms-animation-duration: 0.001s;
	-moz-animation-duration: 0.001s;
	-webkit-animation-duration: 0.001s;
	animation-name: nodeInserted;
	-o-animation-name: nodeInserted;
	-ms-animation-name: nodeInserted;
	-moz-animation-name: nodeInserted;
	-webkit-animation-name: nodeInserted;
	position: relative;
}
section.comments_section {
    width: 720px;
    padding-left: 20px;
    margin-bottom: 60px;
}
.comentario.activado:after{
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}
a[name="comments"]{
	margin-top: -25px;
	display: block;
	padding-bottom: 25px;
		
}
section.comments_section > div {
	margin: 0 auto;
}
section.comments_section > #closed_message {
	padding : 80px 0 80px 0;
	text-align  :center;
}
section.comments_section > div .editor_avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;	
	margin: 3.8rem 0 0 0;
	/*margin: 0.5rem 0rem 0rem 0rem; Descomentar si no se usa BBCode toolbar*/
}
#siteContent > div > div:nth-child(3) > div > section > div > section > span{
	margin-left:40%;
}
#textLoading{
	color: #2a2b2d;
	font: italic 1rem 'Arial';
	margin-left: 37%;
	margin-top: -30px;
}
#image > img{
	margin-left:32%;
}
section.comments {
	width: 630px;
	float: right;
	margin-top: 100px;
}
form#comment_form,
section.comments .comment_list ul li article .content form {
	padding: 15px 0 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 30px;
}
form#comment_form:before {
	background: url('/core/img/general/Master.png') no-repeat -43px -2px;
	width: 18px;
	height: 19px;
	display: block;
	content: "";
	margin: 3.8rem 0 0 1.45rem;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
section.comments .comment_list ul li article header > h3 > a.author {
	color: #433F42 !important;
	font-size: 15px;
	font-weight: 700;
	pointer-events: none;
    cursor: default;
}
section.comments .comment_list > ul > li > section > ul > li article.collapsed,
section.comments .comment_list > ul > li > section > ul > li article.collapsed header,
section.comments .comment_list > ul > li > article.collapsed,
section.comments .comment_list > ul > li > section > ul > li article.collapsed header,
section.comments .comment_list ul li article.collapsed header {
    background-color: #F8F8F8;
}
section.comments .comment_list ul li article.collapsed header > .actions {
    float: right;
    text-align: right;
}
section.comments .comment_list ul li article header > .actions {
	position: absolute;
	left: calc(100% - 85px);
	min-width: 60px;
	top: 2px;
}
section.comments .comment_list ul li article.collapsed header > .actions {
    position: initial;
}
section.comments .comment_list ul li article header > .actions > a.report,
section.comments .comment_list ul li article header > .actions > a.delete-comment {
	display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    position: relative;
    float: right;
}
section.comments .comment_list ul li article header > .actions > a.report {
    background: url('/images/Comments_FlagGray.svg') no-repeat 0 0;
    background-size: 15px;
    z-index: 99;
    margin: 0 5px;
}
section.comments .comment_list ul li article header > .actions > a.moderate {
    background: url('/images/Comments_Moderate.svg') no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-right: 5px;
    float: right;
}
section.comments .comment_list ul li article header > .actions > a.delete-comment{
    background: url('/images/Comments_BorrarNew.svg') no-repeat 0 0;
    background-size: 14px;
    margin-right: 6px;
}
section.comments .comment_list ul li article header > .actions > a.edit-comment {
	background: url('/images/Comments_EditarSdr.svg') no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-size: 15px;
    float: right;
    margin-right: 6px;
}
section.comments .comment_list ul li article header > .actions > a.report.own{
    background: url('/images/Comments_BorrarNew.svg') no-repeat 0 0;
    background-size: 14px;
    margin-right: 6px;
}
section.comments .comment_list > ul > li > section > ul > li > section > ul > li article + .avatar + .actions{
	display: none;
}
section.comments .comment_list ul li article header > .actions > a.show{
    visibility: collapse;
    color: #AAB5BF;
    font-size: 12px;
    position: relative;
	top: 3px;
    display: none !important;
}
section.comments .comment_list ul li form {
	min-height: 200px;
	position: relative;
	padding-bottom: 50px;
}
section.comments_section dl.zend_form dd#Publicar-element  img{
    position: absolute;
    right: 0;
	margin-top: 10px;
    padding-right: 70.5px;
    padding-left: 70.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: white;
    opacity: 0.8;
}
section.comments_section.premium dl.zend_form dd#Publicar-element  img{
    background-color: #F8F8F8;
}
form#comment_form textarea,
section.comments .comment_list ul li article .content form textarea,
section.comments .comment_list ul li form textarea {
	border: 0.063rem solid #D2D4D5;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 8px;
	width: 100%;
	resize: none;
	float: right;
}
section.comments .comment_list ul li form textarea{
	position: absolute;
}
form#comment_form textarea {
	max-width: 758px;
}
form#comment_form textarea:focus,
section.comments .comment_list ul li article .content form textarea:focus,
section.comments .comment_list ul li form textarea:focus {
	outline: none;
}
form#comment_form input[type=submit],
section.comments .comment_list ul li article .content form input[type=submit],
section.comments .comment_list ul li form input[type=submit] {
    float: right;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    color: #bdc3c7;
    border-color: #bdc3c7;
    width: 157px;
    height: 40px;
    font-size: .85rem;
    border-radius: 4px;
    border: 2px solid;
    margin-top: 10px;
    margin-bottom: -30px;
}
form#comment_form input[type=submit]:hover ,
section.comments .comment_list ul li article .content form input[type=submit]:hover,
section.comments .comment_list ul li form input[type=submit]:hover {
	color: white;
	border-color: #cc0000;
	background-color: #cc0000;
}
section.comments .comment_list ul li form div.comment-wrapper textarea,
section.comments .comment_list ul li form textarea,
form#comment_form div.comment-wrapper textarea{
	border: none;
	box-shadow: none;
	position: relative;
	height: 40px;
}
section.comments .comment_list ul li form div.comment-wrapper,
form#comment_form div.comment-wrapper{
	border: 0.063rem solid #D2D4D5;
	background: #fff;
	padding: 10px;
	height: 80px;
}

section.comments .comment_list ul li form div.comment-wrapper div.charNum,
form#comment_form div.comment-wrapper div.charNum{
	font: normal 12px Arial;
	color: #AAAAAA;
}
section.comments .comment_list ul li form div.comment-wrapper p.bbcode_previewContainer,
form#comment_form div.comment-wrapper p.bbcode_previewContainer{
	overflow: hidden;
	position: relative;
	margin: auto;
	clear: both;
	display: table;
	width: auto;
}
section.comments .comment_list ul li form div.comment-wrapper img.bbcode_upload,
form#comment_form img.bbcode_upload{
	max-height: 165px;
}
p.bbcode_previewContainer > a.bbcode_removeImage{
	line-height: 17px !important;
	padding: 0 !important;
	text-indent: 1px !important;
	background-color: #C8CDCF !important;
	color: #FFF !important;
	border-radius: 0 !important;
	top: 0 !important;
	right: 0 !important;
	border: none !important;
	text-align: center !important;
	font-size: 19px !important;
	font-weight: 200 !important;
	width: 20px !important;
	height: 20px !important;
	visibility: hidden !important;
}
p.bbcode_previewContainer > a.bbcode_removeImage.active{
	visibility: visible !important;	
}
section.comments > header {
	text-align: right;
	margin-bottom: 5px;
	display: inline;
}
section.comments > header ul,
section.comments > header div.styled-select {
	float: right;
	position: relative;
	margin-top: -1px;
	width: 90px;
	cursor: pointer;
}
section.comments > header div.styled-select ul{
	width: auto;
	min-width: 160px;
	margin-bottom: 10px;
}
section.comments > header div.styled-select ul li{
	visibility: visible;
	text-transform: uppercase;
	margin-top: -40px;
	color: #bdc3c7;
	float: left;
}
section.comments > header div.styled-select ul li.active p {
    border-bottom: 2px solid #CC0000;
}
section.comments > header div.styled-select ul li:first-child p {
	margin-left: 80px;
}
section.comments > header div.styled-select ul li.active{
    font-weight: bold;
    color: #333;
    float: left;

}


/* Evitar que salga la flecha de los select en IE */
select::-ms-expand {
	display: none;
}
section.comments > header a.order_options {/*chacar si se sigue usando*/
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid rgb(189,193,196);
	content: "";
	display: block;
	float: right;
	margin: 0.3rem 0rem 0rem 0rem;
}
section.comments > header ul li {
	visibility: hidden;
}
section.comments > header > p {
	float: right;
	margin: 0rem 0rem 0rem 1rem;
	font-size: 12px;
	color: #191a1b;
}
section.comments > header > span {
	float: right;
	margin: 0rem 0rem 0rem 0.5rem;
	color: #e2e2e2;
}
section.comments > header ul li[data-order] {
}
section.comments > header ul li[data-order] p {
}
section.comments > header ul li[data-order].active {
	visibility: visible;
}
section.comments .comment_list {
	margin-bottom: 50px;
}
section.comments .comment_list > ul > li:before {
	content: "";
	width: 1px;
	border-left: 1px solid #dfe2e7;
	padding: 1px 0px 0px 0px;
	margin: 57px 0px 0px -47px;
	float: left;
	display: block;
}
section.comments .comment_list > ul > li > section > ul > li:before {
	x-content: "";
	x-width: 1px;
	x-border-left: 1px solid #dfe2e7;
	x-padding: 1px 0px 0px 0px;
	x-margin: 57px 0px 0px -47px;
	x-float: left;
	x-display: block;
}
section.comments .comment_list ul li .avatar {
	position: absolute;
	margin: 0rem 0rem 0rem -4.5rem;	   
	width: 50px;
	top: 0;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 2;
	pointer-events: none;
    cursor: default;
}
section.comments .comment_list > ul > li > section >  ul > li .avatar:before {
	content: "";
	width: 48px;
	height: 1px;
	border-top: 1px solid #dfe2e7;
	float: left;
	margin: 27px 0px 0px -48px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
section.comments .comment_list ul li .avatar img {
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}	
section.comments .comment_list ul li > .actions {
	float: right;
	margin: -50px 0px 0px 0px;
}
section.comments .comment_list ul li > .actions.active{
	margin-top: 0;	
}
section.comments .comment_list ul li > .actions > span.report-msg {
	display: none;
	font-size: 12px;
	color: #D3D2D2;
}
section.comments .comment_list ul li > .actions > span.report-msg span,
section.comments .comment_list ul li > .actions > span.report-msg a{
	color: #433F42 !important;
}
section.comments .comment_list ul li > .actions > span.report-msg a{
	cursor: pointer;
}
.comment_list article:not(.collapsed) + .avatar + div.actions{
	background: #E0E2E5;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}
section.comments .comment_list ul li > .actions > span.reply a.mobile{
	display: none;
}
section.comments .comment_list ul li > .actions > span.reply a {
    font-size: 14px;
    line-height: 1.42857143;
    color: #888;
}
section.comments .comment_list ul li > .actions > span.reply a.cancel_reply{
	position: relative;
	z-index: 1;	
}
section.comments .comment_list ul li > .actions > span.reply a.cancel_reply.emptyBar{
	top: -27px;
}
section.comments .comment_list ul li > .actions > span.reply a.cancel_reply:after{
	float: right;
	background: url('/core/img/general/Borrar.svg');
	width: 16px;
	height: 16px;
	background-size: cover;
	margin: 2px -20px 0px 0px;
	display: block;
	content:"";
	position: relative;
}
section.comments .comment_list ul li > .actions.active > span.reply a.cancel_reply:after{
	display: none;
}
section.comments .comment_list ul li > .actions > span.reply a.desktop:after {
	content: "";
    float: right;
    background-image: url('/images/Comments_Reply.svg');
    width: 19px;
    height: 15px;
    margin-left: 5px;
    background-size: cover;
    margin-top: 2px;
}
section.comments .comment_list ul li > a.comment_anchor{
	position: absolute;
	top: -65px;
}
section.comments .comment_list ul li article,
section.comments .comment_list ul li .hidden_comment {
	display: block;
	border: 1px solid #d5d9dc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	x-margin-bottom: 46px;
	margin-bottom: 58px;
	background: #fff;
	position: relative;
	
	padding: 10px 15px 16px 15px;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
::-webkit-input-placeholder { color:#000; font-style: italic; }
::-moz-placeholder { color:#000; font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; font-style: italic; } /* ie */
input:-moz-placeholder { color:#000; font-style: italic; }
section.comments .comment_list ul li article:before {
	background: url('/core/img/general/Master.png') no-repeat -43px -2px;
	width: 18px;
	height: 19px;
	display: block;
	content: "";
	margin: 6px 0rem 0rem -33px;
	position: absolute;
	top: 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
section.comments .comment_list ul li .hidden_comment{
padding: 15px;
}
section.comments .comment_list ul li article header {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
}
section.comments .comment_list > ul > li > section > ul > li > section > ul > li form{
	padding-bottom: 0;
}
.comment_list ul li article header a.collapse {
    display: inline-block;
    background: url('/images/Comments_Hide.svg') no-repeat 0 0;
    width: 22px;
    height: 20px;
    background-size: 18px;
    cursor: pointer;
    float: right;
}
section.comments .comment_list ul li article header h3{
	color: #326aaa;
	float: left;
	margin-bottom: 10px;
	text-transform: lowercase;
	font-family: Arial, Sans-serif;
	line-height: 20px;
	width: 100%;
	margin-top: 0;
}
section.comments .comment_list ul li article header h3 .sl{
	margin: 0px 0px 0px 0px;
	color: #AAB5BF;
	font-size: 12px;
}
section.comments .comment_list ul li article header h3 time,
section.comments .comment_list ul li article header h3 .votes-sp{
	font-weight: normal;
	color: #626469;
	font-size: 12px;
}
section.comments .comment_list ul li article header h3 .votes-sp{
	color: #AAB5BF;
	white-space: pre;
}
section.comments .comment_list ul li article header h3 .votes-sp:before{
	content: "    |   ";
	white-space: pre;
}
section.comments .comment_list ul li article header h3 .votes-sp:after{
	content: " votos";
}
section.comments .comment_list ul li article header h3 .votes-sp.single-point:after{
	content: " voto";
}
section.comments .comment_list ul li article header .avatar{
	position: absolute;
	left: 6px;
	top: 6px;
	width: 50px;
	height: 50px;
}
section.comments .comment_list ul li article header .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
section.comments .comment_list ul li .votes {
	position: absolute;
	margin: 45px 0rem 0rem -87px;
	width: 50px;
	height: 65px;
	text-align: center;
	/*z-index: 1;*/
	z-index: 2;
}
section.comments .comment_list ul li .votes span{
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: right;
}
section.comments .comment_list ul li .votes span.positive {
	content: "";
	background-image: url('/images/vote_up.svg');
	width: 15px;
	height: 15px;
	background-size: cover;
	display: block;
	margin: 0 auto;
}
section.comments .comment_list ul li .votes span.positive.active {
	content: "";
	background-image: url('/images/vote_up_voted.svg');
	width: 15px;
	height: 15px;
	background-size: cover;
	display: block;
	margin: 0 auto;
}
section.comments .comment_list ul li .votes span.negative {
	content: "";
	background-image: url('/images/vote_down.svg');
	width: 15px;
	height: 15px;
	background-size: cover;
	display: block;
	margin: 0 auto;
}
section.comments .comment_list ul li .votes span.negative.active {
	content: "";
	background-image: url('/images/vote_down_voted.svg');
	width: 15px;
	height: 15px;
	background-size: cover;
	display: block;
	margin: 0 auto;
}
section.comments .comment_list ul li .votes span.negative:hover,
section.comments .comment_list ul li .votes span.positive:hover{
	opacity: 0.5;
}
section.comments .comment_list ul li .votes span.average {
	color: #313131;
	font-weight: bold;
	margin: -5px 0px;
}
section.comments .comment_list ul li div.votes span.average.nk.upv:before,
section.comments .comment_list ul li div.votes span.average.nm.upv:before{
	content: '+';
}
section.comments .comment_list ul li .votes span.average:hover ~ .hover-box{
    opacity: 1;
    -webkit-transition: opacity .1s linear;
}
section.comments .comment_list ul li .votes > .hover-box{
	background: rgba(10,10,10,0.85);
    color: #F1F1F1;	    
    height: 30px;
    min-width: 90px;	    
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -18px;
	left: 50%;
	margin-left: -45px;
    display: block;
    opacity: 0;
    font-weight: normal;
    font-size: 12px;
    -webkit-transition: opacity .1s linear;
    z-index: 1;
    pointer-events: none;
}
section.comments .comment_list ul li .votes > .hover-box:after{
    content: '';
	position: absolute;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 8px solid rgba(10,10,10,0.85);
	left: 50%;
	bottom: -8px;
	margin-left: -6px;
}
section.comments .comment_list ul li .votes > .hover-box > span{
	font-weight: bold;
}
section.comments .comment_list ul li article .content{
	color: #000000;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
section.comments .comment_list ul li article .formattedText figure{
	max-width:400px;
	max-height:320px;
	margin: 0 auto 0;
	text-align: center;
}
section.comments .comment_list ul li article .formattedText figure img{
	width: auto;
	max-height: 320px;
}
section.comments .comment_list ul li article .formattedText figure figcaption{
	display: none;
}
section.comments .comment_list ul li article .content p{
	padding: 0 5px 5px 0px;
	word-wrap: break-word;
	word-break: break-word;
	line-height: 20px;
}
section.comments .comment_list ul li article .content p figure.aCenter{
 	display: table;
	margin: 0 auto;
}
section.comments .comment_list ul li article .content .actions,
section.comments .comment_list ul li article .content .actions a{
	color: #888d94;
	font-weight: bold;
	margin-right: 5px;
}
section.comments .comment_list ul li article .content .actions [data-action=reply]{
	color: #326aaa;
}
	section.comments .comment_list ul li article .content .actions [data-flag].active{
		font-weight: normal;   
	}
section.comments .comment_list ul li article .content .actions [data-moderate]:before,
section.comments .comment_list ul li article .content .actions [data-flag]:before,
section.comments .comment_list ul li article .content .actions [data-delete]:before{
	content: '|';
	margin-right: 7px;
}
section.comments .comment_list ul li article .content form {
}
	section.comments .comment_list ul li section > ul{
		padding-left: 73px;
	}
	
section.comments .comment_list ul li article .content.formattedText > a {
	margin-left: 22px;

}
section.comments .comment_list ul li article .content.formattedText > a,
section.comments .comment_list ul li article .content.formattedText p a {
	color: #C51111;
	font-weight: normal;	
}
.comments_section div.load-more{
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	background-color: rgba(0,0,0,0);
	color: #888;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 40px;
	font-size: .85rem;
	border-radius: 4px;
	border: 2px solid #888;
	padding: 9px 0;
	margin-bottom: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.comments_section div.load-more:hover{
	color: white;
	border-color: #1893d0;
	background-color:  #1893d0;
}


/* Estilos para comentarios collapsados */
section.comments .comment_list ul > li > article.collapsed ~ section{
	display: none;
}
.premium section.comments .comment_list article.collapsed div.content.formattedText {
	display: none;
}
section.comments .comment_list ul > li > article.collapsed{
	padding-bottom: 0px;
	padding-top: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	}
section.comments .comment_list ul li form.collapsed{
	display: none !important;
}
section.comments .comment_list ul > li > article.collapsed:before{
	top: 3px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
section.comments .comment_list ul > li > article.collapsed .content{
	display: none !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
section.comments .comment_list ul > li article.collapsed .votes{
	display: none;
}
section.comments .comment_list ul > li article.collapsed ~ .avatar{
	width: 36px;
	margin-left: -65px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
section.comments .comment_list ul > li article.collapsed ~ .avatar:before{
	width: 54px;
	margin: 19px 0px 0px -54px;
}
section.comments .comment_list ul > li article.collapsed ~ .avatar img{
	opacity: 0.5;
}
section.comments .comment_list ul > li article.collapsed header > h3{
	width: initial;
}
section.comments .comment_list ul > li article.collapsed header a.collapse{
	display: none;
}
section.comments .comment_list ul > li article.collapsed header > h3 > a.author,
section.comments .comment_list ul > li article.collapsed header h3 time{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #AAB5BF;	
}
section.comments .comment_list ul > li article.collapsed header h3 .votes-sp{
	display: inline-block;
}
section.comments .comment_list ul li article.collapsed header > .actions > a.expanded{
	display:none;
}
section.comments .comment_list ul li article.collapsed header > .actions > a.show{
	visibility: initial;
	display: inline-block !important;
}
section.comments .comment_list ul > li article.collapsed ~ .actions{
	margin-right: 0;
}
section.comments .comment_list ul > li article.collapsed ~ .actions .reply{
	display: none;
}
section.comments .comment_list ul li article.collapsed header .actions a.collapse {
	display: none;
}
.showTxt{
    background: url('/images/Comments_Show.svg') no-repeat 0 0;
    width: 18px;
    background-size: 19px;
    display: inline-block;
    height: 13px;
    margin-left: 3px;
    margin-bottom: -2px;
}


/*BBCode toolbar styles*/
section.comments_section .bbcode-toolbar li {
	background-image: url("/images/foros/TextEditor.svg");
	padding: 8px 11px;
    height: 24px;
}
section.comments_section dl.zend_form{
	position: relative;
}
section.comments_section .formattedText p {
	line-height: initial;
	margin: initial;
}


/* video preview */
section.comments div.preview{
	background-color:#F1F4F7;
	margin-left: 22px;
}
section.comments .multiPreview{
	margin-left: 22px;
}
section.comments .multiPreview div.preview{
	margin-left: 0;
}
section.comments .comment_list > ul > li > article div.preview .img{
	width: 37.1%;
}
section.comments .comment_list > ul > li > section > ul > li > article div.preview .img{
	width: 41.5%;
}
section.comments .comment_list > ul > li > section > ul > li > section > ul > li > article div.preview .img{	
	width:  47%;
}
section.comments .comment_list > ul > li > article div.preview .info{
	margin-left: 37.1%;
}
section.comments .comment_list > ul > li > section > ul > li > article div.preview .info{
	margin-left: 41.5%;
}
section.comments .comment_list > ul > li > section > ul > li > section > ul > li > article div.preview .info{
	margin-left: 47%;
}
.bbcode-toolbar{
	display: table;
}


/*Ficha de votos positivos en un comentario*/
div.votes_positive_card {
	background-color: #ECF0F5;
	border: 1px solid #d5d9dc;
	position: absolute;
	z-index: 1;	
}
div.votes_positive_card li {
	height: 35px;
	margin-top: 5px;
}
div.votes_positive_card li a {
   	font-weight: 700;
    font-size: 14px;
    color: #433F42;
    pointer-events: none;
    cursor: default;
}
div.votes_positive_card > img.loading {
	height: 32px;
    margin-left: 100px;
    width: 32px;
    margin-top: 5px;
}
div.votes_positive_card .info img.card_avatar {
	height: 32px;
	position: relative;
	width: 32px;
	border-radius: 50%;
	margin-right: 12px;
}
div.votes_positive_card > div.container_cover {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;	
}
div.votes_positive_card > div.container_cover div.info {
	z-index: 1;
	padding-left: 15%;
}
div.votes_positive_card > div.container_cover div.info > ul{
	max-height: 410px;
    padding:10px 0;
    margin: 0;
}
div.votes_positive_card > div.container_cover div.info > ul.user_votes_pagination{
	overflow-x: hidden;
	padding-bottom: 10px;
	padding-top: 16px;
}
div.votes_positive_card > div.container_cover div.info > p,
div.votes_positive_card > div.container_cover div.info > span{
	font-size: 12px;
	font-style: italic;
	color: #555555;
	float: right;
	margin : 10px;
	margin-bottom: 10px;
	margin-right: 11px;
	cursor: pointer;
}
div.votes_positive_card > div.container_cover div.info > p.name:before {
	content:'\0028';
	display: inline-block;
}
div.votes_positive_card > div.container_cover div.info > p.name:after {
	content:'\0029';
	display: inline-block;
}


/* anuncios en comentarios */
section.comments .comment_list > ul > li .infinitescroll {
	margin: 0 auto;
	max-width: 728px;
}
section.comments .comment_list > ul > li .infinitescroll > * {
	text-align: center;
	padding-bottom: 44px;
}


/* Media queries */
@media screen and (max-width:  885px) {/* check if js */
	section.comments .comment_list > ul > li {
		margin-left: 72px;
	}
	section.comments {
		max-width: none;
	}
}
@media screen and (max-width:  800px) {/* check if js */
	section.comments{
		width: 100%;
	}
	section.comments_section dl.zend_form > #body-element{
		margin-left: 0px;
	}
	section.comments .comment_list ul{
		padding-left: 0px;
	}	
	section.comments .comment_list ul li > .actions.active{
		margin-right: 0px;
	}
	.comment_list > ul > li > section ul li:last-child:before{
		width: 5%;
		bottom: 3px;
	}
	.comment_list > ul > li  section:before{
		margin: -18px 0 0 15px;
	}
	section.comments_section > div .editor_avatar{
		display: none;
	}
	form#comment_form {
    	margin-left: 0;
	}
	section.comments .comment_list ul li article header > .actions > a.edit-comment{
		margin-right: 7px;
	}
	section.comments .comment_list > ul > li > section > ul > li .avatar:before,
	section.comments .comment_list ul > li article.collapsed ~ .avatar:before {
		width: 0;
	}
	article[data-id-comment].hasReplys:after {
		height: 0;
	}
	section.comments .comment_list ul li .avatar {
	    left: 84px;
    	top: 11px;
	}
	section.comments .comment_list ul li article header{
		margin-bottom: 15px;
	}
	section.comments .comment_list ul li article header > h3 {
	    width: calc(100% - 60px);
	    margin-left: 60px;
	    margin-top: 5px;
	    margin-right: 6px;
	}
	section.comments .comment_list ul > li > article.collapsed {
    	height: 70px;
	}
	section.comments .comment_list > ul > li > article > .content p,
	section.comments .comment_list > ul > li {
     	margin-left: 0; 
	}
	section.comments .comment_list ul > li article.collapsed ~ .avatar {
     	width: 50px; 
    	margin-left: -67px; 
	}
	section.comments .comment_list ul li .avatar {
	    width: 45px;
	}
	.comments_section .avatar img{
		width: 45px;
	}
	section.comments .comment_list ul li article header > .actions{
    	top: 7px;
	}
	section.comments .comment_list > ul > li > section > ul > li article.collapsed .actions{
		float:right;
		text-align: right;
	}
	form#comment_form:before,
	section.comments .comment_list ul li article:before {
		display: none;
	}
	section.comments .comment_list > ul > li > section > ul > li article:before,
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li article:before{
		display: block;
		background: none;
		width: 24px;
		height: 1px;
		border-top: 1px solid #dfe2e7;
		float: left;
		margin: 12px 0px 0px -40px;
	}
	form#comment_form{
		margin-left: 0;
	}
	section.comments .comment_list ul li section > ul {
		padding-left: 40px;
	}
	section.comments .comment_list ul li > .actions > span.reply a.mobile.hidden {
		display: none;
	}
	section.comments .comment_list ul li div.votes {
		left: 0;
		top: initial;
		bottom: -35px;
		width: 100%;
		max-width: 157px;
		height: 28px;
		margin:0;
	}
	section.comments .comment_list ul li div.votes > span{
		float: left;
		text-align: center;
	}
	section.comments .comment_list ul li div.votes span.average{
		display: inline-block;
		vertical-align: top;
		max-width: calc(100% - 60px);
		overflow: hidden;
		height: 100%;
		font-size: 1.1rem;
		color: #433f42;
		line-height: 28px;
		margin: 0 10px;
	}
	section.comments .comment_list ul li div.votes > .hover-box{
		top: -30px;
	}
	section.comments .comment_list ul li div.votes > span.positive,
	section.comments .comment_list ul li div.votes > span.negative{
		display: inline-block;
		margin: 0;
		width: 29px;
		height: 28px;
		background-size: cover;
		background-position: 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	section.comments .comment_list ul li div.votes > span.positive {
		background-image: url('/images/Comments_Up_Movil.svg');
	}
	section.comments .comment_list ul li div.votes > span.negative {
		background-image: url('/images/Comments_Down_Movil.svg');
	} 
	section.comments .comment_list ul li div.votes > .positive:after{
		border-bottom: 9px solid #FFFFFF;
		margin-top: -5px;
	}
	section.comments .comment_list ul li div.votes > .negative:after{
		border-top: 9px solid #FFFFFF;
		margin-top: -4px;
	}
	section.comments .comment_list ul li div.votes > .positive.active,
	section.comments .comment_list ul li div.votes span.negative.active {
		display: inline-block;
		margin: 0;
		width: 28px;
		height: 28px;
	}
	section.comments .comment_list ul li div.votes > .positive.active {
		border-radius: 2px 0 0 2px;
		background-image: url('/images/Comments_VoteUp_Movil.svg');
	}
	section.comments .comment_list ul li div.votes span.negative.active {
		border-radius: 0 2px 2px 0;
		background-image: url('/images/Comments_VoteDown_Movil.svg');
	}	
	section.comments .comment_list > ul > li:before,
	section.comments .comment_list > ul > li > section > ul > li:before {
		x-margin-left: 0;
		x-position: relative;
		x-left: 16px;
	}	
	section.comments .comment_list ul li > .actions > span.reply a.cancel_reply:after{
    	margin: 2px 5px 0 5px;
    }
    section.comments .comment_list ul li article header h3 .sl{
    	display: block;
    }
}
@media screen and (max-width:  560px) {
	section.comments .comment_list > ul > li > section > ul > li article.collapsed header h3 .sl{
		display: block;
		margin-left: 0;
	}
}
@media screen and (max-width:  520px) {
	section.comments .comment_list > ul > li article.collapsed header h3 .sl{
		display: block;
	}
	section.comments .comment_list > ul > li article.collapsed header{
		min-height: 50px;
	}
}
@media screen and (max-width:  470px) {
	section.comments_section h3.section_header{
		text-align: center;
	}
	section.comments_section h3.section_header span{
		margin-left: 0px;
	}
	.comments_section .commnets-type{
		border: 0px;
	}
	.comments_section .commnets-type li{
		width: 50% !important;
	}
	.comments_section .commnets-type li.activado{
    	background: #cc0000;
	}	
	.comments_section .commnets-type {
   	 	margin-top: 0px !important;
	}
	.comments_section .section_header {
    	margin-bottom: 10px !important;
	}
}
@media screen and (max-width:  480px) {
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li article header h3 .sl{
		display: block;
		margin-left: 0;
	}
	section.comments .comment_list ul li > :nth-child(6) article.collapsed header h3 {
    	width: calc(100% - 177px);
	}
	section.comments .comment_list ul li > :nth-child(6) article.collapsed header > .actions,
	section.comments .comment_list ul li > article.collapsed header > .actions {
	    float: left;
	    text-align: left;
	    width: calc(100% - 44px);
	    margin-left: 59px;
	    margin-top: -10px;
	}
	section.comments .comment_list > ul > li > section > ul > li article.collapsed header h3 .sl,
	section.comments .comment_list > ul > li > article.collapsed header h3 .sl,
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li article.collapsed header span.sl {
    	display: none;
	}
	section.comments .comment_list > ul > li > section > ul > li article header{
		min-height: 56px;
	}
	section.comments > header div.styled-select ul,
	section.comments > header div.styled-select {
	    width: 100%;
	    padding: 0;
	}
	section.comments > header div.styled-select ul li {
	    float: left;
	    width: 49%;
	    text-align: center;
	}
	section.comments > header div.styled-select ul li:last-child {
		margin-left: 50%;
	}
	section.comments > header div.styled-select ul li:first-child p {
    	 margin-left: 0; 
	}
}
@media screen and (max-width:  440px) {
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li article header h3 .sl{
		display: none;
	}
}
@media screen and (max-width:  418px) {
	.comment_list > ul > li > section ul li:last-child:before{
		width: 7%;
	}
}
@media screen and (max-width:  400px) {
	section.comments .comment_list > ul > li article header h3 .sl {
		display: block;
	}
	section.comments .comment_list ul li article header > .actions > a.show{
		top: 0px;
	}
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li article header{
		width: 106%;
	}
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li article header h3{
		width: calc(100% - 58px);
	}
}
@media screen and (max-width : 990px){
	section.custome_content section.comments {
		padding-left: 15px;
	}
	section.premium section.comments, section.custome_content section.comments{
		width: 100%;
	}
	form#comment_form{
		padding: 0;
	}
	.comments_section .section_header {
    	margin-bottom: 0px;
	}
	section.comments{
		margin-top: 90px;
		width: 90%;
	}
	section.comments_section > div .editor_avatar {
		margin: 2.125rem 0 0 0;
	}
}


/* Versión 2 */
@media screen and (max-width:  1195px) {/* check if js */
	.section.forumComments section.comments .comment_list > ul > li {
    	margin-left: 72px;
    }
    .section.forumComments section.comments {
		max-width: none;
	}
}
@media screen and (max-width:  881px) {/* check if js */
	.section.forumComments section.comments_section > div .editor_avatar,
	.section.forumComments section.comments .comment_list ul li .avatar {
        display: none;
    }
    .section.forumComments section.comments .comment_list > ul > li {
    	margin-left: 0;
    }
    .section.forumComments form#comment_form:before,
    .section.forumComments section.comments .comment_list ul li article:before {
    	display: none;
    }
    .section.forumComments section.comments .comment_list > ul > li > section > ul > li article:before,
    .section.forumComments section.comments .comment_list > ul > li > section > ul > li > section > ul > li article:before{    
        display: block;
        background: none;
		width: 24px;
		height: 1px;
		border-top: 1px solid #dfe2e7;
		float: left;
		margin: 12px 0px 0px -40px;
    }
    .section.forumComments form#comment_form{
    	margin-left: 0; 	
    }
    .section.forumComments section.comments .comment_list ul li section > ul {
        padding-left: 40px;
    }
    .section.forumComments section.comments .comment_list ul li > .actions {
        float: right;
        margin-right: 0;
    }
    .section.forumComments section.comments .comment_list ul li > .actions > span.reply a.mobile{
    	display: inline-block;
    }
    .section.forumComments section.comments .comment_list ul li > .actions > span.reply a.mobile.hidden,
    .section.forumComments section.comments .comment_list ul li > .actions > span.reply a.desktop {
    	display: none;
    }   
	.section.forumComments section.comments .comment_list ul li div.votes {
		left: 0;
		top: initial;
		bottom: -35px;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.25, rgb(169, 180, 191)),color-stop(0.85, rgb(130, 147, 162)));
		background-image: -o-linear-gradient(bottom, rgb(169, 180, 191) 52%, rgb(130, 147, 162) 85%);
		background-image: -moz-linear-gradient(bottom, rgb(169, 180, 191) 25%, rgb(130, 147, 162) 85%);
		background-image: -webkit-linear-gradient(top, rgb(169, 180, 191) 25%, rgb(130, 147, 162) 85%);
		background-image: -ms-linear-gradient(bottom, rgb(169, 180, 191) 25%, rgb(130, 147, 162) 85%);
		background-image: linear-gradient(to bottom, rgb(169, 180, 191) 25%, rgb(130, 147, 162) 85%);
		width: auto;
		height: 28px;
		border-radius: 2px;
		margin:0;
	}
	.section.forumComments section.comments .comment_list ul li div.votes > span{
		float: left;
		text-align: center;
	}
	.section.forumComments section.comments .comment_list ul li div.votes span.average{
		display: inline-block;
		vertical-align: top;
		width: 97px;
		max-width: calc(100% - 60px);
		overflow: hidden;
		height: 100%;
		border-right: 1px solid #A5ADB3;
		border-left: 1px solid #A5ADB3;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 28px;
		margin: 0;
	}
	section.comments .comment_list ul li div.votes > .hover-box{
		top: -30px;
	}
	.section.forumComments section.comments .comment_list ul li div.votes > span.average:after{
		content: " puntos";
	}
	.section.forumComments section.comments .comment_list ul li div.votes > span.average.single-point:after{
		content: " punto";
	}
	.section.forumComments section.comments .comment_list ul li div.votes > span.positive,
	.section.forumComments section.comments .comment_list ul li div.votes > span.negative {
		display: inline-block;
		background-image: none;	
		margin: 0;
		width: 29px;
		height: 28px;
		background-size: cover;
		background-position: 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section.forumComments section.comments .comment_list ul li div.votes > .positive:after,
	.section.forumComments section.comments .comment_list ul li div.votes > .negative:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		content: "";
		display: inline-block;
		position: absolute;
		top: 14px;
		left: 15px;		
		margin-left: -6px;
	}
	.section.forumComments section.comments .comment_list ul li div.votes > .positive:after{
		border-bottom: 9px solid #FFFFFF;
		margin-top: -5px;
	}
	.section.forumComments section.comments .comment_list ul li div.votes > .negative:after{
		border-top: 9px solid #FFFFFF;
		margin-top: -4px;
	}
	.section.forumComments section.comments .comment_list ul li div.votes > .positive.active {
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.25, rgb(240, 29, 29)),color-stop(0.85, rgb(159, 5, 5)));
		background-image: -o-linear-gradient(bottom, rgb(240, 29, 29) 25%, rgb(159, 5, 5) 85%);
		background-image: -moz-linear-gradient(bottom, rgb(240, 29, 29) 25%, rgb(159, 5, 5) 85%);
		background-image: -webkit-linear-gradient(top, rgb(240, 29, 29) 25%, rgb(159, 5, 5) 85%);
		background-image: -ms-linear-gradient(bottom, rgb(240, 29, 29) 25%, rgb(159, 5, 5) 85%);
		background-image: linear-gradient(to bottom, rgb(240, 29, 29) 25%, rgb(159, 5, 5) 85%);
		border-radius: 2px 0 0 2px;
		
		display: inline-block;	
		margin: 0;
		width: 29px;
		height: 28px;
	}	
	.section.forumComments section.comments .comment_list ul li div.votes span.negative.active {
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.25, rgb(73, 96, 116)),color-stop(0.85, rgb(33, 56, 76)));
		background-image: -o-linear-gradient(bottom, rgb(73, 96, 116) 25%, rgb(33, 56, 76) 85%);
		background-image: -moz-linear-gradient(bottom, rgb(73, 96, 116) 25%, rgb(33, 56, 76) 85%);
		background-image: -webkit-linear-gradient(top, rgb(73, 96, 116) 25%, rgb(33, 56, 76) 85%);
		background-image: -ms-linear-gradient(bottom, rgb(73, 96, 116) 25%, rgb(33, 56, 76) 85%);
		background-image: linear-gradient(to bottom, rgb(73, 96, 116) 25%, rgb(33, 56, 76) 85%);
		border-radius: 0 2px 2px 0;
		
		display: inline-block;	
		margin: 0;
		width: 29px;
		height: 28px;
	}       
    .section.forumComments section.comments .comment_list > ul > li:before,
    .section.forumComments section.comments .comment_list > ul > li > section > ul > li:before {    
        margin-left: 0;
        position: relative;
        left: 16px;	
    }   
}
@media screen and (max-width:  914px) and (min-width : 696px),
	   screen and (max-width:  600px) {
	.section.forumComments section.comments .comment_list > ul > li > section > ul > li > section > ul > li article.collapsed header h3 .sl{
		display: block;
		margin-left: 0;
	}
	.section.forumComments section.comments .comment_list > ul > li > section > ul > li > section > ul > li article.collapsed header{
		height: 50px;
	}
}
@media screen and (max-width:  874px) and (min-width : 696px),
	   screen and (max-width:  560px) {
	.section.forumComments section.comments .comment_list > ul > li > section > ul > li article.collapsed header h3 .sl{
		display: block;
		margin-left: 0;
	}
	.section.forumComments section.comments .comment_list > ul > li > section > ul > li article.collapsed header{
		height: 50px;
	}
}
@media screen and (max-width:  834px) and (min-width : 696px),
	   screen and (max-width:  520px) {
	.section.forumComments section.comments .comment_list > ul > li article.collapsed header h3 .sl{
		display: block;
		margin-left: 22px;
	}
	.section.forumComments section.comments .comment_list > ul > li article.collapsed header{
		min-height: 50px;
	}
}
@media screen and (max-width:  800px) and (min-width : 696px),
	   screen and (max-width:  480px) {
	.section.forumComments section.comments .comment_list > ul > li > section > ul > li > section > ul > li article header h3 .sl{
    	display: block;
    	margin-left: 0;
    }   
}
@media screen and (max-width:  760px) and (min-width : 696px),
	   screen and (max-width:  440px) {
	.section.forumComments section.comments .comment_list > ul > li > section > ul > li article header h3 .sl{
    	display: block;
    	margin-left: 0;
    }   
}
@media screen and (max-width:  720px) and (min-width : 696px),
	   screen and (max-width:  400px) {
    .section.forumComments section.comments .comment_list > ul > li article header h3 .sl {
    	display: block;
    	margin-left: 23px;
    }
}
/*Media queries para video preview*/
@media screen and (max-width : 468px),		
	   screen and (max-width : 782px) and (min-width : 681px),
	   screen and (max-width : 925px) and (min-width : 882px){
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li > article div.preview .img{
		width: 100%;
		max-width: 267px;
		margin: 0 auto;
		float: none;
	}
	section.comments .comment_list > ul > li > section > ul > li > section > ul > li > article div.preview div.info{
		margin-left: 0;
	}
}
@media screen and (max-width : 468px),	
	   screen and (max-width : 782px) and (min-width : 681px),
	   screen and (max-width : 891px) and (min-width : 882px){
	section.comments .comment_list > ul > li > section > ul > li > article div.preview .img{
		width: 100%;
		max-width: 267px;
		margin: 0 auto;
		float: none;
	}
	section.comments .comment_list > ul > li > section > ul > li > article div.preview div.info{
		margin-left: 0;
	}
}
@media screen and (max-width : 468px),	
	   screen and (max-width : 782px) and (min-width : 681px){
	section.comments .comment_list > ul > li > article div.preview .img{
		width: 100%;
		max-width: 267px;
		margin: 0 auto;
		float: none;
	}
	section.comments .comment_list > ul > li > article div.preview div.info{
		margin-left: 0;
	}
}
/*"fix" por problema en firefox de imágenes que no se hacen chicas a anchuras bajas*/
@-moz-document url-prefix() {
	@media screen and (max-width : 450px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 380px;
		}
	}
	@media screen and (max-width : 430px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 360px;
		}
	}
	@media screen and (max-width : 410px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 340px;
		}
	}
	@media screen and (max-width : 390px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 320px;
		}
	}
	@media screen and (max-width : 370px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 300px;
		}
	}
	@media screen and (max-width : 350px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 280px;
		}
	}
	@media screen and (max-width : 320px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 260px;
		}
	}
	@media screen and (max-width : 300px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 240px;
		}
	}
	@media screen and (max-width : 280px){
		section.comments .comment_list ul li article .formattedText figure{
			max-width: 220px;
		}
	}
}
/*medidas de SDR*/
@media only screen and (max-width: 1139px) {
	section.comments_section {
    	padding-left: 0px;
	}
}
@media only screen and (max-width: 940px) {
	section.comments_section {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 639px) {
	section.comments{
		width: 100%;
	}
}