.noticias-lista-title .producto-title a {
	color: inherit;
	text-decoration: none;
}

.noticias-lista-mensajes .tematica a {
	color: inherit;
	text-decoration: none;
}

.concepto-resaltado {
	background-color: yellow;
	padding: 0 5px;
}

.single-noticia .chosen-container-multi .chosen-choices li.search-choice {
	padding-right: 5px;
}

.form-control {
	font-size: 13px;
}

.validation-message {
	color: red;
}

.comments-title {
	font-size: 1.2rem;
	padding-bottom: 15px;
}

.comment-list {
	padding: 0;
}

.comment-reply-title {
	font-size: 1.2rem;
}

.comment {
	float: left;
	width: 100%;
}

.comment figure {
	float: left;
	width: 55px;
	height: 55px;
	margin-bottom: 5px;
}

.comment figure img {
	width: 100%;
	height: auto;
}

.comment .comment-meta {
	float: left;
}

.comment .comment-content {
	float: left;
	width: 100%;
}

.comment .children {
	float: left;
	padding: 20px;
}

.comment-respond {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.comment-respond textarea {
	height: 75px;
}

.comment-reply {
	float: left;
}

.border-top-blue {
	border-top: 1px solid #ab1c24 !important;
}

.icon-voto-circular {
	margin-left: 2px;
}

.post-read {
	color: #838383 !important;
}

.selected-tematica {
	background-color: #fff !important;
}

#commentform input[type="submit"] {
	font-size: 12px;
	font-weight: 500;
	background-color: #fff;
	color: #000;
	border-radius: 6px;
	border: 0 none;
	padding: 5px 20px 4px;
	height: auto;
}

.modal-dialog .btn {
	font-size: 12px;
	font-weight: 500;
	background-color: #fff;
	color: #000;
	border-radius: 6px;
	border: 1px solid #000;
	padding: 5px 20px 4px;
	height: auto;
}

.zone-title { padding-bottom: 0; }
	.cabecera-biblioteca .zone-title { padding-bottom: 2rem; }

.remove-filter {
	padding: 0 1.2rem;
	padding-top: 0;
	font-size: 13px;
	font-weight: bold;
}

.comment-form-comment label {
	display: none;
}

#commentform {
	position: relative;
}

.logged-in-as {
	position: absolute;
	right: 0;
	top: -26px;
}

@media (max-width: 480px) {
	.logged-in-as {
		position: relative;
		top: 0;
	}
}
