.texto-treinamentos{
	width:100%;
	min-height:10px;
	font-size:12px;
	font-family:'robotolight';
	text-align:justify;
}
.botoes-treinamentos{
	width:100%;
	min-height:10px !important;
	padding-bottom:15px !important;
	margin-top:20px !important;
}
.botoes-treinamentos li div{
	width:100%;
	float:left;
	height:40px;
	margin-bottom:5px;
	cursor:pointer;
	line-height:40px;
	background-color:#EEEEEE;
	color:#484848;
	font-size:12px;
	font-family:'robotolight';
	text-align:center;	
}
.botoes-treinamentos li{
	padding:0px !important;	
	padding-right:5px !important;
}
.treinamentos-conteudo{
	width:100%;
	min-height:50px;	
	position:relative;
}
.treinamentos-descricao{
	position:absolute;
	left:0px;
	top:0px;
	font-family:'robotolight';
	font-size:12px;
	text-align:justify;	
	padding-right:5px !important;
}
.treinamentos-atual{
	background-color:#ED1D23 !important;
	color:#FFF !important;
}
.treinamentos-descricao img{
	float:left;
	padding-right:10px !important;	
}
@media only screen and (max-width: 767px) {
	.treinamentos-descricao img{
		padding-right:0px !important;	
		padding-bottom:10px !important;
	}
}