.div_uc h3 .subtitulos { font-weight: bold; color: #ac2929 }
.div_uc p .subtitulos { font-weight: bold; color: #ac2929 }

.div_uc p.encastre { font-weight: bold; color: #ac2929; font-size: 2.2em }

ul,li {
    display: block;
}

.div_uc li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    color: #ac2929;
	line-height: 1.6em;
	padding-right: 0.6em
}



.div_cat li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    color: #ac2929;
	line-height: 1.6em;
	padding-right: 0.6em
}