/*COLUNA ESQUERDA*/
.conteudo .col_esquerda {
	width:450px;
	/*background:#00CC00;*/
	float:left;
}


/*DISPLAY*/
.conteudo .col_esquerda #display {
	width:450px;
	height:200px;
	background:#fff;
	float:left;
}



/*NOTÍCIAS*/
.noticias {
	margin-top:15px;
	float:left;
}
.noticias li {
	border-bottom:1px solid #d5d4d1;
	padding-bottom:5px;
	margin-bottom:10px;
	float:left;
}
.noticias li.ultimo {
	margin-bottom:0;
}
.noticias li a {
	color:#484848;
	text-decoration:none;
	display:block;
}
.noticias li h2 {
	font-size:14px;
	margin-bottom:5px;
	display:block;
}
.noticias li img {
	border:4px solid #fff;
	margin-right:5px;
	float:left;
}
.noticias li span {
	color:#6f6f6f;
	margin-bottom:3px;
	display:block;
}



/*MAIS NOTÍCIAS*/
.mais_noticias {
	/*background:#999933;*/
	float:left;
}
.mais_noticias li {
	width:427px;
	background:url(../imagens/bullet.gif) no-repeat 0 3px;
	border-bottom:1px solid #d5d4d1;
	padding:5px 0 5px 20px;
	float:left;
}
.mais_noticias li a {
	color:#484848;
	font-size:10px;
	text-decoration:none;
	display:block;
}
.mais_noticias li span {
	color:#6f6f6f;
	margin-bottom:3px;
}



/*BANNER*/
.banner {
	width:450px;
	height:60px;
	background:#fff;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}
*html .banner {
	
	float:none;
}


/*COLUNA DIREITA*/
.conteudo .col_direita {
	width:239px;
	/*background:#3399CC;*/
	
	float:right;
}


/**/
.lancamentos {}
.lancamentos h3 {
	width:239px;
	height:25px;
	background:url(../imagens/titulos/lancamentos.gif) no-repeat;
	text-indent:-99999px;
}
.destaques h3 {
	width:239px;
	height:25px;
	background:url(../imagens/titulos/destaques.gif) no-repeat;
	text-indent:-99999px;
}
.lancamentos .lancamento,
.destaques .destaque {
	width:231px;
	height:109px;
	background:url(../imagens/bg_lancamento.gif) no-repeat;
	padding:2px;
	margin-right:4px;
	margin-bottom:10px;
}
.lancamentos .lancamento img,
.destaques .destaque img {
	float:right;
}
.lancamentos .lancamento h4,
.destaques .destaque h4 {
	color:#505050;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
	margin-left:3px;
}
.lancamentos .lancamento p,
.destaques .destaque p {
	font-size:10px;
	line-height:12px;
	margin:0 5px;
}
.lancamentos .lancamento .botoes,
.destaques .destaque .botoes {
	clear:both;
}
.lancamentos .lancamento .hotsite,
.lancamentos .lancamento .VerDetalhes,

.destaques .destaque .hotsite,
.destaques .destaque .VerDetalhes {
	width:116px;
	height:14px;
	text-indent:-99999px;
	float:left;
	display:block;
}
.lancamentos .lancamento .VerDetalhes,
.destaques .destaque .VerDetalhes{
	color:red;
}
.lancamentos .lancamento .hotsite,
.destaques .destaque .hotsite {
	background:url(../imagens/hotsite.gif) no-repeat;
}
.lancamentos .lancamento .VerDetalhes,
.destaques .destaque .VerDetalhes {
	float:right;
	width:115px;
	background:url(../imagens/ver_detalhes.gif) no-repeat;
}


/*ENQUETE*/
.enquete {}
.enquete fieldset {
	width:235px;
	/*height:109px;*/
	/*background:url(../imagens/bg_lancamento.gif) no-repeat;*/
	background:#fff;
	border:0;
/*	padding-left:8px;*/
	margin-right:4px;
	margin-bottom:10px;
}
.enquete h3 {
	width:239px;
	height:25px;
	background:url(../imagens/titulos/enquete.gif) no-repeat;
	text-indent:-99999px;
}
.enquete h4 {
	color:#505050;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
	margin-left:3px;
}
.enquete label {
	font-size:10px;
	display:block;
}
.enquete .botao {
	width:100%;
	height:29px;
	background:url(../imagens/bg_enquete.gif);
	text-align:center;
	display:block;
}
.enquete .botao input {
	font-size:10px;
}


.nada{
	width:153px;
	background:url(../imagens/barra.gif);
}
 .opcoes {
	width:231px;
	height:14px;
	background:#7f7f7f;
	margin-bottom:10px;
	float:left;	
}