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

a:hover {
	text-decoration: underline;
}

h1 {
    padding:0;
	margin: 0px 0px 10px 0px;
    color: #295885;
    font-size : 20px;
    font-weight: normal;
    text-align: left;    
}

h2 {
	margin: 0 17px 10px 0;
	padding: 0;
    color: #99CC99;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

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

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

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

input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #336699;
	color:#336699;
	font-size:12px;
}

li, ul {
    list-style-type:disc;
    color: #336699;
    font-size : 12px;
}

li {
	margin: 0 0 5px 0;	
}

p {
	margin: 0 0 10px 0;
	padding: 0 2px;
    color: #336699;
    font-size : 12px;
    line-height: 21px; 
}

table {    
    color : #336699;;
    border: 0;
    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: #ffffff;
    color: #336699;
    font-family :  Verdana,Arial;
    font-size : 14px;
    font-weight: normal;
    text-align: center;
}

#corpo {
	background: url("../../images/estrutura/bg-corpo.gif") top left no-repeat;
	width: 950px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#container {
	background: url("../../images/estrutura/bg-container1.gif") top left no-repeat;
	position: relative;
	width: 950px;

}

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

#logo {
	background: url("../../images/estrutura/bg-logo.gif") top left no-repeat;
	width: 950px;
    height: 199px;
    _height: 199px;
    position: relative;    
    overflow: hidden;
}

#logo_estatico { /* IMAGEM */
	bottom:0;
    float:right;
    margin:14px 21 0;
}

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

#logo_estatico a.logo_link {
	position: absolute;
	display: block;
	width: 135px;
	height: 185px;
	top: 7px;
	left: 27px;
}

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

#colunaesquerda {
	position: absolute;
	left: 0px;
	top: 0;
	padding: 20px 6px 20px 10px;
	width: 163px;
	_width: 163px;
	float: left; 
	min-height: 300px;
	_height: 300px;
}

#sponsors2 {
	position:relative;
	top:20px;
	width:160px;
}

#sponsors2 p{
	color: #FFF !important;
    margin:0 0 15px 10px;
}
	
#sponsors2 a, #sponsors2 a:visited, #sponsors2 a:hover {
	color: #FFF ;
}

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

#colunadireita {
	position: absolute;
	right: 20px;
	padding: 20px 10px;
	width: 180px;
	_width: 200px;
	float: right; 
}

#sponsors {
	position:relative;
	top:50px;
	width:160px;
	color: #FFF !important;
}

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

#creditos {
	background: #C5C5C4 url("../../images/estrutura/bg-credito.gif") top right no-repeat;
	padding: 12px 0 0 0px;
	width:770px;
	height: 73px;
	_height: 85px;
	position: relative;
	left: 179px;
	clear: both;
}

#creditos p{
	color:#444444;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	padding: 0 0 0 21px;
}

#creditos img {
	margin: 5px 10px 15px 5;
	padding: 0;
}

/* LOGOMARCA DO b2mlportal */ 
#rodape_b2ml {
	bottom:0;
	height:25px;
	position:absolute;
	right:8px;
	width:80px;
}

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

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

#conteudo-cima {
	background: url("../../images/estrutura/bg-conteudo-sup.gif") left top no-repeat;
	height: 25px;	
	position: relative;
	left: 199px;
	width: 729px;
	margin: 0;
}

#conteudo, .conteudo {
	background: url("../../images/estrutura/bg-conteudo-inf.gif") left bottom no-repeat;
	position: relative;
	left: 179px;
	width: 676px;
	_width: 728px;
	min-height: 634px;
	_height: 680px;
	padding: 0 26px 20px;
    text-align: left;
    margin: 0 0 0 20px;
  
}

/* 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;
}

#conteudo a:hover, a, a:visited {
	color: #336699;
}

/* 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{
	font-size:18px;
	font-weight:bold;
	left:199px;
	padding:0;
	position:absolute;
	text-align:left;
	top:21px;
	width:550px;
}

#caminho a {
	font-size: 18px;
}
/* ----------------------------------------- */

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

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

.data-destaque {
	font-size: 11px;
	color: rgb(150, 188, 74);
}

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

.bloco_de_noticias a, .bloco_de_noticias a:visited{  
    font-size: 11px;
    text-transform: none;
    text-decoration: none;    
    font-weight:normal;
}

.bloco_de_noticias a:hover{  
    font-size: 11px;
    text-transform: none;
    text-decoration: underline;
    font-weight:normal;
}
/* ------------------------------------------ */

/* 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;
}
/* ------------------------------------------ */

/* Idiomas ---------------------------------- */
#idiomas {
	position: absolute;
	left: 350px;
	top: 60px;
	border: 0;
	margin: 0;
	padding: 0;
}

#idiomas a, #idiomas a:visited {
	color: #b1c0cf;
	margin: 0 10px 0 0;
}

#idiomas a:hover {
	color: #FFFFFF;	
	text-decoration: none;
}

#idiomas img {
	margin: 0;
	padding: 0;
}
/* ------------------------------------------ */

/* Painel de Busca ------------------------- */
#busca {
	height:50px;
	left:733px;
	position:relative;
	top:0;
	width:200px;	
}

#busca .campos{
	background: url("../../images/estrutura/bg-busca.gif") left bottom no-repeat;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 160px;
	height: 30px;
	color:#000;    
	border: 0;
	padding: 8px;
    font-weight:normal;
    font-size:14px;
    text-decoration: none;
}

#busca .botao{
	left:165px;
	position:absolute;
	top:10px;
}
/* ------------------------------------------ */

/* Painel de Cadastro de Newsletter --------- */
#newsletter {
	position: relative;
	color:#769CC9;    
	text-align:center;   
    font-weight:normal;
    text-decoration: none;
}

#newsletter .campos{
	width: 120px;
	height: 20px;
	color: #000000;
    font-weight:normal;
    font-size: 10px;
    text-decoration: none;
}
/* ------------------------------------------- */

/* Painel de Login à Àrea Restrita ----------- */
#login {
	position: relative;
    color:#769CC9;    
    font-weight:normal;
    text-decoration: none;
    text-align: center;   
    margin: 60px 0 0 5px;
}

#login .campos{
	width: 107px;
	height: 20px;
	color: #000000;
	font-weight:normal;
	font-size: 10px;
    text-decoration: none;
}

#login table{
	color: #ffffff;
	font-size: 10px;
}

#login h2, #login h1{
	color: #ffffff;
	text-align: center;
}

#login a:hover, #login a, #login a:visited{
	color: #ffffff;
	font-size: 10px;
}
/* -------------------------------------------- */

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

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

.contato td {
	font-size: 12px;
}

.contato input, .contato textarea, .contato select {
	width: 350px;
	padding: 4px;
	font-size: 11px;
	color: #336699;
	border: 1px solid #336699;
}

.contato textarea {
	height: 160px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DA PÁGINA DE PRODUTOS ------------------------------------------- */
/* ------------------------------------------------------------------------- */

.produto {
	clear: both;
}

.produto img {
	float: left;
	margin: 0 20px 20px 0;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE SEÇÕES E COMPONENTES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */
.botaopagseguro
{
	margin-top: 39px;
}

.protudo
{
	float: left;
}

/*.s5 h1{
	font-size:30px;
	text-align: center;
}

.s5 p{
	font-size:18px;
}

.s5 a{
	color: #258df4;
	font-size:18px;
}*/