.cnAbas {width:100%; overflow:hidden; height:auto;margin: 50px 0 30px;}
.cnAbas #header {width:100%; overflow:hidden; cursor:hand;}
.cnAbas #content {width:100%; border-top: solid 1px #d9d9d9;overflow:hidden; height:auto;}
.cnAbas .abas {display:inline;}
.cnAbas .abas li {float:left;list-style-type: none !important;}
.aba {width:auto; margin-right: 10px;padding: 5px 20px 0;height:30px; border-radius:5px 5px 0 0;text-align:center; background:#417bc1;color: #fff;transition:all 0.3s ease;}
.ativa {background:#028969;transition:all 0.3s ease;}
.ativa span, .selected span {color:#fff;}
.cnAbas .conteudo {display:none; height:auto;padding: 20px;}


@media only screen and (max-width: 767px) {
	.cnAbas .abas li {float: none;}
	.cnAbas .conteudo {padding: 20px 0;}
	ul.abas {overflow-x: scroll;display: -webkit-inline-box !important;overflow-y: scroll;max-width: 100%;margin: 0;}
}