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

a:hover {
	color: #333333;
}

h1 {
    padding: 0;
	margin: 0px 0px 45px 0px;
    color: #9A1818;
    font-size : 15px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    font-family: Arial;    
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
    color: #BC2C3A;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
}

/* UTILIZADO PARA MENSAGENS DE ERRO */
h4 {
	color: #BC2C3A;
	font-size: 12px;
	font-weight: bold;
}

hr {
	clear: both;
	margin: 0 0 10px 0;
    height: 3px;
    border: 0;
	border-top: #868686 dotted 1px;
}

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

input {
	font-size: 12px;
}

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

li {
	margin: 0 0 5px 0;	
	color:#868686;
	font-size:12px;
	margin:0 0 10px;
	padding:0;
	list-style-type: none;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
    color: #868686;
    font-size : 12px; 
}

table {    
    color : #868686;
    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 {    
    color: #868686;
	font-family: Helvetica,sans-serif;
	font-size:12px;
	line-height: 21px;
}

body {
	background: url("../../images/estrutura/bg-body.jpg") center top no-repeat #74AA1D;
	text-align: center; 
}

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

#container-top {
	background: url("../../images/estrutura/bg-container-top.png") top left no-repeat;
	width: 971px;
	height: 28px;
	position: relative;
}

#container {
	background: url("../../images/estrutura/bg-container.png") top left repeat-y;
	position: relative;
	width: 971px;
	_z-index: -1;
}

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

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

#logo_estatico { /* IMAGEM */
	
}

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

#colunaesquerda {
	position: absolute;
	left: 36px;
	padding: 0;	
	width: 290px;
	float: left; 
}

#sponsors {
    width : 290px; 
}

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

#creditos {
	background: url("../../images/estrutura/bg-creditos.png") top left no-repeat #74AA1D;
	width: 971px;
	height: 31px;
	position: relative;
	clear: both;
	padding: 0 0 50px 0;
}

#creditos p {
   position: absolute;
   top: -25px;
   left: 30px;  
   color: #5D5D5D;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;   
   line-height: 16px;
}

/* LOGOMARCA DO b2mlportal */ 
#rodape_b2ml {
	position: absolute;
	width: 120px;
	height: 30px;
	right: 5px;
	top: -10px;
}

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

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

#conteudo, .conteudo {
	position: relative;
	left: 325px;
	width: 615px;
	_width: 620px;
	min-height: 580px;
	_height: 600px;
	margin: 0 0 0 5px;
	padding: 0 0 20px 0;
    text-align: left;
}

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

/* 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;
	left: 325px;
	top: 160px;
	margin: 0 0 0 5px; 
	width: 625px;
	_width: 630px;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px dotted #868686;
}

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

/* 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: #868686;
    font-size: 12px;
}

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

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

.contato .label {
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	margin: 0 0 5px 0;
	color: #9A1818;
	clear: both;
	text-transform: uppercase;
}

.contato input, .contato textarea {
	font-size: 11px;
	color: #333333;
	border: 0;
	background: #DBE7F0;
	margin: 0 0 15px 0;
	padding: 5px;
}

.contato input {	
	height: 25px;
}

.contato input.submit {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO SELO --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#selo {
	position: relative;
	background: url("../../images/estrutura/bg-selo.png") top left no-repeat;
	width: 270px;
	height: 187px;
}

#selo h2 {
	color: #525252;
	font-size: 12px;
	position: absolute;
	top: 25px;
	left: 85px;
	text-transform: uppercase;	
}

#selo p {
	display: block;
	width: 160px;
	color: #A2A2A2;
	font-size: 10px;
	position: absolute;
	top: 45px;
	left: 85px;
}

#selo input.field {
	position: absolute;
	width: 122px;
	_width: 132px;
	height: 22px;
	_height: 27px;
	padding: 5px 0 0 10px;
	background: url("../../images/estrutura/bg-selo-input.png") top left no-repeat;
	border: 0;	
	top: 110px;
	left: 85px;
}

#selo input.submit {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 110px;
	right: 18px;
}

/* ------------------------------------------------------------------------- */
/* 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%;
	_width: 100%;
	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 SEÇÕES E COMPONENTES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */

/* Seção apoio/parceiros */
.s9 .quadro {
	width: 27% !important;
	_width: 29% !important;
}

.quadro-capa {
	background: url("../../images/estrutura/bg-quadro-capa.png") top left no-repeat;
	display; block;	
	width: 269px;
	_width: 299px;
	height: 258px;
	_height: 298px;
	float: left;
	margin: 0 4px;
	padding: 20px 15px;	
}

.quadro-capa h1 {
	margin: 0 0 25px 0;
}

.quadro-capa .veja-mais {
	background: url("../../images/estrutura/bg-saiba-mais.png") center left no-repeat;
	padding: 0 0 0 12px;
}

.quadro-capa a, .quadro-capa a:visited {
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	font-weight: bolder;
	font-family: Arial;
}

.quadro-capa a:hover {
	color: #9A1818;
}

.quadro-capa input.field {
	background: url("../../images/estrutura/bg-selo-input-capa.png") top left no-repeat;
	border: 0;
	margin: 0 0 15px 0;
	padding: 7px;
	width: 204px;
	height: 30px;
	font-size: 11px;
	color: #FFFFFF;
}

.quadro-capa input.submit {
	position: relative;
	top: 14px;
}

#cmoito {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-290px;
	margin-top:-290px;
	width:580px;
	height:580px;
	visibility:visible;
	z-index:10;	
}

/* Matéria da Revista Época */
.s11 h1 {
	margin: 0 0 20px 0;
}
