#noticias_fondo {
	background-image: url("../img/fondo_noticias.svg");
	background-size: cover;
}
.subtitulo_rss {
	width: 100%;
	height: auto;
	margin: 2% 0% 0% 0%;
	padding: .5% 10%;
	font-family: 'Signika Light';
	font-size: 2em;
	color:#002F6C;
}
.avisos_basal {
	width: 70%;
	margin-left: 10%;
	padding: 10px;
	overflow: auto;
}
.tit_avisos {
	font-family: "Signika SemiBold";
	color: #11132D;
	font-size: 1.5em;
	line-height: 1;
}
.fecha_avisos {
	font-family: "Signika Light";
	color: #11132D;
	font-size: 1em;
}
.indicador_avisos {
	width: 40px;
    margin: 7px;
    float: left;
}
.indicador_avisos:hover {
	filter: grayscale(100%);
}
.tit_avisos:hover {
	color: #B3B3B3;
}
.feed-container {
    width: auto;
    height: auto;
	margin: 1% 0% 1% 10%;
}
.news {
    width: 100%;
    height: 82px;
    padding: 1px;
    overflow: hidden;
    margin: 2% 0% 0% 0%;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.newsTitle {
	font-size: 20px;
	font-weight: 300;
}
.newsTitle a {
	font-family: "Signika SemiBold";
	text-decoration: none;
	color: #002F6C;
	line-height: 28px;
	overflow: hidden;
}
.newsDate {
    font-family: "Signika Light";
    color: #11132D;
    margin: -23px 0px 4px 0px;	
}
.newsshortBodyPlain {
	font-family: "Signika SemiBold";
    color: #2F2F2F;
    margin: -2% 0% 1% 3%;;
}
/*
.news:nth-child(1) .newsSource {
	background: linear-gradient(to right,#4c1c97,#621e9d);
} */
.news.feed-cell:nth-child(1){
	display:table-row-group;
}
.news.feed-cell:nth-child(2){
	display:table-row-group;
}
.news.feed-cell:nth-child(3){
	display:table-row-group;
}
.news.feed-cell:nth-child(4){
	display:table-row-group;
}
.news.feed-cell:nth-child(5){
	display:table-row-group;
}