
@font-face {
	font-family: 'BebasNeue';
	src: url('BebasNeue.eot?') format('eot'), 
	     url('BebasNeue.otf')  format('opentype'),
	     url('BebasNeue.woff') format('woff'), 
	     url('BebasNeue.ttf')  format('truetype'),
	     url('BebasNeue.svg#BebasNeue') format('svg');
}
.sub-folders ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-folders ul li{
    display: block;
    list-style: none;
    margin: 5px 0;
}
.sub-folders ul li a{
    display: inline-block;
    padding: 5px 7px;
    border-bottom: 2px solid lightseagreen;
    color: lightseagreen;
    font-weight: bold;
}
.sub-folders ul li a:hover{
    text-decoration: none;
}
.sub-folders ul li a::before{
    content: '\f07c';
    font-family: 'FontAwesome';
    color: inherit;
    display: inline-block; width: 40px;
    text-align: center;
}

.boletin {background-color: none!important;}
.leading-0{background-color: #f3f3f3!important;}
.blog-informate-noticias.boletin .post_content img {
    width: 60%;}



