.pnoticias {
	padding: 0 0 100px;
}

.btntxt {
	color: #666666;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
}

.btntxt:hover {
	color: #121212;
	text-decoration: none;
}

/* AUTOR */
.autor {
	display: block;
	width: 100%;
	border-top: 3px solid #121212;
	border-bottom: 3px solid #121212;
	margin-top: 50px;
	padding: 15px 0;
}

.autor .autorc {
	position: relative;
	padding-left: 100px;
	display: block;
	min-height: 70px;
}

.autor .aimg {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.autor .data {
	max-width: 400px;
}

.autor .anombre {
	font-size: 17px;
	font-weight: 700;
}

.autor .abio {
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 10px;
}

.nnotatopactions {
	width: 100%;
	padding: 10px 0 0;
	position: absolute;
	z-index: 15;
	left: 0;
	top: 150px;
}

.nnotatopactions a {
	margin-right: 20px;
	color: #fff;
}

.nnotatopactions a:hover {
	color: #fff;
	text-decoration: underline;
}

/* DETALLE NOTICIA */
.nnota {
	width: 100%;
	position: relative;
	z-index: 5;
	padding: 0 0 70px;
}

.nnota .nnlinea {
	background: #090909;
	width: 100%;
	height: 4px;
	margin-bottom: 35px;
}

.nnota .ncolumnas {
	position: relative;
	width: 100%;
}

.nnota .ncolumnas .ncl {
	float: left;
	width: 63%;
}

.nnota .ncolumnas .ncr {
	float: right;
	width: 28%;
}

.nnota .ncolumnas .ncsep {
	position: absolute;
	z-index: 1;
	left: 67%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #EEEEEE;
}

.nnota .categorias {
	margin-bottom: 10px;
}

.nnota .nencabezado {
	padding: 0 30px;
	margin-bottom: 46px;
}

.nnota .titulo {
	font-size: 38px;
	line-height: 1.2em;
	font-weight: 700;
	color: #121212;
}

.nnota .tagline {
	font-size: 16px;
	line-height: 1.5em;
	color: #121212;
	margin-top: 26px;
	font-weight: 400;
}

.nnota .articulo {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	position: relative;
	z-index: 5;
}

.nnota .metadata2 {
	font-size: 10px;
	margin-bottom: 30px;
	position: relative;
}

.nnota .metadata2 .social {
	position: absolute;
	z-index: 4;
	right: 0;
	top: 6px;
}

.socialshare a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-left: 15px;
	color: #121212;
}

.socialshare a:hover {
	color: #0034FF;
}

.socialshare a:first-child {
	margin-left: 0;
}

.nnota .metadata2 .md {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 8px;
	background: #e7ecff;
	color: #0034FF;
	font-size: 12px;
	line-height: 20px;
	padding: 6px 15px;
}

.nnota .metadata2 .md:last-child {
	margin-right: 0;
}

.metadata2 .mdcategoria {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 8px;
	color: #fff;
	background: #0034FF;
}

.metadata2 .mdcategoria .icono {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0034FF+0,c41769+100 */
	background: rgb(227, 27, 122);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0, 39, 193) 0%, rgba(0, 52, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0, 39, 193) 0%, rgba(0, 52, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0, 39, 193) 0%, rgba(0, 52, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0034FF', endColorstr='#c41769', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.metadata2 .mdcategoria .texto {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 6px 12px 6px 12px;
}

.metadata2 .mdcategoria .texto:hover {
	color: #fff;
	opacity: 0.85;
}

.nnota .mediacon {
	position: relative;
	z-index: 1;
	border-radius: 14px;
	overflow: hidden;
	background: #eee;
}

.nnota .mediacon .mcuniqueimage {
	width: 100%;
	display: block;
}


/* ENTRADA */
.at-share-tbx-element.addthis_32x32_style .at-share-btn,
.at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
	border-radius: 100px;
	overflow: hidden;
}

.adescripcion h3,
.adescripcion h2,
.adescripcion h1,
.adescripcion>blockquote {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	color: #121212;
	margin: 2em 0 0.6em;
}

.adescripcion>blockquote {
	font-style: italic;
}

.adescripcion h2 {
	font-size: 22px;
}

.adescripcion h1 {
	font-size: 26px;
}

.adescripcion>div iframe {
	margin: 0 auto !important;
	margin-left: auto;
	margin-right: auto;
}

.adescripcion a {
	color: #231f20;
	text-decoration: none;
	background-position: 0% 94%, 100% 94%, 0% 94%;
	background-repeat: no-repeat, no-repeat, repeat-x;
	text-decoration: none;
	-webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
	-moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
	background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
	text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
	background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#0034FF, #0034FF);
	background-image: -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#0034FF, #0034FF);
	background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff), -o-linear-gradient(#0034FF, #0034FF);
	background-image: -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#0034FF, #0034FF);
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#0034FF, #0034FF);
}

.adescripcion a:hover {
	color: #0034FF;
}

.adescripcion img {
	max-width: 100%;
}

/* Galeria de notas */
.psgaleria .owl-prev {
	left: 10px;
}

.psgaleria .owl-next {
	right: 10px;
}

.psgaleria .owl-dots {
	bottom: 7px;
}

.psgaleria .item.itemfoto {
	padding-bottom: 18px;
}

.psgaleria .item .fotolabel {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	color: #777;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* MetaData */
.metadata1 {
	color: #5D5D5D;
	font-size: 0;
	line-height: 26px;
}

.metadata1 .md {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 10px;
}

.metadata1 .md:last-child {
	margin-right: 0;
}

.categoriabox {
	display: inline-block;
	background: #e7ecff;
	color: #0034FF;
	border-radius: 4px;
	font-size: 10px;
	line-height: 20px;
	padding: 3px 10px;
	text-align: center;
	vertical-align: top;
	min-width: 70px;
}

.categoria {
	color: #121212;
	font-size: 13px;
	line-height: 2em;
	padding: 0 0;
	display: inline-block;
}

.categoria.csecundaria {
	color: #9d9d9d;
}

.categoria:hover {
	color: #0034FF !important;
}

.categorias .categoria {
	margin-right: 15px;
}

.categorias .categoria:last-child {
	margin-right: 0;
}

/* NOTAS */
.nota {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 8px;
}

.nota .indice {
	display: none;
}

.nota .imagen {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 278px;
	overflow: hidden;
	border-radius: 8px;
	background: #eee;
}

.nota .imagen .imagendisplay {
	width: 100%;
	height: 100%;
}

.nota .imagen .imagendisplay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nota .detalles {
	padding: 30px 55px;
}

.nota .titulo a {
	color: #121212;
	text-decoration: none;
}

.nota .subtitulo {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 20px;
	font-weight: 400;
	color: #747474;
	display: none;
}

.nota .categoria {
	margin-bottom: 10px;
}

.nota .metadata1 {
	margin-top: 26px;
}

.nota .imagendisplay:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.nota .titulo a:hover {
	color: #0034FF !important;
}

.nd0 .nota,
.nblack .nota {
	background: #090909;
}

.nd0 .nota .titulo a,
.nd0 .nota .metadata1 .md,
.nd0 .nota .categoria,
.nblack .nota .titulo a,
.nblack .nota .metadata1 .md,
.nblack .nota .categoria {
	color: #fff;
}

.nd0 .nota .detalles,
.nblack .nota .detalles {
	color: #fff;
}

/* GENERAL */
.notadefault .nota {
	background: #FFFFFF;
}

.notadefault .nota .detalles {
	padding: 20px;
}

.notadefault .nota .metadata1 {
	display: none;
}

.notageneral .nota .titulo {
	font-size: 18px;
	line-height: 1.5em;
}

.notageneral .nota .imagen {
	height: 220px;
}

.ndestacada .nota .subtitulo {
	display: block;
}

.notachica .nota {
	display: flex;
	align-items: center;
}

.notachica .nota .titulo {
	font-size: 11px;
}

.notachica .nota .imagen {
	height: 40px;
	width: 40px;
	min-width: 40px;
	border-radius: 3px;
}

.notachica .nota .detalles {
	padding: 0px 0px 0px 8px;
}

.columna .notachica {
	margin-bottom: 26px;
}

.columna .notachica:last-child {
	margin-bottom: 0;
}

.columna .notageneral {
	margin-bottom: 15px;
}

.columna .notageneral:last-child {
	margin-bottom: 0;
}

.notamasleida .indice {
	display: block;
	position: absolute;
	z-index: 4;
	left: 0;
	top: 16px;
	color: #fff;
	background: #121212;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	width: 28px;
	padding: 3px 0;
}

.notamasleida .imagen {
	width: 100%;
	height: 320px;
}

.notamasleida .detalles {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+46,0.85+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.85) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.85) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.85) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
	/* IE6-9 */
}

.notamasleida .titulo {
	font-size: 15px;
}

/* Una Columna Default y Compacto */
.listaunacolumna .ucd,
.listaunacolumna .ucc {
	margin-bottom: 24px;
}

.ucd .nota .metadata1,
.ucc .nota .metadata1 {
	display: block;
}

.ucd .nota .subtitulo,
.ucc .nota .subtitulo {
	display: block;
	margin-top: 10px;
}

.ucd .nota .titulo {
	font-size: 25px;
}

.ucd .nota .detalles {
	padding: 20px 30px;
}

.ucd .nota .imagen {
	height: 368px;
}

.ucc .nota {
	display: flex;
	align-items: center;
}

.ucc .nota .detalles {
	padding: 5px 16px;
}

.ucc .nota .titulo {
	font-size: 17px;
}

.ucc .nota .imagen {
	height: 170px;
	width: 220px;
	min-width: 220px;
}

.ucc .nota .metadata1 {
	margin-top: 18px;
}



/* DESTACADAS */
.destacadas {
	font-size: 0;
}

.destacadas .ndestacada {
	width: 33.33333333333333333%;
	display: inline-block;
	vertical-align: top;
}

.destacadas .nd0 {
	display: block;
	width: 100%;
}

.destacadas .nd0 .nota {
	display: flex;
	align-items: center;
}

.destacadas .nd0 .nota .titulo {
	font-size: 26px;
	line-height: 1.4em;
}

.destacadas .nd0 .imagen {
	width: 66.666666666666666%;
	height: 432px;
}

.destacadas .nd0 .detalles {
	width: 33.333333333333333%;
}


.listanotas {
	font-size: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.listanotas .item {
	width: 33.333333333333333%;
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 24px;
}

.categoria_holder {
	margin-bottom: 40px;
}

.categoria_holder .categoriamain {
	font-size: 36px;
	line-height: 1em;
	font-weight: 700;
	color: #121212;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.categoria_holder .categoriamain::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 3;
	right: -90px;
	top: 16px;
	background: #0034FF;
	width: 70px;
	height: 6px;
	border-radius: 10px;
}

.paginacion {
	text-align: center;
	margin-top: 30px;
}

.paginacion .cr {
	display: none;
}

.paginacion .btnpage {
	display: inline-block;
	vertical-align: top;
	border-bottom: 16px solid #fff;
	color: #666;
	margin: 0 3px;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 34px;
	font-weight: bold;
}

.paginacion .btnpage:hover {
	border-bottom: 16px solid #0034FF;
	color: #0034FF;
}

.paginacion .btnpage.active,
.paginacion .btnpage.active:hover {
	color: #121212;
	border-bottom: 16px solid #0034FF;
}

.topactions {
	width: auto;
	padding: 0 0 0;
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 10px;
}

.topactions a {
	display: inline-block;
	padding: 8px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 10px;
	margin-left: 10px;
	font-size: 11px;
	text-decoration: none;
}

.topactions a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.95);
}

/* Home */

.phome .p-categoria {
	padding: 110px 0;
	font-size: 0;
	border-bottom: 2px solid #EEEEEE;
	overflow: hidden;
}

.phome .pend {
	text-align: center;
	padding: 110px 0;
}

.phome .pend .superbtn {
	font-size: 40px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
	color: #121212;
}

.phome .pend .superbtn:hover {
	color: #0034FF;
}

.phome .p-categoria .informacion-categoria {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding-right: 50px;
}

.phome .p-categoria .informacion-categoria .titulo {
	text-transform: uppercase;
	color: #121212;
	text-decoration: none;
}

.phome .p-categoria .informacion-categoria .titulo h2 {
	font-size: 36px;
	line-height: 1em;
}

.phome .p-categoria .informacion-categoria .titulo:hover {
	text-decoration: underline;
}

.phome .p-categoria .informacion-categoria .descripcion {
	color: #666666;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 15px;
}

.phome .p-categoria .informacion-categoria .btntxt {
	margin-top: 45px;
}

.phome .p-categoria .contenedornotas {
	display: inline-block;
	vertical-align: top;
	width: 76%;
}

.phome .p-categoria .columnas {
	margin-left: -13px;
	margin-right: -13px;
	font-size: 0;
}

.phome .p-categoria .columna {
	display: inline-block;
	vertical-align: top;
	padding: 0 13px;
}

.phome .c-1fila .columna,
.phome .c-2filas .columna {
	width: 33.3333333333333333333333%;
}

.phome .c-5notas .columna {
	width: 50%;
	margin-bottom: 26px;
}

.phome .c-5notas .ctercio {
	width: 33.3333333333333333%;
}

/* PUBLICIDAD PORTADA */
.phome .publicidadcon {
	padding: 110px 0;
	font-size: 0;
	border-bottom: 2px solid #EEEEEE;
}

.phome .publicidad {
	height: auto;
	vertical-align: text-top;
	overflow: hidden;
	padding: 0 0;
	margin-left: -5px;
	margin-right: -5px;
	font-size: 0;
	padding: 0 0;
}

.phome .publicidad .pub {
	width: 25%;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
}

.phome .publicidad .pub.mediano {
	width: 50%;
}

.phome .publicidad .pub.grande {
	width: 100%;
}

.phome .publicidad .pub.tercio {
	width: 33.3333333333333333333333333%;
}

.phome .publicidad .pub.dostercios {
	width: 66.6666666666666666666666%;
}

.phome .publicidad .pub a {
	display: block;
	height: 100%;
	width: 100%;
}

.phome .publicidad .pub .anmovil {
	display: none;
}

.phome .publicidad .pub.center {
	margin: 0 20px;
}

.phome .publicidad .pub.mright {
	margin: 0 20px 0 0;
}

.phome .publicidad .pub .ad {
	border: 0;
	outline: 0;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
}

.phome .publicidad .pub:last-child {
	margin-right: 0;
}

/* Mas Leidas Portada */
.p-masleidas {
	padding: 50px 0;
	font-size: 0;
	border-bottom: 2px solid #EEEEEE;
	overflow: hidden;
}

.p-masleidas .contenedor {
	background: #121212;
	color: #fff;
	padding: 20px 0 35px;
}

.p-masleidas .informacion {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.p-masleidas .informacion h2 {
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 42px;
}

.p-masleidas .informacion .descripcion {
	font-size: 12px;
	line-height: 20px;
	max-width: 206px;
}

.carousel.o-masleidas .owl-nav {
	height: auto;
	width: auto;
	display: inline-block;
	position: absolute;
	z-index: 4;
	right: 60px;
	top: -40px;
}

.carousel.o-masleidas .owl-prev,
.carousel.o-masleidas .owl-next {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	display: inline-block;
}

/* Busqueda */
.busqueda {
	height: 32px;
	position: relative;
}

.busqueda form {
	height: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.busqueda .search {
	padding: 0 40px 0 10px;
	width: 100%;
	background: #F0F0F0;
	height: 100%;
	outline: 0;
	border: 0;
	border-radius: 6px;
	font-style: italic;
	font-size: 12px;
	color: #202020;
}

.busqueda .submit {
	position: absolute;
	z-index: 10;
	top: 1px;
	right: 5px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	outline: 0;
	border: 0;
	padding: 0 0;
	background: transparent;
	color: #202020;
	font-size: 14px;
	cursor: pointer;
}

.busqueda.busquedadirecta form {
	border-bottom: 1px solid #eee;
}

.busquedacontenedor {
	max-width: 500px;
	border-radius: 6px;
	background: #f0f0f0;
	padding: 20px;
	text-align: center;
	margin: 0 auto 70px auto;
}

.busquedacontenedor .busqueda {
	height: 50px;
}

.busquedacontenedor .busqueda form {
	width: 100%;
}

.busquedacontenedor .busqueda .search {
	width: 100%;
	background: #ddd;
	padding: 0 20px 0 56px;
	color: #121212;
}

.busquedacontenedor .busqueda .submit {
	color: #121212;
	top: 10px;
	left: 10px;
	font-size: 25px;
}

/* Cajas */
.rightbar .acaja {
	margin-bottom: 30px;
}

.rightbar .acaja:last-child {
	margin-bottom: 0;
}

.bcajac {
	display: block;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 15px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
}

.bcajac .cajatitulo {
	text-decoration: none;
	display: inline-block;
	color: #121212;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 18px;
	font-weight: 700;
	position: relative;
}

.bcajac a.cajatitulo:hover {
	color: #0034FF;
	text-decoration: none;
}

.bcajac .cajatitulo::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 3;
	right: -50px;
	top: 6px;
	background: #0034FF;
	width: 40px;
	height: 2px;
	border-radius: 10px;
}

.acnotaanota {
	height: 310px !important;
}

.acnotaanota .naninterno {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

.cajanotas .item {
	margin-bottom: 12px;
}

.cajanotas .item:last-child {
	margin-bottom: 0;
}

.cnmasleidas .item .nota .indice {
	display: block;
	position: absolute;
	z-index: 4;
	left: 2px;
	top: 2px;
	color: #fff;
	background: #121212;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
	width: 14px;
	padding: 1px 0;
}

/* PUBLICIDAD */
.acpublicidad {
	width: 100%;
}

.acpublicidad .pub {
	float: left;
	margin-bottom: 8px;
}

.acpublicidad .pub .pubinterno {
	width: 100%;
}

.acpublicidad .pub.chico {
	width: 100%;
}

.acpublicidad .pub a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.acpublicidad .pub .ad {
	vertical-align: top;
	width: 100%;
}

.acpublicidad .pub .anmovil {
	display: none;
}

.acpublicidad .pub:last-child {
	margin-bottom: 0;
}

/* LISTA ACTIVIDAD */
.listaactividad {
	width: 100%;
}

.listaactividad .elemento {
	margin-top: 35px;
	position: relative;
	text-align: left;
}

.listaactividad .elemento:first-child {
	margin-top: 0;
}

.listaactividad .elemento .elmcon {
	position: relative;
	width: 100%;
	padding-left: 60px;
}

.listaactividad .box {
	border-radius: 0 0 2px 2px;
	margin-bottom: 0;
}

.listaactividad .elemento .estatus {
	border-radius: 4px 4px 0 0;
}

.listaactividad .informacion {
	font-size: 0;
	margin-bottom: 10px;
}

.listaactividad .mensaje {
	word-wrap: break-word;
	font-size: 15px;
	line-height: 1.4em;
}

.listaactividad .mensaje p:first-child {
	margin-top: 0;
}

.listaactividad .usuario {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	position: relative;
}

.listaactividad .pp {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.listaactividad .pp .ppimg {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.listaactividad .usuario .nombre {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0;
	position: relative;
	z-index: 5;
	color: #14171A;
}

.listaactividad .fecha {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	text-align: right;
	color: #9d9d9d;
	margin-left: 10px;
}

/* LISTA COMENTARIOS */
.clistacomentarios {
	max-width: 654px;
}

.clistacomentarios .elemento {
	margin-top: 5px;
}

.clistacomentarios .elemento .elmbox {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
}

.clistacomentarios .informacion {
	margin-bottom: 2px;
}

.clistacomentarios .respuestasc {
	padding-left: 70px;
	padding-top: 5px;
}

.clistacomentarios .respuestas {
	border-left: 3px solid #ccc;
	padding-left: 6px;
}

.nnota .acomentarios {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	position: relative;
	z-index: 5;
	margin-top: 30px;
}

.nnota .acomentarios .abierto,
.nnota .acomentarios.vercomentarios .cerrado {
	display: none;
}

.nnota .acomentarios.vercomentarios .abierto {
	display: block;
}

.nnota .acomentarios .inputmensaje {
	background: #fafafa;
}

.nnota .comentarioscontenedor {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #121212;
}

.nnota .comentarioscontenedor .totalcomentarios {
	margin-bottom: 10px;
}

.detallesepisodio {
	display: flex;
	align-items: start;
	margin-top: 40px;
}

.detallesepisodio .linea {
	width: 70px;
	height: 2px;
	background: #E31B7A;
	margin: 35px 0;
}

.detallesepisodio .media {
	width: 60%;
	height: auto;
	vertical-align: top;
}

.detallesepisodio .detalles {
	width: 40%;
	padding-left: 40px;
}

.detallesepisodio .escucha {
	display: flex;
	align-items: center;
}

.plataformas .enlace {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin-left: 12px;
	font-size: 18px;
}

.plataformas .enlace:hover {
	color: #E31B7A;
}


@media screen and (max-width:1240px) {
	.wrap.wrapsmall {
		max-width: 560px;
	}
}

@media screen and (max-width:1024px) {
	.phome .p-categoria .informacion-categoria .titulo h2 {
		font-size: 26px;
	}

	.nota .detalles {
		padding: 30px;
	}

	.wrap.wrapsmall {
		max-width: 760px;
	}
}

@media screen and (max-width:840px) {
	.carousel.o-masleidas .owl-nav {
		right: 20px;
	}

	.nota .titulo,
	.destacadas .nd0 .nota .titulo {
		font-size: 18px;
		line-height: 1.4em;
	}

	.nota .subtitulo {
		line-height: 1.5em;
	}

	.notageneral .nota .titulo {
		font-size: 16px;
	}

	.phome .p-categoria .informacion-categoria .btntxt {
		display: none;
	}

	.phome .p-categoria .informacion-categoria {
		width: 100%;
		max-width: 450px;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.phome .p-categoria .informacion-categoria .titulo h2 {
		font-size: 36px;
	}

	.phome .p-categoria .contenedornotas {
		width: 100%;
	}

	.columna .notachica {
		margin-bottom: 15px;
	}

	.nnota .tagline {
		max-width: 570px;
	}

	.nnota .ncolumnas .ncl {
		width: 100%;
	}

	.nnota .ncolumnas .ncsep {
		display: none;
	}

	.nnota .ncolumnas .ncr {
		width: 100%;
		margin-top: 60px;
	}

	.detallesepisodio {
		display: block;
	}

	.detallesepisodio .media {
		width: 100%;
	}

	.detallesepisodio .detalles {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
}


@media screen and (max-width:560px) {
	.phome .pend .superbtn {
		font-size: 22px;
	}

	.columna .item {
		margin-bottom: 0 !important;
	}

	.phome .c-1fila .columna,
	.phome .c-2filas .columna,
	.phome .c-5notas .columna {
		width: 100%;
		margin: 0;
	}

	.phome .p-categoria {
		padding: 50px 0;
	}

	.phome .publicidadcon {
		padding: 50px 0;
	}

	.p-masleidas .informacion .descripcion {
		display: none;
	}

	.nota .subtitulo {
		display: none;
	}

	.nota .detalles {
		padding: 30px 20px;
	}

	.nota .metadata1 {
		display: none;
	}

	.p-categoria .nota .titulo,
	.cajanotas .nota .titulo {
		font-size: 13px;
	}

	.p-categoria .nota,
	.cajanotas .nota {
		display: flex;
		align-items: center;
		margin-top: 10px;
	}

	.p-categoria .nota .imagen,
	.cajanotas .nota .imagen {
		height: 70px;
		width: 92px;
		min-width: 92px;
	}

	.p-categoria .nota .detalles,
	.cajanotas .nota .detalles {
		padding: 5px 10px;
	}

	.p-categoria .ni0 .nota {
		display: block;
		margin-top: 0;
	}

	.p-categoria .ni0 .nota .imagen {
		width: 100%;
		height: 220px;
	}

	.p-categoria .ni0 .nota .detalles {
		padding: 17px 20px;
	}

	.p-categoria .ni0 .nota .titulo {
		font-size: 16px;
	}

	.destacadas .ndestacada {
		padding: 0 15px;
		width: 100%;
	}

	.destacadas .ndestacada .nota {
		display: flex;
		align-items: center;
		margin-top: 10px;
	}

	.destacadas .ndestacada .nota .imagen {
		height: 106px;
		width: 126px;
		min-width: 126px;
	}

	.destacadas .ndestacada .nota .detalles {
		padding: 0 0 0 17px;
	}

	.destacadas .ndestacada.nd0 {
		padding: 0;
	}

	.destacadas .nd0 .nota {
		display: block;
		margin-top: 0;
	}

	.destacadas .nd0 .nota .titulo {
		font-size: 20px;
	}

	.destacadas .nd0 .nota .detalles {
		padding: 38px 18px;
		width: 100%;
	}

	.destacadas .nd0 .nota .subtitulo {
		display: block;
	}

	.destacadas .nd0 .nota .imagen {
		height: 444px;
		width: 100%;
	}

	.phome .publicidad .pub {
		width: 100%;
		margin: 2px 0;
	}

	.phome .publicidad .pub.mediano,
	.phome .publicidad .pub.tercio,
	.phome .publicidad .pub.dostercios {
		width: 100%;
	}

	.phome .publicidad .pub .ad.andesktop {
		display: none;
	}

	.phome .publicidad .pub .ad.anmovil {
		display: block;
	}

	.acnotaanota {
		height: 290px !important;
	}

	.acpublicidad .pub .ad.andesktop {
		display: none;
	}

	.acpublicidad .pub .ad.anmovil {
		display: block;
	}

	.cajanotas .item {
		margin-bottom: 10px;
	}

	.listanotas {
		margin-left: -5px;
		margin-right: -5px;
	}

	.listanotas .item {
		width: 50%;
		padding: 0 5px;
	}

	.listanotas .notadefault .nota .detalles {
		padding: 10px 10px;
	}

	.listanotas .notageneral .nota .titulo {
		font-size: 14px;
	}

	.listanotas .notageneral .nota .imagen {
		height: 120px;
	}

	.paginacion .btnpage {
		font-size: 22px;
		padding: 6px 6px;
	}

	.adescripcion h2 {
		font-size: 18px;
	}

	.adescripcion h1 {
		font-size: 22px;
	}

	.listaactividad .mensaje {
		font-size: 13px;
	}

	.clistacomentarios .respuestasc {
		padding-left: 28px;
	}
}

@media screen and (max-width:444px) {
	.nnota .titulo {
		font-size: 28px;
	}

	.nnota .tagline {
		font-size: 15px;
	}

	.nnota .nencabezado {
		padding: 0 0;
	}

	.nnota .articulo,
	.nnota .acomentarios {
		padding: 30px 20px;
	}

	.nnota .metadata2 {
		margin-bottom: 26px;
	}

	.nnota .metadata2 .social {
		display: none;
	}

	.metadata2 .mdcategoria {
		margin-right: 3px;
		margin-bottom: 3px;
	}

	.metadata2 .mdcategoria .texto {
		padding: 6px 10px;
	}

	.nnota .metadata2 .md {
		margin-right: 3px;
		margin-bottom: 3px;
		padding: 6px 10px;
	}

	.adescripcion {
		font-size: 14px;
		line-height: 1.8em;
	}

	.autor .autorc {
		padding-left: 85px;
	}


	.ucd .nota .detalles {
		padding: 15px 10px;
	}

	.ucd .nota .titulo {
		font-size: 20px;
	}

	.ucc .nota .imagen {
		height: 90px;
		width: 90px;
		min-width: 90px;
	}

	.ucc .nota .subtitulo {
		display: none;
	}

	.ucc .nota .titulo {
		font-size: 14px;
	}

	.ucc .nota .detalles {
		padding: 4px 10px;
	}

	.ucc .nota .metadata1 {
		margin-top: 10px;
	}
}

@media screen and (max-width:400px) {
	.nnota .titulo {
		font-size: 25px;
	}

	.categorias .categoria {
		margin-right: 10px;
	}
}