table td.titulo {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #e5e5e5;
	color: #003366;
}
table td.titulo-pri {    
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #26405A;
	color: #FFFFFF;
	padding: 7px;
}

table.lista {
	width: 100%;
	padding-left:1px;
}


table.lista, table.lista tr, table.lista td {
	border: 1px solid #E5e5e5;
	border-collapse: collapse;
	text-align: center;
}

table.lista td {
	min-height: 20px;
}
