/* ------------------------------------------------------------------------- */
/* TAGS HTML --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
a {
	text-decoration: underline;
    color: #4a8442;
    font-size: 14px; 
}

a:hover {
	text-decoration: none;
	color: #6a976d;
}

h1 {
    padding: 0;
	margin: 0px 0px 20px 0px;
    color: #1b3f4a;
    font-size : 22px;
    font-weight: bold;
    text-align: left;    
    text-shadow: #ecf4fb 0px 1px 0px;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
    color: #547a4f;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-shadow: #ecf4fb 0px 1px 0px;
}

/* UTILIZADO PARA MENSAGENS DE ERRO/SUCESSO */
h4 {
	color: #2b6e66;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
	text-align: center;
}

hr {
	clear: both;
	margin: 0 0 15px 0;
    height: 1px;
    border: 0;
	border-top: #2b6e66 solid 1px;
}

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

input {
	font-size: 14px;
}

li, ul {
    list-style-type: disc;
    color: #404a55;
}

li {
	margin: 0;	
	font-size : 14px; 
}

p {
	margin: 0 0 15px 0;
	padding: 0;
    color: #404a55;
    font-size : 14px;
    line-height: 22px; 
}

table {    
    color : #404a55;
    border: 0;
    font-size : 14px;
    text-decoration : none;
    text-transform : none;
    vertical-align : middle;
}

td {
	padding: 3px;
}

tr, td, th {
	border: 0;
}

ul {
	margin: 0 0 15px 15px;
}
/* ------------------------------------------------------------------------- */
/* ESTRUTURA PRINCIPAL ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */
html,body {    
    color: #404a55;
    font-family : Arial, Verdana, Trebuchet MS;
    font-size : 12px;
    font-weight: normal;
    text-align: center;
}

html {
	background: url("../../images/estrutura/bg-html.jpg") top left repeat;
}

body {
	background: url("../../images/estrutura/bg-body.jpg") top left repeat-x;
}

body.capa {
	background: url("../../images/estrutura/bg-body-capa.jpg") top left repeat-x;
}

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

#container {
	background: url("../../images/estrutura/bg-container.jpg") top center repeat-y;
	position: relative;
	width: 920px;
	padding: 0 40px;
}

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

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

body.capa #logo {
	background: url("../../images/estrutura/bg-logo-capa.jpg") top center no-repeat;
	height: 301px;
}

#logo_estatico { /* IMAGEM */
	position: absolute;
	top: -12px;
	left: 0;
}

#slideshow-top {
	position: relative;
	width: 1000px;
	height: 200px;
	left: 0;
	top: 100px;
	margin: 0;
	overflow: hidden;
}

#slideshow-top .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 920px;
	height: 175px;
	padding: 25px 40px 0 40px;
	z-index: 0;
}

#slideshow-top .slide a.botao {	
	display: block;
	float: right;
	width: 508px;
	height: 173px;	
	margin-left: 40px;
}

#slideshow-top .slide a#btn-1 { background: url("../../images/estrutura/slide1-conheca.jpg") top left no-repeat; }
#slideshow-top .slide a#btn-1:hover { background-position: 0 -173px; }

#slideshow-top .slide a#btn-2 { background: url("../../images/estrutura/slide2-sobmedida.jpg") top left no-repeat; }
#slideshow-top .slide a#btn-2:hover { background-position: 0 -173px; }

#slideshow-top .slide a#btn-3 { background: url("../../images/estrutura/slide2-experimente.jpg") top left no-repeat; }
#slideshow-top .slide a#btn-3:hover { background-position: 0 -173px; }

#slideshow-top .slide a#btn-4 { background: url("../../images/estrutura/slide4-gerenciamento.jpg") top left no-repeat; }
#slideshow-top .slide a#btn-4:hover { background-position: 0 -173px; }

#slideshow-top .slide a#btn-5 { background: url("../../images/estrutura/slide5-consultores.jpg") top left no-repeat; }
#slideshow-top .slide a#btn-5:hover { background-position: 0 -173px; }

#slideshow-top .slide a.botao span {
	display: none;
}

#slideshow-top .slide .info img {
	margin: 10px 0 20px 0;
}

#slideshow-top .slide .info p {
	color: #d8dfe2;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;	
}

#slideshow-top .controle {
	position: absolute;
	left: 60px;
	top: 10px;
	z-index: 1;
}

#slideshow-top a.play-pause {
	background: url("../../images/estrutura/play-pause.png") top left no-repeat;
	position: absolute;
	top: 9px;
	left: 40px;
	z-index: 1;
	width: 12px;
	height: 12px;
	display: block;
	outline: none;
	opacity: 0.7;
}

#slideshow-top a.play-pause:hover {
	opacity: 1;
}
	
#slideshow-top .controle a {
	background: url("../../images/estrutura/bullet.png") top left no-repeat;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 12px;
	height: 12px;
	opacity: 0.6;
	outline: none;
}

#slideshow-top .controle a:hover, #slideshow-top .controle a.ativo {
	opacity: 1;
}

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

#colunadireita {
	position: absolute;
	top: 30px;
	right: 40px;
	padding: 0;
	width: 200px;
}

#sponsors {
    width: 200px;
}

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

#rodape {
	background: url("../../images/estrutura/bg-rodape.jpg") top center repeat-x #1B3F4B;
	position: relative;
	text-align: center;
	width: 100%;
	height: 230px;
}

#creditos {
	background: url("../../images/estrutura/bg-creditos.jpg") top center no-repeat #1B3F4B;
	margin: 0 auto;
	padding: 20px 40px 0 40px;
	width: 920px;
	height: 210px;
	position: relative;
	clear: both;
	text-align: left;
}

#creditos h1 {
	color: #7e9d9f;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-shadow: none;
}

#creditos a {
	color: #d8e060;
	font-size: 11px;
}

#creditos a:hover {
	color: #e1e873;
}

#creditos p {
   color: #FFFFFF;
   font-size: 11px;
   text-decoration: none;
   line-height: 20px;
   margin: 0 0 25px 0;
}

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

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

/* LOGOMARCAS de Apoio */
#apoio {
	height: 56px;
}

#apoio a {
	display: block;
	float: left;
	margin-right: 30px;
	cursor: pointer;
}

#apoio a span {
	display: none;
}

#apoio #fapemig {
	background: url("../../images/estrutura/bg-fapemig.jpg") top left no-repeat;
	width: 94px;
	height: 17px;
	margin-top: 7px;
}

#apoio #fapemig:hover {
	background-position: 0 -17px;
}

#apoio #fapepe {
	background: url("../../images/estrutura/bg-fapepe.jpg") top left no-repeat;
	width: 59px;
	height: 26px;
}

#apoio #fapepe:hover {
	background-position: 0 -26px;
}

#apoio #finep {
	background: url("../../images/estrutura/bg-finep.jpg") top left no-repeat;
	width: 75px;
	height: 28px;
}

#apoio #finep:hover {
	background-position: 0 -28px;	
}

#apoio #sebrae {
	background: url("../../images/estrutura/bg-sebrae.jpg") top left no-repeat;
	width: 55px;
	height: 26px;
	margin-top: 2px;
}

#apoio #sebrae:hover {
	background-position: 0 -26px;
}

a#lnk-twitter {
	position: absolute;
	top: -28px;
	left: 40px;
	margin: 0;
	opacity: 1;
	height: 28px !important; 
}

a#lnk-twitter:hover {
	opacity: 1;
}

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

#conteudo, .conteudo {
	position: relative;
	left: 0;
	width: 670px;
	min-height: 430px;
	_height: 430px;
	padding: 30px 0 60px 0;
    text-align: left;
}

.conteudo li {
	line-height: 22px;
}

/* Meia seção */
.quadro {
	width: 43%;
	overflow: hidden; 
	float: left;
	border: none; 
	margin: 5px 2% 5px 2%; 
	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;
}

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

.bloco_de_noticias{
	margin: 0px 0px 20px 0px;
   	padding: 0;
   	border: 0;
   	text-align: left;
}

.bloco_de_noticias h1 {
	color: #2c7168;
	margin: 0 0 5px 0;
}

.bloco_de_noticias .noticia {
	border-bottom: 1px solid #c2d3e1;
	border-top: 1px solid #e9f1fa;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 20px;
}

.bloco_de_noticias .noticia:first-of-type {
	border-top: 0;
}

.bloco_de_noticias .noticia:last-of-type {
	border-bottom: 0;
}

.bloco_de_noticias a {  
    font-size: 14px;
    color: #4a8241;
    text-transform: none;
    text-decoration: none;    
    font-weight:normal;
    text-shadow: #eaf4fe 0px 1px 0px;
}

.bloco_de_noticias a:hover {  
    text-decoration: underline;
    color: #5b9451;
}

.data-destaque {
	font-size: 11px;
	font-style: italic;
	color: #64696e;
	text-shadow: #eaf4fe 0px 1px 0px;
}

.bloco_de_noticias p {  
    color: #676b70;
    font-size: 12.5px;
    text-shadow: #eaf4fe 0px 1px 0px;
    margin: 0 0 10px 0;
    line-height: 20px;
}

/* Painel de Busca ------------------------- */
#busca {
	position: absolute;
	top: 20px;
	right: 40px;	
}

#busca .campo {
	background: url("../../images/estrutura/bg-busca-campo.jpg") top left no-repeat;
	border: 0;
	padding: 3px 4px;
	margin: 0;
	width: 220px;
	height: 16px;	
    font-weight: normal;
    font-size: 11px;
    color: #404a55;
    text-decoration: none;
	float: left;
}

#busca .botao {
	background: url("../../images/estrutura/bg-busca-botao.jpg") top left no-repeat;	
	opacity: 0.8;
	border: 0;
	width: 101px;
	height: 24px;
	float: left;
	color: #204213;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
}

#busca .botao:hover {
	opacity: 1;
}

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

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORUM -------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.form-forum input {
	width: 240px;
	font-size: 11px;
}

.form-forum .btnEnviar {
	width: 150px;	
}

#forum {
	width: 90%;
	margin: 0 auto 15px auto;
	text-align: center;
	clear: both;
}

#forum .topico {
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #a5a5a5;
	position: relative;
	padding: 0;
	margin: 0 auto 5px auto;
}

#forum .topico h1 {
	font-size: 12px;
	color: #285783;
	width: 97.7%;
	display: block;	
	background: #efefef;
	padding: 12px 0 3px 10px;
	margin: 0; 
}

#forum .topico h1 a {
	font-size: 12px;
	color: #285783;
}

#forum .topico .data-autor {
	position: absolute;
	color: #000000;
	top: 0;
	right: 10px;
	font-size: 10px;
}

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

#novotopico, #novaresposta {
	border: 1px solid #a9c4df;
	background-color: #f2f5f8;
	margin: 0 0 10px; 
}

.btnNovoTopico, .btnNovaResposta {
	font-size: 11px;
	width: 80px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE ENQUETE ------------------------------------------------------ */
/* ------------------------------------------------------------------------- */

.enquete {
	margin: 0 0 20px 0;
}

.enquete form {
	margin: 0 0 40px 0;
}

.enquete .resposta {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
} 

.enquete .btn-votar {
	float: left;
	margin: 0 10px 5px 0;
}

.enquete .loading-enquete {
	display: none;
	padding: 4px 0 0 0;
	margin: 0;
}

.enquete .msg-enquete {
	display: none;
	padding: 4px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;	
	color: #00aff0;
}

.enquete .link-resultados {
	display: block;
	clear: both;
	width: 100px;
}

.resultados {
	position: relative;
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
}

.resultados .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}

.resultados .resultado {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}

.resultados .barra-resultado {
	width: 0px;
	height: 16px;
	padding: 4px 0 0 0;
	background: #00aff0;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;	
	float: left;
	margin: 0 10px 0 0;
}

.resultados p {
	font-size: 11px;
	margin: 0 0 3px 0;
}

.resultados p.total-votos {
	text-align: right;
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORM DE CONTATO DO RODAPÉ ------------------------------------ */
/* ------------------------------------------------------------------------- */

#contato-ajax {
	float:right;
	margin-left:80px;
	right:40px;
	top:20px;
}

#contato-ajax p {
	color: #becbcf;
	font-size: 11px;
	margin: 0 0 5px 0;
}

#contato-ajax table, #contato-ajax tr, #contato-ajax td {
	border: 0;
	margin: 0;
	padding: 0;
}

#contato-ajax label {
	color: #e0e6e8;
	font-size: 11px;
	text-transform: uppercase;	
	margin: 0 15px 0 0;
}

#contato-ajax input {
	background: url("../../images/estrutura/bg-contato-textfield.jpg") top left no-repeat;
	padding: 4px;
	width: 329px;
	height: 16px;
	margin: 0 0 5px 0;
	font-weight: normal;
    font-size: 11px;
    color: #404a55;
    border: 0;
}

#contato-ajax textarea {
	background: url("../../images/estrutura/bg-contato-textarea.jpg") top left no-repeat;
	padding: 4px;
	width: 329px;
	height: 66px;
	margin: 0 0 5px 0;
	font-weight: normal;
    font-size: 11px;
    color: #404a55;
    border: 0;
    overflow: auto;
}

#contato-ajax #btn-enviar {
	background: url("../../images/estrutura/bg-contato-btn.jpg") top left no-repeat;	
	width: 85px;
	height: 24px;
	border: 0;
	display: block;
	float: right;
	color: #225d27;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.8;
	cursor: pointer;
}

#contato-ajax #btn-enviar:hover {
	opacity: 1;
}

#contato-ajax #mensagem {
	bottom: 20px;
	color:#DEE4E6;
	font-size:11px;
	font-weight:normal;
	position:absolute;
	right: 135px;
	display: none;
}

#contato-ajax #loading {
	display: none;
	position: absolute;
	right: 135px;
	bottom: 26px;
}

#contato-ajax #loading img {
	margin: 0;
}

/* ------------------------------------------------------------------------- */
/* TABELA DE EDIÇÕES E PREÇOS ---------------------------------------------- */
/* ------------------------------------------------------------------------- */

#edicoes-precos {
	/*background: url("../../images/estrutura/bg-edicoes-precos.png") center no-repeat;*/
	font-family: Arial, Verdana, Trebuchet MS;
	margin: 0 0 40px 0;	
}

#edicoes-precos td, #edicoes-precos th{
	padding: 15px 0;
	border: 1px solid #c4d4e1;
	/*outline: 1px solid #e7eff9;*/
}

#edicoes-precos th {
	font-size: 18px;
	font-weight: bold;
	color: #6a3f19;	
	text-align: center;
	border-top: 0;
	outline: none;
}

#edicoes-precos td, #edicoes-precos a {
	color: #384452;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
}

#edicoes-precos a:hover {
	color: #4d555f;
	text-decoration: none;
}

#edicoes-precos p, #edicoes-precos img {
	margin: 0;
	boder: 0;
	padding: 0;
}

#edicoes-precos img.preco {
	opacity: 0.9;
}

#edicoes-precos img.preco:hover {
	opacity: 1;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE SEÇÕES E COMPONENTES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */

/* Quadro à direita no Home */
.quadro-direita {
	float: right;
	width: 200px;	
	height: 100%;
	margin: 0 0 0 50px;
}

.quadro-direita h1 {
	color: #37622a;
}

.quadro-direita h2 {
	font-size: 11px;	
	color: #496354;
	margin: 0 0 10px;
}

.quadro-direita .imagem_centralizada {
	margin: 0 0 25px 0;
}

/*telas do sistema*/
.galeria td{
	padding: 0 14px 20px;
	opacity: 0.8;
	
}

.galeria td:hover{
	opacity: 1;
}

.galeria img{
	border: 4px solid #fff;
	margin: 0;
}

.galeria img:hover{
	border: 4px solid #cccccc;
}