/***************************************
CONTEUDO DIREITA
***************************************/
#conteudo_direita{
	width:241px;
	margin-top:-27px;
}
/***************************************
BANNER CENTRO
***************************************/

#banner_centro h2{
	background-image:url(../images/planos/titulo_banner_centro.png);
	height:82px;
}

/***************************************
CONTEUDO
***************************************/

#tipo_planos{
	float:left;
	background-image:url(../images/planos/sombra_abas.gif);
	background-position:330px 26px;
	background-repeat:no-repeat;
	padding-right:196px;
}

#tipo_planos li{
	float:left;
	display:inline;
	background-repeat:no-repeat;
	color:#7b6c4d;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	cursor:pointer;
	position:relative;
}

.aba_selecionada{
	background-image:url(../images/planos/aba_selecionada.png);
	background-repeat:no-repeat;
	background-position:-7px top;
	width:130px;
	height:22px;
	padding:15px 43px 0 15px;
	margin:-4px 0 0 -20px;
	z-index:3;
}
.aba_default{
	background-image:url(../images/planos/aba_default.png);
	background-repeat:no-repeat;	
	width:125px;
	height:26px;
	padding:8px 43px 0 15px;
	z-index:2;
	margin:3px 0 0 -20px;
}

/***************************************
TABELA DE VALORES
***************************************/
.planos {
	float:left;
	width:530px;
}

.planos tr{
	float:left;
	padding:0;
	margin:0;
}
.planos th{
	font-family:Arial,sans-serif;
	font-size:14px;
	width:117px;
	height:58px;
	font-size:12pt;
	padding:0 30px 0 10px;
	font-weight:normal;
}

.planos th.tipos_de_planos{
		color:#1199c0;
		text-align:left;
}
.mensagem_mes{
		color:#736240;
		text-align:center;
}
.investimento_mensal{
		color:#f68e07;
}

.planos td{
	float:left;	
	width:98px;
	height:28px;
	padding-top:8px;
	font-family:Verdana;
	font-size:12pt;
	border-top:1px solid #f0f1f1;
}

/*alterando as classes das td's*/
.descricao_plano {
	padding-left:12px;
	padding-right:48px;
}
.descricao_plano a{
	color:#3eacc7;
	float:left;
	width:110px;
}

.qtd_mensagem{
	padding-left:28px;
	padding-right:30px;
}
.valor_mensal{
	padding-left:20px;
	color:#f68e07;
	
}
.planos td.plano_more{
	width:370px;
	font-size:9pt;
	text-indent:28px;
}
.assinar{
	float:left;
	width:96px;
	height:30px;
	background-image:url(../images/planos/assinar.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	margin-top:-6px;
	margin-left:-12px;
	display:none;
}
.linha_descricao_par{
	background-color:#fcfcfc;
}
.linha_descricao_par:hover,.linha_descricao_impar:hover{
	cursor:pointer;
	background-image:url(../images/planos/fundo_linha.gif);
	background-repeat:repeat-x;
}
.linha_descricao_par:hover a.assinar,.linha_descricao_impar:hover a.assinar{
	display:block;
}
