/* =========================
   LISTADO NOTICIAS
========================= */

.sn-noticia-imagen{
	width: 100%;
	height: 500px;
}

.sn-noticia-imagen img{
	width: 100%;
}

.sn-noticia-titulo a{
	font-size: 36px !important;
}

.sn-sidebar-buscador form input.search-field{
	width: 70%;
	height: 50px;
	border-radius: 4px !important;
	padding-left: 20px !important;
}

.sn-sidebar-ultimas li{
	border-bottom: .5px solid white;
	padding-bottom: 10px;
}
.sn-sidebar-ultimas li:last-child{
	border-bottom: 0px !important;
}

.sn-sidebar-categorias ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sn-sidebar-categorias ul li a{
	background-color: #FFB300 ;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	color: black;
}
.sn-sidebar-categorias ul li a:hover{
	background-color:black  ;
	color: #FFB300;
}