/*Para la barra lateral*/
.sidebar_main {
		margin-bottom: 6px!important;
}
.sidebar_main > a {
    color: #002b51;
		border-bottom: 2px solid #f79d42;
		text-transform: uppercase;
		padding-bottom: 2px!important;
		font-size: 1em;
		font-family: "Aldrich";
		transition: 0.4s;
}
.sidebar_main > a:hover{
		color: #015aa9;
		border-bottom: 3px solid #f79d42;
}

.sidebar_sub {
		padding-top: 10px!important;
}
.sidebar_sub > a {
		color: #757470;
		transition: 0.4s;
}
.sidebar_sub > a:hover {
		color: #2a2a29;
}

/*Para las noticias*/
.custom_news > li {
    margin-bottom: 10px;
		padding: 5px;
}
.custom_news > li > a {
    color: #f79d42;
		text-decoration: none;
		border-bottom: 1px solid #f79d42;
		transition: 0.4s;
}
.custom_news > li > a:hover {
		border-bottom: 2px solid #f79d42;
		text-decoration: none;
		font-size:1.1em;
}
.custom_news > li > time {
    color: #757470;
}
.custom_news > li > div {
    color: #757470;
		font-style: italic;
}