
.noticia_portada_grande_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:800px;
	height:500px;
	z-index:0;
	overflow:hidden;
	position:relative;
}

.noticia_portada_grande_articulo .capa_transparencia {
	width:800px;
	height:150px;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	position:absolute;
	z-index:1;
}

.noticia_portada_grande_articulo .capa_articulo {
	width:790px;
	height:auto;
	bottom: 0;
	position:absolute;
	margin:10px;
	z-index:1;
	padding-left:5px;
	padding-right:5px;	
}

.noticia_portada_grande_titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding-bottom:5px;
}

.noticia_portada_grande_titulo_principal:hover {
	color:#ff0000;
}

.noticia_portada_grande_copete {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding-top:10px;
	font-weight:normal;
	color:#ffffff;
}

.noticia_portada_grande_separador {

	height:0px; 
	background-color:#c0c0c0;
}

.noticia_portada_grande_social {
	position:absolute;
	top:0;
	z-index:2;
}


.noticia_portada_grande_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:600px;
	width: 800px;
	position: absolute; 
	top: 0px;
	z-index: 0;
}

.noticia_portada_grande_imagen {
	filter:none;
	margin-left: auto;
    margin-right: auto;
    display: block;
	height:500px;
	width:auto;
	z-index: 1;
	position: relative;
	

}

.noticia_portada_grande_imagen:hover {

}

.noticia_portada_grande_galeria {
	width:800px;
	height:500px;
	background-color: #000;
	position:relative;

}

.noticia_portada_grande_volanta {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding-top:10px;
	font-weight:bold;
	color:#ffff00;
}
 
.noticia_portada_grande_audios {
	position:absolute;
	top:0;
	z-index:3;
	width:300px;
	display:none;
}

