﻿@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(imgs/bg.jpg);
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	margin:0px;
	padding:0px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:justify;
}
span#dest{
	color: #cd3535;
	font-weight: bold;
}


a {
	font-weight: bold;
	color:#e81515;
}

a img{
	text-decoration:none;
	border:0px;
}

a:hover, a:hover {
	color:#8c0000;
}

td#menu_bg {
	height: 39px;
	background-image: url(imgs/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
td#rodape_bg {
	background-image: url(imgs/rodape_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 115px;
	text-align: center;
}
table#menu_area {
	background-image: url(imgs/menu_light.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
}
td#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}


td#topo_bg {
	text-align: center;
	height: 165px;
}

td#texto_bg {
	background-color: #dde0e1;
	background-image: url(imgs/texto_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#menu {
	position: relative;
	z-index: 4;
	height: 39px;
}

div#submenu {
	left: 122px;
	height: 74px;
	z-index: 1;
	width: 180px;
	float: left;
	position: absolute;
	top: 39px;
	visibility: hidden;
}


div#televenda {
	position: relative;
	z-index: 5;
	left: 0px;
	top: 0px;
}
div#televenda #txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	height: 24px;
	width: 110px;
	position: absolute;
	z-index: 2;
	left: 126px;
	top: 10px;
	font-weight: bold;
}
div#televenda #btn_estados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(imgs/btn_estado.png);
	height: 36px;
	width: 82px;
	text-align: left;
	position: absolute;
	z-index: 4;
	left: 250px;
	top: 0px;
	line-height:40px;
}
div#televenda #btn_sel {
	background-image: url(imgs/none.png);
	background-repeat:repeat;
	width: 103px;
	position: absolute;
	z-index: 3;
	left: 240px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	visibility: hidden;
}

div#televenda #btn_sel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#televenda #btn_sel li {
	margin: 0;
	background-image: url(imgs/btn_estado_bg.png);
	background-repeat:repeat-y;	
}
div#televenda #btn_sel li#top {
	height:44px;
}
div#televenda #btn_sel li#bottom {
	background-image: url(imgs/btn_estado_bottom.png);
	background-repeat:no-repeat;
}

div#televenda #btn_sel li a {
	display: block;
	padding: 2px 0px 2px 11px;
	color: #FFFFFF;
	text-decoration: none;
}

div#televenda #btn_sel li a:hover {
  text-decoration:none;
  color: #ff4e6c;
}


div#televenda #btn_estados a:link, div#televenda #btn_estados a:visited, div#televenda #btn_estados a:active {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color: #ffffff;
}

div#televenda #btn_estados a:hover {
  text-decoration:none;
  color: #ff4e6c;
}

div#livechat {
	position: absolute;
	left: 183px;
	top: 68px;
	height: 97px;
	width: 252px;
	z-index: 2;
}
div#telefone {
	font-family: arial;
	font-size: 33px;
	font-weight: bold;
	color: #da0000;
	text-align: right;
	height: 48px;
	width: 334px;
	position: absolute;
	z-index: 2;
	top: 49px;
	left: 0px;
}


#txt_div {
	background-image: url(imgs/txt_div.gif);
	background-repeat: repeat-y;
	width: 77px;
}

/*************** HOME ****************/

div#destaque {
	position: relative;
	z-index: 1;
}

div#destaque div {
	position: absolute;
	z-index: 1;
	float: left;
	width: 950px;	
	height: 364px;
}

table#destaque{
	background-image: url(imgs/home/destaque_bg.png);
	background-repeat:repeat-y;
	background-position: center top;
	height: 253px;
}
td#ligamos{
	background-image:url(imgs/home/ligamos_bg.png);
	background-repeat:no-repeat;
	width:201px;
	height:260px;
	color:#FFFFFF;

}

td#ligamos div{
	margin-left:36px;
	white-space:nowrap
}


td#ligamos div h3{
	font-size:11px;
	font-weight:bold;
	margin:8px 0 1px 0;
	padding:0;	
}


/*************** FORMULÁRIOS ****************/

form h3{
	font-size:11px;
	font-weight:bold;
	margin:8px 0 1px 0;
	padding:0;	
}


form #obrigatorio{
	font-weight:bold;
	color:#FF6600
}


form input, form textarea, form select, .box_obr{
	font-size: 11px;
	border:1px solid #c2c3c5;
	padding:2px 5px 2px 5px;
	
}

form textarea {
	overflow: auto;
}

input:focus, textarea:focus, input:hover, textarea:hover {
	border:1px solid #b40201;
}

.box_not {
	background-color:#f0f0f0;
}

input#botao{
	border:0px;
	background:none;
	padding:0px;
}




/*************** FAQ ****************/


span#faq_num {
	font-weight: bold;
	color: #8c0000;
}
td .faq {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	border-top:1px solid #d5d7d8;
	border-bottom:1px solid #d5d7d8;
	background-color: #e5e8e9;	
}

.faq_a {
	text-decoration:none;
	font-weight: bold;
	color:#333333;
}

.faq_a:hover, .faq_a:hover {
	text-decoration:underline;
	color:#8c0000;
}


/*************** PLANOS ****************/

td#planoTit {
	background-color: #B40201;
	font-weight:bold;
	text-align:center;	
	color:#FFFFFF;
	font-size: 14px;
	border-bottom:4px solid #6b0f0f;	
}

td#plano1 {
	background-color: #e7e9ea;
	text-align:center;	
	color:#666666;
	font-size: 12px;
	border-bottom:1px solid #dde0e1;
	height:18px;	
	font-weight:bold;
}

td#plano2 {
	background-color: #f1f3f3;
	text-align:center;	
	color:#666666;
	font-size: 12px;
	border-bottom:1px solid #dde0e1;
	height:18px;
	font-weight:bold;				
}

td#plano1 div, td#plano2 div, td#planoTit div{
	text-align:left;	
	padding-left: 30px;
	font-size: 14px;
}

td#plano1 span#min, td#plano2 span#min{
	font-size: 10px;
	color:999999;
	font-weight: normal;
}