﻿#areaFiltro
{
	margin: 0 auto 15px;
}

/* TABLE CSS */
.tableCol
{
	display: table-column;
}

.tableColGroup
{
	display: table-column-group;
}

.tableCell
{
	display: table-cell;
}

.tableRow
{
	display: table-row;
	height: 35px;
}

.tableBody
{
	display: table-row-group;
}

.table
{
	border-collapse: collapse;
	display: table;
	width: 100%;
}
/* ========= */
