/* Folha de estilo - Network Telecomunicações */


/* DEFINIÇÕES GERAIS */
html, body {
 margin: 0;
 height: 100%;
 width: 100%;
 background-color: #E3E3E3;
}

/* Adicionado essa DIV para evitar flickering de pagina no google chrome*/
#chrfix {
 position: fixed;
 width: 100px;
 height: 1px;
}

a:link, a:hover, a:visited, a:active{
 text-decoration: none;
}

@font-face {
 font-family: titulo_1;
 src: url('fonts/BabelSans.eot');
 src: url('fonts/BabelSans.woff');
 src: url('fonts/BabelSans.otf');
}

img {
 border: none;
 outline: none;
}


/* PAGINA NÃO ENCONTRADA - 404 */
#notfound {
 width: 100%;
 height: 100%;
 background-color:#E5E5E5; 
}

#notfound .message {
 width: 700px;
 height: 170px;
 background-color:#1F577B; 
 border-radius: 10px;
}

#notfound .text {
 font-family: calibri;
 font-size: 25px;
 color: #FFFFFF; 
}


/* CONTAINERS ESTRUTURA PRINCIPAL */
#wraper {   /* Responsável por abrigar todos os elementos, com exceção do rodapé */
 min-width: 1024px;
 min-height: 100%;
}

#footer {  /* Container do rodapé do site */
 float:left;
 margin: 0px;
 *text-align: center; /* HACK FOR IE */
 *text-align: center; /* HACK FOR IE */
 min-width: 1024px;
 width: 100%;
 height: 280px;
 background-color: #1F577B;
 margin-top: -330px;
}

#footer .footerinside {  /* Conteúdo interno do rodapé */
 margin: 0 auto;
 width: 1024px;
 *width: 1035px; /*FOR IE*/
 min-height: 70px;
 height: 280px;
}

#footerpipe {   /* Container posicionado acima do rodapé */
 float:left;
 width: 100%;
 height: 50px;
 background-image: url('../img/back-menusup.png');
 border-top: 1px solid;
 border-color: #CCCCCC;
 margin-top: -380px;
}

#footerpipe .inside {
 margin: 0 auto;
 width: 1024px;
 *width: 1035px; /*FOR IE*/
 height: 29px;
 background-image: url('../img/back-menusup.png');
}

#footerpipe .inside img {
 width: 25px;
 height: 25px;
 margin-top: 2px;
 margin-left: 5px;
}

#clear {       /* Utilizado para manter o conteúdo 'auto-ajustável' */
 clear:both;
 overflow: hidden;
 width: 100%;
 height: 1px;
}

#top {		  /* Container principal do topo  */	
 width: 100%;
 min-height: 10px;
 background-color: #1F577B;
}

#top .topinside {   /* Container interno do topo */
 margin: 0 auto;
 width: 1024px;
 height: 85px;
 background-color: #1F577B;
}

#middle {	 /* Container responsável por abrigar o conteúdo centro do site */	
 width: 100%;
 min-height: 100px;
 padding-bottom: 20px;
}


/* BANNER PRINCIPAL */
#banner {	 	
 width: 100%;
 height: 290px;
}
#banneritens {
 height: 290px;
 background-color:#0a2130;
}

#banneritens .slides { 
 overflow: hidden!important;
}

#banneritens .slides  img { 
 width: auto!important; 
}

#banneritens .slides {
 width: 100% !important;
	
 li {
  white-space: initial;
  width: 100%;
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
 }
}

#banneritens .flex-control-nav {
 position: absolute;
 margin-top: -30px;
 text-align: center;
 z-index:99990;
 display: none;
}

#banneritens .flex-direction-nav .flex-nav-prev {
 position: absolute;
 margin-top: -170px;
 text-align: left;
 z-index:99990;
}

#banneritens .flex-direction-nav .flex-nav-next {
 position: absolute;
  margin-top: -170px;
  text-align: right;
  z-index:99990;
	width: 40px;
}

#banneritens .flex-direction-nav {
  width: 100%;
  position: absolute;
  display: none;
  
}

#banneritens li img {
 width: 100%;
 height: 290px;
}


/* CABEÇALHO VIEW */
#content_header {
 width: 100%;
 height: 80px;
}

#content_header .titulo {
 float:left;
 margin-left: 15px;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-size: 26px;
 color: #333333;
 height: 80px;
 line-height: 80px;
}

#content_header .titulo img {
 width: 15px;
 height: 15px;
 vertical-align: middle;
 padding: 10px;
}

#content_header .subtitulo {
 float:right;
 font-family: arial;
 font-size: 22px;
 color: #1F577B;
 height: 80px;
 min-width: 180px;
 line-height: 80px;
 text-align: center;
 font-style: italic;
 padding-right: 10px;
 padding-left: 10px;
}

#content_header .inside {
 width: 1024px;
 height: 80px;
 margin: 0 auto;
}

/* LOGOTIPO NETWORK */
#logocontainer {		/* Container responsável por abriga o logotipo */
 float: left;
 margin-left: 10px;
 width: 208px;
 height: 80px;
}

#logocontainer .logo {				/* Logotipo */
width: 208px;
height: 60x;
margin-top: 12px;
}


/* FORMULARIO BUSCA TOPO */
#buscacontainer {
 float:right;
 width: 260px;
 height: 35px;
 margin-right: 30px;
 margin-top: 22px;
 text-align: left;
}

#buscacontainer .txt1 {
 font-family: arial;
 font-size: 12px;
 color:#FFFFFF;
 margin-left: 10px;
 margin-bottom: 3px;
}

#buscacontainer .f_input {
 position: relative;
 width: 170px;
 margin: 0 auto;
 vertical-align:top;
 display: inline-block;
}

#buscacontainer .f_input input {
 position: relative;
 border: 0px solid;
 color: #666666;
 -webkit-border-top-left-radius: 6px; 
 -moz-border-radius-topLeft: 6px; 
 border-top-left-radius: 6px; 
 -webkit-border-bottom-left-radius: 6px; 
 -moz-border-radius-bottomLeft: 6px; 
 border-bottom-left-radius: 6px; 
 width: 100%;
 height: 26px;
 padding-left: 10px;
 -moz-box-shadow:    inset 0 0 5px #cccccc;
 -webkit-box-shadow: inset 0 0 5px #cccccc;
 box-shadow:         inset 0 0 5px #cccccc;
}

#buscacontainer .f_input label {
 position: absolute;
 left: 10px;
 top: 6px;
 font-family: arial;
 font-size: 14px;
 font-style: italic;
 color: #666666;
}

#buscacontainer .f_input input:focus {
 -webkit-border-top-left-radius: 6px; 
 -moz-border-radius-topLeft: 6px; 
 border-top-left-radius: 6px; 
 -webkit-border-bottom-left-radius: 6px; 
 -moz-border-radius-bottomLeft: 6px; 
 border-bottom-left-radius: 6px;  
 width: 100%;
 -moz-box-shadow:    inset 0 0 5px #cccccc;
 -webkit-box-shadow: inset 0 0 5px #cccccc;
 box-shadow:         inset 0 0 5px #cccccc;
}

#buscacontainer .f_button {
 position: relative;
 display:inline-block;
 vertical-align:top;
 width: 30px;
 height: 28px;
 background-image: url('../img/magnifier.png');
 margin-left:7px;
 cursor: pointer;
}

#buscacontainer .f_button:hover {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 filter: alpha(opacity=90);
 -moz-opacity: 0.9;
 -khtml-opacity: 0.9;
 opacity: 0.9;
}

#buscacontainer .error_label {
 position: absolute;
 margin-top: 5px;
 background-color:#D44F48;
 font-family: arial;
 font-size: 14px;
 color:#FFFFFF;
 z-index:99999;
 padding: 10px;
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 border-radius: 5px;
 display:none; 
}

#buscacontainer .error_label img {
 position: absolute;
 margin-top: -14px;
 margin-left: 10px;
 width: 16px;
 height: 5px; 
}


/* MENU SUPERIOR */
#menu_aux {
 width: 100%;
 height: 50px;
 margin-top: -1px;
 display: none;
}

#menusuperior {  /* Container do menu superior */
 position: relative;
 z-index: 99998;
 width: 100%;
 height: 50px;
 background-image: url('../img/back-menusup.png');
 margin-top: -1px;
}

.menusuperiorinside {   /* Container interno do menu superior */
 margin: 0 auto;
 width: 1022px;
 height: 50px;
}

#menusup_content {
 height: 50px;
 text-align: center;
}

#menusup_content .menuitens_sup {
 display: inline-block;
 padding-left: 20px;
 padding-right: 20px;
 height: 100%;
 line-height: 54px;
}

.menuitens_sup {
 font-family: arial;
 font-size: 16px;
 color: #363636;
}

.menuitens_sup:hover {
color: #009bd8;
font-family: arial;
font-size: 16px;
}

#menusup_content .icon {
 float: left;
 margin-top: 22px;
 margin-right: 10px;
 width: 10px;
 height: 10px;
}

.menusup_sub_content {
 position:absolute;
 width: 220px;
 left: 0px;
 top: 0px;
 display: none;
 -webkit-border-radius: 12px; 
 -moz-border-radius: 12px; 
 border-radius: 12px; 
 background-color:#FFFFFF;
 border:1px solid;
 border-color: #CCCCCC;
 z-index: 9999;
 padding-bottom: 2px;
}

.menusup_sub_itens {
 width: 200px;
 margin: 0 auto;
 border: 0px solid;
 min-height: 40px;
 border-bottom: 1px solid;
 border-color: #E5E5E5;
 font-family: arial;
 color: #666666;
 font-size: 13px;
 margin-top: 10px;
}

.menusup_sub_itens:hover {
 width: 200px;
 margin: 0 auto;
 border: 0px solid;
 min-height: 40px;
 border-bottom: 1px solid;
 border-color: #E5E5E5;
 font-family: arial;
 color: #ff7f00;
 font-size: 13px;
 margin-top: 10px;
}

.menusup_sub_itens img {
 width: 26px;
 height: 26px;
 vertical-align: middle;
 padding: 5px;
}

.menusup_sub_itens .menusup_sub_titulo {
 font-size: 15px;
 font-family: calibri;
}

.menusup_sub_itens .menusup_sub_descricao {
 font-family: calibri;
 font-size: 12px;   
}
/* FIM MENU SUPERIOR */


/* MENU ACESSO RAPIDO */
#menuacessorapido {
 width: 100%;
 min-height: 10px;
 background-color: #2F84BD;
 border-top: 1px solid;
 border-color: #FFFFFF;
}

.menuacessorapidoinside {
 margin: 0 auto;
 width: 1024px;
 min-height: 5px;
 background-color: #2F84BD;
 text-align: center;
 min-height: 75px;
 vertical-align:middle;
}

.menuacessorapido_itens {
 display: inline-block;
 background-image: url('../img/fundo_bt_acessorapido.png');
 margin: 15px;
 width: 130px;
 height: 50px;
 line-height: 50px;
 background-color:#FFFFFF;
 vertical-align:top;
 font-family: arial;
 font-size: 16px;
 color: #666666;
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 border-radius: 5px; 
 border:2px solid;
 border-color: #CCCCCC;	
 text-align:center;
}

.menuacessorapido_itens:hover {
 display: inline-block;
 background-image: url('../img/fundo_bt_acessorapido.png');
 width: 130px;
 height: 50px;
 line-height: 50px;
 background-color:#FFFFFF;
 vertical-align:middle;
 font-family: arial;
 font-size: 16px;
 color: #333333;
 -webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 border:2px solid rgb(34%, 71%, 94%);
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 border-radius: 5px; 
 text-align:center;
}

.menuacessorapido_itens img {
 width: 25px;
 height: 25px;
 vertical-align: middle;
}

.menuacessorapido_itens .img {
 display: inline-block;
 vertical-align:top;
 width: 38px;
 text-align:center;
}

.menuacessorapido_itens .titulo {
 display: inline-block;
 width: 90px;
 line-height: 20px;
 font-size: 13px;
 text-align: left;
 color:#333333;
 vertical-align:middle;
 text-align:center;
}


/*MAIN CONTENT*/
#main_content {    
 width: 1024px;
 min-height: 100px;
 margin: 0 auto;
}

#testevelocidadeicon  {
 position: absolute;
 margin-top: -159px;
 z-index: 9997;
 display: none;
}

#testevelocidadeicon img {
 width: 135px;
 height: 200px;
}

.main_box {
 display: inline-block;
 background-color: #FFFFFF;
 width: 370px;
 height: 150px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 border:1px solid;
 border-color: #CCCCCC;	
 margin: 5px;
 padding-bottom: 10px;
 padding-top: 10px;
 vertical-align: top;
}

#main_box_img {
 display: inline-block;
 padding: 20px;
image-rendering: auto;
}

#main_box_img img{
 width: 74px;
 height: 74px;
 vertical-align: middle;
 image-rendering: -webkit-optimize-contrast;
}

#main_box_text {
 display: inline-block;
 vertical-align: top;
 width: 220px;
 min-height: 130px;
 margin-top: 10px;
}

#main_box_link {
 font-family: arial;
 font-size: 12px;
 font-weight: bolder;
 color: #009BDA;
 padding-right: 20px;
 text-align:left;
 width: 195px;
 float:right;
 margin-top: 5px;
}

#main_box_link:hover {
 font-family: arial;
 font-size: 12px;
 text-decoration: underline;
 color: #009BDA;
 text-align:left;
}

#main_box_link img {
 width: 8px;
 height: 8px;
 vertical-align: middle;
 padding-right: 5px;
}

#main_box_text .title {
 font-family: titulo_1, calibri;
 font-size: 18px;
 font-weight: bolder;
 color: #333333;
 width: 200px;
 text-align: left;
}

#main_box_text .content {
 font-family: arial;
 font-size: 12px;
 color: #666666;
 text-align: left;
 text-justify: auto;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 5px;
 height: 70px;
}

#right_container {
 margin-top: 25px;
 border: 1px solid;
 border-color: #CCCCCC;
 background-color: #FFFFFF;
 -webkit-border-radius: 8px; 
 -moz-border-radius: 8px; 
 border-radius: 8px; 
 width: 230px;
 min-height: 25px;
 text-align: center;
}

#acesso_assinante .title {
 -webkit-border-top-left-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 -moz-border-radius-topleft: 8px; 
 -moz-border-radius-topright: 8px; 
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 background-color: #1F577B;
 min-height: 45px;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 18px;
 color: #FFFFFF;
 text-align: left;
 padding-left: 20px;
 line-height: 45px;
}

#login .subtitulo {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 18px;
 color: #333333;
 text-align: left;
 font-weight: bolder;
 padding-bottom: 10px;
}

#login .errorlogin {
 margin-left: 10px;
 margin-right: 10px;
 background-color: #D44F48;
 font-family: arial;
 font-size: 14px;
 color:#FFFFFF;
 z-index:99999;
 padding-top: 10px;
 padding-bottom: 10px;
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 border-radius: 5px;
 display:none; 
}

#login .loadlogin {
 color: #666666;
 font-style: italic;
 display: none;
 margin-bottom: 10px;
 font-family: arial;
 font-size: 13px;
}

#login .loadlogin img {
 vertical-align: middle;
}

#login .tablelogin .text {
 width: 160px;
}

#loadingicon {
 width: 20px;
 height: 20px;
}

#login {
 padding-top: 10px;
 padding-bottom: 10px;
}

#login .f_input {
 position: relative;
 width:  100%;
 padding-top: 5px;
 padding-bottom: 5px;
 margin: 0 auto;
}

#login .f_input input {
 position: relative;
 border: 1px solid;
 color: #666666;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 width: 200px;
 height: 28px;
}

#login .f_input label {
 position: absolute;
 left: 26px;
 top: 12px;
 font-family: arial;
 font-size: 14px;
 font-style: italic;
 color: #666666;
}

#login .f_input input:focus {
 -webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 border:2px solid rgb(34%, 71%, 94%);
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;  
 width: 200px;
 height: 28px;
}

#login .password {
 width: 100%;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
}

#login .password a {
 text-decoration: none;
 font-family: arial;
 color: #009BDA;
 font-size: 14px;
}

#login .password a:hover {
 text-decoration: none;
 font-family: arial;
 text-decoration: underline;
 color: #009BDA;
 font-size: 14px;
}

#login .contentLogged .label {
 font-family: arial;
 font-size: 13px;
 color: #666666;
 margin-left: 12px;
 margin-right: 12px;
 margin-bottom:5px;
}

#login .contentLogged .txt1 {
 background-color:#FFFFFF;
 margin: 0 auto;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 10px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 border: 1px solid;
 border-color: #CCCCCC;
 margin: 10px;
}

#login .contentLogged .txt1:hover {
 background-color:#FFFFFF;
 margin: 0 auto;
 text-align: left;
 -webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 border:2px solid rgb(34%, 71%, 94%);
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 border-color: #009bd8;
 margin: 10px;
}

#login .contentLogged .txt1 img {
 vertical-align: middle;
 padding: 10px;
 width: 30px;
 height: 30px;
}

#login .contentLogged .txt1 {
 font-family: arial;
 font-size: 15px;
 color: #333333;
}

#login .f_button {
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
}

#login .f_button input {
 background-color: #d4d4d4;
 color: #051323;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_grey.png');
 background-repeat: repeat-x;
 height: 35px;
 cursor: pointer;
 width: 80px;
}

#login .f_button input:hover {
 background-color: #d4d4d4;
 color: #FFFFFF;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_blue.png');
 background-repeat: repeat-x;
 height: 35px;
 cursor: pointer;
 width: 80px;
}

#informacao_extra {
 min-height: 20px;
 padding-top: 10px;
 margin-left: 15px;
 margin-right: 15px;
 background-color: #FFFFFF;
 border-top: 1px solid;
 border-color:#CCCCCC;
}

#informacao_extra .contato_suporte {
 color: #333333;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 17px;
 text-align: left;
}

#informacao_extra .ligue_ja {
 display: inline-block;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 20px;
 margin-top: 20px;
 margin-bottom: 20px;
 text-align: left;
 color:#333333;
}

#informacao_extra .n_telefone {
 display: inline-block;
 font-family: arial;
 font-size: 20px;
 color: #52C8FF;
 font-weight: bolder;
}

#informacao_extra .central_atendimento {
 margin-top: 10px;
 font-family: arial;
 font-size: 13px;
 color: #333333;
 text-align: left;
}

#informacao_extra .n_telefone img {
 vertical-align: middle;
 width: 30px;
 height: 30px;
 padding: 5px;
}


/* COLUNAS ORGANIZAÇÃO VERTICAL */
#column_1 {
 float: left;
 width: 770px;
 min-height: 20px;
 text-align: left;
 margin-top: 20px;
}

#column_2 {
 float: right;
 width: 230px;
 min-height: 20px;
 text-align: left;
 margin-top: 25px;
}

#column_3 {
 float: left;
 width: 1024px;
 min-height: 40px;
 text-align: center;
}

#column_4 {
 float: left;
 width: 1024px;
 min-height: 50px;
}

#column_5 {
 float: left;
 width: 327px;
 margin-bottom: 15px;
}

#column_6 {
 float: right;
 width: 689px;
 min-height: 20px;
 margin-bottom: 15px;
}

/* BLOCKS - São os blocos de conteúdo exibidos na página */
#block1 {
 float:left;
 width: 100%;
 margin-top: 15px;
 min-height: 20px;
 background-color: #254575;
}

#block2 {
 float:left;
 margin-top: 15px;
 min-height: 10px;
 width: 682px;
 background-color: #254575;
}

#block3 {
 float:left;
 margin-top: 15px;
 width: 325px;
 background-color: #254575;
 text-align: center;
}

#block4 {
 float:left;
 margin-top: 15px;
 margin-bottom: 10px;
 width: 682px;
 min-height: 20px;
 background-color: #254575;
 text-align: center;
}

#block5 {
 float:left;
 width: 1024px;
 min-height: 1px;
 margin-top: 10px;
 text-align: center;
 background-color: #254575;
}

#block6 {
 float:left;
 margin-top: 15px;
 padding: 0px;
 margin-bottom: 10px;
 width: 1024px;
 min-height: 2px;
 background-image: url('../img/fundo_block.png');
 background-color: #E85963;
 background-repeat: repeat-x;
 background-color: #254575;
}

#block7 {
 float:left;
 margin-top: 15px;
 width: 325px;
 text-align: center;
 background-color: #254575;
}

/* TITULO DOS BLOCKS */
.tituloblock3, .tituloblock4 {
 border-bottom: 1px solid;
 border-color: #FFFFFF;
 margin-left: 10px;
 margin-right: 10px;
 padding-top: 10px;
 margin-bottom: 10px;
 text-align: left;
}

.tituloblock3_2{
 float:left;
 margin-bottom: 10px;
 width: 320px;
 border-bottom: 1px solid;
 border-color: #FFFFFF;
 margin-left: 10px;
 margin-right: 10px;
 text-align: left;
}

/* TEXT FORMAT IDS */
#format01 {
 font-family: arial;
 color: #2A313F;
 font-size: 20px;
 font-weight: bolder;
}

#format02 {
 font-family: arial;
 color: #2A313F;
 font-size: 18px;
 font-weight: bolder;
}

#format03 {
 font-family: arial;
 color: #FFFFFF;
 font-size: 18px;
}

#format04 {
 font-family: arial;
 color: #FFFFFF;
 font-size: 14px;
}

#format05 {
 font-family: arial;
 color: #FFFFFF;
 font-size: 13px;
}

#format06 {
 font-family: arial;
 color: #04182f;
 font-size: 30px;
}

#format07 {
 font-family: arial;
 color: #23bafb;
 font-size: 30px;
}

#format08 {
 font-family: arial;
 color: #FFFFFF;
 font-size: 19px;
 font-weight: bolder;
}

#format10 {
 font-family: arial;
 color: #FFFFFF;
 font-size: 16px;
}


/* TESTE DE VELOCIDADE */
#teste_de_velocidade {
 float:right;
 margin-top: 15px;
 width: 325px;
 min-height: 183px;
 text-align: center;
}

#teste_de_velocidade img {
 position: relative;
 margin-top: -90px;
 z-index: 9998;
 width: 260px;
 height: 265px
}



/* PROSPECTO PLANOS INTERNET */
#prospecto_internet {
 width: 1024px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 background-color: #FFFFFF;
 padding-bottom: 20px;
 border: 1px solid;
 border-color: #CCCCCC;
 padding-top: 10px;
 margin: 0 auto;
}

#prospecto_internet .formularioadesao {
 margin-bottom: 20px;
 display:none;
 min-height: 20px;
}

#prospecto_internet .formularioadesao .planoescolhido {
 width: 100%;
 font-family: arial;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 18px;
 color: #333333;
 padding-top: 20px;
 padding-bottom: 20px;
 text-align: center;
}

#prospecto_internet .vantagens {
 width: 600px;
 min-height: 10px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 padding-top: 20px;
 background-color: #FFFFFF;
 border: 1px solid;
 border-color:#CCCCCC;
 margin: 0 auto;
}

#prospecto_internet .vantagens ul {
 list-style-type: none;
 padding: 0px;
 padding-left: 20px;
 padding-right: 10px;
}

#prospecto_internet .vantagens img{
 width: 25px;
 height: 25px;
 vertical-align: middle;
 padding: 5px;
}

#prospecto_internet .vantagens li {
 font-family: arial;
 font-size: 16px;
 color: #666666;
 padding-top: 10px;
 padding-bottom: 6px;
}

#prospecto_internet .vantagens .vantagens_titulo {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 20px;
 border: 0px solid;
 text-align: center;
 color: #333333;
}

#prospecto_internet .prospecto_internet_txt {
 padding: 30px;
 text-align: left;
 font-family: arial;
 font-size: 15px;
 color: #666666;
 font-style: justify;
}

#prospecto_internet  .prospecto_internet_txt2 {
 width: 990px;
 margin-left: 20px;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 20px;
 color: #333333;
 padding-top: 20px;
 padding-bottom: 20px;
}

#prospecto_internet  .info {
 margin-top: 20px;
 width: 100%;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-right: 30px;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 24px;
 color: #333333;
 height: 90px;
 background-color: #E8DE95;
 line-height: 90px;
}

#prospecto_internet  .info img {
 vertical-align: middle;
}

#prospecto_internet .success {
 padding-top: 10px;
 padding-bottom: 10px;
 font-family: arial;
 text-align: left;
 padding-left: 20px;
 padding-right: 10px;
 font-size: 16px;
 color: #333333;
 background-color: #E7F2CB;
 margin-bottom:20px;
 min-height: 10px;
 display:none;
}

#prospecto_internet .success img {
 vertical-align: middle;
 padding: 5px;
}

#prospecto_internet .columnplan {
 display: inline-block;
 *display: inline; /* hack for IE */
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 5px;
 margin-right: 5px;
 min-height: 20px;
 width: 220px;
 border-left: 3px solid;
 border-right: 3px solid;
 border-top: 3px solid;
 border-bottom: 3px solid;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 cursor: pointer;
 background-color:#FFFFFF;
 border-color: #D4D4D4;
}

#prospecto_internet .columnplan_on {
 border-color: #1E73A8;
 background-color:#FFFFFF;
}

#prospecto_internet .columnplan_clicked {
 border-color: #C25429;
 background-color:#FFFFFF;
}

#prospecto_internet .columnplan_container {
 display: inline-block;
 width: 100%;
 text-align: center;
 background-color: #EFF0ED;
 padding-top:10px;
 padding-bottom: 10px;
}

#prospecto_internet .columnplan .columnplan_info {
 float: left;
 margin-top: 10px;
 font-family: arial;
 font-size: 18px;
 color: #FFFFFF;
 width: 100%;
 padding: 0px;
}

#prospecto_internet .columnplan .columnplan_info table {
 width: 200px;
 margin: 0 auto;
}

#prospecto_internet .columnplan .txt_destaque {
 font-family: titulo_1, calibri,calibri;
 font-weight: bolder;
 font-size: 50px;
 min-height: 20px;
 color: #333333;
 margin-top: 10px;
 margin-bottom: 10px;
}

#prospecto_internet .columnplan_on .plano .txt_destaque {
 color: #1f577b;
}

#prospecto_internet .columnplan_clicked .plano .txt_destaque {
 color: #C25429;
}

#prospecto_internet .columnplan .plantable {
 display:table;
 width: 100%;
 padding: 10px;	
}

#prospecto_internet .columnplan .linein {
 display: table-line;
 background-color:#E5E5E5;
 margin: 6px;
}

#prospecto_internet .columnplan .lineoff {
 display: table-line;
 background-color:#FFFFFF;
 margin: 6px;
}

#prospecto_internet .columnplan .linha_simples_titulo {
 display: table-cell;
 font-family: arial;
 font-size: 12px;
 font-style: justify;
 font-weight:bolder;
 text-align: left;
 color: #333333;
 height: 30px;
 width: 100px;
 vertical-align:middle;
 padding-left: 5px;
}

#prospecto_internet .columnplan .linha_simples_valor {
 display: table-cell;
 font-family: arial;
 font-size: 15px;
 font-style: justify;
 text-align: left;
 color: #333333;
 height: 30px;
 vertical-align:middle;
 padding-left: 5px;
}

#prospecto_internet .columnplan .valor {
 font-family: titulo_1, calibri, calibri;
 font-stretch: condensed;
 font-size: 34px;
 min-height: 20px;
 color: #FFFFFF;
 background-color:#333333;
 margin-top: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
}

#prospecto_internet .columnplan .detalhe_inst {
 font-family: arial;
 font-size: 14px;
 font-style: justify;
 text-align: center;
 color: #333333;
 height: 30px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 8px;
 padding-right: 8px;
}

#prospecto_internet .columnplan .valor_promo{
 font-family: arial;
 font-size: 34px;
 min-height: -1px;
 font-style: justify;
 color: #333333;
 background-color:#F7DE7B;
 padding-top: 5px;
 padding-bottom: 5px;
}

#prospecto_internet .columnplan .observacao{
 font-family: arial;
 font-size: 14px;
 color: #333333;
 background-color:#f7de7b;
 text-align:center;
 padding-bottom: 5px;
}

#prospecto_internet .txt_observacao_container {
 padding-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 background-color:#f7de7b;
 color:#333333;
}

#prospecto_internet .columnplan .data_promocional {
 font-family: arial;
 font-size: 15px;
 min-height: 20px;
 font-style: justify;
 text-align: center;
 color: #333333;
 margin-top:10px;
 margin-bottom: 10px;
}

#prospecto_internet .columnplan  .bottom {
 margin: 0px;
 background-color: #d4d4d4;
 width: 100%;
 height: 40px;
 color: #051323;
 font-size: 25px;
 font-family: arial;
 font-weight: bolder;
 padding-top:10px;
 margin-bottom:10px;
}

#prospecto_internet .columnplan_on  .bottom {
 margin: 0px;
 background-color: #1F577B;
 width: 100%;
 height: 40px;
 color: #FFFFFF;
 font-size: 25px;
 font-family: arial;
 font-weight: bolder;
 padding-top:10px;
 margin-bottom:10px;
}

#prospecto_internet .columnplan_clicked  .bottom {
 margin: 0px;
 background-color: #C25429;
 width: 100%;
 height: 40px;
 color: #FFFFFF;
 font-size: 25px;
 font-family: arial;
 font-weight: bolder;
 padding-top:10px;
 margin-bottom:10px;
}


/* TELA PRINCIPAL - INTERNET */
#internet {
 margin: 0 auto;
 width: 1024px;
 min-height: 300px;
}

#internet .txt1 {
 display: inline-block;
 font-family: titulo_1, calibri, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 28px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 height: 95px;
 line-height: 95px;
 width: 100%;
 margin-bottom: 10px;
}

#internet .txt2 {
 display: inline-block;
 font-family: arial;
 font-stretch: condensed;
 font-size: 18px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 width: 100%;
 margin-bottom: 20px;
}

#internet .banner_planos {
 width: 1024px;
 height: 280px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;
 margin: 0 auto;
 margin-bottom: 20px;
 overflow: hidden;
 text-align: center;
}

#internet .banner_planos  .slides  img{
 left: 50%;
 margin-left: -40%;
 width: 1850px;
 height: 280px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;
}

#internet .opcoes {
 float:left;
 width: 450px;
 height: 340px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 padding-top: 20px;
 padding-bottom: 20px;
 background-color: #FFFFFF;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 border: 1px solid;
 border-color:#CCCCCC;
}

#internet .opcoes .txt4 {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 20px;
 border: 0px solid;
 text-align: left;
 color: #333333;
 padding-left: 30px;
 padding-bottom: 20px;
}

#internet .vantagens {
 float:right;
 width: 550px;
 height: 340px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 padding-top: 20px;
 padding-bottom: 20px;
 border: 1px solid;
 border-color:#CCCCCC;
 background-color:#FFFFFF;
}

#internet .vantagens ul {
 list-style-type: none;
 padding: 0px;
 padding-left: 20px;
 padding-right: 10px;
}

#internet .vantagens img{
 width: 25px;
 height: 25px;
 vertical-align: middle;
 padding: 5px;
}

#internet .vantagens li {
 font-family: arial;
 font-size: 15px;
 color: #666666;
 padding-top: 10px;
 padding-bottom: 6px;
}

#internet .vantagens .txt3 {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 20px;
 border: 0px solid;
 text-align: left;
 color: #333333;
 padding-left: 30px;
}

#internet .info_1 {
 margin: 0 auto;
 width: 335px;
 height: 120px;
 margin-bottom: 10px;
}

#internet .txt {
 display: inline-block;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-size: 25px;
 color: #666666;
 vertical-align: top;
 width: 200px;
 text-align:center;
 margin-top: -80px;
 margin-left: 120px;
}

#internet .info_2 {
 margin: 0 auto;
 width: 335px;
 height: 120px;
}

#internet .img  {
 display: inline-block;
}

#internet .img img {
 width: 335px;
 height: 120px;
}

#internet .banner_planos {
 width: 1024px;
 height: 280px;
}

#internet .slides { 
 overflow: hidden!important;
}

#internet .slides  img{ 
 left: 50%;
 margin-left: -40%;
 width: 1900px;
 height: 280px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;
}

#internet .slides {
 width: 100% !important;
	
 li {
  white-space: initial;
  width: 1900px;
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
 }
}

#internet .flex-control-nav {
  position: absolute;
  margin-top: -30px;
  text-align: center;
  z-index:99990;
  display: none;

}

#internet .flex-direction-nav {
 position: absolute;
 width: 1024px;
}

#internet .flex-direction-nav .flex-nav-prev {
 position: absolute;
 margin-top: -170px;
 text-align: left;
 z-index:99990;
}

#internet .flex-direction-nav .flex-nav-next {
 position: absolute;
 margin-top: -170px;
 text-align: right;
 z-index:99990;
 width: 40px;
}


/* TELA PRINCIPAL - TELEFONIA */
#telefonia {
 margin: 0 auto;
 width: 1024px;
 min-height: 300px;
}

#telefonia .txt1 {
 display: inline-block;
 font-family: titulo_1, calibri, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 28px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 height: 95px;
 line-height: 95px;
 width: 100%;
 margin-bottom: 10px;
}

#telefonia .txt2 {
 display: inline-block;
 font-family: arial;
 font-stretch: condensed;
 font-size: 18px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 width: 100%;
 margin-bottom: 20px;
}

#telefonia .banner_planos {
 width: 1024px;
 height: 280px;
 -webkit-border-radius: 6px;  
 -moz-border-radius: 6px; 
 border-radius: 6px;
 margin: 0 auto;
 margin-bottom: 20px;
 overflow: hidden;
 text-align: center;
}

#telefonia .banner_planos  .slides  img{
 left: 50%;
 margin-left: -40%;
 width: 1850px;
 height: 280px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;
}

#telefonia .opcoes {
 display:inline-block;
 width: 450px;
 height: 340px;
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px; 
 padding-top: 20px;
 padding-bottom: 20px;
 background-color: #FFFFFF;
 border-radius: 10px; 
 vertical-align: top;
}

#telefonia .opcoes .txt4 {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 20px;
 border: 0px solid;
 text-align: left;
 color: #333333;
 padding-left: 30px;
 padding-bottom: 20px;
}

#telefonia .img  {
 display: inline-block;
}

#telefonia .img img {
 width: 335px;
 height: 120px;
}

#telefonia .info_1 {
 margin: 0 auto;
 width: 335px;
 height: 120px;
 margin-bottom: 10px;
}

#telefonia .txt {
 display: inline-block;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-size: 25px;
 color: #666666;
 vertical-align: top;
 width: 200px;
 text-align:center;
 margin-top: -80px;
 margin-left: 120px;
}

#telefonia .info_2 {
 margin: 0 auto;
 width: 335px;
 height: 120px;
}

#telefonia .personagem {
 display:inline-block;
 margin-left: -62px;
 vertical-align: top;
 width: 550px;
 height: 440px;
}

#telefonia .personagem img {
 width: 470px;
 height: 389px;
 text-align: left;
}

#telefonia .container_opcoes {
 text-align: center;
}

#telefonia .slides { 
 overflow: hidden!important;
}

#telefonia .slides  img{ 
 left: 50%;
 margin-left: -40%;
 width: 1900px;
 height: 280px;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;
}

#telefonia .slides {
 width: 100% !important;
	
 li {
  white-space: initial;
  width: 1900px;
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
 }
}

#telefonia .flex-control-nav {
 position: absolute;
 margin-top: -30px;
 text-align: center;
 z-index:99990;
 display: none;
}

#telefonia .flex-direction-nav {
 position: absolute;
 width: 1024px;
}

#telefonia .flex-direction-nav .flex-nav-prev {
 position: absolute;
 margin-top: -170px;
 text-align: left;
 z-index:99990;
}

#telefonia .flex-direction-nav .flex-nav-next {
 position: absolute;
 margin-top: -170px;
 text-align: right;
 z-index:99990;
 width: 40px;
}


/* PROSPECTO INTERNET - PLANOS EMPRESARIAIS */
#internet_emp {
 margin: 0 auto;
 width: 1024px;
 min-height: 300px;
 -webkit-border-bottom-left-radius: 12px; 
 -webkit-border-bottom-right-radius: 12px; 
 -moz-border-radius-bottomleft: 12px; 
 -moz-border-radius-bottomright: 12px; 
 border-bottom-left-radius: 12px; 
 border-bottom-right-radius: 12px; 
 background-color: #FFFFFF;
 padding-bottom: 20px;
}

#internet_emp .empresa_banner img {
 width: 100%;
 height: 280px;
}

#internet_emp .info {
 width: 100%;
}

#internet_emp .txt3 {
 padding-top: 10px;
 font-family: arial;
 font-size: 15px;
 color: #333333;
 background-color: #FFFFFF;
 text-align: left;
 padding-bottom: 20px;
 min-height: 20px;
 padding-top: 50px;
}

#internet_emp .txt3 ul {
 list-style-type: none;
 padding: 0px;
 padding-left: 20px;
 padding-right: 10px;
}

#internet_emp .txt3 img{
 width: 25px;
 height: 25px;
 vertical-align: middle;
 padding: 5px;
}

#internet_emp .txt2 {
 text-align: left;
 font-family: arial;
 font-size: 15px;
 color: #FFFFFF;
 background-color:#1F577B;
 padding-left: 20px;
 padding-top: 10px;
 padding-bottom: 10px;
}

#internet_emp .bt_orcamento {
 margin-bottom: 30px;
 text-align: center;
}

#internet_emp .bt_orcamento input {
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 border: 1px solid;
 border-color: #666666;
 color: #525252;
 min-width: 195px;
 height: 50px;
 font-size: 16px;
 font-family: arial;
 font-weight:bolder;
 margin-right: 20px;
 cursor: pointer;
 margin-left: 20px;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
 -webkit-box-shadow: 0px 0px 2px 2px #ccc;
 box-shadow:         0px 0px 2px 2px #ccc;
}

#internet_emp .bt_orcamento input:hover {
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;  
 border: 2px solid;
 border-color: #009bd8;
 color: #009bd8;
 min-width: 195px;
 height: 50px;
 font-size: 16px;
 font-family: arial;
 margin-right: 20px;
 cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
 -webkit-box-shadow: 0px 0px 2px 2px #ccc;
 box-shadow:         0px 0px 2px 2px #ccc;
}


/* PROSPECTO TELEFONIA - RESIDÊNCIAS */
#prospecto_telefonia {
 margin: 0 auto;
 width: 1024px;
 min-height: 300px;
}

#prospecto_telefonia .mais {
 color:#333333; 
 font-family: arial;
 font-size: 12px; 
 padding-top: 5px;
 width: 100%;
 text-align:right;
 font-weight:bolder;
 cursor:pointer;
}

#prospecto_telefonia .mais:hover {
 color:#333333; 
 font-family: arial;
 font-size: 12px; 
 padding-top: 5px;
 width: 100%;
 text-align:right;
 font-weight:bolder;
 text-decoration: underline;
 cursor:pointer;
}

#prospecto_telefonia .menos {
 color:#333333; 
 font-family: arial;
 font-size: 12px; 
 padding: 5px;
 width: 100%;
 text-align:right;
 font-weight:bolder;
 cursor:pointer;
 display:none;
}

#prospecto_telefonia .menos:hover {
 font-family: arial;
 font-size: 12px; 
 padding: 5px;
 width: 100%;
 text-align:right;
 font-weight:bolder;
 text-decoration: underline;
 cursor:pointer;
 color:#333333; 
}

#prospecto_telefonia .assine_ja {
 margin: 0 auto;
 background-color: #d4d4d4;
 width: 210px;
 height: 40px;
 color: #051323;
 font-size: 22px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 padding-top:10px;
 margin-bottom:10px;
 margin-top: 15px;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 3px 3px 3px rgba(112,112,112,0.63);
 -moz-box-shadow: 0px 3px 3px 3px rgba(112,112,112,0.63);
 box-shadow: 0px 3px 3px 3px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_grey.png');
 background-repeat: repeat-x;
}

#prospecto_telefonia .assine_ja:hover {
 margin: 0 auto;
 background-color: #1F577B;
 width: 210px;
 height: 40px;
 color: #FFFFFF;
 font-size: 22px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 padding-top:10px;
 margin-bottom:10px;
 margin-top: 15px;
 text-align:center;
 cursor:pointer;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_blue.png');
 background-repeat: repeat-x;
}

#prospecto_telefonia .menos img {
 width: 10px;
 height: 8px;    
 padding-right: 3px;
}

#prospecto_telefonia .mais img {
 width: 10px;
 height: 8px;   
 padding-right: 3px; 
}

#prospecto_telefonia .txt1 {
 display: inline-block;
 font-family: titulo_1, calibri, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 27px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 height: 70px;
 line-height: 70px;
 width: 100%;
}

#prospecto_telefonia .txt2 {
 display: inline-block;
 font-family: arial;
 font-stretch: condensed;
 font-size: 16px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 width: 100%;
}

#prospecto_telefonia .plans {
 background-color:#045370;
 min-height: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 20px;
 text-align: center;
 -webkit-border-top-left-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 -moz-border-radius-topleft: 8px; 
 -moz-border-radius-topright: 8px; 
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border: 1px solid;
 border-color:#CCCCCC;
}

#prospecto_telefonia .plans .aboutplan {
 font-family: calibri;
 font-size: 13px;
 font-weight: bolder;
 color:#FFFFFF;
 padding-top: 10px;
 padding-bottom: 20px;
}

#prospecto_telefonia .extra {
 background-color: #FFFFFF;
 border-radius: 0px 0px 10px 10px;
 -moz-border-radius: 0px 0px 10px 10px;
 -webkit-border-radius: 0px 0px 10px 10px;
 border: 0px solid #000000;
 padding-top: 30px;
 padding-left: 30px;
 padding-right: 30px;    
}

#prospecto_telefonia .img_modelo_telefonia {
 width: 400px;
 height: 390px;
}

#prospecto_telefonia .tableplan_column {
 width: 280px;    
}

#prospecto_telefonia .tableplan {
 margin-top: 10px;
 margin-left: 8px;
 margin-right: 8px;
 min-height: 20px;
 width: 100%;
 border-left: 3px solid;
 border-right: 3px solid;
 border-top: 3px solid;
 border-bottom: 3px solid;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 background-color:#FFFFFF;
 border-color: #D4D4D4;
 padding-bottom: 10px;
}

#prospecto_telefonia .tableplan_column {
 display: inline-block;
 *display: inline;    
 margin: 5px;
 vertical-align: top;
}

#prospecto_telefonia .tableplan_column .linha_simples_titulo {
 display: table-cell;
 font-family: arial;
 font-size: 12px;
 font-style: justify;
 font-weight:bolder;
 text-align: left;
 color: #333333;
 height: 30px;
 width: 145px;
 vertical-align:middle;
 padding-left: 5px;
}

#prospecto_telefonia .detalhes_tarifas {
 width: 100%;
 min-height: 50px;
 background-color: #1B8DBA;
 font-family:arial;
 font-size: 14px;  
 color: #FFFFFF;  
 text-align: center;
 line-height: 50px; 
}

#prospecto_telefonia .tableplan_column .linha_simples_valor {
 display: table-cell;
 font-family: arial;
 font-size: 15px;
 font-style: justify;
 text-align: left;
 color: #333333;
 height: 30px;
 vertical-align:middle;
 padding-left: 5px;
}

#prospecto_telefonia .tableplan_inside {
 display: table;
 width: 100%;    
}

#prospecto_telefonia .tableplan_info {
 padding: 10px; 
}

#prospecto_telefonia .tableplan .bottom {
 margin: 0px;
 background-color: #d4d4d4;
 width: 100%;
 height: 40px;
 color: #051323;
 font-size: 25px;
 font-family: arial;
 font-weight: bolder;
 padding-top:10px;
 margin-top:22px;
 margin-bottom:10px;
}

#prospecto_telefonia .tableplan_title {
 font-family: titulo_1, calibri,calibri;
 font-weight: bolder;
 font-size: 25px;
 height: 90px;
 color: #333333;
}

#prospecto_telefonia .tableplan .linein {
 background-color:#E5E5E5;
 height: 30px;
}

#prospecto_telefonia .tableplan .line_hide { 
 display: none;
}

#prospecto_telefonia .tableplan .lineoff{
 background-color:#FFFFFF;
 height: 30px;
}

#prospecto_telefonia .tableplan .title {
 font-family: arial;
 font-size: 12px;
 min-height: 20px;
 font-style: justify;
 text-align: left;
 color: #333333;
 font-weight: bolder;
 width: 250px;
}

#prospecto_telefonia .tableplan .item {
 font-family: arial;
 font-size: 15px;
 min-height: 20px;
 font-style: justify;
 text-align: left;
 color: #333333;
 width: 110px;
 padding-left: 10px;
}

#prospecto_telefonia .tableplan .valor{
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 36px;
 min-height: 20px;
 color: #FFFFFF;
 background-color:#333333;
}

#prospecto_telefonia .tableplan .title_valor {
 height: 35px;
 font-family: calibri;
 font-size: 13px;
 color: #FFFFFF;
 text-align: right;
 width: 170px;
 border-top: 2px solid;
 border-top-color: #FFFFFF;
 border-bottom: 2px solid;
 border-bottom-color:#CCCCCC;
 background-color:#0989B8;
 font-weight: bolder;
}


/* PROSPECTO TELEFONIA - EMPRESARIAL */
#prospecto_telefonia_emp {
 margin: 0 auto;
 width: 1024px;
 min-height: 300px;
 -webkit-border-bottom-left-radius: 12px; 
 -webkit-border-bottom-right-radius: 12px; 
 -moz-border-radius-bottomleft: 12px; 
 -moz-border-radius-bottomright: 12px; 
 border-bottom-left-radius: 12px; 
 border-bottom-right-radius: 12px; 
 padding-bottom: 20px;
}

#prospecto_telefonia_emp .error {
 margin-top: 30px;
 min-height: 20px;
 font-family:arial;
 font-size:14px;
 color:#D44F48;
 background-color:#F7D0C3;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 display: none;
}

#prospecto_telefonia_emp .success {
 padding-top: 10px;
 padding-bottom: 10px;
 font-family: arial;
 text-align: center;
 padding-left: 20px;
 padding-right: 10px;
 font-size: 16px;
 color: #333333;
 background-color: #E7F2CB;
 margin-bottom:10px;
 margin-top: 30px;
 min-height: 10px;
 display:none;
}

#prospecto_telefonia_emp .success img {
 vertical-align: middle;
 padding: 5px;
}

#prospecto_telefonia_emp .plans {
 background-color:#045370;
 min-height: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 20px;
 text-align: center;
 -webkit-border-top-left-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 -moz-border-radius-topleft: 8px; 
 -moz-border-radius-topright: 8px; 
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border: 1px solid;
 border-color:#CCCCCC;
}

#prospecto_telefonia_emp .plans .aboutplan {
 font-family: calibri;
 font-size: 13px;
 font-weight: bolder;
 color:#FFFFFF;
 padding-top: 10px;
 padding-bottom: 20px;
}

#prospecto_telefonia_emp .tableplan {
 display: inline-block;
 *display: inline; /* hack for IE */
 margin-top: 10px;
 margin-left: 5px;
 margin-right: 5px;
 min-height: 20px;
 width: 315px;
 border-left: 3px solid;
 border-right: 3px solid;
 border-top: 3px solid;
 border-bottom: 3px solid;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 background-color:#FFFFFF;
 border-color: #D4D4D4;
}

#prospecto_telefonia_emp .tableplan_inside {
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
}

#prospecto_telefonia_emp .tableplan .bottom {
 margin: 0px;
 background-color: #d4d4d4;
 width: 100%;
 height: 40px;
 color: #051323;
 font-size: 25px;
 font-family: arial;
 font-weight: bolder;
 padding-top:10px;
 margin-top:22px;
 margin-bottom:10px;
}

#prospecto_telefonia_emp   .on  .bottom {
 margin: 0px;
 background-color: #1E73A8;
 width: 100%;
 height: 40px;
 color: #FFFFFF;
 font-size: 25px;
 font-family: arial;
 font-weight: bolder;
 padding-top:10px;
 margin-top:22px;
 margin-bottom:10px;
}

#prospecto_telefonia_emp   .clicked  .bottom {
 margin: 0px;
 background-color: #C25429;
 width: 100%;
 height: 40px;
 color: #FFFFFF;
 font-size: 25px;
 font-family: arial;
 font-weight: bolder;
 padding-top:10px;
 margin-top:22px;
 margin-bottom:10px;
}

#prospecto_telefonia_emp .tableplan_title {
 font-family: titulo_1, calibri,calibri;
 font-weight: bolder;
 font-size: 30px;
 height: 90px;
 color: #333333;
}

#prospecto_telefonia_emp .tableplan .linein {
 background-color:#E5E5E5;
 height: 30px;
}

#prospecto_telefonia_emp .tableplan .lineout {
 background-color:#FFFFFF;
 height: 30px;
}

#prospecto_telefonia_emp .tableplan .title {
 font-family: arial;
 font-size: 12px;
 min-height: 20px;
 font-style: justify;
 text-align: left;
 color: #333333;
 font-weight: bolder;
 width: 180px;
}

#prospecto_telefonia_emp .tableplan .item {
 font-family: arial;
 font-size: 15px;
 min-height: 20px;
 font-style: justify;
 text-align: left;
 color: #333333;
 width: 110px;
 padding-left: 10px;
}

#prospecto_telefonia_emp .tableplan .valor{
 font-family: titulo_1, calibri, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 36px;
 min-height: 20px;
 color: #FFFFFF;
 background-color:#333333;
 margin-top: 10px;
}

#prospecto_telefonia_emp .tableplan .title_valor {
 height: 35px;
 font-family: calibri;
 font-size: 13px;
 color: #FFFFFF;
 text-align: right;
 width: 170px;
 border-top: 2px solid;
 border-top-color: #FFFFFF;
 border-bottom: 2px solid;
 border-bottom-color:#CCCCCC;
 background-color:#0989B8;
 font-weight: bolder;
}

#prospecto_telefonia_emp .action {
 background-color:#FFFFFF;
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -moz-border-radius-bottomleft: 8px; 
 -moz-border-radius-bottomright: 8px; 
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 text-align: center;
 border: 1px solid;
 border-color:#CCCCCC;
}

#prospecto_telefonia_emp .action table {
 margin: 0 auto;
}

#prospecto_telefonia_emp  .orcbt {
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 border: 1px solid;
 border-color: #666666;
 color: #525252;
 width: 285px;
 height: 40px;
 font-size: 17px;
 font-family: titulo_1, calibri, calibri;
 margin-right: 5px;
 cursor: pointer;
 margin: 20px;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
 -webkit-box-shadow: 0px 0px 2px 2px #ccc;
 box-shadow:         0px 0px 2px 2px #ccc;
}

#prospecto_telefonia_emp  .orcbt:hover {
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;  
 border: 2px solid;
 border-color: #009bd8;
 color: #009bd8;
 width: 285px;
 height: 40px;
 font-size: 17px;
 font-family: titulo_1, calibri, calibri;
 margin-right: 5px;
 cursor: pointer;
 margin: 20px;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
 -webkit-box-shadow: 0px 0px 2px 2px #ccc;
 box-shadow:         0px 0px 2px 2px #ccc;
}

#prospecto_telefonia_emp .empresa_banner img {
 width: 100%;
 height: 280px;
 vertical-align: middle;
}

#prospecto_telefonia_emp .txt1 {
 display: inline-block;
 font-family: titulo_1, calibri, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 27px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 height: 70px;
 line-height: 70px;
 width: 100%;
}

#prospecto_telefonia_emp .txt2 {
 display: inline-block;
 font-family: arial;
 font-stretch: condensed;
 font-size: 16px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 width: 100%;
}

#prospecto_telefonia_emp .txt3 {
 display: inline-block;
 font-family: arial;
 font-stretch: condensed;
 font-size: 16px;
 border: 0px solid;
 text-align: center;
 color: #333333;
 width: 100%;
}

#prospecto_telefonia_emp .txt5 {
 display: inline-block;
 font-family: arial;
 font-stretch: condensed;
 font-size: 15px;
 border: 0px solid;
 text-align: center;
 color: #666666;
 width: 100%;
}

#prospecto_telefonia_emp .txt4 {
 display: inline-block;
 font-family: arial;
 font-stretch: condensed;
 font-size: 14px;
 border: 0px solid;
 text-align: center;
 color: #666666;
 width: 100%;
}

#prospecto_telefonia_emp .bt_orcamento input {
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px; 
 border: 1px solid;
 border-color: #666666;
 color: #525252;
 min-width: 195px;
 height: 50px;
 font-size: 16px;
 font-family: arial;
 font-weight:bolder;
 margin-right: 20px;
 cursor: pointer;
 margin-left: 20px;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
 -webkit-box-shadow: 0px 0px 2px 2px #ccc;
 box-shadow:         0px 0px 2px 2px #ccc;
}

#prospecto_telefonia_emp .bt_orcamento input:hover {
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px; 
 border-radius: 6px;  
 border: 2px solid;
 border-color: #009bd8;
 color: #009bd8;
 min-width: 195px;
 height: 50px;
 font-size: 16px;
 font-family: arial;
 margin-right: 20px;
 cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
 -webkit-box-shadow: 0px 0px 2px 2px #ccc;
 box-shadow:         0px 0px 2px 2px #ccc;
}

#prospecto_telefonia_emp .tarifas {
 border: 1px solid;
 border-color:#CCCCCC;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px; 
 border-radius: 8px;
 padding: 5px;
 font-size: 12px;
 width: 520px;
}

#prospecto_telefonia_emp .tarifas .in{
 background-color:#FFFFFF;
}

#prospecto_telefonia_emp .tarifas .out {
 background-color:#F5F5F5;
}

#prospecto_telefonia_emp .tarifas td {
 padding: 10px;
 font-family: calibri;
 color: #333333;
 border-bottom: 1px solid;
 border-bottom-color: #666666;
 border-top: 2px solid;
 border-top-color:#FFFFFF;
}

#prospecto_telefonia_emp .img_business_man {
 width: 468px;
 height: 430px;
 margin-top: 90px;
}

#prospecto_telefonia_emp .moreplans {
 background-image: url('../img/background_linhascdrs.png');
 height: 81px;
}

#prospecto_telefonia_emp .texto {
 font-family: titulo_1, calibri, calibri;
 font-stretch: condensed;
 color:#333333;
 font-size: 23px;
 text-align: center;
 height: 81px;
 line-height: 75px;
}

#prospecto_telefonia_emp  .on {
 border-color: #1E73A8;
 background-color:#FFFFFF;
 cursor: pointer;
}

#prospecto_telefonia_emp  .clicked {
 border-color: #C25429;
 background-color:#FFFFFF;
 cursor: pointer;
}


/* FORMULARIO CADASTRO DE INTERESSE */
#cadastrointeresse {
 margin: 0 auto;
 width: 1024px;
 min-height: 300px;
 -webkit-border-bottom-left-radius: 12px; 
 -webkit-border-bottom-right-radius: 12px; 
 -moz-border-radius-bottomleft: 12px; 
 -moz-border-radius-bottomright: 12px; 
 border-bottom-left-radius: 12px; 
 border-bottom-right-radius: 12px; 
 background-color: #FFFFFF;
 padding-bottom: 20px;
}

#cadastrointeresse .txt2{
 text-align: center;
 padding-top: 30px;
 padding-left: 20px;
 padding-bottom: 30px;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-size: 18px;
 color: #333333;
 margin-bottom: 20px;
}

#cadastrointeresse .success {
 padding-top: 10px;
 padding-bottom: 10px;
 font-family: arial;
 text-align: left;
 padding-left: 20px;
 padding-right: 10px;
 font-size: 16px;
 color: #333333;
 background-color: #E7F2CB;
 margin-bottom:20px;
 min-height: 10px;
 display:none;
}

#cadastrointeresse .success img {
 vertical-align: middle;
 padding: 5px;
}



/* ANALISAR ISSO */


#informacao {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}

#informacao .info {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
font-family: arial;
font-size: 15px;
color:#333333;
background-color: #FFFFFF;

}

#informacao .info a {
font-family:arial;
font-size: 14px;
color: #009BDA;

}

#informacao .info a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 14px;
}



/* RODAPÉ */
#container_menuinf {
 padding-left: 25px;
 padding-top: 50px;
 padding-bottom: 50px;
 text-align:center;
}

#menuinf {
 display: inline-block;
 margin-top: 10px;
 margin-bottom: 20px;
 text-align: center;
 width: 180px;
 text-align: left;
 vertical-align: top;
}

#menuinf .icon {
 display: inline-block;
 margin-left: 5px;
 margin-right: 5px;
 font-family: arial;
 font-size: 12px;
 color: #FFFFFF;
 width: 7px;
 height: 7px;
}

#menuinf .icon img {
 width: 100%;
 height:100%;
 vertical-align:middle;
}

#menuinf .item {
 display: inline-block;
 font-family: arial;
 font-size: 13px;
 color: #FFFFFF;
 padding-top: 5px;
 padding-bottom: 5px;
}

#menuinf .titulomenuinf {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 19px;
 color: #52ABE3;
 margin-bottom: 5px;
 padding-bottom: 5px;
 text-align: left;
}

#menuinf .titulomenuinf a {
 text-decoration: none;
}

#menuinf .menu_inf_sep {
 float: left;
 margin-top: 20px;
 margin-left: 40px;
 margin-right: 40px;
 min-height: 120px;
 height: 120px;
 border-right: 1px dashed;
 border-color: #FFFFFF;
}

#networktag {
 background-color: #1A4966;
 width: 100%;
 text-align: center;
 height: 50px;
 font-family: arial;
 color: #FFFFFF;
 font-size: 15px;
 margin: 0px;
 line-height: 50px;
 margin-top: -50px;
}

#networktag .networktag_inside {
 width: 1024px;
 height: 50px;
 margin-top: -50px;
 margin: 0 auto;
}

#networktag .networktag_img {
 width: 125px;
 height: 50px;
 text-align: left;
 margin-top: -50px;
}

#networktag .networktag_img img {
 width: 90px;
 height: 20px;
 padding-left: 20px;
}

#networktag .networktag_txt {
 height: 20px;
 line-height: 20px;
 font-family: arial;
 font-size: 12px;
 margin-top: -45px;
 width: 205px;
 margin-left: 100px;
}

#networktag .networktag_gototop {
 margin-top: -25px;
 width: 100px;
 height: 30px;
 line-height: 30px;
 background-color: #1F577B;
 -webkit-border-bottom-left-radius: 6px; 
 -webkit-border-bottom-right-radius: 6px; 
 -moz-border-radius-bottomleft: 6px; 
 -moz-border-radius-bottomright: 6px; 
 border-bottom-left-radius: 6px; 
 border-bottom-right-radius: 6px; 
 font-family: arial;
 font-size: 15px;
 cursor: pointer;
 margin-left: 900px;
}

#networktag .networktag_gototop:hover{
 margin-top: -25px;
 width: 100px;
 height: 30px;
 line-height: 30px;
 background-color: #1F577B;
 -webkit-border-bottom-left-radius: 6px; 
 -webkit-border-bottom-right-radius: 6px; 
 -moz-border-radius-bottomleft: 6px; 
 -moz-border-radius-bottomright: 6px; 
 border-bottom-left-radius: 6px; 
 border-bottom-right-radius: 6px; 
 font-family: arial;
 font-size: 15px;
 cursor: pointer;
 margin-left: 900px;
 text-decoration: underline;
 cursor: pointer;
}


/* CONSULTA DE LOCALIDADE */
#consulta_localidade {
 margin: 0 auto;
 width: 1024px;
 min-height: 200px;
 -webkit-border-bottom-left-radius: 12px; 
 -webkit-border-bottom-right-radius: 12px; 
 -moz-border-radius-bottomleft: 12px; 
 -moz-border-radius-bottomright: 12px; 
 border-bottom-left-radius: 12px; 
 border-bottom-right-radius: 12px; 
 background-color: #FFFFFF;
}

#consulta_localidade .texto_info_1 {
 font-family: arial;
 font-size: 15px;
 border: 0px solid;
 padding-top: 40px;
 padding-bottom: 40px;
 text-align: center;
 color: #666666;
}

#formconsulta {
 width: 100%;
 min-height: 20px;
 margin-bottom: 20px;
 text-align:center;
 padding-top: 10px;
 padding-bottom: 10px;
}

#formconsulta .txt {
 display: inline-box;
 padding-left:20px;
 padding-right: 15px;
 margin: 0;
 font-family: arial;
 font-size: 18px;
 font-weight: bolder;
 color: #1F577B;
 vertical-align: top;
 line-height: 30px;
}

#formconsulta .textfield {
 display: inline-box;
 margin: 0;
 width:150px;
 height: 28px;
 border: 1px solid;
 font-size: 20px;
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px; 
 border-radius: 10px; 
 border-color: #666666;
 vertical-align: top;
}


#formconsulta .f_button {
 background-color: #d4d4d4;
 color: #051323;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_grey.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 width: 80px;
}

#formconsulta .f_button:hover {
 background-color: #d4d4d4;
 color: #FFFFFF;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_blue.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 width: 80px;
}

#formconsulta .hidenumber {
display: none;
}

#formconsulta .error {
 display: inline-box;
 margin-bottom: 20px;
 width: 100%;
 height: 20px;
 display:none;
 font-family:arial;
 font-size:15px;
 color:#D44F48;
 background-color:#F7D0C3;
 padding-top: 10px;
 padding-bottom: 10px;
}

#formconsulta .load {
 display: inline-box;
 margin-bottom: 20px;
 width: 100%;
 height: 20px;
 display:none;
 font-family:arial;
 font-size:15px;
 color:#666666;
 padding-top: 10px;
 padding-bottom: 10px;
}

#success {
 margin: 0 auto;
 text-align: left;
 width: 100%;
 background-color: #E1E8CF;
 display: none;
 margin-top: 10px;
 margin-bottom: 20px;
 text-align: center;
 padding-top: 10px; 
 padding-bottom: 5px;
}

#success .img {
 display: inline-block;
 padding-left: 20px;
 padding-right: 20px;
 width: 100px;
}

#success .msg {
 display: inline-block;
 text-align: left;
 vertical-align:top;
 margin-top: 7px;
}

#success .titulo {
 color: #333333;
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 20px;
}

#success .texto {
 font-family:arial;
 font-size: 15px;
 color: #333333;
 padding-bottom: 10px;
}

#success a {
 font-family:arial;
 font-size: 18px;
 color: #333333;
 font-weight: bolder;
}

#success .f_button {
 background-color: #d4d4d4;
 color: #051323;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_grey.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px;
}

#success .f_button:hover {
 background-color: #d4d4d4;
 color: #FFFFFF;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_blue.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px;
}

.load img {
 vertical-align: middle;
}

#fail {
 margin: 0 auto;
 text-align: left;
 width: 100%;
 background-color: #D9D9D9;
 display: none;
 margin-top: 10px;
 margin-bottom: 20px;
 text-align: center;
}

#fail .img {
 display: inline-block;
 padding: 20px;
 margin-top: 10px;
}

#fail .msg {
 display: inline-block;
 vertical-align: top;
 padding-top: 25px;
 text-align: left;
 width: 600px;
}

#fail .titulo {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 17px;
}

#fail .texto {
 font-family:arial;
 font-size: 15px;
 color: #333333;
}

#fail .f_button {
 background-color: #d4d4d4;
 color: #051323;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_grey.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px;
}

#fail .f_button:hover {
 background-color: #d4d4d4;
 color: #FFFFFF;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_blue.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px; 
}

#opcoes {
 margin: 0 auto;
 text-align: left;
 width: 100%;
 background-color: #E1E8CF;
 display: none;
 margin-top: 10px;
 margin-bottom: 20px;
 text-align: center;
}

#opcoes .img {
 display: inline-block;
 padding: 20px;
 margin-top: 10px;
}

#opcoes .msg {
 display: inline-block;
 vertical-align: top;
 padding-top: 25px;
 text-align: left;
 width: 600px;
}

#opcoes .titulo {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 17px;
}

#opcoes .texto {
 font-family:arial;
 font-size: 15px;
 color: #333333;
}

#opcoes .f_button {
 background-color: #d4d4d4;
 color: #051323;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_grey.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px; 
}

#opcoes .f_button:hover {
 background-color: #d4d4d4;
 color: #FFFFFF;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_blue.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px; 
}

#opcoes .inputform {
 font-family: arial;
 font-size: 15px;
 color: #666666;
}

#embreve {
 margin: 0 auto;
 text-align: left;
 width: 100%;
 background-color: #A5CCE8;
 display: none;
 margin-top: 10px;
 margin-bottom: 20px;
 text-align: center;
}

#embreve .img {
 display: inline-block;
 padding: 20px;
 margin-top: 10px;
}

#embreve .msg {
 display: inline-block;
 vertical-align: top;
 padding-top: 25px;
 text-align: left;
 width: 600px;
}

#embreve .titulo {
 font-family: titulo_1, calibri;
 font-stretch: condensed;
 font-weight: bolder;
 font-size: 17px;
 color: #333333;
}

#embreve .texto {
 font-family:arial;
 font-size: 15px;
 color: #333333;
}

#embreve .f_button {
 background-color: #d4d4d4;
 color: #051323;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_grey.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px; 
}

#embreve .f_button:hover {
 background-color: #d4d4d4;
 color: #FFFFFF;
 font-size: 15px;
 font-family: titulo_1, arial;
 font-weight: bolder;
 text-align:center;
 border: 1px solid;
 border-color:#333333;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
 -moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
 background-image: url('../img/bt_background_blue.png');
 background-repeat: repeat-x;
 height: 30px;
 cursor: pointer;
 min-width: 20px; 
}

#formulario_adesao {
margin: 0 auto;
border-color: #E5E5E5;
}


#formulario_adesao .titulo {
font-family: titulo_1, arial;
font-size: 22px;
font-weight: bolder;
color:#333333;
border-bottom: 3px solid #CCCCCC;
padding-bottom: 15px;
margin-bottom: 15px;
}

#formulario_adesao .bloqued {
background-color:#eaeaea;    
}

#formulario_adesao .titulo img {
width: 20px;
height: 20px;
vertical-align:middle;
padding-right: 10px;
}

#formulario_adesao .form {
margin: 0 auto; 
background-color:#f7f7f7;
border-bottom: 3px solid #E5E5E5;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 50px; 
border: 1px solid;
border-color: #666666;
margin-bottom: 30px;
}

#formulario_adesao .dados_complementares {
display: none;
margin: 0 auto; 
background-color:#f7f7f7;
border-bottom: 3px solid #E5E5E5;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 50px; 
border: 1px solid;
border-color: #666666; 
margin-bottom: 30px;
}

#formulario_adesao .dados_complementares .titulo {
font-family: titulo_1, arial;
font-size: 22px;
font-weight: bolder;
color:#333333;
border-bottom: 3px solid #CCCCCC;
padding-bottom: 15px;
margin-bottom: 15px;
}

#formulario_adesao .dados_complementares .info {
color: #333333;
font-size: 14px;
font-family: arial;
}

#formulario_adesao .dados_complementares .andares {
display:none;    
}

#formulario_adesao .dados_complementares .aptos {
display:none;    
}

#formulario_adesao .dados_complementares .blocos {
display:none;    
}

#formulario_adesao .status_form {
display: none;
min-height: 10px;
width: 630px; 
margin: 0 auto;
text-align: center;      
}

#formulario_adesao .status_dados_complementares {
display: none;
min-height: 10px;
width: 630px; 
margin: 0 auto;
text-align: center;      
}

#formulario_adesao .status_adesao_telefonia {
display: none;
min-height: 10px;
width: 630px; 
margin: 0 auto;
text-align: center;      
}

#formulario_adesao .status_agendamento {
display: none;
min-height: 10px;
width: 630px; 
margin: 0 auto;
text-align: center;      
}

#formulario_adesao .status_finalizacao {
display: none;
min-height: 10px;
width: 630px; 
margin: 0 auto;
text-align: center;      
}

#formulario_adesao .error {
font-family: arial;
font-size: 13px;
color: #ffffff;
background-color: #D44F48;
font-weight: bolder;
padding: 10px;
}

#contrateaqui .alerta {
font-family: arial;
font-size: 13px;
color: #333333;
background-color: #fce083;
font-weight: bolder;
padding: 10px;
}

#formulario_adesao input[type='text'] {
border: 1px solid;
color: #666666;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
height: 22px;
}

#formulario_adesao input[type='text']:focus {
-webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
-khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
-moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
-o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
box-shadow: 0 0 4px rgb(34%, 71%, 94%);
border: 1px solid #666666;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
}

#formulario_adesao .f_select {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
border: 1px solid;
border-color: #666666;
color: #666666;
width: 100px;
height: 27px;
font-size: 13px;
font-family: arial;
cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;
}

#formulario_adesao .f_select:hover {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
border: 1px solid;
border-color: #009bd8;
color: #666666;
width: 100px;
height: 27px;
font-size: 13px;
font-family: arial;
cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;
}

#formulario_adesao .label {
font-family: arial;
color: #666666;
font-size: 13px;
color: #333333;
}


#formulario_adesao .bt_prosseguir {
margin: 0px;
background-color: #d4d4d4;
color: #051323;
font-size: 18px;
font-family: titulo_1, arial;
font-weight: bolder;
padding:10px;
margin-bottom:10px;
margin-top: 15px;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 2px 2px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
}


#formulario_adesao .bt_prosseguir:hover {
margin: 0px;
background-color: #1F577B;
color: #FFFFFF;
font-size: 18px;
font-family: titulo_1, arial;
font-weight: bolder;
padding:10px;
margin-bottom:10px;
margin-top: 15px;
text-align:center;
cursor:pointer;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
}


#formulario_adesao .campo_obg {
display: inline-block;
color: #a8310a;
font-size: 20px;
font-family: arial;
vertical-align: middle;
padding-right: 2px;
padding-left: 2px;
height: 25px;
}

#formulario_adesao .info {
color: #333333;
font-size: 14px;
font-family: arial;
}


#backloading {
display: none;
top: 0px;
left: 0px;
position: fixed; 
height: 100%;
width: 100%;  
z-index: 99999; 
background-image: url('../img/black_screen.png');
}

#backloading .cell {
display: table-cell; 
vertical-align: middle;
}

#backloading .loading {
width: 200px;
height: 50px;
margin: 0 auto;
margin-bottom: 10px;
background-color:#FFFFFF;
padding: 10px;
border-radius: 10px;
z-index: 99999;
-webkit-box-shadow: -1px 2px 19px 8px rgba(0,0,0,0.31);
-moz-box-shadow: -1px 2px 19px 8px rgba(0,0,0,0.31);
box-shadow: -1px 2px 19px 8px rgba(0,0,0,0.31);
text-align: center;
}

.loading_mobile {
width: 200px;
height: 50px;
margin: 0 auto;
margin-bottom: 10px;
margin-top: 20px;
background-color:#FFFFFF;
padding: 10px;
border-radius: 10px;
z-index: 99999;
-webkit-box-shadow: -1px 2px 19px 8px rgba(0,0,0,0.31);
-moz-box-shadow: -1px 2px 19px 8px rgba(0,0,0,0.31);
box-shadow: -1px 2px 19px 8px rgba(0,0,0,0.31);
text-align: center;
line-height: 50px;
display:none;
}

.loading_mobile .texto {
display: inline-block;
font-family:arial;
font-size: 14px;
color: #333333;
}

.loading_mobile img {
display: inline-block;
padding: 5px;    
vertical-align: middle;
}


/*
.middle {
display: table-cell;
vertical-align: middle;
}

.inner {
margin-left: auto;
margin-right: auto;
width: 400px;
}
*/
#formulario_adesao .loading img {
display:inline-block;
width: 40px;
height: 40px;
vertical-align:middle;
padding: 5px;
}

#formulario_adesao .loading .texto {
display:inline-block;    
font-family: arial;
font-size: 19px;   
color: #666666;
text-align:center;
}

#formulario_adesao .adesao_telefonia {
display:none;
margin: 0 auto; 
background-color:#f7f7f7;
border-bottom: 3px solid #E5E5E5;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 50px; 
border: 1px solid;
border-color: #666666;
margin-bottom: 30px;
}

#formulario_adesao .adesao_telefonia table {
width: 600px;    
margin: 0 auto;
}


#formulario_adesao .adesao_telefonia .titulo {
font-family: titulo_1, arial;
font-size: 22px;
font-weight: bolder;
color:#333333;
border-bottom: 3px solid #CCCCCC;
padding-bottom: 15px;
margin-bottom: 15px;
}

#formulario_adesao .adesao_telefonia .info {
color: #333333;
font-size: 14px;
font-family: arial;
}

#formulario_adesao .telefones {
text-align: center;    
}

#formulario_adesao .telefones .txt_1 {
color: #333333;
font-size: 14px;
font-family: arial;
margin-top: 10px;
}

#formulario_adesao .telefones .prefixo {
color: #333333;
font-size: 13px;
font-family: arial;
}

#formulario_adesao .telefones .sufixo {
color: #333333;
font-size: 13px;
font-family: arial;
}


#formulario_adesao .bt_sugestao {
background-color: #d4d4d4;
color: #051323;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 2px 2px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
height: 25px;
cursor: pointer;
margin: 5px;
}


#formulario_adesao .bt_sugestao:hover {
background-color: #d4d4d4;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
height: 25px;
cursor: pointer;
margin: 5px;
}

#formulario_adesao .sugestoes_numericas {
position: absolute;  
margin-top: 5px;
width: 150px;
min-height: 150px;
}

#formulario_adesao .sugestoes_interno {
display: none;
width: 150px;
height: 190px;
text-align:left;
font-family: arial;
font-size: 12px;
background-color: #E5E5E5;
border-radius: 5px;
padding: 8px;
text-align: center;
-webkit-box-shadow: 0px 3px 17px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 17px -2px rgba(0,0,0,0.75);
box-shadow: 0px 3px 17px -2px rgba(0,0,0,0.75);
}

#formulario_adesao .sugestoes_interno select {
width: 150px;
height: 120px;
}

#formulario_adesao .sugestoes_numericas .bt_selecionar {
background-color: #d4d4d4;
color: #051323;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 2px 2px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
height: 25px;
cursor: pointer;
margin: 5px;
}


#formulario_adesao .sugestoes_numericas .bt_selecionar:hover {
background-color: #d4d4d4;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
height: 25px;
cursor: pointer;
margin: 5px;
}

#formulario_adesao .sugestoes_menu {
width: 150px;
height: 30px;
text-align: right;
margin-bottom: 5px;
}

#formulario_adesao .sugestoes_menu .fechar_sugestoes {
background-color: #d4d4d4;
color: #051323;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 2px 2px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
height: 25px;
cursor: pointer;
margin: 5px;
}

#formulario_adesao .sugestoes_menu .fechar_sugestoes:hover {
background-color: #d4d4d4;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
height: 25px;
cursor: pointer;
margin: 5px;
}

#formulario_adesao .agendamento {
display: none;
margin: 0 auto; 
background-color:#f7f7f7;
border-bottom: 3px solid #E5E5E5;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 50px; 
border: 1px solid;
border-color: #666666; 
min-height: 610px;    
margin-bottom: 30px; 
}

#formulario_adesao .tabela_periodo_atendimento {
display: none;
margin-top: 5px;
margin-bottom: 5px;    
width: 450px;
margin: 0 auto;
}

#formulario_adesao .tabela_periodo_atendimento .info {
color: #333333;
font-size: 14px;
font-family: arial;   
}


#formulario_adesao .agendamento .titulo {
font-family: titulo_1, arial;
font-size: 22px;
font-weight: bolder;
color:#333333;
border-bottom: 3px solid #CCCCCC;
padding-bottom: 15px;
margin-bottom: 15px;
}

#formulario_adesao .agendamento .info {
color: #333333;
font-size: 14px;
font-family: arial;
}

#formulario_adesao .calendario {
width: 500px;
height: 450px;
margin: 0 auto;
}

#formulario_adesao .calendario input {
width: 100%;
visibility:hidden;
}

#formulario_adesao .legenda {
margin-top: 10px;    
}

#formulario_adesao .legenda .texto {
font-family: arial;
font-size: 12px;
color: #333333;    
}

#formulario_adesao .legenda .item_selecionado {
margin: 5px;    
border-radius: 2px;    
border: 1px solid #333;
width: 20px;
height: 20px;
background: #efb52d;   
}

#formulario_adesao .legenda .item_disponivel {
margin: 5px;       
border-radius: 2px;       
border: 1px solid #333;
width: 20px;
height: 20px;
background: #acd86a;
}

#formulario_adesao .legenda .item_indisponivel {
margin: 5px;       
border-radius: 2px;     
border: 1px solid #333;   
width: 20px;
height: 20px;
background: #d14829;
}

#formulario_adesao .finalizacao {
display: none;
margin: 0 auto; 
background-color:#f7f7f7;
border-bottom: 3px solid #E5E5E5;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 50px; 
border: 1px solid;
border-color: #666666;  
}

#formulario_adesao .finalizacao .titulo {
font-family: titulo_1, arial;
font-size: 22px;
font-weight: bolder;
color:#333333;
border-bottom: 3px solid #CCCCCC;
padding-bottom: 15px;
margin-bottom: 15px;
}

#formulario_adesao .finalizacao .textfield_grey {
background-color: #eaeaea;    
}

#formulario_adesao .finalizacao .sep {
padding-top: 10px;
padding-bottom: 10px;
}

#formulario_adesao .finalizacao .linha_outros {
display: none;    
}

#formulario_adesao .finalizacao .termos_condicoes {
font-family: arial;
color: #F40000;
}

#formulario_adesao .finalizacao .termos_condicoes:hover {
font-family: arial;
color: #F40000;
text-decoration: underline;   
}

#formulario_adesao .finalizacao .captcha_img {
width: 170px;
height: 70px;    
}


#formulario_adesao .bt_at_captcha {
display: inline-block;
margin: 0px;
height: 30px;
color: #051323;
font-size: 14px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
padding: 5px;
width: 90px;   
margin: 5px;
}


#formulario_adesao .bt_at_captcha:hover {
display: inline-block;
margin: 0px;
height: 30px;
color: #FFFFFF;
font-size: 14px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
cursor:pointer;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
padding: 5px;
width: 90px;  
margin: 5px;
}

#formulario_adesao .concluido {
margin: 0 auto;    
text-align: left;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
background-color: #E7F2CB;
width: 650px; 
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px; 
display:none;
}


#formulario_adesao .concluido .cl_titulo {
font-family: titulo_1, calibri;
font-size: 18px;
color: #687548;
font-weight: bolder;
padding-bottom: 10px;
border-bottom: 1px solid;
border-color: #687548;
}

#formulario_adesao img {
width: 25px;
height: 25px;
padding: 5px;
}

#formulario_adesao .concluido .cl_texto {
font-family: arial;
font-size: 14px;
color: #333333;
line-height: 20px;
margin-top: 10px;
}


#formularioadin {
margin: 0 auto; 
background-color:#f7f7f7;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 50px; 
border: 1px solid;
border-color: #666666;
width: 340px;
}


#formularioadin .input {
float: left;
margin: 0;
}

#formularioadin input[type='text'] {
border: 1px solid;
color: #666666;
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}

#formularioadin input[type='text']:focus {
 -webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 border:2px solid rgb(34%, 71%, 94%);
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  

}

#formularioadin .formularioadin_txt {
float: left;
font-family: arial;
color: #666666;
font-size: 13px;
color: #333333;
}


#formularioadin .f_button {
background-color: #d4d4d4;
color: #051323;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 2px 2px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
height: 35px;
cursor: pointer;
margin: 5px;
width: 150px;
}


#formularioadin .f_button:hover {
background-color: #d4d4d4;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
height: 35px;
cursor: pointer;
margin: 5px;
width: 150px;
}


#formularioadin .f_select {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
border: 1px solid;
border-color: #666666;
color: #666666;
width: 100px;
font-size: 13px;
font-family: arial;
cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;
}

#formularioadin .f_select:hover {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
border: 1px solid;
border-color: #009bd8;
color: #666666;
width: 100px;
font-size: 13px;
font-family: arial;
cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;
}

#formulario_adin_container .error {
font-family: arial;
font-size: 13px;
color: #ffffff;
background-color: #D44F48;
font-weight: bolder;
min-height: 10px;
padding: 10px;   
width: 400px; 
margin: 0 auto;
text-align: center;
display: none;
}

#formulario_adin_container .btvoltar {
display:none;
text-align:center;
padding-top:20px;
padding-bottom:20px;
}

#formulario_adin_container .btvoltar input {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
border: 1px solid;
border-color: #666666;
color: #525252;
width: 100px;
height: 30px;
font-size: 13px;
font-family: arial;
font-weight:bolder;
cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;
}

#formulario_adin_container .btvoltar input:hover {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
border: 2px solid;
border-color: #009bd8;
color: #009bd8;
width: 100px;
height: 30px;
font-size: 13px;
font-family: arial;
cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;
}

#formulario_adin_container .load {
margin: 0 auto;
width: 400px;     
height: 20px;
font-family:arial;
font-size:15px;
color:#666666;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
display: none;
}


#formulariocontato {
margin: 0 auto;
margin-bottom: 30px;
width: 470px;
background-color: #F7F7F7;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 50px; 
border: 1px solid;
border-color: #666666;
}

#formulariocontato input[type='text'] {
border: 1px solid;
color: #666666;
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}

#formulariocontato input[type='text']:focus {
 -webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 border:2px solid rgb(34%, 71%, 94%)!important;
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
}

#formulariocontato textarea {
border: 1px solid;
color: #666666;
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}

#formulariocontato textarea:focus {
 -webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 border:2px solid rgb(34%, 71%, 94%)!important;
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
}

#formulariocontato select {
border: 1px solid;
color: #666666;
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}

#formulariocontato select:focus {
 -webkit-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -khtml-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -moz-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 -o-box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 box-shadow: 0 0 4px rgb(34%, 71%, 94%);
 border:2px solid rgb(34%, 71%, 94%)!important;
 -webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
}

#formulariocontato table {
margin: 0 auto;

}
#formulariocontato .input {
float: left;
margin: 0;
}

#formulariocontato td {
padding: 5px;
}
#formulariocontato .ftxt {
float: left;
font-family: arial;
color: #666666;
font-size: 13px;
margin-left: 10px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
width: 130px;
}


#formulariocontato .ftxt2{
font-family: arial;
color: #666666;
font-size: 13px;
}

#formulariocontato .show_local {
display:none;
}

#formulariocontato textarea {
max-width: 280px;
width: 280px;
height: 120px;
color:#666666;
}



#formulariocontato .f_button {
background-color: #d4d4d4;
color: #051323;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 2px 2px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
box-shadow: 0px 2px 2px 2px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
height: 35px;
cursor: pointer;
margin: 5px;
width: 150px;
}


#formulariocontato .f_button:hover {
background-color: #d4d4d4;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(1,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
height: 35px;
cursor: pointer;
margin: 5px;
width: 150px;
}


/* ERROR */

#report-noprospect {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}
#report-noprospect .info{
font-family: arial;
font-size: 15px;
color:#333333;
}

#report-noprospect .info a {
text-decoration: none;
font-family: arial;
color: #009BDA;
font-size: 15px;
}

#report-noprospect .info a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 15px;
}


#menulateral {
float:right;
background-color: #FFFFFF;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius: 8px; 
width: 230px;
min-height: 25px;
text-align: center;
padding-bottom: 5px;
}

#menulateral_interno {
background-color: #FFFFFF;
width: 230px;
min-height: 25px;
text-align: center;
padding-bottom: 5px;
}

#menulateral .titulo, #menulateral_interno .titulo {
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px; 
-moz-border-radius-topright: 8px; 
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #1F577B;
min-height: 45px;
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 19px;
color: #FFFFFF;
text-align: left;
padding-left: 20px;
line-height: 45px;
}

#menulateral .subtitulo, #menulateral_interno .subtitulo {
background-color: #FFFFFF;
min-height: 45px;
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 19px;
color: #333333;
text-align: left;
line-height: 45px;
margin-left: 15px;
margin-right: 15px;
}

#menulateral .lista, #menulateral_interno .lista {
width: 100%;
min-height: 10px;
background-color: #FFFFFF;
}


#menulateral .lista ul, #menulateral_interno .lista ul {
list-style: none;
padding: 0px;
margin: 0px;
}

.lista .limenu{
text-align: left;
margin-left: 15px;
margin-right: 15px;
height: 22px;
line-height: 30px;
padding-top:5px;
padding-bottom: 5px;
border-bottom: 1px solid;
border-color:#CCCCCC;
}

.lista li {
font-size: 15px;
color: #333333;
font-family: arial;
cursor: pointer;
}
.lista li:hover {
font-size: 15px;
font-weight: bolder;
color: #333333;
font-family: arial;
cursor: pointer;
}

.lista .limenu .icon {
margin-right: 8px;
width: 15px;
height: 15px;
vertical-align: middle;

}
.lista .lisubmenu{
width: 100%;
background-color: #FFFFFF;
padding-top: 5px;
padding-bottom: 10px;
}
.lista .lisubmenu a {
font-family: arial;
font-size: 17px;
color: #666666;
}

/* MÓDULO SUPORTE */

#suporte {
margin: 0 auto;
width: 1024px;
min-height: 300px;
margin-bottom: 400px;  /*Necessário para compensar a margem negativa do footer*/
}

#s_download {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}

#s_download .download_txt {
font-family: arial;
font-size: 15px;
color: #333333;
text-align: center;
padding: 30px;
background-color: #E8DE95;
}

#s_download .download_lista  {
text-align: left;
padding: 20px;
}
#s_download .download_lista td {
padding: 10px;

}
#s_download .download_lista img{
vertical-align: middle;
margin: 5px;
}
#s_download .download_lista .d_titulo{
font-family: arial;
font-size: 15px;
color: #666666;
font-weight: bold;

}
#s_download .download_lista .d_titulo_p{
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
font-family: arial;
font-size: 16px;
color: #333333;
font-weight: bold;
border: 1px solid;
border-color:#cccccc;
background-color: #eeeff0;
-webkit-border-radius: 12px; 
-moz-border-radius: 12px; 
border-radius: 12px; 
}
#s_download .download_lista .d_texto{
font-family: arial;
font-size: 15px;
color: #666666;
}

#s_download .d_titulo a {
text-decoration: none;
font-family: arial;
color: #009BDA;
font-size: 15px;
}

#s_download .d_titulo a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 15px;
}

#s_testevelocidade {
float:left;
width: 770px;
-webkit-border-bottom-left-radius: 12px; 
-webkit-border-bottom-right-radius: 12px; 
-moz-border-radius-bottomleft: 12px; 
-moz-border-radius-bottomright: 12px; 
border-bottom-left-radius: 12px; 
border-bottom-right-radius: 12px; 
background-color: #FFFFFF;
padding-bottom: 20px;
}

#s_testevelocidade .txt1 {
font-family: arial;
font-size: 16px;
color: #333333;
text-align: center;
padding: 30px;
background-color: #E8DE95;
}

#s_testevelocidade iframe {
width: 100%;
height: 400px;
overflow: hidden;
border: 0px;
}

/* MÓDULO NETWORK */

#network {
margin: 0 auto;
width: 1024px;
min-height: 300px;
margin-bottom: 400px;  /*Necessário para compensar a margem negativa do footer*/
}



#network .txt3 img {
vertical-align: middle;
}

#network .clientes_txt1 {
float:right;
padding-right: 5px;
margin-bottom: -170px;
width: 400px;
font-family: arial;
font-size: 18px;
color: #666666;
text-align: left;
padding-left: 10px;

}
#network .mascote {
position: relative;
margin-left: 0px;
width: 200px;
top: 0px;
left: 0px;
z-index: 9999;
}



#network .tituloteste_velocidade {
vertical-align: middle;
width: 22px;
height: 22px;
}


#n_empresa {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}

#n_empresa .subtitulo {
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 25px;
width: 100%;
height: 50px;
line-height: 50px;
color:#333333;
margin-left: 10px;
}

#n_empresa .txt1 {
margin: 0 auto;
color: #333333;
font-family: arial;
font-size: 15px;
text-align: center;
width: 100%;
min-height: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #F5F5F5;
}

#n_empresa .txt1 img {
width: 503px;
height: 352px;
}


#n_empresa .txt2 {
background-color: #FFFFFF;
color: #666666;
font-family: arial;
font-size: 15px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
text-justify: inter-word;
min-height: 80px;
}

#n_empresa .txt3 {
color: #333333;
font-family: arial;
font-size: 15px;
padding-left: 30px;
padding-right: 20px;
text-align: left;
text-justify: inter-word;
min-height: 30px;
padding-top: 20px;
}



#n_reconhecimentos {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
}

#n_reconhecimentos table {
margin: 0 auto;    
}

#n_reconhecimentos td {
padding: 10px;   
}

#n_reconhecimentos .txt1 {
font-family: arial;
font-size: 14px;
color: #333333;
margin-top: 20px;
padding: 20px;
}

#n_reconhecimentos .info1 {
border-color: #CCCCCC;
margin-left: 15px;
margin-right: 15px;
}

#n_reconhecimentos .titulo {
font-family: arial;
font-size: 18px;
font-weight: bolder;
color: #333333;
padding-bottom: 5px;
}
#n_reconhecimentos .txt2 {
width: 470px;
color: #666666;
font-size: 15px;
font-family: arial;
}
#n_reconhecimentos .txt2 a {
font-family: arial;
font-stretch: condensed;
font-weight: bolder;
font-size: 15px;
color: #009BDA;
}

#n_reconhecimentos .txt2 a:hover {
font-family: arial;
font-stretch: condensed;
font-weight: bolder;
font-size: 15px;
text-decoration: underline;
color: #009BDA;
}
#n_reconhecimentos .icon img {
width: 100%;
height: 100%;
}

#n_contato {
float:left;
width: 770px;
-webkit-border-bottom-left-radius: 12px; 
-webkit-border-bottom-right-radius: 12px; 
-moz-border-radius-bottomleft: 12px; 
-moz-border-radius-bottomright: 12px; 
border-bottom-left-radius: 12px; 
border-bottom-right-radius: 12px; 
padding-bottom: 20px;
}

#n_contato .subtitulo {
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 25px;
width: 100%;
height: 50px;
line-height: 50px;
color:#333333;
padding-bottom: 10px;
margin-left: 10px;
}


#n_contato .contato_block_txt {
padding: 20px;
text-align: left;
font-family: arial;
font-size: 14px;
color: #666666;
}

#n_contato .contato_block_txt .txt_1 {
    font-family: arial;
	font-size: 21px;
	color: #1F577B;
}
#n_contato .contato_block_txt .txt_2 {
    font-family: arial;
	font-size: 18px;
	color: #1F577B;
	font-weight: bolder;
}

#n_contato .contato_img {
float:right;
}

#n_contato .error {
font-family: arial;
font-size: 13px;
color: #ffffff;
background-color: #D44F48;
font-weight: bolder;
min-height: 10px;
padding: 10px;   
width: 500px; 
margin: 0 auto;
text-align: center;
display: none;
}

#n_contato .load {
margin: 0 auto;     
height: 20px;
font-family:arial;
font-size:14px;
color:#666666;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
width: 500px; 
display: none;
}

#n_contato .success{
margin: 0 auto;    
font-family: arial;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 10px;
font-size: 14px;
color: #687548;
background-color: #E7F2CB;
width: 500px; 
display: none;
}

#n_contato .success img {
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
}

#n_contato .txt4{
font-family: arial;
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 10px;
font-size: 14px;
color: #333333;
background-color: #E8DE95;
margin-left: 20px;
margin-right: 20px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}

#n_contato .formulario {
min-height: 10px;
background-color: #FFFFFF;
padding-top: 10px;
padding-bottom: 20px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
border: 1px solid;
border-color:#CCCCCC;
}

#n_contato .localizacao {
min-height: 10px;
background-color: #FFFFFF;
padding: 20px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
border: 1px solid;
border-color:#CCCCCC;
height: 400px;
}

#n_contato .atendimento {
position: absolute;
margin-top: 150px;
margin-left: 10px;
width: 260px;
min-height: 60px;
background-color:#FFFFFF;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
border: 1px solid;
border-color:#CCCCCC;
font-family: arial;
font-size: 13px;
color:#666666;
padding: 10px;
}

#n_contato iframe {
width: 100%;
height: 100%;
background-color:#000000;
}

#n_trabalheconosco {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
background-color: #FFFFFF;
padding-bottom: 20px;
}

#n_trabalheconosco .linkrh {
width: 170px;
height: 14px;
vertical-align: middle;
cursor:pointer;
}

#n_trabalheconosco .txt2 {
font-family:arial;
font-size: 15px;
color: #333333;
margin-top: 10px;
padding: 30px;
}

#n_trabalheconosco .titulovaga {
margin-top: 10px;
height: 30px;
}
#n_trabalheconosco .titulovaga a {
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 18px;
color: #666666;
}

#n_trabalheconosco .titulovaga a:hover {
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 18px;
text-decoration: underline;
color: #009BDA;
}

#n_trabalheconosco .titulovaga img {
width: 100%;
height:100%;
}
#n_trabalheconosco .titulovaga .img {
display:inline-block;
vertical-align: middle;
width: 15px;
height: 15px;
padding: 5px;
}
#n_trabalheconosco .titulovaga .titulo {
display:inline-block;
vertical-align: middle;
}

#n_trabalheconosco .vagas_detalhes {
padding: 25px;
background-color: #E8DE95;
border-color: #666666;
font-family: arial;
font-size: 14px;
-webkit-border-radius: 12px; 
-moz-border-radius: 12px; 
border-radius: 12px; 
}
#n_trabalheconosco .vagas_detalhes td {
padding: 5px;
}

#n_trabalheconosco .vagas_detalhes .desc {
background-color:#f2e89d;
}




/* MÓDULO ASSINANTES */

#assinantes .titulo {
float:left;
width: 100%;
min-height: 20px;
text-align: left;
margin-top: 15px;
}

#assinantes  .txt1{
	margin-left: 15px;
	font-family: arial;
	font-size: 35px;
	font-weight: bolder;
	color: #caebfb;
}

#assinantes .info {
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
width: 660px;
min-height: 20px;
margin-top: 17px;
background-color: #FFFFFF;
padding-left: 10px;
}

#assinantes .info .txt2 {
	float:left;
	width: 99%;	
	font-family: arial;
	font-size: 17px;
	color: #666666;
	text-align: left;
}
#assinantes .info .imgsdown {
float:left;
margin-top:15px;
width: 98%;
text-align: center;
}

#assinantes .info .txt3 {
	float:left;
	width: 99%;	
	margin-top: 20px;
	font-family: arial;
	font-size: 19px;
	font-weight: bolder;
	color: #666666;
	padding-bottom: 5px;
	text-align: left;
}

#assinantes .info .txt4 {
	float:left;
	width: 99%;	
	margin-top: 20px;
	font-family: arial;
	font-size: 14px;
	color: #666666;
	padding-bottom: 5px;
	text-align: left;
}
#assinantes .img1 {
float:left;
width: 99%;
text-align: center;
}
#assinantes .img1 img{

width: 310px;
height: 120px;
}
#assinantes .img2 {
float:left;
margin-left: 20px;
margin-right: 10px;
vertical-align: middle;
}

#assinantes .homeindex {
	float:left;
	width: 99%;	
	text-align: center;
}
#assinantes .homeindex a {
	font-family: arial;
	font-size: 14px;
	color: #666666;
	
}

#assinantes .homepageurl {
	float:left;
	margin-top: 15px;
	width: 99%;	
	text-align: left;
	font-family: arial;
	font-size: 17px;
	color: #666666;
	background-color: #E5E5E5;;
	padding-top: 10px;
	padding-bottom: 10px;
}
#assinantes .homepageurl a {
	font-family: arial;
	font-size: 17px;
	color: #666666;
	
}


/* PERGUNTAS FREQUENTES */

#perguntasfrequentes {
margin: 0 auto;
width: 1024px;
min-height: 300px;
margin-bottom: 400px;  /*Necessário para compensar a margem negativa do footer*/
}

#perguntasfrequentes  .icon {
vertical-align: middle;
width: 15px;
height: 15px;
}



#resumopf {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}

#basemenupf {
margin-bottom: 10px;
}
#basemenupf .subtitulo {
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 18px;
color: #333333;
text-align: left;
font-weight: bolder;
}

#resumopf_box {
display: inline-block;
width: 700px;
text-align: left;
margin-top: 40px;
margin-left: 30px;
}

#resumopf_box .titulo {
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 27px;
color: #333333;
font-weight: bolder;
margin-bottom: 20px;

}

#resumopf_box .box {
float:left;
min-height: 10px;
width: 710px;
background-color:#f6f6f6;
}
#resumopf_box .img {
float:left;
width: 100px;
height: 100px;
}
#resumopf_box .img img {
width: 100%;
height: 100%;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px; 


}
#resumopf_box .links {
float:left;
min-height: 20px;
padding-left: 30px;
padding-top: 10px;

}

#resumopf_box .links a {
text-decoration: none;
font-family: arial;
color: #009BDA;
font-size: 15px;
}
#resumopf_box .links .link {
padding-bottom: 10px;

}
#resumopf_box .links a {
text-decoration: none;
font-family: arial;
color: #009BDA;
font-size: 15px;
}

#resumopf_box .links a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 15px;
}

#resumopf_box .exibirtodas {
float:left;
margin-left: 95px;
width: 380px;
font-family: arial;
font-size: 16px;
text-align: center;
color: #009BDA;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}
#resumopf_box .exibirtodas img {
width: 10px;
height: 10px;
}

#resumopf_box .exibirtodas:hover {
text-decoration: underline;
color: #009BDA;
}





#completopf {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}


#completopf .titulo {
font-family: arial;
font-size: 16px;
color: #333333;
padding: 20px;
background-color:#E8DE95;
}

#completopf .conteudo {
font-family: arial;
font-size: 15px;
color: #666666;
padding: 18px;
}

#completopf a {
text-decoration: none;
font-family: arial;
color: #009BDA;
font-size: 15px;
text-decoration: underline;
}

#completopf  a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 15px;
}


#listapf {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}

#listapf .titulo {
font-family: arial;
font-size: 17px;
color: #666666;
padding-top: 20px;
padding-left: 20px;
margin-bottom: 20px;
border-bottom: 1px solid;
border-color: #E5E5E5;
}

#listapf .links {
float:left;
min-height: 20px;
margin-bottom: 30px;
padding-left: 20px;

}

#listapf .links a {
text-decoration: none;
font-family: arial;
color: #009BDA;
font-size: 15px;
}
#listapf .links .link {
padding-bottom: 10px;
}
#listapf .links a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 15px;
}



#site {
margin: 0 auto;
width: 1024px;
min-height: 300px;
margin-bottom: 400px;  /*Necessário para compensar a margem negativa do footer*/
}

#s_consultas {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}

#s_consultas .empty {
font-family:arial;
font-size: 17px;
color: #666666;
margin-top: 50px;
margin-bottom: 50px;
text-align:center;
}

#s_consultas .txt1 {
font-family:arial;
font-size: 15px;
color: #666666;
margin-bottom: 30px;
margin-left: 20px;
margin-top: 20px;
}

#item_consulta {
display:inline-block;
margin-bottom: 20px;
width: 100%;
margin-bottom: 30px;
}

#item_consulta .link {
text-align: left;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
font-family:arial;
font-size: 16px;
color: #009BDA;
}

#item_consulta .link:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 16px;
}

#item_consulta .resumo {
text-align: left;
margin-left: 20px;
margin-right: 20px;
font-family:arial;
font-size: 15px;
color:#666666;
border-top: 1px solid;
border-color:#E5E5E5;
}

#nossosservicos_twocol {
margin: 0 auto;
width: 1024px;
min-height: 20px;
margin-bottom: 400px;
}

#nossosservicos_onecol {
width: 1024px;
min-height: 20px;
margin: 0 auto;
margin-bottom: 400px;
}

#nossosservicos_full {
width: 100%;
min-height: 20px;   
margin-bottom: 400px; 
}

#contratos {
float:left;
width: 770px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color: #FFFFFF;
padding-bottom: 20px;
border: 1px solid;
border-color: #CCCCCC;
padding-top: 10px;
}

#contratos .subtitulo {
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 22px;
color: #333333;
text-align: left;
font-weight: bolder;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
}

#contratos .txt1 {
font-family: arial;
font-size: 15px;
color: #666666;
text-align: left;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
#contratos .txt2 {
font-family: arial;
font-size: 15px;
color: #333333;
text-align: left;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
margin-top: 30px;
margin-bottom: 20px;
}

#contratos .txt3 {
font-family: arial;
font-size: 13px;
font-style: italic;
color: #666666;
text-align: left;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
margin-top: 30px;
margin-bottom: 10px;
}

#contratos .imgs {
width: 100%;
height: 110px;
text-align: center;
}
#contratos .imgs img {
padding: 10px;
vertical-align: top;
}

#contratos .link {
text-align: left;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}
#contratos .link a {
font-family:arial;
font-size: 14px;
color: #009BDA;
}

#contratos .link a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
color: #009BDA;
font-size: 14px;
}



#errormsg {
width: 100%;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
font-family: arial;
font-size: 15px;
color:#D44F48;
font-weight: bolder;
}



/*Dialog*/
#background-dialog {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 999998;
text-align: center;
display: none;
}

#dialog {
	border: 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E5E5E5;
	width: 380px;
	min-height: 150px;
	z-index: 999999;
	display: inline-block;
	margin-top: 100px;
	
}

#dialog .title {
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px; 
-moz-border-radius-topright: 8px; 
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #dd3825;
min-height: 45px;
font-family: titulo_1, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 19px;
color: #FFFFFF;
text-align: left;
padding-left: 20px;
line-height: 45px;
}

#dialog .content {
padding: 10px;
}


#dialog .f_button {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
border: 1px solid;
border-color: #666666;
color: #525252;
width: 65px;
height: 30px;
font-size: 13px;
font-family: arial;
font-weight:bolder;
margin-right: 20px;
cursor: pointer;
margin-left: 20px;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;

}

#dialog .f_button:hover {
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px;  
border: 2px solid;
border-color: #009bd8;
color: #009bd8;
width: 65px;
height: 30px;
font-size: 13px;
font-family: arial;
margin-right: 20px;
cursor: pointer;
 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow:         0px 0px 2px 2px #ccc;
}

#dialog .txt {
	font-family: arial;
	font-size: 13px;
	color: #000000;
	text-justify: inter-word;
	text-align: left;

}

#dialog a {
font-family: arial;
font-size: 13px;
font-weight: bolder;
color: #009BDA;
}

#dialog a:hover {
font-family: arial;
font-size: 13px;
text-decoration: underline;
color: #009BDA;
}

#msgalerta {
width: 100%;
min-height:30px;
}

#msgalerta .title {
background-color: #aa1f0a;
height: 25px;
font-family: arial;
font-size: 14px;
color:#FFFFFF;
line-height: 25px;
padding-bottom: 5px;
padding-top: 5px;
text-align:center;
}

#msgalerta .content {
background-color: #FFFFFF;
font-family: arial;
font-size: 12px;
color:#666666;
line-height: 25px;
border-bottom: 1px solid;
border-color:#333333;
text-align:center;
padding-top:10px;
padding-bottom:10px;
}

#msgalerta .txt {
width: 1024px;
margin: 0 auto;
padding: 10px;
}

#msgalerta .titlesub {
width: 1024px;
margin: 0 auto;
}


#msgalerta a {
font-family:arial;
font-size: 12px;
color: #009BDA;
font-weight:bolder;
}

#msgalerta a:hover {
text-decoration: none;
font-family: arial;
text-decoration: underline;
font-weight:bolder;
color: #009BDA;
font-size: 12px;
}

.infocontrate {
font-family: titulo_1, calibri;
font-weight:bolder;
color: #FFFFFF;	
font-size: 20px;
background-color:#1F577B;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align:center;
}


.infocontrate:hover {
font-family: titulo_1, calibri;
font-weight:bolder;
color: #FFFFFF;	
font-size: 20px;
background-color:#C25429;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align:center;
}

#tarja_laranja {
background-color: #E8DE95;   
border-bottom: 3px solid #b7ab56;
border-right: 3px solid #b7ab56;
border-top: 3px solid #efe497;
border-left: 3px solid #efe497;
border-radius: 15px 15px 0px 0px;
-webkit-border-radius: 15px 15px 0px 0px;
-moz-border-radius: 15px 15px 0px 0px;
}

#tarja_laranja .texto_1 {
text-align: center;
font-family: titulo_1, calibri;
font-size: 20px;
color: #333333;    
}

#tarja_laranja .texto_2 {
text-align: left;
line-height: 20px;
font-family: calibri;
font-size: 18px;
color: #333333;  
padding: 15px;  
}



/* Quadro de planos TV - Combo Total */
#pros_combo_total .texto_1 {
font-family: titulo_1, calibri;
font-size: 25px;  
text-align: center;
color: #333333;
}

#pros_combo_total .texto_2 {
font-family: calibri;
font-size: 18px;  
text-align: center;
color: #333333;
}


/* Quadro de planos TV - Combo Play */
#pros_combo_play .texto_1 {
font-family: titulo_1, calibri;
font-size: 25px;  
text-align: center;
color: #333333;
}

#pros_combo_play .texto_2 {
font-family: calibri;
font-size: 18px;  
text-align: center;
color: #333333;
}

#pacotes_selecionados {
margin-bottom: 15px;
}

/* Quadro com somatória total*/
#pacotes_selecionados table {
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border: 0px solid #000000;
-webkit-box-shadow: -1px 3px 12px 4px rgba(0,0,0,0.53);
-moz-box-shadow: -1px 3px 12px 4px rgba(0,0,0,0.53);
box-shadow: -1px 3px 12px 4px rgba(0,0,0,0.53); 
margin: 0 auto;  
width: 210px; 
margin-right: 30px;
height: 100%;
}

#pacotes_selecionados .left {
background-color:#f2f3f4;
}

#pacotes_selecionados .right {
}

#pacotes_selecionados .titulo_pacotes {
font-family: titulo_1, calibri;
font-size: 18px;  
text-align:center;
}

#pacotes_selecionados .lista_pacotes {
font-family:arial;
font-size: 14px;    
}

#pacotes_selecionados .lista_pacotes li {
text-decoration: none;
}

#pacotes_selecionados .total {
font-family: arial;
font-size: 25px;    
}

#pacotes_selecionados .total_titulo {
font-family: arial;
font-size: 20px; 
border-bottom: 1px dashed;
border-color:#CCCCCC; 
margin: 10px; 
padding-bottom: 10px;
}

#pacotes_selecionados .bt_contratar {
display: inline-block;
margin: 0px;
height: 40px;
color: #051323;
font-size: 18px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
padding: 5px;
width: 155px;   
margin: 5px;
}


#pacotes_selecionados .bt_contratar:hover {
display: inline-block;
margin: 0px;
height: 40px;
color: #FFFFFF;
font-size: 18px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
cursor:pointer;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
padding: 5px;
width: 155px;  
margin: 5px;
}

/* Quadro com os planos alacarte */
#planos_alacarte {
background-color:#FFFFFF;
width: 100%;
min-height: 150px;   
display:none; 
padding-bottom: 20px;
}

#planos_alacarte .operador {
font-family: arial;
font-size: 65px;
font-weight:bolder;
color: #666666;
text-align:center;
width: 100%;
}

#planos_alacarte .titulo {
padding-top: 10px;
font-family: titulo_1, calibri;
font-size: 25px;
color: #333333;
text-align:center;
width: 100%;
}

#planos_alacarte .texto_1 {
padding-top: 15px;
font-family: arial;
font-size: 14px;
color: #333333;
text-align:center;
width: 100%;
}

#planos_alacarte .planos {
padding-bottom: 15px;
width: 100%;
}

#planos_alacarte .plano_alacarte {
background-color:#E5E5E5;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border: 0px solid #000000;
-webkit-box-shadow: -1px 3px 12px 4px rgba(0,0,0,0.53);
-moz-box-shadow: -1px 3px 12px 4px rgba(0,0,0,0.53);
box-shadow: -1px 3px 12px 4px rgba(0,0,0,0.53); 
margin-left: 30px;
margin-right: 30px;
}

#planos_alacarte .icone {
width: 130px;
height: 130px;
vertical-align:top;
padding: 10px;
text-align: left;
}

#planos_alacarte .tabela_conteudo {
margin: 10px;    
}

#planos_alacarte .titulo_tabela {
font-family: titulo_1, calibri;
font-size: 26px;
color: #333333;
padding-top: 15px;
padding-bottom: 5px;
}

#planos_alacarte .texto_tabela {
font-family: arial;
font-size: 14px;
color: #333333;
text-align: justify;
text-justify: inter-word;
}

#planos_alacarte .cifrao {
font-family: arial;
font-size: 14px;
font-weight:bolder;
color: #333333;
}

#planos_alacarte .mes {
font-family: arial;
font-size: 12px;
font-weight:bolder;
color: #333333;
}

#planos_alacarte .preco {
font-family: arial;
font-size: 32px;
font-weight:bolder;
color: #333333;
}

#planos_alacarte .bt_selecionar {
display: inline-block;
margin: 0px;
height: 30px;
color: #051323;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
padding: 5px;
width: 155px;   
margin: 5px;
}


#planos_alacarte .bt_selecionar:hover {
display: inline-block;
margin: 0px;
height: 30px;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
cursor:pointer;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
padding: 5px;
width: 155px;  
margin: 5px;
}


#planos_alacarte .bt_selecionar_selecionado {
display: inline-block;
margin: 0px;
height: 30px;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-color: #c25429;
padding: 5px;
width: 155px;   
margin: 5px;
display: none;
cursor: pointer;
}

#planos_alacarte .canais_pacote {
text-align: center;
padding-top: 10px;    
}

#planos_alacarte .canais_pacote .canal {
display: inline-block;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
border-radius: 5px;
padding: 5px;
margin: 5px;
}

#planos_alacarte .canais_pacote img {
width: 50px;
height: 50px;      
}

/* Grade de canais */
#wraper_back {
top: 0px;
left: 0px;
z-index: 99999;
min-height: 10px;
width: 100%;
left: 0;
top: 0;
overflow: hidden;
position: absolute;
text-align:center;
background-image: url('../img/black_screen.png');
display:none;
}

.grade_canais {
margin: 0 auto;
border: 1px solid;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #FFFFFF;
width: 880px;
min-height: 150px;
z-index: 999;
display: inline-block;
margin-top: 100px;
}

#grade_canais_tv {
padding: 20px;     
background-color:#FFFFFF;
width: 870px;
margin: 0 auto;
margin-top: 50px;
border-radius: 5px;
border: 5px solid;
border-color: #E5E5E5;
margin-bottom: 50px;
}

#grade_canais_tv .descricao_canal {
display: none;
position: absolute;
top:0px;
left: 0px;
background-color:#FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
font-family: arial;
font-size: 11px;
color: #333333; 
width: 190px;
min-height: 10px; 
text-align: center;  
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
border: 1px solid;
border-color: #CCCCCC;
z-index: 99999;
}

#grade_canais_tv .menu_combos {
margin-top: 20px;    
}

#grade_canais_tv .menu_combos .liberado {
display: inline-block;
margin: 0px;
height: 20px;
color: #051323;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
padding: 5px;
width: 155px;   
margin: 5px;
}

#grade_canais_tv .menu_combos .liberado:hover {
display: inline-block;
margin: 0px;
height: 20px;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
cursor:pointer;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
padding: 5px;
width: 155px;  
margin: 5px;
}

#grade_canais_tv .menu_combos .selecionado {
display: inline-block;
margin: 0px;
height: 20px;
color: #FFFFFF;
font-size: 15px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
cursor:pointer;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-color:#c25429;
padding: 5px;
width: 155px;  
margin: 5px;
}

#grade_canais_tv .menu_combos .cb_opt_desc {
display:none;    
}

#grade_canais_tv .close_button {
margin: 0px;
background-color: #d4d4d4;
height: 20px;
color: #051323;
font-size: 22px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_grey.png');
background-repeat: repeat-x;
padding: 5px;
width: 25px;
cursor:pointer;
}

#grade_canais_tv .close_button:hover {
margin: 0px;
background-color: #1F577B;
height: 20px;
color: #FFFFFF;
font-size: 22px;
font-family: titulo_1, arial;
font-weight: bolder;
text-align:center;
cursor:pointer;
border: 1px solid;
border-color:#333333;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
-moz-box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
box-shadow: 0px 1px 1px 1px rgba(112,112,112,0.63);
background-image: url('../img/bt_background_blue.png');
background-repeat: repeat-x;
padding: 5px;
width: 25px;
cursor:pointer;
}


#grade_canais_tv .titulo {
font-family: titulo_1, arial;
font-size: 25px;  
text-align: center;
color: #333333;    
font-weight:bolder;
}


#grade_canais_tv .subtitulo {
margin-top: 30px;
font-family: titulo_1, arial;
font-size: 22px;  
text-align: center;
color: #333333; 
text-align: left;
margin-left: 25px;
}


#grade_canais_tv .subtitulo img {
width: 10px;
height: 10px;
padding: 5px;
vertical-align:middle;
}


#grade_canais_tv .lista {
background-color:#E5E5E5;
border-radius: 10px;    
padding: 20px;
width: 770px;
margin: 0 auto;
text-align: center;
}

#grade_canais_tv .lista_align {
text-align: left;
width: 770px;
margin: 0 auto;
}

#grade_canais_tv .canal {
display: inline-block;
background-color:#FFFFFF;
border-color: #666666; 
border-radius: 10px; 
-webkit-box-shadow: -1px -1px 5px -1px #666666; 
box-shadow: -1px -1px 5px -1px #666666; 
width: 110px;
height: 120px;
margin: 5px;
text-align: center;
border: 1px solid;
border-color: #666666;
cursor: pointer;
}

#grade_canais_tv .canal .tag {
position: absolute;
margin-top: -10px;
margin-left: -10px;
padding: 5px;
font-family: arial;
font-size: 12px;
color: #000000;
font-weight: bolder;
background-color: #9BD8FF;  
border-radius: 100px;   
}

#grade_canais_tv .bloqued {
/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
border-color: #CCCCCC; */
background-color: #e5e5e5;
border-color:#E5E5E5;
}


#grade_canais_tv .bloqued img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;    
}

#grade_canais_tv .bloqued .tag {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;    
}

#grade_canais_tv .bloqued .texto {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;    
}


#grade_canais_tv .canal table {
width: 100%;    
height: 100%;
}

#grade_canais_tv .canal .texto {
font-family:arial;
color: #333333;
font-size: 10px;    
}

#grade_canais_tv .canal img {
width: 80px;
height: 80px;    
}

#grade_canais_tv .show_pagina {
display: block;    
}

#grade_canais_tv .hide_pagina {
display: none;    
}


/* CONTRATE AQUI */
#contrateaqui {
margin: 0 auto;
width: 700px;
min-height: 300px;
-webkit-border-radius: 12px; 
-moz-border-radius: 12px; 
border-radius: 12px; 
padding: 50px;
background-color: #c9cfd3;
}


#contrateaqui .revisao_pedido {
margin: 0 auto; 
background-color:#f7f7f7;
border-bottom: 3px solid #E5E5E5;
-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.34);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px; 
padding: 50px; 
margin-bottom: 25px;
border: 1px solid;
border-color: #666666;
}

#contrateaqui .revisao_pedido .titulo {
font-family: titulo_1, arial;
font-size: 22px;
font-weight: bolder;
color:#333333;
border-bottom: 3px solid #CCCCCC;
padding-bottom: 15px;
margin-bottom: 15px;
}

#contrateaqui .revisao_pedido .label {
font-family: arial;
font-size: 15px;
}

#contrateaqui .revisao_pedido .valor {
font-family: arial;
font-size: 16px;
color:#333333;
}

#contrateaqui .revisao_pedido .total {
border-top: 5px;
border-color:#666666;
margin-top: 10px;
}

#contrateaqui .revisao_pedido .total .label {
font-size: 18px;    
color: #333333;
}

#contrateaqui .revisao_pedido .total .valor {
font-size: 20px;    
color: #333333;
border-top: 1px solid;
border-color:#666666;
font-weight: bolder;
}

#contrateaqui .revisao_pedido .total_instalacao .label {
font-size: 17px;    
color: #333333;
}

#contrateaqui .revisao_pedido .total_instalacao .valor {
font-size: 17px;    
color: #333333;
font-weight: bolder;
}

#contrateaqui .revisao_pedido .observacao {
font-size: 13px; 
font-family: arial;   
color: #333333;  
}


/* Prospecto On Demand */
/* Prospecto de Telefonia - Residencial */
#prospecto_ondemand {
margin: 0 auto;
width: 1024px;
min-height: 300px;
}

#prospecto_ondemand .txt1 {
display: inline-block;
font-family: titulo_1, calibri, calibri;
font-stretch: condensed;
font-weight: bolder;
font-size: 27px;
border: 0px solid;
text-align: center;
color: #333333;
height: 70px;
line-height: 70px;
width: 100%;
}

#prospecto_ondemand .txt2 {
display: inline-block;
font-family: arial;
font-stretch: condensed;
font-size: 16px;
border: 0px solid;
text-align: center;
color: #333333;
width: 100%;
}


/* SELOS */
#selo_content {
 margin-top: 50px;
 width: 100%;
 min-height: 40px;
 background-color:#1a5566;  
 margin-bottom: 379px;  /*Necessário para compensar a margem negativa do footer*/  
}

#selo_content .selo_inside {
 width: 1024px;
 min-height: 150px;
 margin: 0 auto;
 text-align:center;
 margin-top: -30px; 
}

#selo_content .selo_inside a {
 outline: none;
}

#selo_content .borda_topo_selo {
 width: 100%;
 height: 48px;
 background-image: url('../img/borda_topo_selo.png');    
}

#selo_content .borda_bot_selo {
 width: 100%;
 height: 50px;
 background-image: url('../img/borda_bot_selo.png');   
 margin-top: -50px; 
}

#selo_content img {
 margin-top: -70px;    
 margin-bottom: -40px;
}

#selo_content .texto {
 margin-top: 45px;
 font-family: titulo_1, calibri;
 color: #FFFFFF;
 font-size: 25px;
 font-weight: bolder;
 text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
}

/*
#corner-left {
float:left;
border: 0px;
padding: 0px;
width: 20px;
height: 20px;
background-image: url('../img/corner_left.png');
background-repeat: no-repeat;
   background-position: right; 
background-color: #E5E5E5; 
}

#corner-right {
float: right;
width: 20px;
height: 20px;
background-image: url('../img/corner_right.png');
background-repeat: no-repeat;
   background-position: left; 
background-color: #E5E5E5;
} */



/*INFONETWORK SLIDER*/
/*#infonetwork_content {
float:left;
}

#slide {
position:relative;
margin-right: 10px;
width: 1024px;
padding: 0px;
border: 0px;
}

#slide .rslides {
float:left;
list-style:none;
overflow:hidden;
width: 100%;
padding: 0;
margin: 0;
}


#slide .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  
  }

#slide .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#slide .rslides img {
  float: left;
  display: block;
  height: auto;
  width: 100%;
  height: 350px;

 }

#slide .rslides_tabs {
z-index: 3;
position: absolute;
left: 10px;
top: 335px;
margin: 0;
padding: 0;
  list-style: none;
}
#slide .rslides_tabs li {
 float:left;

}
#slide .rslides_tabs a{
  font-size: 25px;
  color: #8ed8f8;

}
#slide .rslides_tabs .rslides_here a{
  font-size: 25px;
  color: #FFFFFF;	
}

#slide .prev {
z-index: 3;
position:absolute;
top: 140px;
left: 0px;
width: 50px;
height: 80px;
background-image: url('../img/left.png');
}
#slide .next {
z-index: 3;
position:absolute;
top: 140px;
left: 975px;
width: 50px;
height: 80px;
background-image: url('../img/right.png');
background-repeat: no-repeat;
}

*/

/*
#cont_seletorplanos {
float:left;
width: 665px;

}

#seletorplanos {
float:left;
margin-top: 12px;
border-right: 1px solid;
border-color: #FFFFFF;
width: 348px;
}
#seletorplanos .selblock1{
float:left;
margin-left: 15px;
text-align: center;
}
#seletorplanos .selblock2{
float:left;
margin-left: 15px;
text-align: center;
}
#seletorplanos .selblock3{
float:left;
margin-left: 15px;
text-align: center;

}

#infoplanos {
float: right;
width: 299px;
min-height: 160px;

}
#infoplanos .infoconteudo {
display:block;
background-color: #3D65A1;
width: 100%;
height: 142px;
overflow-y: scroll;
border: 2px solid;
border-color: #FFFFFF;
background-color: #FFFFFF;
}

.infoconteudo #infoplanresidencial {
float: left;
min-height: 20px;
font-family: arial;
font-size: 14px;
text-align: justify;
display: inline;
padding: 5px;
color: #1a3d6e;
}
.infoconteudo #infoplancondominio {
float: left;
min-height: 20px;
background-color: #FFFFFF;
font-family: arial;
font-size: 14px;
text-align: justify;
display: none;
padding: 5px;
color: #1a3d6e;
}
.infoconteudo #infoplanempresarial {
float: left;
min-height: 20px;
background-color: #FFFFFF;
font-family: arial;
font-size: 14px;
text-align: justify;
display: none;
padding: 5px;
color: #1a3d6e;
}


#chaveseletora {
float:right;
border-left: 2px solid;
border-bottom: 2px solid;
border-color:#FFFFFF;
width: 303px;
height: 20px;
}
*/



/*
#noticias {
margin: auto;
padding-left: 10px;
padding-right: 10px;

}

#noticias .conteudonoticias {
margin: auto;
padding-left: 10px;
padding-right: 10px;
height: 277px;
font-family: arial;
font-size: 14px;
text-align: justify;
background-color: #2c5ea0;
border: 2px solid;
border-color: #6a7fb5;
overflow-y: scroll;

}

#listnew_item {
float:left;
border-bottom: 2px dotted;
padding-bottom: 15px;
border-color: #FFFFFF;
margin-bottom: 8px;
width: 99%;
}
#listnew_item .titulo {
font-family: arial;
font-size: 17px;
font-weight: bolder;
color: #8ed8f8;
}
#listnew_item .resumo {
padding-top: 5px;
font-family: arial;
font-size: 14px;
color: #e1e2e3;
font-style: italic;
}


#news_full {
width: 100%;
min-height: 20px;
margin-top: 15px;

}

#news_full_content {
padding-left: 10px;
padding-right: 10px;
}

#news_full_content  .titulo {
padding-top: 15px;
min-height: 20px;
text-align: left;
margin-bottom: 10px;

}
#news_full_content  .txt1{
	margin-left: 35px;
	margin-top: 10px;
	font-family: arial;
	font-size: 42px;
	font-weight: bolder;
	color: #caebfb;
}

#news_full_content  .subtitulo {
width: 660px;
margin: 0 auto;
min-height: 20px;
text-align: left;
}

#news_full_content .txt2 {
	margin-left: 15px;
	margin-top: 15px;
	font-family: arial;
	font-size: 19px;
	font-weight: bolder;
	color: #caebfb;

}

#news_full_content .subtitulo .data {
	font-family: arial;
	font-size: 19px;
	font-weight: bolder;
	color: #FFFFFF;

}
#news_full_content .info {
padding: 20px;
min-height: 20px;
margin-top: 17px;
background-color: #FFFFFF;
	text-align: left;
}
#news_full_content  .txt3 {
	font-family: arial;
	font-size: 17px;
	color: #666666;
}
#news_full_content .info .resumo {
	font-family: arial;
	font-size: 17px;
	font-style: italic;
	font-weight: bolder;
	color: #666666;
}


#historico_list  .titulo {
float:left;
padding-top: 10px;
margin-bottom: 10px;
width: 100%;
min-height: 20px;
text-align: left;
}
#historico_list  .titulo .txt{
	margin-left: 35px;
	font-family: arial;
	font-size: 42px;
	font-weight: bolder;
	color: #caebfb;
}

#historico_list .info {
margin: 0 auto;
padding: 0px;
width: 660px;
min-height: 20px;
background-color: #FFFFFF;

}

#historico_list  a{
	float: left;
	margin-left: 15px;
	font-family: arial;
	font-size: 17px;
	color: #666666;
	line-height: 20px;
}

#historico_list  img{
	vertical-align: middle;
}


#historico_list_data {
float: left;
margin-left: 10px;
min-height: 160px;



}
#historico_list_data .titulo {
float: left;
width: 96%;
border-bottom: 1px solid;
border-color: #FFFFFF;
margin-right: 10px;
padding-top: 10px;
text-align: left;
margin-bottom: 10px;
}
#historico_list_data .info  {
float: left;
width: 305px;
height: 250px;
min-height: 20px;
text-align: center;
overflow-y: scroll;
background-color: #2c5ea0;
}
#historico_list_data .info a {
font-family: arial;
color: #8ed8f8;
font-size: 18px;
font-weight: bolder;
}

*/


/*
#infocontato {
width: 100%;
height: 40px;
}

#infocontato .fone .icon {
float: left;
margin-right: 10px;
margin-top: -1px;
margin-left: 17px;
width: 40px;
}
#infocontato .fone .txt1 {
line-height: 35px;
font-family: arial;
font-size: 25px;
color: #FFFFFF;
}
#infocontato  .fone {
float:left;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
font-family: arial;
font-size: 25px;
color: #FFFFFF;
text-align: left;
}

#infocontato .suporte .txt1 {
line-height: 35px;
font-family: arial;
font-size: 22px;
color: #FFFFFF;
}
#infocontato  .suporte {
float:left;
text-align: left;
margin-top: 10px;
margin-bottom: 10x;
width: 100%;
font-family: arial;
font-size: 25px;
color: #FFFFFF;
}
#infocontato .suporte .icon {
float: left;
margin-right: 10px;
margin-top: -1px;
margin-left: 17px;
}
*/



/* Coluna genérica, usada na parte de telefonia*/
/*.columntps {
display: inline-block;
*display: inline; 
margin: 10px;
min-height: 20px;
width: 180px;
border-left: 3px solid;
border-right: 3px solid;
border-top: 3px solid;
border-bottom: 3px solid;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
background-color:#FFFFFF;
border-color: #D4D4D4;
vertical-align: top;
 -moz-box-shadow:    0px 0px 2px 2px #666;
  -webkit-box-shadow: 0px 0px 2px 2px #666;
  box-shadow:         0px 0px 2px 2px #666;
}

.columntps .title {
font-family: titulo_1,calibri;
color:#333333;
font-weight: bolder;
}

.columntps .linein {
background-color:#E5E5E5;
}

.columntps .lineoff {
background-color:#FFFFFF;
}


.columntps .texto {
font-family: calibri;
color:#333333;
}

.columntps .valor {
font-family: titulo_1,calibri;
color:#0579A3;
font-weight: bolder;
}

.columntps .rounded_bt {
border: 3px solid;
width: 30px;
height: 30px;
display: inline-block;
position: relative;
-webkit-border-radius: 100px; 
-moz-border-radius: 100px; 
border-radius: 100x;
border-color:#E5E5E5;
font-size: 28px;
color:#4B1E50;
background-color:#FFFFFF;
cursor: pointer;
}

.columntps table {
width: 100%;
}
.columntps table td {
border-bottom: 1px solid;
border-bottom-color:#CCCCCC;
border-top: 1px solid;
border-top-color:#FFFFFF;

}*/


/* Consulta residências */
/*#consultarlocalidade {
margin: 0 auto;
width: 1024px;
min-height: 200px;
-webkit-border-bottom-left-radius: 12px; 
-webkit-border-bottom-right-radius: 12px; 
-moz-border-radius-bottomleft: 12px; 
-moz-border-radius-bottomright: 12px; 
border-bottom-left-radius: 12px; 
border-bottom-right-radius: 12px; 
background-color: #FFFFFF;
}
#consultarlocalidade .info {
text-align: center;
font-family: titulo_1, calibri;
font-size: 20px;
border: 0px solid;
color: #333333;
height: 85px;
line-height: 85px;
background-color: #ffd85b;
}
#consultarlocalidade .info_2 {
font-family: arial;
font-size: 15px;
border: 0px solid;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
color: #666666;
}

#consultarlocalidade .form {
width: 100%;
text-align: center;
}


#consultarcondominios {
float: left;

}
#consultarcondominios .titulo .txt {
	float: left;
	margin-left: 35px;
	margin-top: 25px;
	font-family: arial;
	font-size: 42px;
	font-weight: bolder;
	color: #caebfb;
	
}
#consultarcondominios .titulo {
float: left;
width: 1000px;
height: 100px;
margin: 10px;
min-height: 20px;
text-align: left;
	background-image: url('../img/marca06.png');
	background-repeat: no-repeat;
	background-position: right;


}

#consultarcondominios .info {
float: left;
width: 1005px;
margin-left: 10px;
margin-right: 10px;
background-color: #FFFFFF;
padding-bottom: 15px;
}
#consultarcondominios .form {
float: left;
width: 1000px;
text-align: left;

}
*/
