/*
Reset Geral
*/
* {
	margin: 0;
	padding: 0;
	list-style: none;	
}
/*
BODY - Classes e Elementos 
*/
body {
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
hr { display: none; }
img { border: none; }

.bold { font-weight: Bold; }
.branca { color: #fff; }
.vermelho { color: #d50000; }
.amarelo { color: #fec70a; }

.right { float: right; }
.center { text-align: center; }
.justificado { text-align: justify; }

.dez { font-size: 10px; }
/*
LINK - Efeitos
*/
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/*
DIV - Geral
*/
div#geral {
	background: #fff;
	width: 990px;
	margin: 0 auto;
}
/*
DIV - Header (Cabeçalho)
*/
div#header span {
	display: block;
	padding: 5px;
	height: 15px;
	line-height: 15px;
	background: #fec70a;
}
div#header span strong {
	padding: 0 0 0 350px;
}
/*
LOGOMARCA - Image Replacement
*/
div#header h1 a{
	float: left;
	display: block;
	width: 224px;
	height: 133px;
	background: url('../img/agoramaranhao.png') left top no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin: 10px 5px 5px;
}
/*
PUBLICIDADE - 728x90 px
*/
div#pub_728 {
	float: right;
	width: 730px;
	height: 92px;
	border: 1px solid #e7e7e7;
	margin: 25px 5px 5px 5px;
	padding: 2px 0 0 2px;
}
/*
MENU - Horizontal (Cabeçalho)
*/
ul#menu_h{
	clear: both;
	display: block;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	background: url('../img/bg_menu_h.jpg') left top repeat-x #d50000;
}
ul#menu_h li {
	float: left;
}
ul#menu_h li a{
	display: block;
	float: left;
	margin: 0 5px;
}
form#frm-cidades fieldset{
	float: left;
	width: 300px;
	border: none;
}
form#frm-cidades select {
	margin: 0 5px;
	border: 1px solid #e7e7e7;
}
/*
DIV - Content (Conteudo)
*/
div#content {
	float: left;
	padding: 5px;
}
/*
MEIO - Noticias
*/
div#meio a:link, div#meio a:visited{
	color: #000;
}
div#meio {
	float: left;
	width: 660px;
	margin: 0 0 5px 0;
}
/*
MEIO - Cabeçalho
*/
div#cabecalho{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 5px;
}
div#cabecalho h3 {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}
div#cabecalho ul{
	float: right;
}
div#cabecalho ul li{
	display: block;
	float: left;
	padding: 0 5px;
	font: 10px Arial, Helvetica, sans-serif;
}
div#cabecalho ul li a:link {
	color: #000;
	text-decoration: none;
}
div.cabecalho {
	float: left;
	width: 320px;
	height: 50px;
}
div#noticia-completa {
	font: 11px Arial, Helvetica, sans-serif;
}
div#noticia-completa h1{
	float: left;
	width: 100%;
	display: block;
	margin: 10px 0 10px;
	font: Bold 15px Arial, Helvetica, sans-serif;
}
div#noticia-completa h3 {
	margin: 10px 0;
	font: Italic 10px Arial, Helvetica, sans-serif;
}
div#noticia-completa img {
	float: left;
	margin: 0 5px 5px 0;
	width: 324px;
}
div#noticia-completa p a{
	background: #d50000;
	font-weight: bolder;
	color: #fff;	
	padding: 0 1px;
}
div#rodape p{
	clear: both;
	float: left;
	margin: 20px 0 0;
	font: Bold 11px Arial, Helvetica, sans-serif;
}
/*
DIV - Slide com fotos
*/
div#slide {
	width: 324px;
	float: left;
}
div#slide ul li a img{
	width: 324px;
	height: 244px;
}
div#slide ul li a p {
	height: 40px;
	font: Bold 11px Arial, Helvetica, sans-serif;
	color: #d50000;
	padding: 5px;
	background: #e7e7e7;
	filter:opacity(alpha=60); /* para o IE */
    -moz-opacity:0.6; /* para o FireFox */
    opacity:0.6; /* para o outros Navegadores*/
	text-decoration: none;
}
/*
DIV - Destaque maior com fundo vermelho
*/
.destaque-topo {
	background: #d50000;
	padding: 3px;
}
/*
DT - Destaque com Foto em 324px
*/
.destaque-foto {
	display: block;
	float: left;
	width: 324px;
}
.destaque-foto dt a img{
	width: 324px;
}
.destaque-foto dd a{
	display: block;
	color: #fff;
	background: #999;
	padding: 5px;
}
/*
DT - Destaque com Foto em 158px
*/
.destaque-foto-pequena {
	float: left;
	width: 163px;
	padding: 0 0 0 5px;
}
.destaque-foto-pequena dt a img {
	width: 100%;
	height: 115px;
	float: left;
}
.destaque-foto-pequena dd span a{
	width: 100%;
	float: left;
}
/*
UL - Notícias com quadros em linha
*/
ul.noticias-texto {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0;
	border-bottom: 1px solid #e7e7e7;
}
ul.noticias-texto li {
	float: left;
}
ul.noticias-texto li a {
	display: block;
	float: left;
	width: 200px;
	margin: 5px;
	padding: 0 5px;
	color: #000;
}
ul.noticias-texto li a img {
	width: 100%;
	height: 130px;
}
ul.noticias-texto li a strong {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
ul.noticias-texto li a:hover {
	text-decoration: none;
	color: #d50000;
}
/*
UL - Lista de notícias
*/
ul#lista-topo {
	float: left;
	width: 314px;
	padding: 5px;
}
ul#lista-topo li a{
	display: block;
	margin: 5px 0;
	padding: 0 0 0 10px;
	background: url('../img/bulet.jpg') left center no-repeat;
}
/*
UL - Lista de notícias nas Categorias
*/
ul.lista-noticias {
	float: left;
	width: 100%;
}
ul.lista-noticias li a{
	clear: left;
	display: block;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #e7e7e7;
}
ul.lista-noticias li a:hover {
	background: #e7e7e7;
}

/*
FORM - Seleção de Categorias
*/
form#frmcat fieldset{
	border: none;
	float: right;
	width: 250px;
	height: 40px;
}
form#frmcat fieldset label select {
	width: 200px;
	height: 30px;
	border: 1px solid #d50000;
	padding: 5px; 
	font: Bold 12px Arial, Helvetica, sans-serif;
	color: #d50000;
}
#paginacao {
	clear: both;
	float:left;
	width: 100%;
}
#paginacao p {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px auto;
}

#paginacao a {
	border: 1px solid #d5d5d5;
	padding: 5px 10px; 
	text-decoration: none;
	color: #d50000;
}
#paginacao p a:hover {
	background-color: #990000;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}
/*
SIDEBAR - Plantão, Enquetes, Vídeos, Publicidades
*/
div#sidebar {
	float: left;
	width: 315px;
	margin: 0 0 5px 5px;
}
form#frmbusca fieldset {
	border: none;
	float: right;
}
form#frmbusca fieldset label{
	display: block;
	float: left;
	width: 260px;
	height: 30px;
	line-height: 30px;
}
form#frmbusca fieldset label input {
	width: 212px;
	height: 18px;
	margin: 2px 0 0 0;
	padding: 3px 0 0 4px;
	border: 1px solid #e7e7e7;
	font: Bold 11px Arial, Helvetica, sans-serif;
	color: #d50000;
}
div.quadro-sidebar {
	clear: both;
	border: 1px solid #e7e7e7;
	padding: 3px;
	margin: 0 0 5px 0;
	background: #fff;
	overflow: auto;
}
div.quadro-sidebar p{
	background: url('../img/seta_baixo.jpg') 290px center no-repeat #d50000;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 7px;
	margin: 0 0 5px 0;
}
div.quadro-sidebar span {
	padding: 3px;
}
ul#plantao li{
	margin: 5px 0;
}
ul#plantao li a {
	text-decoration: none;
	padding-left: 3px; 
	color: #444444;
}
ul#plantao li a:hover {
	color: #d50000;
}
/*
FORM - Enquete
*/
form#frm-enquete fieldset{
	margin: 0 auto;
	border: none;
	padding: 0 0 10px 0;
}
form#frm-enquete span{
	display: block;
	text-align: center;
	margin: 5px 0 10px 0;
}
form#frm-enquete fieldset label {
	display: block;
	padding: 0 0 0 10px;
	height: 20px;
	line-height: 20px;
}
form#frm-enquete fieldset label strong {
	padding: 0 0 0 10px;
}
input#btn-enviar, input#btn-resultado {
	background: #d50000;
	border: 1px solid #e7e7e7;
	margin: 0 5px;
	text-align: center;
}
img#publicidade-300 {
	width: 300px; 
	height: 250px;
	padding: 1px 0 0 4px;
}
/*
TABLE resultados enquetes
*/
div.enquete {
	width: 220px;
	*width: 265px;
}
div.enquete p {
	background: #d50000;
	font: Bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
div.enquete h3 {
	width: 220px;
	*width: 250px;
	display: block;
	font: Bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
div.enquete span a{
	display: block;
	width: 220px;
	*width: 265px;
	text-align: center;
	color: #000;
}
div.enquete table {
	width: 220px;
	*width: 260px;
	margin: 10px 0;
}
div.enquete table tr td {
	height: 20px;
}
/*
DIV - Footer (Rodape)
*/
div#footer{
	clear: both;
	background: #fec70a;
	height: 100px;

}
div#footer h1 a{
	float: left;
	display: block;
	width: 112px;
	height: 50px;
	background: url('../img/agoramaranhao_mini.png') left top no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin: 33px 0 0 10px;
}
div#footer span {
	display: block;
	float: left;
	width: 700px;
	height: 80px;
	line-height: 80px;
	margin: 5px 5px 0;
	text-align: center;
	padding: 5px 0;
}
div#footer ul {
	float: right;
	width: 143px;
	margin: 5px;
}
div#footer ul li a{
	display: block;
	float: left;
	width: 130px;
	color: #000;
	line-height: 23px;
}
/*#########################################################
 * Formulário de Envio de Noticias
#########################################################*/
div#frmEnvia p {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 0 10px 0;
	font: Bold 12px Arial, Helvetica, sans-serif;
}
div#frmEnvia fieldset{
	margin: 0 auto;
	width: 400px;
	border: none;
}
div#frmEnvia label {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0;
}
div#frmEnvia label span {
	float: left;
	width: 100px;
}

