.noticia_portada_chica_articulo {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.39);
	width: 390px;
	height: 250px;
	z-index: 0;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

/* Degradado más oscuro */
.noticia_portada_chica_articulo .capa_transparencia {
	width: 390px;
	height: 140px;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.65) 35%,
		rgba(0, 0, 0, 0.92) 100%
	);
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.noticia_portada_chica_articulo .capa_articulo {
	width: 380px;
	height: auto;
	padding: 10px;
	bottom: 0;
	position: absolute;
	z-index: 2;
	/* Degradado de respaldo más oscuro */
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0.55) 55%,
		rgba(0, 0, 0, 0) 100%
	);
	padding-top: 18px;
	padding-bottom: 10px;
	border-radius: 3px;
}

.noticia_portada_chica_titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
	display: inline-block;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.7);
	line-height: 1.25;
}

.noticia_portada_chica_titulo_principal:hover,
.noticia_portada_chica_titulo:hover {
	color: #ff0000;
}

.noticia_portada_chica_copete {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-top: 6px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 0 8px rgba(0, 0, 0, 0.6);
	line-height: 1.35;
	display: block;
}

.noticia_portada_chica_separador {
	height: 0px;
	background-color: #c0c0c0;
}

.noticia_portada_chica_social {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 300px;
}

.noticia_portada_chica_blur {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	background-position: center;
	background-size: auto, cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	filter: blur(5px);
	height: 250px;
	width: 390px;
	position: absolute;
	top: 0px;
	z-index: 0;
}

.noticia_portada_chica_imagen {
	filter: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 250px;
	width: auto;
	z-index: 1;
	position: relative;
}

.noticia_portada_chica_imagen:hover {
}

.noticia_portada_chica_galeria {
	width: 390px;
	height: 250px;
	background-color: #000;
	position: relative;
}

.noticia_portada_chica_volanta {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	color: #ffff00;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.noticia_portada_chica_audios {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 300px;
	display: none;
}