
/*******************************
Imagens fundos de investimento
*******************************/

.ImgInvestimento1
{
	float: left;
	margin: 20px 20px 20px 80px;
}

.ImgInvestimento2
{
	float: left;
	margin: 20px 0px 20px 0px;
}

/*******************************
Links fundos de investimentos
*******************************/

.linksFundosInvestimentos
{	
	/*border-bottom: 1px solid #C89E55;*/
    width:185px;
    color:#3070BB;
    margin-top:5px;
    padding-bottom: 2px;
    clear:right;
}    

.linksFundosInvestimentos .tituloSimples
{
    font-size: 0.8em;   
}

.linksFundosInvestimentos ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	border: none 0px #FFFFFF;
	background-color: LightGray;	
	border-width: 0 0 1px 0;
}

.linksFundosInvestimentos li
{
	text-decoration: none;
	list-style-image: none;
	font-size: 0.8em;
	margin: 0;
	padding: 8px 5px 8px 5px;
	font-weight: normal;
	background-color: white;	
	z-index: 1;
	border-bottom: solid 1px LightGray;	
}

.linksFundosInvestimentos li a
{
    padding: 0px 10px 0px 7px;
    display: block;
}

.linksFundosInvestimentos li:hover
{
    background-color: #eeeeee;
}

.linksFundosInvestimentos ul li a:hover, .linksFundosInvestimentos ul li a:active
{
    color: #C89E55;
}

.linksFundosInvestimentos .caixa
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

.linksFundosInvestimentos .conteudoTexto
{
	padding: 0;	
	margin-left: 0px;
	margin-right: 0px;
}
