@charset "utf-8";



a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.titulo_m {
	font-size: 14px;
	font-weight: bold;
}

.titulo_g {
	font-size: 20px;
	font-weight: bold;
}

.descricao_p {
	font-size:11px;
}

#colunas #conteudo {
	font-size: 14px;
}

.botao {
	cursor: pointer;
}

.underline:hover {
	text-decoration: underline;
}

.titulo_italico {
	font-style:italic;
	font-size:19px;
}

.titulo_grande {
	font-size:23px;
	font-weight: bold;
}







