﻿.topicos
{
	position: relative;	
}

.coluna_esquerda
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	font-size: 16px;
}

.coluna_direita
{
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	font-size: 16px;
}

.texto_laranja
{
	color: #ea9111;
	font-weight: bold;
}

.fim
{
	padding-bottom: 50px;
}
