﻿
/* Página */
body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
td, div, span, input, select, textarea, a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
	line-height: 14px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
}
form
{
	margin: 0px;
	padding: 0px;
}

/* Elementos da Página */

#main
{
	margin: 0px auto;
	overflow: hidden;
	width: 995px;
}

#top
{
	width: 995px;
	height: 110px; /*background-image: url(../images/top.jpg);*/
	margin: 0px auto auto auto;
}

#homepage_center
{
	width: 995px;
	height: 265px;
	background-image: url(../images/homepage_center.jpg);
	margin: 0px auto auto auto;
}

#main_center_banner
{
	background-image:url(../images/homepage/center_01.jpg);
	margin: 10px auto 8px auto; /*background-color:Red;*/
	width: 995px;
	height:265px;
}


#main_center
{
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	width: 995px; /*background-color:blue;*/
	text-align: center;
	overflow: hidden;
}

.main_center_imagens
{
	width: 190px;
	height: 122px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	position: relative;
}

.detalhes
{
	overflow: hidden;
	width: 120px;
	margin-left: 80px;
	margin-top: 50px;
}

.maior
{
	font-family: Arial;
	font-size: 13px;
	color: #FF8C00;
	font-weight: bold;
	width: 5px;
	text-align: left;
	float: left;
	margin-right: 8px;
}

.titulo
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	height: 38px;
}

.titulo_gestao
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 38px;
	overflow: hidden;
	width: 190px;
	padding-top: 90px;
}

.texto_tarifario
{
	width: 90px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
	overflow: hidden;
	top: 50px;
	left: 90px;
	position: absolute;
}

.texto_telemoveis
{
	width: 100px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
	overflow: hidden;
	top: 45px;
	left: 75px;
	position: absolute;
}

.texto_simulacao
{
	width: 100px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
	overflow: hidden;
	top: 50px;
	left: 90px;
	position: absolute;
}

.texto_faqs
{
	width: 108px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
	overflow: hidden;
	top: 48px;
	left: 60px;
	position: absolute;
}

#left_bar
{
	width: 312px;
	height: 690px;
	padding: 20px auto 10px 10px;
	background-image: url(../images/left_bar/fundoGrey.jpg);
	background-repeat: no-repeat; /*background-color:Blue;*/
	margin-left: 5px;
	text-align: center;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}

.left_bar_images
{
	margin: 2px auto 2px auto;
	width: 286px;
	height: 103px;
	cursor: pointer;
	position: relative;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
}

.left_bar_images_impresso
{
	margin: 2px auto 2px auto;
	width: 286px;
	height: 31px;
	cursor: pointer;
	position: relative;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
}

#left_bar img
{
	padding: 2px;
}

.texto_off
{
	color: #454545 !important;
}

.texto_tarifario_left
{
	width: 150px;
	overflow: hidden;
	top: 50px;
	left: 102px;
	position: absolute;
	color: #FFFFFF;
}

.texto_telemoveis_left
{
	width: 175px;
	overflow: hidden;
	top: 37px;
	left: 102px;
	position: absolute;
	color: #FFFFFF;
}

.texto_simulacao_left
{
	width: 170px;
	overflow: hidden;
	top: 45px;
	left: 102px;
	position: absolute;
	color: #FFFFFF;
}

.texto_faqs_left
{
	width: 160px;
	overflow: hidden;
	top: 50px;
	left: 102px;
	position: absolute;
	color: #FFFFFF;
}

.texto_downloads_left
{
	width: 160px;
	overflow: hidden;
	top: 40px;
	left: 102px;
	position: absolute;
	color: #FFFFFF;
}



.texto_conta_left
{
	width: 90px;
	overflow: hidden;
	top: 37px;
	left: 182px;
	position: absolute;
	color: #454545;
}

.texto_impresso_left
{
	width: 250px;
	overflow: hidden;
	top: 7px;
	left: 30px;
	position: absolute;
	color: #454545;
}


#right_bar_tarifarios
{
	margin: 0px auto auto 10px;
	padding: 0px;
	width: 649px; /*height: 600px; 	background-color:Blue;*/
	float: left;
	overflow: hidden;
}

#right_bar_simulacao
{
	margin: 0px auto auto 10px;
	padding: 0px;
	width: 648px;
	float: left;
}

#homepage_bottom_bar
{
	width: 995px;
	height: 136px;
	background-color: Blue;
	position: relative;
	margin: 0px auto auto 0px;
}

/* BREADCRUMB */
.breadcrumb
{
	margin: auto;
	display: block;
	width: 950px; /*background-image: url(../images/topo_fd_bot.gif); 	background-color:Black;*/
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
	font-size: 9px;
	font-weight: bold;
	color: #eb0203;
	height: 20px;
}
.breadcrumb table td
{
	font-size: 9px;
	font-weight: bold;
	color: #eb0203;
	vertical-align: top;
}
.breadcrumb a
{
	font-size: 9px;
	font-weight: bold;
	color: #6a6969;
	text-decoration: none;
}
.breadcrumb a:hover
{
	text-decoration: underline;
}
.breadcrumb span
{
	font-size: 9px;
	font-weight: bold;
	color: #6a6969;
}

/*BOTTOM*/
.bottom
{
	margin: 0px auto auto auto;
	display: table;
	width: 978px;
	border-top: 1px solid #a0a0a0;
	padding-bottom: 5px;
	position: relative;
}

.bottom_lks
{
	font-size: 10px;
	color: #535353;
	font-weight: bold;
	line-height: 11px;
	padding-top: 6px;
	float: left;
}
.bottom_lks a
{
	padding: 0 7px;
	font-size: 10px;
	color: #535353;
	font-weight: bold;
	text-decoration: none;
}
.bottom_lks a:hover
{
	text-decoration: underline;
}
.bottom_copyr
{
	color: #a5a5a5;
	padding-left: 60px;
	font-size: 10px;
	padding-top: 6px;
	float: left;
}
.lg_verisign
{
	float: right;
	margin-right: 5px;
	margin-top: 7px;
}




div#right_bar_telemoveis
{
	width: 650px;
	overflow: auto;
	margin-left: 10px;
	float: left;
	padding: 0;
	line-height: normal;
}
div#right_bar_telemoveis div#title
{
	width: 650px;
	height: 33px;
}
div#right_bar_telemoveis div#contents
{
	background: #f5f6f7;
	width: 650px;
	overflow: auto;
}
div#right_bar_telemoveis div#cells
{
	margin: 30px auto;
	width: 605px;
}
div#right_bar_telemoveis div#cells div.container
{
	background: url(../images/cell_container_back.jpg) repeat-x #f1f1f2;
	overflow: auto;
	width: 195px;
	margin: 3px; /*padding-top:20px;padding-bottom:20px;*/
}
div#right_bar_telemoveis div#cells div.container table.tbCellDetail
{
	width: 175px;
	margin: 0 auto;
}
div#right_bar_telemoveis div#cells div.container table td.name
{
	text-align: center;
	color: #e00000;
	font-size: 16px;
	vertical-align: top;
	font-weight: bold;
	height: 50px;
}
div#right_bar_telemoveis div#cells div.container table td.photo
{
	text-align: center;
	height: 200px;
	vertical-align: middle;
}
div#right_bar_telemoveis div#cells div.container table td.title
{
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	color: #444444;
}
div#right_bar_telemoveis div#cells div.container table td.label
{
	background: url(../images/table_cells_label.png) no-repeat;
	width: 175px;
	height: 18px;
	color: #FFFFFF;
	padding: 2px 5px 5px 5px;
	font-weight: bold;
}
div#right_bar_telemoveis div#cells div.container table td.text
{
	padding: 2px 5px 5px 5px;
}
div#right_bar_telemoveis div#cells div.container table td.link
{
	text-align: center;
	padding: 10px;
	height: 60px;
}
div#right_bar_telemoveis div#cells div.container table td.price
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
div#right_bar_telemoveis div#pager
{
	margin: 35px auto;
	width: 605px;
	overflow: hidden;
}
div#right_bar_telemoveis div#pager table
{
	width: 600px;
}
div#right_bar_telemoveis div#pager td.prev
{
	text-align: left;
	width: 120px;
}
div#right_bar_telemoveis div#pager #pagenums
{
	text-align: center;
	color: #d20000;
	font-size: 11px;
	font-weight: bold;
}
div#right_bar_telemoveis div#pager td.next
{
	text-align: right;
	width: 120px;
}
div#right_bar_telemoveis div#back
{
	margin: 15px auto;
	width: 605px;
	text-align: right;
}
div#right_bar_telemoveis div#bottom
{
	width: 650px;
	height: 12px;
}

div#right_bar_faqs
{
	overflow: hidden;
	float: left;
	margin-left: 10px;
	width: 650px;
}
div#right_bar_faqs #faqs_items
{
	width: 650px;
	background: url(../images/faq_items_back.jpg) repeat-x #f0f1f2;
	overflow: hidden;
}
div#right_bar_faqs .item
{
	overflow: auto;
	margin-right: 35px;
	margin-bottom: 2px;
}
div#right_bar_faqs .item .faqs_title_off
{
	text-align: left;
	background: url(../images/faq_off.jpg) no-repeat;
	width: 550px;
	height: 30px;
	margin: 0px 0px 0px auto;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	overflow: auto;
	cursor: pointer;
}

div#right_bar_faqs .item .faqs_title_off table td.num_off
{
	color: #E00000;
	width: 20px;
	height: 30px;
	padding-left: 8px;
}
div#right_bar_faqs .item .faqs_title_off table td.quest_off
{
	color: #646464;
	width: 480px;
	padding-left: 8px;
}
div#right_bar_faqs .item .faqs_title_on
{
	text-align: left;
	background: url(../images/faq_on.jpg) no-repeat;
	width: 580px;
	height: 30px;
	margin: 0px 0px 0px auto;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	overflow: auto;
	cursor: pointer;
}
div#right_bar_faqs .item .faqs_title_on table td.num_on
{
	color: #bfbfbf;
	padding-left: 8px;
	width: 20px;
	height: 30px;
}
div#right_bar_faqs .item .faqs_title_on table td.quest_on
{
	color: #FFF;
	padding-left: 8px;
	width: 480px;
	height: 30px;
}
div#right_bar_faqs .item .faqs_text
{
	text-align: left;
	width: 550px;
	margin: 0px 0px 0px auto;
	color: #454545;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 15px;
}

/*div#right_bar_faqs .item .faqs_title_off .num_off { color:#E00000;float:left;padding-left:8px;width:20px;padding-top:8px; }*/
/*div#right_bar_faqs .item .faqs_title_off .quest_off { color:#646464;float:left;padding-left:8px;width:480px;padding-top:8px; } */
/*div#right_bar_faqs .item .faqs_title_off .quest_off_largetext { color:#646464;float:left;padding-left:8px;width:480px;padding-top:2px; }*/
/*div#right_bar_faqs .item .faqs_title_on .num_on { color:#bfbfbf;float:left;padding-left:8px;width:20px;padding-top:8px;  }*/
/*div#right_bar_faqs .item .faqs_title_on .quest_on { color:#FFF;float:left;padding-left:8px;width:480px;padding-top:8px; } */
/*div#right_bar_faqs .item .faqs_title_on .quest_on_largetext { color:#FFF;float:left;padding-left:8px;width:480px;padding-top:2px; } */



.top_outter_box
{
	width: 649px;
	height: 8px;
	font-size: 0px;
	background-repeat: no-repeat;
}

.center_outter_box_tarifarios
{
	width: 649px; /*height: 400px;*/
	background-color: #F5F6F7;
	overflow: hidden;
	background-repeat: no-repeat;
}
.center_outter_box_simulacao
{
	width: 649px;
	height: 670px;
	background-color: #F5F6F7;
	overflow: hidden;
}

.bottom_outter_box
{
	width: 649px;
	height: 9px;
	background-repeat: no-repeat;
}

.top_inner_box
{
	margin-top: 0px;
	width: 606px;
	height: 6px;
	font-size: 0px;
	background-repeat: no-repeat;
}

.center_inner_box
{
	width: 606px;
	/*height: 505px;*/
	overflow: hidden;
	background-color: #e9e9ea;
	padding-bottom: 10px;
	position: relative;
}

.bottom_inner_box
{
	width: 606px;
	height: 5px;
	background-repeat: no-repeat;
}


/* Simulação */

.simulacao_textoimg_top
{
    /*
	width: 214px;
	height: 58px;
	background-repeat: no-repeat;
	margin: 0px auto 10px 20px;
    */
    width: 272px;
	height: 33px;
	background-repeat: no-repeat;
	margin: 0px auto 10px 20px;
}

.simulacao_mulher_top
{
	width: 238px;
	height: 199px;
	background-repeat: no-repeat;
	padding-left: 50px;
	float: left;
}

.simulacao_texto_top
{
	color: #454545;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin: 0px auto 0px 20px;
	width: 300px;
}


/* Tarifarios */

.tarifarios_textoimg_top
{
	width: 214px;
	height: 101px;
	background-repeat: no-repeat;
	margin: 0px auto 0px 20px;
}

.tarifarios_mulher_top
{
	width: 197px;
	height: 195px;
	background-repeat: no-repeat;
	float: left;
}

.tarifarios_texto_top
{
	color: #454545;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin: 3px auto 0px 20px;
	width: 305px;
}

.tarifarios1_titulo
{
	width: 385px;
	height: 19px;
	margin: 20px auto;
	background-repeat: no-repeat;
}
.tarifarios1_image1
{
	width: 550px;
	height: 195px;
	margin: 20px auto;
	background-repeat: no-repeat;
}
.tarifarios1_texto
{
	color: #454545;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	font-weight:bold;
	line-height: 12px;
	margin: 30px auto auto 35px;
	width: 500px;
	text-align: left;
}
.tarifarios1_image2
{
	width: 547px;
	height: 145px;
	margin: 20px auto 50px auto;
	background-repeat: no-repeat;
	position: relative;
}
.tarifarios1_button1
{
	position:absolute;
	width: 161px;
	height: 21px;
	/*top: 456px;
	left: 405px;*/
	top: 453px;
	left: 400px;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	cursor: pointer;
}
.tarifarios1_button2
{
	width: 110px;
	height: 28px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 10px auto;
}
.tarifarios1_texto2
{
	color: #454545;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	margin: 15px auto auto 35px;
	width: 550px;
	text-align: left;
}
.tarifarios1_image_lista
{
	width: 544px;
	height: 230px;
	margin: 20px auto;
	background-repeat: no-repeat;
	position: relative;
	padding: 40px auto auto 35px;
}
.tarifarios1_image_lista_texto
{
	/*background-color:Fuchsia;*/
	color: #454545;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	width: 520px;
	text-align: left;
	padding-top: 40px;
	padding-left: 30px;
}

.tarifarios_disclaimer
{
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 654px;
	padding: 12px 0px 0px 20px;
	height: 88px;
	overflow:hidden;
}

.tarifarios_disclaimer_texto
{
	color: #5c5c5c;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	/*width: 430px;*/
	padding-right:200px;
}

.tarifarios1_linha
{
	width: 606px;
	height: 2px;
	background-repeat: no-repeat;
	margin: auto;
}

.tarifarios_menu
{
	width: 260px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 300px;
}

.tarifarios2_linha
{
	position:absolute;
	top: 50px;
	width: 606px;
	height: 2px;
	background-repeat: no-repeat;
	margin: auto;
}

.tarifarios2_titulo
{
	position:absolute;
	width: 63px;
	height: 12px;
	top:80px;
	left:30px; 
	background-repeat: no-repeat;
}


/* FAQS */
.faqs_textoimg_top
{
	width: 226px;
	height: 60px;
	background-repeat: no-repeat;
	margin: 10px auto 0px 20px;
}

/* DOWNLOADS */

.downloads_textoimg_top
{
	width: 264px;
	height: 35px;
	background-repeat: no-repeat;
	margin: 10px auto 0px 20px;
}

.downloads_texto_top
{
	color: #454545;
	font-family: Arial;
	font-weight:bold;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
	margin: 14px auto 0px 20px;
	width: 640px;
}

.radiobuttons_download
{
	background-image:url(../images/bg_bar.jpg);
	/*background-color:Blue;
	/*background-repeat:repeat-y;*/
	height:26px;
	width:157px;
	line-height:10px;
	font-size:10px;
	text-align:right;
	vertical-align:text-top;
	
}

.textbox_escondida
{
	display:none;
	
}

div#box_downloads
{
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
	margin-top:12px;
	height:385px;
}

div#radiobutton_downloads
{
	height:105px; 
	width:173px; 
	overflow-y:auto; 
	overflow-x:hidden;
}

div#boxes
{
	margin-top:54px;
	margin-left:14px;
}


/*Simulacao*/

#box1
{
    background:url(../images/simulacao/box1.png) no-repeat;
    width:606px;
    height:437px;
    margin:0 auto;
    /*padding:0px 11px 0px 11px;*/
}
#box2
{
    background:url(../images/simulacao/box2.png) no-repeat;
    width:584px;
    height:319px;
    margin:0 auto;
}

#box3
{
    background:url(../images/simulacao/box3.png) no-repeat;
    width:606px;
    height:476px;
    margin:0 auto;

    /*padding:0px 11px 0px 11px;*/
}


#box4
{    
    /*background:url(../images/simulacao/box4.png) no-repeat;*/
    width:584px;
    height:359px;
    margin:0 auto;
}

#box4.Optimus
{
	background:url(../images/simulacao/box4_optimus.png) no-repeat;
}

#box4.TMN
{
	background:url(../images/simulacao/box4_tmn.png) no-repeat;
}

#box4.Vodafone
{
	background:url(../images/simulacao/box4_vodafone.png) no-repeat;
}

#box4.Uzo
{
	background:url(../images/simulacao/box4_uzo.png) no-repeat;
}

#box4.Rede_4
{
	background:url(../images/simulacao/box4_rede4.png) no-repeat;
}

#box4.Yorn
{
	background:url(../images/simulacao/box4_yorn.png) no-repeat;
}


