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

a:hover {
	text-decoration: underline;
}

h1 {
    padding:0;
	margin: 0px 0px 30px 0px;
    color: #000000;
    font-size : 23px;
    font-weight: bold;
    text-align: left;    
}

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

/* 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: #ed0081 solid 1px;
}

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

input {
	font-size: 11px;
}

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

li {
	margin: 0 0 5px 0;	
}

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

span {
	margin: 0;
	padding: 0;
}

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

#body-right {
	position: absolute;
	width: 50%;
	height: 242px;
	top: 0;
	right: 0;
	background: url("../../images/estrutura/bg-body.jpg") top left repeat-x;
}

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

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

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

#logo {
	background: url("../../images/estrutura/bg-logo.jpg") top left no-repeat;
	width: 1004px;
    height: 238px;
    position: relative;
    _z-index: -1;    
}

#logo_estatico { /* IMAGEM */
	position: absolute;
	width: 131px;
	height: 165px;
	top: 39px;
	left: 36px;
}

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

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

#colunaesquerda {
	position: absolute;
	left: 16px;
	padding: 0;
	width: 170px;	
	float: left; 
}

#sponsors {
    width : 170px; 
}

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

#colunadireita {
	position: absolute;
	right: 16px;
	padding: 0;
	width: 170px;	
	float: left; 
}

#sponsors {
    width : 170px; 
}

/* ------------------------------------------------------------------------- */
/* RODAPÉ ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
#rodape {
	width: 100%;
	height: 199px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#rodape-left {
	position: absolute;
	width: 50%;
	height: 199px;
	top: 0;
	left: 0;
	background: url("../../images/estrutura/bg-rodape.jpg") top left repeat-x;	
}

#creditos {
	position: relative;	
	padding: 0;
	margin: 0 auto;
	width: 1004px;	
	height: 199px;	
	clear: both;
	background: url("../../images/estrutura/bg-creditos.jpg") top left no-repeat;
}

#creditos p{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	margin: 0 350px;
	padding: 27px 0;
	text-align: left;
	text-decoration: none;
}

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

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

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

#conteudo, .conteudo {
	position: relative;
	left: 200px;
	_left: 200px;
	width: 480px;
	_width: 600px;
	min-height: 600px;
	_height: 510px;
	padding: 45px 60px;
    text-align: left;
}

/* Meia seção */
.quadro {
	width: 44%;
	_width: 45%;
	overflow: hidden; 
	float: left;
	border: none; 
	margin: 5px 2% 5px 2%; 
	padding: 0 1% 0 1%;
	text-align: left; 
	display: block;
}

.quadro h1 {
	width: 95%;
	_width: 100%;
	text-align: right;
	text-transform: lowercase;
	margin: 0 0 10px 0;
	padding: 0 5% 0 0;
	font-size: 13px;
	color: #FFFFFF;
	background-color: black;
}

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

.data-destaque {
	font-size: 14px;
	font-weight: bold;
	color: #00a0d2;
}

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

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

.bloco_de_noticias a:hover{  
    text-decoration: underline;
}

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

/* Contato ----------------------- */
.contato input, .contato textarea {
	background: #FFFFFF;
	border: 1px solid #a10057;
}

.contato textarea {
	height: 120px;
}

.contato .btnEnviar {
	background: #ffde00;
	color: #000000;
	width: 60px;
}

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