#opcoes {
	height: 20px;
	margin: -5px 0px 10px;
	width: 600px;
}

#opcoes li {
	display: inline;
}

#opcoes li a {
	float: right;
	font-weight: bold;
	line-height: 20px;
	padding-left: 28px;
	margin-left: 15px;
}

#opcoes li a.amigo {
	background: url(../images/noticia_enviar.png) left center no-repeat;
}

#opcoes li a.imprimir {
	background: url(../images/noticia_imprimir.png) left center no-repeat;
}

#opcoes li a:hover {
	color: #FF0000;
}

#noticia {
}

#noticia .data {
	color: #999999;
	display: block;
	font-size: 10px;
}

#noticia h2 {
	color: #000;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}

#noticia #texto {
	margin: 10px 0px 20px;
	overflow: hidden;
	width: 600px;
}

#noticia #texto p {
	color: #666666;
	margin-bottom: 10px;
}

#noticia #texto .bloco1 {
	background: url(../images/not_bloco1_bot.png) bottom no-repeat;
	float: right;
	margin: 0px 0px 5px 5px;
	padding-bottom: 13px;
	width: 260px;
}

#noticia #texto .bloco1 .bloco1_conteudo {
	background: #000 url(../images/not_bloco1_mid.png) top no-repeat;
}

#noticia #texto .bloco1 .bloco1_abas {
	height: 40px;
}

#noticia #texto .bloco1 li {
	display: inline;
	float: left;
}

#noticia #texto .bloco1 li a {
	background-position: center top !important;
	display: block;
	float: left;
	height: 27px;
	text-indent: 10px;
	padding-top: 13px;
	position: relative;
}

#noticia #texto .bloco1 .linha1 {
	background-image: url(../images/not_bloco1_linha1.png);
	width: 84px;
}

#noticia #texto .bloco1 .linha0 {
	background-image: url(../images/not_bloco1_linha0.png);
	width: 84px;
}

#noticia #texto .bloco1 .linha2 {
	background-image: url(../images/not_bloco1_linha2.png);
	width: 88px;
}

#noticia #texto .bloco1 .linha3 {
	background-image: url(../images/not_bloco1_linha3.png);
	width: 88px;
}

#noticia #texto .bloco1 li .atual {
	background-position: center bottom !important;
}

#noticia #texto .bloco1 .bloco1_item {
	display: none;
	padding: 13px 13px 0px;
}

/*
#noticia #texto .imagem {
	background: url(../images/noticia_destaque_bot.png) bottom no-repeat;
	float: right;
	margin: 0px 0px 5px 5px;
	width: 260px;
}

#noticia #texto .imagem img {
	background: url(../images/noticia_destaque_top.png) top no-repeat;
	padding: 15px 13px 5px;
	width: 235px !important;
}
/*
#noticia #texto .imagem span {
	display: block;
	padding: 2px 13px 10px;
}

#noticia #texto .imagem a {
	background: url(../images/noticia_destaque_ampliar.png) left center no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	padding-left: 25px;
}
*/

#noticia #texto .imagem a:hover {
	color: #FF0000;
}

#texto_imgs {
	width: 600px;
}

#texto_imgs li {
	display: inline;
}

#texto_imgs li a {
	border: 4px solid #fff;
	float: left;
	margin: 5px;
}

#texto_imgs li a:hover {
	border: 4px solid #f00;
}

#comentarios {
	position: relative;
	width: 600px;
}

#comentarios #bt_comente {
	background: url(../images/comentarios_comente.png) left center no-repeat;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 5px 25px;
	position: absolute;
	right: 10px;
	top: 7px;
}

#comentarios a:hover {
	color: #FF0000 !important;
}

#comentarios li {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#comentarios li span {
	color: #FF0000;
	display: block;
	font-weight: bold;
}

#comente {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: none;
	padding: 10px 0px;
}

#comente .texto {
	float: right;
	font-weight: bold;
	width: 300px;
}

#comente .formulario {
	float: left;
	text-align: right;
	width: 262px;
}

.promocao .formulario {
	text-align: right;
	width: 262px;
}

#form_erros {
	color: #333;
	padding-bottom: 10px;
	text-align: left !important;
}

#form_erros strong {
	color: red;
}

