@charset "utf-8";

.bloco {
	background:#000 url(../img/layout/bloco_bg.jpg) repeat-x top;
}

.bloco img.titulo_bloco {
	position:absolute;
	top:1px;
	left:3px
}
/*##############################
/*	=> bloco_noar
/*#############################*/

div#bloco_noar {
	width:249px;
	height:104px;
	margin:3px 0 0 185px;
	position:relative;
}

div#bloco_noar div.titulo {
	height:18px;
	margin:0 0 0 42px;
	position:relative;
	font-weight:bold;
	text-align:center;
}

div#bloco_noar img.icone {
	width:45px;
	float:left;
}

.green {color:#B6AC0D}

/*##############################
/*	=> bloco_destaques
/*#############################*/

div#bloco_destaques {
	width:426px;
	height:190px;
	margin:8px 0 0 6px;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #000000
}

/*##############################
/*	=> bloco_promocoes
/*#############################*/

div#bloco_promocoes {
	width:160px;
	height:303px;
	margin:3px 5px 0 0;
	position:relative;
	float:right;
}

div#bloco_promocoes div.opcao {
	width:160px;
	height:90px;
	position:relative;
	margin-bottom:4px;
}

div#bloco_promocoes div.opcao a {
	width:160px;
	height:90px;
	position:absolute;
	z-index:5;
	margin-bottom:4px;
}

div#bloco_promocoes div.opcao a:hover {
	background:url(../img/layout/transp_branco.png);
}

div#bloco_promocoes div.opcao div.info {
	width:158px;
	height:37px;
	position:absolute;
	bottom:1px;
	left:1px;
	background:url(../img/layout/transp.png);
	color:#B6AC0D;
	font:10px Arial, Helvetica, sans-serif;
	line-height:11px;
}

div#bloco_promocoes div.opcao div.info h1 {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
}

/*##############################
/*	=> bloco_top
/*#############################*/
.top_on {background-color:#111}
.top_off{background-color:#000}
div#bloco_top {
	width:171px;
	height:303px;
	margin:3px 0 0 4px;
	position:relative;
	float:left;
}

div#bloco_top div.img {
	width:159px;
	height:53px;
	padding:3px 6px;
	background-color:#111;
}

div#bloco_top div.info {
	width:117px;
	height:37px;
	position:relative;
	padding:8px 0 0 42px
	
}

div#bloco_top div.info a {
	text-decoration:none;
	color:inherit	
}

div#bloco_top div.info div.posicao {
	position:absolute;
	top:0;
	left:0;
	width:42px;
	height:45px;
	background:url(../img/layout/top_num.png) no-repeat center;
	float:left;
	font:bold 15px Arial, Helvetica, sans-serif;
	line-height:45px;
	text-align:center;
	color:#B6AC0D;
}

/*##############################
/*	=> bloco_noticias
/*#############################*/

div#bloco_noticias {
	width:420px;
	height:190px;
	margin:4px 0 0 6px;
	position:relative;
	float:left
}

div#bloco_noticias div.bloco1 {
	width:179px;
	height:190px; 
	position:relative;
	float:left;
	border-right:1px solid #000;
	font:10px Arial, Helvetica, sans-serif;
	padding:3px;
}

div#bloco_noticias div.bloco1 a h1 {
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:3px 0 0 0;
	
}

div#bloco_noticias div.bloco1 a {
	color:#FFFFFF;
	text-decoration:none
	
}

div#bloco_noticias div.bloco1 a:hover {
	text-decoration:underline
	
}

div#bloco_noticias div.bloco2 {
	width:233px;
	height:190px; 
	position:relative;
	float:left;
	border-left:1px solid #1f1f1f
}

div#bloco_noticias div.bloco2 ul {
	list-style:none;
}

div#bloco_noticias div.bloco2 ul li {
	display:inline
}
div#bloco_noticias div.bloco2 ul li a {
	display:block;
	background:url(../img/layout/news_item.jpg) repeat-x;
	padding:2px 0;
	border-bottom:1px dashed #1f1f1f;
	color:#FFFFFF;
	text-decoration:none;
	text-indent:5px
}
div#bloco_noticias div.bloco2 ul li a:hover {
	text-decoration:underline;
	background:url(../img/layout/bloco_bg.jpg) repeat-x;
}

/*##############################
/*	=> bloco_enquete
/*#############################*/

div#bloco_enquete {
	width:215px;
	height:190px;
	margin:4px 0 0 4px;
	position:relative;
	float:left
}

div#bloco_enquete div.pergunta {
	background-color:#111;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #000
}

div#bloco_enquete div.opcoes {
	background-color:#000;
	padding:5px;
	border-top:1px solid #111
}

div#bloco_enquete div.opcoes label {
	display:block;
	padding:3px;
}

/*##############################
/*	=> bloco_programas
/*#############################*/

div#bloco_programas {
	width:127px;
	height:190px;
	margin:4px 0 0 4px;
	position:relative;
	float:left
}