/***** reset de definicao no geral.css ******************/
#painelConteudo #listaTrabalhos {
	line-height:0;
	list-style:none;
	margin:0;}
#painelConteudo #listaTrabalhos LI{margin-bottom:0;}
/*******************************************************/


#listaTrabalhos LI{
	display:inline;
	position:relative;}
	
#listaTrabalhos A:hover{text-decoration:none;}

#listaTrabalhos IMG{
	border-right:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	margin:6px;}
LI:hover IMG{opacity:0.8;}  /* manter sem filter */

.legenda{display:none;}
LI:hover .legenda{
	display:block;
	left:60px;
	position:absolute;
	top:-5px;
	z-index:10;}

.bgTransparente{ /* .legenda .bgTransparente  */
	background-color:#FFFFBB;
	filter:alpha(opacity=80);
	opacity:0.8;}
.texto{ /* .legenda .texto  */
	line-height:130%;
	padding:8px;
	position:relative;
	white-space:nowrap;
	z-index:2;}	