
.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;
}

.noticia_portada_chica_articulo .capa_transparencia {
	width:390px;
	height:150px;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	position:absolute;
	z-index:1;
}

.noticia_portada_chica_articulo .capa_articulo {
	width:380px;
	height:auto;
	padding:10px;
	bottom: 0;
	position:absolute;
	z-index:1;
 	
}

.noticia_portada_chica_titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding-bottom:5px;
}

.noticia_portada_chica_titulo_principal:hover {
	color:#ff0000;
}

.noticia_portada_chica_copete {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-top:10px;
	font-weight:normal;
	color:#ffffff;
}

.noticia_portada_chica_separador {

	height:0px; 
	background-color:#c0c0c0;
}

.noticia_portada_chica_social {
	position:absolute;
	top:0;
	z-index:2;
    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;
}
 
.noticia_portada_chica_audios {
	position:absolute;
	top:0;
	z-index:3;
	width:300px;
	display:none;
}

