/* titulo e resumo do curso no datalist */
DIV.CAPA .tituloCurso {
	color: #004d9d;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

DIV.CAPA td.titulo {
  background-image: url(images/lt.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

DIV.CAPA { float: left; }
DIV.CAPA a { color: #4e4847; text-align: left; text-decoration: none; }
DIV.CAPA a:hover { text-decoration: underline; }
DIV.CAPA a.titulo { color: #e67717; font-weight: bold; }
DIV.CAPA a.resumo { color: #4e4847; font-size: 11px; }

DIV.NewsCol { float: left; width: 291px; }
html>body DIV.NewsCol { width: 313px; }

#Capa { float: left; height: 100%; width: 205; }

#CapaTitulo { background: url(images/lt.gif) no-repeat left bottom; color: #e67717; font-size: 16px; font-weight: bold; margin-bottom: 5px; text-align: left; }

#CapaImagem { float: left; margin: 5 5 0 0; }

#CapaTexto { float: left; font-size: 11px; height: 170px;}

#CapaBotoes { bottom: 0; position: relative; }

#CapaMais { float: right; }

#CapaCompre { float: left; }

#BarraDestaque { float: right; width: 260px; }
html>body #BarraDestaque { width: 280px; }


#Destaque { float: left; height: 100%; width: 305; font-size: 11px; height: 103px;}

#DestaqueTitulo { background: url(images/lt.gif) no-repeat left bottom;
            color: #a9b8c2; font-size: 14px; font-weight: bold;
            margin-bottom: 5px; text-align: left; width: 305px;}

#DestaqueImagem { float: left; margin: 5 5 0 0; width: 80px; text-align: center;}

.ucDestaque_lblResumo { height: 45px;}

#DestaqueTexto { float: left; font-size: 11px; width:305px;
                height: 103px;} /* border-width: 2px; border-style: solid; }*/

#DestaqueDescricao { float: left; height: 45px; margin: auto; }

#DestaqueBotoes { bottom: 0; position: relative; height: 15px }

#DestaqueMais { float: right; }

#DestaqueCompre { float: left; }




/*DIV.text img {
 height: expression(this.clientWidth > 300 ? (300 / this.clientWidth) * this.clientHeight + "px" : "");
 width: expression(this.clientWidth > 300 ? "300px" : "");
} */