/* ------------------------------------------------------------------------- */
/* TAGS HTML --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
a, a:visited {
	text-decoration: none;
    color: #fb8430;
    font-size : 12px; 
}

a:hover {
	text-decoration: underline;
}

h1 {
	border:0 none;
	color:#fb8430;
	font-family:"Trebuchet MS",Verdana,Arial;
	font-size:18px;
	font-weight:normal;
	margin:0 0 12px;
	padding:0;
	background:transparent url(../../images/estrutura/bg-h1.gif) no-repeat scroll left bottom;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
    color: #525C7A;
    font-size : 16px;
    font-family: Trebuchet MS,Verdana,Arial;
    font-weight: bold;
    text-align: left;
}

/* UTILIZADO PARA MENSAGENS DE ERRO */
h4 {
	color: #fe9c11;
	font-size: 11px;
}

hr {
	clear: both;
	margin: 0 0 5px 0;
    height: 3px;
    border: 0;
	border-top: #000000 solid 1px;
}

img {
	margin: 0 0 15px 0;
	padding: 0;
}

img.imagem-produto {
	margin: 0 15px 15px 0;
	float: left;
}

input, textarea {
	font-size: 12px;
	border: 1px solid #999;
}

li, ul {
    list-style-type: square;
    color: #6c789c;
}

li {
	margin: 0 0 5px 0;	
}

p {
	margin: 0 0 10px 0;
	padding: 0;
    color: #6c789c;
    font-size : 12px;
    line-height: 16px; 
}

table {    
    color : #6c789c;
    border: 0;
    font-size : 12px;
    text-decoration : none;
    text-transform : none;
    vertical-align : middle;
}

td {
	padding: 3px;
}

tr, td, th {
	border: 0;
}

ul {
	margin: 0 0 10px 15px;
}

/* ------------------------------------------------------------------------- */
/* ESTRUTURA PRINCIPAL ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */
html,body {    
    background: url("../../images/estrutura/bg-body.jpg") top left repeat-x #FFFFFF;
    color: #6c789c;
    font-family : Trebuchet MS, Verdana, Arial;
    font-size : 11px;
    font-weight: normal;
    text-align: center;
}

#corpo {
	background: #FFFFFF;
	width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#container {
	margin: 3px 0 0 0;
	position: relative;
	width: 1000px;
	_z-index: -1;
	_top: 1px;
}

/* ------------------------------------------------------------------------- */
/* LOGO -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#logo {
	background: url("../../images/estrutura/bg-logo.jpg") top left no-repeat;
	width: 1000px;
    height: 152px;
    position: relative;    
}

#logo-left {
	background: url("../../images/estrutura/bg-logo-left.jpg") top left repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 152px;
}

#logo-right {
	background: url("../../images/estrutura/bg-logo-right.jpg") top right repeat-x;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 152px;	
}

#logo_estatico { /* IMAGEM */
	position: absolute;
	width: 151px;
	height: 40px;
	top: 42px;
	right: 289px;
}

#logo_estatico img {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------- */
/* COLUNA ESQUERDA --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#colunaesquerda {
	width: 755px;
	height: 170px;
	padding: 0 7px 5px 7px;
	_padding: 0 7px;
	border-bottom: 1px solid #fc9b57;
	margin: 0 0 20px 0;
	position: relative;
	left: 15px;
	_left: 30px;
	top: 0;
	float: left;
}

#sponsors2 {    
	width: 600px;
    margin: 0;
    padding: 0;
    position: relative;
	top:-10px;
	_top: 0px;
	float: left;
	z-index: 1;
}

/* ------------------------------------------------------------------------- */
/* COLUNA DIREITA ---------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#colunadireita {
	position: absolute;
	right: 8px;
	_right: -1px;
	padding: 0 0 0 20px;
	margin: 10px 0;
	width: 170px;
	_width: 190px;
	float: right;
	_border-left: 1px solid #fc9b57;
}

#sponsors {
    width: 170px;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: -10px;
    _top: 0px;
}

#sponsors2 .imagem_direita{
    margin: 0; 
}

/* ------------------------------------------------------------------------- */
/* RODAPÉ ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */

#rodape {
	position: relative;
 	top: 20px;
	width: 100%;
	height: 109px;
	background: url("../../images/estrutura/bg-rodape.jpg") top left repeat-x;
}

#creditos {	
	padding: 0;
	width: 1000px;	
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#creditos, #creditos p, #creditos a, #creditos a:visited {
   color: #FEFEFE;
   font-size: 12px;
   text-decoration: none;
}

#creditos a, #creditos a:visited {
   color: #DEDEDE;
   font-size: 12px;
   text-decoration: none;
}

#creditos a:hover {
	color: #7685c1;
}

#creditos strong{
	color: #FEFEFE;	
	font-weight: bold;
}

#creditos .imagem_esquerda {
	margin: 0 !important;
}

/* LOGOMARCA DO b2mlportal */ 
#rodape_b2ml {
	position: absolute;
	width: 120px;
	height: 30px;
	right: 0px;
	bottom: 0px;
}

/* ------------------------------------------------------------------------- */
/* FORM DE CONTATO --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

form.contato  table {
	width: 100%;

}

form.contato  input, form.contato  textarea, form.contato select  {
	width: 300px;

}

input.contato-submit {
	width: 100px;
	color: #333;

}

/* ------------------------------------------------------------------------- */
/* CONTEÚDO EM GERAL ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#conteudo, .conteudo {
	position: relative;
	border-right: 1px solid #fc9b57;
	left: 15px;	
	width: 752px;
	_width: 796px;
	min-height: 400px;
	_height: 505px;
	padding: 15px 27px 0 7px;
	_padding: 0 27px 0 7px;
	margin: 1px 0 0 0;
    text-align: left;
    _z-index:-1;
}

/* Meia seção */
.quadro {
	width: 43%;
	_width: 45%;
	overflow: hidden; 
	float: left;
	border: none; 
	margin: 5px 2% 5px 2%; 
	padding: 0 1% 0 1%;
	text-align: left; 
	display: block;
}

#creditos .quadro {
	width: 23%;
	_width: 25%;
	overflow: hidden; 
	float: left;
	border: none; 
	margin: 0; 
	padding: 0 1% 0 1%;
	text-align: left; 
	display: block;
}

/* Imagens ------------------------------- */
.imagem_canto, .imagem_esquerda {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
}

.imagem_centralizada { 
   margin: 0 0 15px 0;
   padding: 0;
   clear: both;
}

.imagem_direita {
   margin: 0 0 15px 15px;
   padding: 0;
   float: right;
}
/* ----------------------------------------- */

/* Caminho (Você está em...) --------------- */
#caminho{
	position: absolute;
	right: 38px;
	bottom: 5px;
	padding: 0;	
	width: 100%;
	font-size: 11px;
	text-align: right;
	color: #DEDEDE;
}

#caminho a, #caminho a:visited {
	color: #DEDEDE;
	font-weight: normal;
}
/* ----------------------------------------- */

/* Notícias -------------------------------- */
.comentario {
	width: 50%;
}

.bloco_de_noticias{
	margin: 0px 0px 10px 0px;
   	padding: 0;
   	border: 0;
   	color: #808592;
    font-size: 11px;
   	text-align: left;
}

.data-destaque {
	margin: 5px 0 0 0;
	font-size: 12px;
    font-weight: bold;
}

.bloco_de_noticias p{  
    color: #808592;
    font-size: 11px;
}

.bloco_de_noticias a, .bloco_de_noticias a:visited{  
	text-decoration: none;
    color: #7685C1;
    font-size : 11px; 
    font-weight: bold;
}

.bloco_de_noticias a:hover{  
    text-decoration: underline;
}
/* ------------------------------------------ */

/* Link para o Mapa do Site ----------------- */
#mapa {
	position: absolute;
	top: 25px;
	right: 30px;
	height: 16px;
	padding: 0px;
}

#mapa a, #mapa a:visited {
	color: #FFFFFF;
	font-size: 11px;
}
/* ------------------------------------------ */

/* Vídeos */
#video {
	padding: 10px 5px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE SEÇÕES E COMPONENTES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */
.s5 h1 {
    padding: 0;
    border-bottom: 0px solid #D4D6DF;
	margin: 0px 0px 10px 0px;
    font-size : 16px;
    font-family: "Trebuchet MS",Verdana,Arial;
    font-weight: bold;
    text-align: left;
}

.s5 img {    
	padding: 0;
	margin: 0;
}

.s5 table {    
	padding: 0;
	margin: 0;
}

.s5 tr, .s5 td, .s5 th {
	padding: 0;
	margin: 0;
}

/* Planos e preços */
.s34 table, .s34 tr, .s34 td, .s34 th {
	border: 1px solid #D4D6DF;
}

.botaoPagSeguro{
	border: 0px;
}