div#ListaTemas div.Categoria
{
	margin-top: 10px;
	background: #eeeeee;
	width: 220px;
	padding: 10px 6px 10px 6px;
	margin-right: 20px;
}

div#ListaTemas div.TituloCategoria
{
	cursor: hand;
	background: url("FundoTituloListaTemas.png") bottom left no-repeat;
	width: 219px;
	height: 25px;
	/*border: 1px solid #f00;*/
}
div#ListaTemas div.LinksDosTemas
{
}
div#ListaTemas a.Item
{
	display: block;
	width: 219px;
	height: 27px;
	background: url("FundoListaTemas.jpg") bottom left no-repeat;
	/*border-top: 2px solid #f3f3ec;
	border-bottom: 1px solid #b5b28c;*/
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 3px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: normal;
	color: #635e47;
	text-decoration: none;
}
div#ListaTemas a:hover
{
	background: url("FundoTituloListaTemasHover.png") bottom left no-repeat;
	color: #4a4b3c;
}
div#ListaTemas a.ItemDestacado
{
	display: block;
	width: 219px;
	height: 27px;
	background: url("FundoTituloListaTemasHover.png") bottom left no-repeat;
	/*border-top: 2px solid #f3f3ec;
	border-bottom: 1px solid #b5b28c;*/
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 3px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: normal;
	color: #4a4b3c;
	text-decoration: none;
}
div#ListaTemas a.ItemDestacado a:hover
{
	display: block;
	width: 219px;
	height: 27px;
	background: url("FundoListaTemas.jpg") bottom left no-repeat;
	/*border-top: 2px solid #f3f3ec;
	border-bottom: 1px solid #b5b28c;*/
	padding-bottom: 2px
	padding-right: 5px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: normal;
	color: #4a4b3c;
	text-decoration: none;
}