.actuality {
	/*height: 450px;
    border: 1px solid red;
    margin-bottom: 20px;
	border-radius: 3px;*/
}
/*@media (min-width:1500px){.col-lg-2 .actuality-img{height: 210px;}}
@media (min-width:992px){.col-md-3 .actuality-img{height: 190px;}}*/
.blog-title-index{color: red;font-size: 22px;}
/*.actuality-img {height: 300px;text-align: center;}*/
.actuality-body {height: 210px;padding: 7px;}
.actuality-date {	padding-bottom: 5px;}
.actuality-img img {height: 100%;}
.actuality-title {margin-top: 5px;height: 53px;overflow: hidden;}
.categories-panel {margin-top: 20px;border: 1px solid rgb(198, 198, 198) !important;}
.blog-tags-homepage {padding-bottom: 20px;}
.blog-tag-homepage > a {
    border: 2px solid #FE0A0A; /* rgb(198, 198, 198); */
    float: left;
    display: inline-block;
    padding: 10px;
    color: #777;
    margin: 2px;
	border-radius: 6px;
}

.blog-tag-homepage > a:hover, .blog-tag-homepage > a:focus{
	background-color: #FE0A0A !important;
    color: #fff !important;
	text-decoration: none;
}

.selected-tag > a{
	color: white !important;
	background-color: #f00303;
}

.actuality  .glyphicon-calendar {
	color: #FE0A0A;
}



