﻿#aplicacoes_financeiras {
	width: 100%;
}
#aplicacoes_financeiras td{
	padding: 3px 1px 3px 1px;
	background: #EAEAEA;
}
#aplicacoes_financeiras .titulo {
	text-align: center;
	font-weight: bold;
	background: #0014B3;
	color: #FFF;
}
#aplicacoes_financeiras .mes {
	text-align: center;
	font-weight: bold;
	background: #3C54FF;
	color: #FFF;
}
#aplicacoes_financeiras .subtit {
	text-align: center;
	font-weight: bold;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.botao_azul_Patrimonio{
	float: left;
	background: url(/SiteCollectionImages/master/int_botao_mid.gif) repeat-x;
	height: 25px;
	width: 70px;
	padding: 4px 0px 0px 0px;
	color: #FFF;
	margin: 0 5px 15px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.botao_azul_Patrimonio a{
	color: #FFF;
}
.botao_azul_Patrimonio .esq {
	background: url(/SiteCollectionImages/master/int_botao_esq.gif) no-repeat;
	float: left;
	height: 25px;
	width: 7px;
	position: relative;
	top: -4px;
}
.botao_azul_Patrimonio .dir {
	background: url(/SiteCollectionImages/master/int_botao_dir.gif) no-repeat;
	float: right;
	height: 25px;
	width: 7px;
	position: relative;
	top: -4px;
}