.richtext ol li {
    padding: 15px 0 0 150px;
    font-size: 14px;
}

.richtext ol > li {
    margin: 0;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}

.richtext ol > li:before {
    display: block;
    width: 50px;
    height: 50px;
    font-weight: bold;
    text-align: right;
    content: counter(item);
    margin-left: -60px;
    position: absolute;
    top: 6px;
    color: #a6a6b7;
    font-size: 40px;
    font-family: "Open Sans Condensed";
}

.richtext ul li {
	position: relative;
	text-indent: 13px;
	font-size: 14px;
	padding-left: 150px;
}

.richtext ul li:before {
	position: absolute;
	left: 150px;
	content: "\2022";
	width: 10px;
	text-indent: 0;
	line-height: 23px;
	height: 20px;
	font-size: 16px;
}

.richtext ul li ul li {
	padding-left: 0;
}

.richtext p .legenda-imagem {
	margin-top: -20px;
}

.richtext p img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.richtext p {
	clear: both;
}

.richtext p:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;

}

.imagem-4colunas {
	display: block;
}

.richtext .imagem-4colunas img {
	height: auto !important;
	width: 620px !important;
	max-height: none !important;
	max-width: 620px;
	margin-left: -150px;
}

.richtext a, a:visited {
	/*color: #31313f;*/
	color: #005bff;
	font-weight: bold;
	text-decoration: underline;
}
	
.richtext  a:hover {
	color: #515151;
	text-decoration: none;
}

ol > li > .titulo-lista:first-child {
    display: block;
	font-weight: bold;}


.richtext table {
	width: 470px;
	margin-left: 150px;
	margin-bottom: 15px;
}
	
.richtext table td {
	padding: 8px;
	font-size: 14px;
}

.richtext table tr:nth-child(even), .richtext table tr.even {
    background-color: #eee;
	
}

.richtext table p {
	padding-left: 0px;
}

.richtext table th {
	font-weight: bold;
    font-size: 14px;
    background-color: #646464;
    color: #fff;
    text-align: center;
    padding: 10px;
}
	

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.titulo-lista {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 17px;
}

.titulo-negrito {
    font-weight: bold;     font-size: 17px;
}

.imagem-4colunas {

}

.legenda-imagem {
font-style: italic; color: #525261; font-size: 13px; display: block;
}

.bibliografia {
text-align: right; display: block;
}

