table.estiloListado {
	/*width: 100%;*/
	margin-bottom: 1em;
	color: black;
	/*font-size: 80%;*/
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #5F6565;
}
table.estiloListado caption {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 0.5em;
}
table.estiloListado th {
	background-color: #fea;
	border: 0.1em solid black;
}
table.estiloListado td {
	text-align: left;
	border: 0.01em solid white;
}
table.estiloListado tr.cabeceira {
	text-align: left;
	border: 0.01em solid white;
	background-color: #D0DCE0;	
}
table.estiloListado td.cabeceira {
	text-align: center;
	border: 0.01em solid white;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	/*font-weight: bold;*/
	text-decoration: none;
	text-transform: none;
}
table.estiloListado a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: gray;
	font-weight: none;
	text-decoration: none;
	vertical-align: top;
}
table.estiloListado tr.par {
	background-color:#ADD8E6;;
}
table.estiloListado tr.impar {
	background-color:#D9E6F2;;
}
table.estiloListado tr:hover {
	background-color: #ffc;
}
table.estiloListado tr:hover td {
	border-top: 0.01em solid blue;
	border-bottom: 0.01em solid blue;
}

