﻿#noticia
{
	line-height:18px;
	text-align:justify;
	padding: 0 30px 10px 0;
}

#noticia p
{	
	font-size: var(--font-size-scale-up-01);
	color: var(--gray-50);
	font-weight: var(--font-weight-medium);
}

#dataNoticia {
	font-size: var(--font-size-scale-base) !important;
	color: var(--gray-50) !important;
	font-weight: var(--font-weight-semi-bold) !important;
}

#noticia ol 
{
	list-style-type: decimal;	
	margin: 5px 0 5px 35px;
}

#noticia ul
{
	margin: 5px 0 5px 35px;
}

#noticia li > ul
{
	display:none;
}

table tr:first-child {
	background-color: var(--gray-10);
}

table tr:first-child > td {
	color: var(--blue-warm-vivid-60);
	font-weight: var(--font-weight-bold);
}

.filtroNoticia {
	width: 400px;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: var(--yellow-vivid-20);
	z-index: 1;
}

.filtroNoticia:before {
	color: var(--blue-warm-vivid-60);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: var(--font-size-scale-up-03);
	content: "\f0de";
	position: absolute;
	top: -16px;
}