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

a:hover {
	color: #5F7FA5;
}

h1 {
    color: #006699;	
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	margin: 0 0 10px 0;    
}

h2 {
	color: #DA251E;	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px 0;
}

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

hr {
	clear: both;
	margin: 0 0 5px 0;
    height: 3px;
    border: 0;
	border-top: #EDF5F8 dotted 2px;
	color: #FFF;
	background-color: #FFF;
}

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

input {
	font-size: 11px;
	color: #006699;
}

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

li {
	margin: 0 0 5px 0;	
}

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

table {    
    color : #006699;
    border: 0;
    font-size : 11px;
    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 url("../../images/estrutura/bg-body.jpg") top center no-repeat;
    color: #006699;
    font-family : Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight: normal;
    text-align: center;
    padding: 10 0 0 0;
    _padding: 20px 0 0 0;
}

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

#container {	
	position: relative;
	width: 780px;
	_z-index: -1;
}

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

#logo {
	background: url("../../images/estrutura/bg-logo.jpg") bottom center repeat-x;
	width: 740px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    _left: 20px;   
    _z-index: -1;
}

#logo_estatico { /* IMAGEM */
	position: absolute;
	width: 300px;
	height: 120px;
	top: 0;
	left: 0;
	z-index: 0;
}

#logo_dinamico { /* FLASH */

}

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

#colunadireita-top {
	display: block;
	width: 180px;	
	height: 10px;
	margin: -15px 0 0 -20px;
	background: url("../../images/estrutura/bg-colunadireita-top.jpg") top left no-repeat;
}

#colunadireita {
	background: url("../../images/estrutura/bg-colunadireita.jpg") top left repeat-y;
	position: absolute;
	right: 30px;
	_right: 10px;
	padding: 15px 20px;
	width: 140px;
	_width: 180px;
	float: right; 
}

#colunadireita-bottom {
	display: block;
	width: 180px;	
	height: 10px;
	margin: 0 0 -15px -20px;
	background: url("../../images/estrutura/bg-colunadireita-bottom.jpg") top left no-repeat #edf5f8;
}

#sponsors {
	padding: 5px 0;
    width: 140px;
}

#sponsors h2 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

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

#creditos {
	background: url("../../images/estrutura/bg-creditos.jpg") top left no-repeat;
	padding: 10px 35px;
	width: 710px;
	_width: 780px;	
	height: 30px;
	_height: 50px;
	position: relative;
	clear: both;
}

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

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

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

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

.conteudo-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
	height: 10px;
	display: block;
	background: url("../../images/estrutura/bg-conteudo-top.jpg") top left no-repeat;
}

#conteudo, .conteudo {
	background: url("../../images/estrutura/bg-conteudo.jpg") top left repeat-y;
	position: relative;
	left: 20px;
	width: 500px;
	_width: 540px;
	min-height: 654px;
	_height: 654px;
	margin: 0 10px;
	padding: 10px 20px 20px 20px;
    text-align: left;
}

.conteudo-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 540px;
	height: 10px;
	display: block;
	background: url("../../images/estrutura/bg-conteudo-bottom.jpg") top left no-repeat #edf5f8;
}

#conteudo-capa, .conteudo-capa {
	position: relative;
	left: 20px;	
	width: 740px;
	min-height: 310px;
	_height: 330px;
	padding: 0px 0px 20px 0px;
    text-align: left;
}

#conteudo h1, .conteudo h1 {
	color: #00689a;
	font-weight: bold; 
	background: url("../../images/estrutura/bg-h1.jpg") top left repeat-x;
	margin: 0px 0 10px -10px;
	padding: 18px 0 0 20px;
	width: 500px;
	_width: 520px;
	height: 22px;
	_height: 40px;
	display: block;
}

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

.quadro-capa-top {
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
	width: 180px;
	height: 10px;
	background: url("../../images/estrutura/bg-quadrocapa-top.jpg") top left no-repeat;
}

.quadro-capa {
	background: url("../../images/estrutura/bg-quadrocapa.jpg") top left repeat-y;
	width: 140px;
	_width: 180px;
	overflow: hidden;
	float: left;
	border: none;
	margin: 5px 2px;
	padding: 15px 20px;
	position: relative;
}

.quadro-capa-bottom {
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	left: 0px;
	display: block;
	width: 180px;
	height: 10px;
	background: url("../../images/estrutura/bg-quadrocapa-bottom.jpg") top left no-repeat #edf5f8;
}

.quadro-capa h1 {
	font-size: 13px;
}

/* 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: #006699;
    font-size: 11px;
   	text-align: left;
}

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

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

.contato input, .contato textarea {
	border: 1px solid #3a81ce;
	font-size: 11px;
	color: #006699;	
	background: #FFFFFF;
}

/* ------------------------------------------------------------------------- */
/* PRODUTOS ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.produto{
	position: relative;
	float:left;
	text-align:center;
	width:33%;
	height:200px;
}

.produto .selo-promocao {
	position: absolute;
	top: 0;
	right: 0;
}

.produto h2{
	color:#006699;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
}

.produto-destaque p{
	text-align: center;
}

.produto.destaque a, .produto.destaque a:visited, .produto.destaque h2 {
	color: #DA251E;
}

.produto.destaque a:hover {
	color: #5F7FA5;
}

.preco-destaque{
	font-size: 14px;	
}	

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

.s7 h1{
	background:transparent url(../../images/estrutura/bg-h1.jpg) repeat-x scroll left top;
	color:#00689A;
	display:block;
	font-weight:bold;
	height:22px;
	margin:0 0 30px -10px;
	padding:18px 0 0 12px;
	width:508px;
	_width:520px;
	text-transform: none;
}

.c116 .produto-destaque{
	float:left;
	text-align:center;
	width:33%;
}

.produto-destaque p{
	line-height: normal;	
}

.c156 .produto-destaque{
	float:left;
	text-align:center;
	width:33%;
	height: 150px;
	_height: 160px;	
}

.s13 .imagem_canto, .s13  .imagem_esquerda {
	float:left;
	margin: 20px 7px 15px;
	padding:0;
}

.s13 .quadro{
	width:150px;
}
