/* reset */

* {
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
	list-style:none;
}

/* comuns */

a {
	color:#000;
}

h1 {
	font-size:180%;
	font-weight:normal;
}
h2 {
	font-size:150%;
	font-weight:normal;
	color: #5B68A2;
}
h3 {
	font-size:120%;
	font-weight:normal;
}
h4 { font-weight:normal; }

.right {
	text-align:right;
}
.float-right {
	float:right;
}
.left {
	text-align:left;
}
.float-left {
	float:left;
}
.clear {
	clear:both;
}
.margem-vertical-5 {
	margin-top:5px;
	margin-bottom:5px;
}
.margem-vertical-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.margem-vertical-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.margem-horizontal-direita-5 {
	margin-right:5px;
}
.margem-horizontal-direita-10 {
	margin-right:10px;
}
.margem-horizontal-direita-20 {
	margin-right:20px;
}
.margem-horizontal-esquerda-5 {
	margin-left:5px;
}
.margem-horizontal-esquerda-10 {
	margin-left:10px;
}
.margem-horizontal-esquerda-20 {
	margin-left:20px;
}
.top-8 {
	margin-top:8px;
}
.top-5 {
	margin-top:5px;
}
.sucesso {
	padding:20px;
	border:#9C0 solid 1px;
	background:#CFC;
	color:#060;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.erro {
	padding:20px;
	border:#C00 solid 1px;
	background:#FCC;
	color:#C00;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.alerta {
	padding:20px;
	border:#F60 solid 1px;
	background:#FFDFAE;
	color:#F60;
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.neutro {
	padding:20px;
	border:#CCC solid 1px;
	background:#F2f2f2;
	color:#666;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.neutro-branco {
	padding:20px;
	border:#CCC solid 1px;
	color:#666;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.bold {
	font-weight:bold;
}
.vermelho {
	color:#C00;
}
.cinza {
	color:#999;
}
.vermelho-grande {
	color:#C00;
	font-size:140%;
}
.azul {
	color:#09C;
}
.cian {
	color:#0CF;
}
.menor {
	font-size:90%;
	
}
.verde {
	color:#99CC00;
}
.canto-arredondado-5 {
	border-radius: 5px;
 	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	behavior: url(../js/PIE.htc);
}
.canto-arredondado-8 {
	border-radius: 8px;
 	-moz-border-radius: 8px; /* this works only in camino/firefox */
	-webkit-border-radius: 8px; /* this is just for Safari */
	behavior: url(../js/PIE.htc);
}
.canto-arredondado-10 {
	border-radius: 10px;
 	-moz-border-radius: 10px; /* this works only in camino/firefox */
	-webkit-border-radius: 10px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */
}
.foto-right {
	background:#FFF;
	border:solid 1px #CCC;
	padding:10px;
	float:right;
	margin-left:35px;
	margin-bottom:35px;

}
.foto-left {
	background:#FFF;
	border:solid 1px #CCC;
	padding:10px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;

}
.foto {
	background:#FFF;
	border:solid 1px #CCC;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;

}


/* fontes especiais */

@font-face {
	font-family: 'Conv_Hum521b';
	src: url('../fonts/Hum521b.eot');
	src: local('☺'), url('../fonts/Hum521b.woff') format('woff'), url('../fonts/Hum521b.ttf') format('truetype'), url('../fonts/Hum521b.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* formularios e botoes */

fieldset {
	color:#333;
	font-size:13px;
	padding:20px;
	margin: 0 0 10px 0;
	border:1px solid #EEE;
}
legend {
	color:#A3ACB8;
}
.borda {
	border:solid 1px #CCC;
}
.formulario {
	height:20px;
	background:url(../img/recorte_vm_site_r2_c6.jpg) repeat-x bottom #FFF;
	border:solid 1px #999;
	border-radius: 4px;
 	margin:0 2px 0 2px;
	font-size:12px;
	color:#666;
	padding:2px;
}
.formulario2 {
	height:20px;
	background:url(../img/recorte_vm_site_r2_c6.jpg) repeat-x bottom #FFF;
	border-radius: 4px;
 	margin:0 2px 0 2px;
	font-size:12px;
	color:#666;
	padding:2px;
}
.botao {
	height:22px;
	color:#FFF;
	background:url(../img/fd-botao.jpg) repeat-x;
	border-radius: 4px;
 	-moz-border-radius: 4px; /* this works only in camino/firefox */
	-webkit-border-radius: 4px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */
	padding:0 3px 3px 3px;
}
.botao:hover {
	background-position:0 -22px;
	cursor:pointer;
}
.botao-assinar {
	height:33px;
	color:#FFF;
	background: url(../img/fd_botao_laranja.png) repeat-x;
	border-radius: 4px;
 	padding:0 3px 3px 3px;
	margin-top:10px;
}
.botao-assinar:hover {
	background-position:0 -33px;
	cursor:pointer;
}


/* body */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(../img/fd-body.jpg) repeat-x;
}

/* especificos */

#ie6 {
	padding-top:100px;
	width:100%;
	height:800px;
	position:absolute;
	z-index:1;
	background-color:#FFFFFF;
	text-align:center;
    color: black;
	font-size:13px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	display:none;
}

.box-sombra {
	margin-top:20px;
	margin-bottom:50px;
	padding:10px;
	border:solid 1px #EEE;
	-moz-box-shadow: 0px 7px 15px #ccc;	
	-webkit-box-shadow: 0px 7px 15px #ccc;	
	box-shadow: 0px 7px 15px #ccc;
}

/* topo */

#topo {
	height:192px;
}
#topo-menu {
	height:55px;
	width:1039px;
	margin:auto;
}
#topo-faixa {
	position:relative;
	z-index:1;
	height:117px;
	padding-top:8px;
	margin-top:-8px;
	background:url(../img/fd_faixa.png) repeat-x;
}
#topo-faixa-centro {
	width:1039px;
	height:108px;
	margin:auto;
	background:url(../img/fd_faixa_branca.jpg) no-repeat;
}
#topo-logo {
	width:389px;
	height:86px;
	float:left;
	margin:12px 0 0 27px;
}
#topo-direita {
	width:596px;
	float:left;
	padding:15px 25px 0 0;
	text-align:right;
}
#topo-menu-links {
	float:left;
	margin:12px 0 0 16px;
	width:525px;
}
#topo-menu-links li {
	float:left;
	padding:0 10px 0 10px;
	font-size:12px;
	font-weight:bold;
}
#topo-menu-links li a {
	color:#FFF;
}
.topo-menu-separa-links {
	border-right:solid 1px #9EADF3;	
}
#topo-login {
	width:446px;
	height:40px;
	padding-top:7px;
	background:url(../img/fd-topo-login.png) no-repeat top;
	float:left;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
#topo-busca {
	float:left;
	width:250px;
	margin:0 0 0 10px;
}
#topo-botao-atendimento {
	float:left;
	height:34px;
	margin:0 0 0 15px;
}
#topo-click2call {
	float:left;
}
#topo-telefones {
	float:right;
	width:180px;
	height:34px;
	margin-right:5px;
	margin-bottom:11px;
	color:#536891;
	font-size:10px;
	text-align:right;
}
/* COM PORTAL DE VOZ
#topo-botoes-planos {
	width:600px;
	clear:both;
	float:right;
}*/
#topo-botoes-planos {
	width:460px;
	clear:both;
	float:right;
}
#botao-residencial {
	width:134px;
	height:48px;
	float:left;
	background:url(../img/bt-residencial1.png) 0 4px no-repeat;
	text-indent:-9000px;
	margin-right:5px;
}
#botao-residencial:hover {
	cursor:pointer;
	background-position:0 -50px;
}
#botao-empresarial {
	width:134px;
	height:48px;
	float:left;
	background:url(../img/bt-empresarial1.png) 0 4px no-repeat;
	text-indent:-9000px;
	margin-right:5px;
}
#botao-empresarial:hover {
	cursor:pointer;
	background-position:0 -50px;
}

#botao-planos-voip {
	width:134px;
	height:48px;
	float:left;
	background:url(../img/bt-planos-voip.png) 0 4px no-repeat;
	text-indent:-9000px;
	margin-right:5px;
}
#botao-planos-voip:hover {
	cursor:pointer;
	background-position:0 -50px;
}

#botao-sms {
	width:134px;
	height:48px;
	float:left;
	background:url(../img/bt-sms.png) 0 4px no-repeat;
	text-indent:-9000px;
	margin-right:5px;
}
#botao-sms:hover {
	cursor:pointer;
	background-position:0 -50px;
}

#botao-portal {
	width:134px;
	height:48px;
	float:left;
	background:url(../img/bt-portalvoz.png) 0 4px no-repeat;
	text-indent:-9000px;
	margin-right:5px;
}
#botao-portal:hover {
	cursor:pointer;
	background-position:0 -50px;
}


#botao-contrateagora {
	width:177px;
	height:48px;
	float:right;
	background:url(../img/bt-contrate.png) 0 2px no-repeat;
	text-indent:-9000px;
	margin-left:5px;
}
#botao-contrateagora:hover {
	cursor:pointer;
	background-position:0 -50px;
}

/* centro */

#centro {
	width:1039px;
	min-height:500px;
	margin:auto;
	margin-top:-28px;
}

#centro-internas {
	width:1039px;
	min-height:500px;
	margin:auto;
	margin-top:-28px;
	background:url(../img/fundo-internas.jpg) top #FFF repeat-x;
}

#box-banner {
	height:346px;
	text-align:center;
	padding-top:30px;
	margin-bottom:23px;
}
#box-banner-interna {
	height:105px;
	text-align:left;
	padding:30px 0 0 30px;
}
#box-banner-interna h1 {
	font-size:26px;
	color:#FFF;
	text-shadow:2px 1px 2px #36445F;
	behavior: url(../js/PIE.htc);
	padding-top:15px;
}
#centro-interna {
	background:#FFF;
	padding:30px;
}
#banner-transp {
	width:968px;
	height:352px;
	background:url(../img/branco-transp.png) repeat;
	border-radius:7px;
 	-moz-border-radius:7px; /* this works only in camino/firefox */
	-webkit-border-radius: 7px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */
	padding:8px;
	margin:auto;
	border:1px solid #F0F0F0;
}
#banner-sombra-bottom {
	width:1039px;
	margin:auto;
	height:15px;
	background:url(../img/fd-banner-bottom.png) center no-repeat;
}
#degrade-cinza {
	width:1039px;
	height:89px;
	padding-top:20px;
	background:url(../img/degrade.jpg) repeat-x bottom;
	text-align:center;
}
#chamadas-solucoes {
	width:966px;
	height:98px;
	margin:auto;
}
.solucoes-coluna {
	width:280px;
	float:left;
	font-size:11px;
	padding-left:12px;
}
.solucoes-coluna a {
	color:#666;	
}
.separa-coluna {
	padding-right:20px;
	margin-right:20px;
	border-right:solid 1px #EEE;
}
#chamadas-boxes {
	width:986px;
	margin:auto;
	margin-top:15px;
	margin-bottom:20px;
}
#chamadas-background-top {
	height:40px;
	background:url(../img/recorte_vm_site_r8_c4.jpg) no-repeat bottom;
}
#chamadas-background-bottom {
	height:40px;
	background:url(../img/recorte_vm_site_r10_c4.jpg) no-repeat top;
}
#chamadas-background {
	height:189px;
	background:url(../img/recorte_vm_site_r9_c4.jpg) no-repeat;
}
#faixa-exclusividade {
	position:absolute;
	margin:-22px 0 0 172px;
	z-index:1;
	width:102px;
	height:88px;
}
.chamada-box {
	float:left;
	margin: 15px 45px 0 40px;
	width:242px;
	font-size:11px;
}
.chamada-box p {
	padding-top:8px;
	margin-bottom:8px;
}
.chamada-box a {
	border:0;
	color:#666;
}
#botao-saiba-mais {
	width:97px;
	height:22px;
	background:url(../img/bt-saibamais.png) no-repeat;
	text-indent:-9000px;
}
#botao-saiba-mais:hover {
	background-position:0 -22px;
	cursor:pointer;
}
.chamadas-inferiores {
	clear:both;
	width:986px;
	margin:auto;
	height:98px;
	margin-bottom:20px;
}
#chamada-loja {
	width:638px;
	height:194px;
	float:left;
	background:url(../img/degrade2.jpg) repeat-x bottom;
}
#chamada-loja-topo {
	height:20px;
	background:url(../img/loja.jpg) no-repeat bottom;
	margin-bottom:35px;
}
.box-produto {
	width:274px;
	float:left;
	margin-left:20px;
}
.box-produto-interna {
	width:284px;
	float:left;
	margin-left:20px;
	margin-right:20px;
}
.box-produto-separa {
	border-right:solid 1px #EEE;
	padding-right:20px;
}
.box-produto-separa-interna {
	border-right:solid 1px #EEE;
	padding-right:30px;
}
.preco {
	font-size:15px;
	font-weight:bold;
	color:#46C1F2;
	margin-bottom:5px;
}
#mais-produtos {
	width:187px;
	height:21px;
	float:right;
	margin-top:10px;
	
}
#chamada-recarga {
	width:294px;
	float:left;
	margin-left:30px;
}
#box-chamada-recarga {
	background:url(../img/fd-chama-recarga.jpg) repeat-x bottom;
	height:134px;
	border-radius:7px;
 	-moz-border-radius:7px; /* this works only in camino/firefox */
	-webkit-border-radius: 7px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */	
}
#box-rec {
	padding:0 20px 0 10px;
	font-size:11px;
}
#box-rec a {
	color:#666;
}
#sociais {
	clear:both;
	margin-top:40px;
}
.arte {
	text-align:center;
}
.sombra-bottom-interna {
	height:38px;
	background:url(../img/sombra2.jpg) no-repeat top;
}
.duvida {
	background:url(../img/degrade2.jpg) repeat-x bottom;
	padding:10px 20px 20px 20px;
	margin-bottom:20px;
}
#pagina-content img {
	float:right;
	margin:0 0 20px 20px;
	padding:10px;
	background:#FFF;
	border:solid 1px #EEE;
}
.menu-esquerdo-interna {
	float:left; width:250px; margin-right:20px; background:url(img/degrade.jpg) repeat-x bottom; padding:20px;
}

.box-servicos {
	padding:20px;
	border:#DDD solid 1px;
	background: url(../img/degrade2.jpg) repeat-x bottom;
	color:#666;
	margin-top:10px;
	margin-bottom:40px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.titulo-box-servicos {
	background: url(../img/fd_rodape.jpg) repeat-x;
	margin-bottom:25px;
	padding:20px;
	font-size:22px;
	color:#FFF;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;
	text-transform:uppercase;
	text-shadow:2px 1px 4px #036;
	behavior: url(../js/PIE.htc);
}
.box-plano {
	padding:20px;
	border:#DDD solid 1px;
	background: url(../img/degrade2.jpg) repeat-x bottom #FFF;
	color:#666;
	margin-top:10px;
	margin-bottom:40px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.box-plano-pq {
	width:262px;
	min-height:270px;
	margin: 10px 10px 20px 10px;
	float:left;
	padding:20px;
	border:#DDD solid 1px;
	border-radius:8px;
	background: url(../img/degrade2.jpg) repeat-x bottom #FFF;
	color:#666;
	box-shadow: 0px 2px 4px #ccc;	
}
.box-plano-linear {
	margin-bottom: 40px;
	padding:20px;
	border:#DDD solid 1px;
	border-radius:8px;
	background: url(../img/degrade2.jpg) repeat-x bottom #FFF;
	color:#666;
	box-shadow: 0px 2px 4px #ccc;	
}

.titulo-box-plano-pq {
	background: url(../img/degrade2.jpg) repeat-x bottom #FFF;
	margin-bottom:25px;
	height:50px;
	padding:20px;
	font-size:20px;
	color:#369;
	border-radius:5px;
	box-shadow: 0px 2px 4px #CCC;
	text-transform:uppercase;
	text-shadow:2px 1px 4px #EEE;
	behavior: url(../js/PIE.htc);
}
.titulo-box-plano {
	background: url(../img/fd_rodape.jpg) repeat-x;
	margin-bottom:25px;
	padding:20px;
	font-size:22px;
	color:#FFF;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;
	text-transform:uppercase;
	text-shadow:2px 1px 4px #036;
	behavior: url(../js/PIE.htc);
}
.laranja {
	color:#F60;
	
}
.box-tarifas {
	padding:20px;
	border:#DDD solid 1px;
	margin-top:10px;
	margin-bottom:40px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}


#chamada-planos {
	clear:both;
	width:989px;
	margin:auto;
	background:url(../img/fdplanoscapa.jpg) repeat-x bottom #FFF;
	margin-bottom:30px;
}
#chamada-planos-top {
	background:url(../img/plancapa.png) no-repeat ;
	width:977px;
	height:30px;
	margin:auto;
}
#chamada-planos-content {
	padding:20px;
}
.plano-capa {
	float:left;
	margin-right:10px;
	margin-left:25px;
	width:265px;
	font-size:11px;
	padding-right:15px;
}
.plano-capa a {
	color:#666;	
}
#mais-planos {
	width:187px;
	height:21px;
	float:right;
	margin-right:-20px;
}

/* Estilos Novos  - Reformulação */

.chamada-solucao {
	float:left;
	width:318px;
}

.box-solucao {
	width:298px;
	height:144px;
	background:url(../img/fd-box-solucoes.jpg) repeat-x;
	border:1px solid #F0F0F0;
	border-radius:5px;
	padding:20px 0 0 20px;
}

.box-solucao h2 {
	font-size:27px;
	margin-bottom:15px;
}

.box-solucao h2 a {
	color:#FF941E;
}


.box-solucao h3 {
	font-size:17px;
	font-weight:normal;
	margin-top:20px;
}

.box-solucao h3 a {
	color:#5773B0;
}

.box-solucao h3 a:hover {
	color:#859AC5;
}


.box-solucao p {
	color:#999;
	font-size:13px;
}

.sombra-solucao {
	clear:both;
	width:318px;
	height:8px;
	margin-top:-4px;
}


#box-mensagem {
	width:443px;
	height:236px;
	float:left;
}
#mensagens {
	width:986px;
	height:266px;
	margin-left:25px;
	margin-bottom:30px;
}

#mensagem {
	width:443px;
	height:236px;
	border:1px solid #f0f0f0;
	float:left;
	background:url(../img/fd-mensagem.jpg) repeat-x;
	padding:20px 15px 0 20px;
	border-radius:8px;
}

#sombra-box {
	width:443px;
	height:13px;
}

#mensagem h4 {
	color:#466C99;
	font-size:25px;
	font-weight:normal;
}

#mensagem span {
	color:#FF8A0F;
	font-size:35px;
}

#mensagem p {
	width:255px;
	color:#999;
	font-size:13px;
	margin-top:20px;
}

#img-mensagem {
	width:183px;
	height:205px;
	position:absolute;
	margin:30px 0 0 260px;
}

.saiba-mais {
	width:118px;
	height:21px;
	background:url(../img/bt-saiba.png) no-repeat;
	margin:30px 0 0 -20px;
	text-indent:-9500px;
}

.saiba-mais:hover {
	background-position:0 -21px;
	cursor:pointer;
}

#balao-depoimento {
	width:443px;
	height:135px;
	float:right;
	background:url(../img/balao-depoimento.png) no-repeat top;
	padding:12px 25px;
}

#balao-depoimento p {
	text-align:center;
	color:#999;
	font-size:25px;
}

#autor-depoimento {
	color:#A6A6B7;
	position:absolute;
	font-size:16px;
	margin:130px 0 0 220px;
	padding-top:5px;
}

#formas-pgto {
	width:487px;
	height:65px;
	float:right;
}

#formas-pgto p {
	font-size:12px;
	color:#A6A6B7;
	text-align:center;
	margin:25px 0 10px 0;
}
	

/* rodape */
#rodape {
	width:100%;
	height:207px;
	background:url(../img/fundo-rodape.jpg) top repeat-x;
}
#box-rodape {
	clear:both;
	height:204px;
	width:1039px;
	margin:auto;
	font-size:11px;
}
#rodape-roxo {
	height:147px;
	padding:10px;
	color:#FFF;
}
#rodape-links {
	width:558px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}
.rodape-links-coluna {
	width:151px;
	float:left;
	margin-right:35px;
}
.rodape-links-coluna li {
	border-bottom:solid 1px #869CC7;
	padding:5px 0 5px 15px;
}
.rodape-links-coluna li a {
	color:#FFF;
}
#rodape-logo {
	width:211px;
	height:47px;
	float:right;
	margin-right20px;
	background:url(../img/logo-transp.png) no-repeat;
}
#rodape-assinatura {
	padding:15px 0 0 30px;
	color:#999;
}

.bt-contratar {
	width:340px;
	height:49px;
	float:right;
	background:url(../img/bt-contratar.png) no-repeat;
	text-indent:-9500px;
	margin:25px 0 0 0;
}

.bt-contratar:hover {
	background-position:0 -49px;
	cursor:pointer;
}

#redes-sociais {
	width:250px;
	height:47px;
	float:right;
	margin-top:15px;
}


/* slider */

#slider {
    width: 966px; /* important to be same as image width */
    height: 353px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider2 {
    width: 180px; /* important to be same as image width */
    height: 34px; /* important to be same as image height */
	overflow: hidden; /* important */
}
#slider2 li {
    width: 180px; /* important to be same as image width */
    height: 34px; /* important to be same as image height */
	text-align:right;
}
#sliderContent {
    width: 966px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family:FutuLt,verdana,sans-serif;
	font-size:26px;
    padding: 30px;
    width: 966px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderImage span strong {
    font-size: 26px;
}



.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

/* slider gallery */ 

#gallery {
	position:relative;
	height:435px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:30px 25px;
		font-family:FutuLt,verdana,sans-serif;
		font-size:26px;
		color:#FFF;
	}
	
/* sms */ 

#menu-sms li {
	border-bottom: solid 1px #CCC;
	margin:5px 2px 5px 2px;
	padding:2px 0 5px 0;
}
#menu-sms li a:hover {
	color:#069;
}


/* planos */ 

#perfil h1 {
	font-size:35px;
	color:#FF8A0E;
}
#perfil h2 {
	font-size:27px;
	color:#466C99;
}
#perfil ul {
	margin:40px 0;
}
#perfil li {
	background:url(../img/fd_perfil_planos.png) no-repeat top;
	padding:10px 15px;
	margin-bottom:20px;
}

/* portabilidade numerica */ 

#portabilidade {
}
#portabilidade .box {
	width:800px;
	margin:0 auto 20px auto;
}
#portabilidade .estado {
	background-color:#44559D;
	color:#FFF;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
#portabilidade td.tb, table.tb {
	border:1px solid #CCC;
}
#portabilidade td.tb {
	padding:5px;
}
#portabilidade tr.tb:hover {
	background-color:#F7F7F7;
}
#portabilidade #camp-busca {
	margin:40px auto 30px auto;
	width:800px;
	text-align:center;
}