﻿.titulo_conteudo
{
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #083e7d;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.subtitulo_conteudo
{
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #083e7d;
	text-align: left;
	margin-bottom: 15px;
}

.destaque_conteudo
{
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #083e7d;
	text-align: left;
}

.subdestaque_conteudo
{
	display: block;
	font-family: Arial;
	font-size: 13px;
	color: #496583;
	text-align: left;
	margin-bottom: 15px;
}

.texto_conteudo
{
	display: block;
	font-family: Arial;
	font-size: 13px;
	color: #496583;
	text-align: justify;
}
 
.texto_conteudo a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #496583;
	text-decoration: none;
}

.texto_conteudo a:hover
{
	text-decoration: underline;
}

.data_conteudo_div
{
	display: block;
	border-bottom: solid 1px #dee2e6;
	height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dia_da_semana_conteudo
{
	float: left;
	font-family: Arial;
	font-size: 13px;
	color: #083e7d;
}

.data_hora_conteudo
{
	float: right;
	font-family: Arial;
	font-size: 13px;
	color: #083e7d;
}

.img_link_div
{
	margin-top: 20px; 
	margin-bottom: 10px; 
	margin-left: 25px;
}

.img_link_div img
{
	vertical-align: middle;
}

.img_link_div a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #496583;
	text-decoration: none;
}

.img_link_div span
{
	font-family: Arial;
	font-size: 13px;
	color: #496583;
	text-decoration: none;
}

.img_link_div a:hover
{
	text-decoration: underline;
}
