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

a:hover {
	text-decoration: underline;
}

h1 {    
    clear: both;    
    padding: 7px 0 0 10px;
	margin: 0;
    color: #FFFFFF;
    font-size : 14px;
    font-weight: bold;
    text-align: left;    
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
    color: #593700;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

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

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

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

input {
	font-size: 12px;
}

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

li {
	margin: 0 0 5px 0;	
}

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

table {    
    color : #a46908;
    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 #e3b54d;
    color: #a46908;
    font-family : Arial, Verdana;
    font-size : 12px;
    font-weight: normal;
    text-align: center;
}

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

#container {
	position: relative;
	width: 1000px;
	top: 40px;
	padding: 0 0 50px 0;
}

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

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

#logo_estatico { /* IMAGEM */
	position: absolute;
	width: 262px;
	height: 83px;	
	top: 20px;
	left: 50px;
}

#logo_dinamico { /* FLASH */

}

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

#colunaesquerda {
	position: absolute;
	left: 80px;
	padding: 0;
	width: 180px;
	float: left; 
	z-index: 1;
}

#sponsors {
    width : 180px; 
}

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

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

#creditos {	
	padding: 15px 0 0 0;
	height: 106px;
	_height: 121px;	
	width: 905px;
	_width: 1000px;	
	position: relative;
	margin: 0 auto;
	clear: both;
}

#creditos img {
	margin: 0;
}

#creditos p{
   color: #FFFFFF;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   padding: 0;   
}

#creditos h1{
	background:transparent none repeat scroll 0 0;
	font-size:11px;
	height:4px;
	margin:-5 0 10px;
	_margin:-5 0 10px;
	padding:1px 0 0 10px;
}

/* LOGOMARCA DO b2mlportal */ 
#rodape_b2ml {
	position: absolute;
	width: 77px;
	height: 24px;
	right: -10px;
	_right: 40px;
	top: 68px;
}

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

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

#conteudo, .conteudo {
	position: relative;
	left: 280px;
	width: 640px;
	min-height: 600px;
	_height: 600px;
	padding: 0;
    text-align: left;
    z-index: 0;
}

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

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

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

.data-destaque {
	font-size: 11px;
	color: #e2470b;
}

.bloco_de_noticias p{  
    color: #a46908;
    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;
}

/* Painel de Login à Àrea Restrita ----------- */
#login {
	position: absolute;
	right: 105px;
	top: 29px;
    color: #FFFFFF;    
    border: none;    
    font-weight:normal;
    text-decoration: none;
    text-align: center;          
}

#login h2 {
	text-align: center;
	color: #943839;
	font-size: 12px;
	text-transform: none;
}

#login h4 {
	font-size: 10px;
	left: -17px;
	position: absolute;
	top: -15px;
	width: 300px;
}

#login td {
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #8f6f2a;	
	text-transform: none;
	margin: 0;
	padding: 0 5px 5px 0;
	font-weight:bold;
}

#login th {
	margin: 0 0 5px 0;
	color: #a91515;
}

#login a, #login a:visited {
	font-size: 10px;
	text-transform: none;
	text-shadow: none;
	color: #424141;
}

#login .campos{
	background: url("../../images/estrutura/bg-textfield.jpg") top left no-repeat;
	border: 0;
	margin: 0;
	padding: 3px 5px 0 5px;	
	height: 22px;	
	width: 122px;
	color: #f6ee9e;
	font-weight:normal;
	font-size: 10px;
    text-decoration: none;
}

#login .botao {
	position: absolute;
	top: 25px;
	_top: 28px;
	right: -29px;	
}

/* -------------------------------------------- */

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

/* ------------------------------------------------------------------------- */
/* H1 COM BORDA ------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */

.header {
	display: block;
	background: #e8b141;
	width: 100%;
	height: 28px;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
.borda-top-left, .borda-top-right, .borda-bottom-left, .borda-bottom-right {
	position: absolute;
	width: 4px;
	height: 4px;
	background-image: url('../../images/estrutura/bg-borda.gif');
	overflow: hidden;
}

.borda-top-left {
	top: 0px;
	left: 0px;	
	background-position: 0px 0px;
}

.borda-top-right {
	top: 0px;
	right: 0px;	
	background-position: 4px 0px;
}

.borda-bottom-left {
	left: 0px;
	bottom: 0px;	
	background-position: 0px 4px;
}

.borda-bottom-right {
	right: 0px;
	bottom: 0px;	
	background-position: 4px 4px;
}

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