@charset "utf-8";
/* CSS Document */

#coluna-esquerda {
	width: 150px;
	padding: 5px;
	margin-right: 10px;
	background-color: #a82e31;
	float: left;
}

#coluna-esquerda .lista-informativos {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#coluna-esquerda .lista-informativos li {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

input.error, textarea.error {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}

label.error {
	display: block;
	color: #e70202;
}

#coluna-central{
	float: left;
	width: 590px;
}

#coluna-central .paginacao {
	text-align: center;
}

#coluna-central .conteudo-noticia{
	text-align: justify;
}

#coluna-central .conteudo-noticia .titulo-noticia {
	font-size: 16px;
	color: #ed1c24;
}

#coluna-central .conteudo-noticia .texto-noticia img{
	margin: 10px;
}

#coluna-central .mais-noticias {
	margin-top: 50px;
}

#coluna-central .mais-noticias .nome-mais-noticias {
	background-image: url("../imagens/bg-multimidia.jpg");
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
	line-height: 24px;
	color: #8c201e;
	font-weight: bold;
}

#coluna-central .noticias-categoria .nome-categoria {
	background-image: url("../imagens/bg-multimidia.jpg");
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
	line-height: 24px;
	color: #8c201e;
	font-weight: bold;
}

#coluna-central .nome-modulo {
	background-image: url("../imagens/bg-multimidia.jpg");
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
	line-height: 24px;
	color: #8c201e;
	font-weight: bold;
}

#coluna-central .resultado-form{
	padding: 10px;
	background-color: #fceaaa;
	margin-bottom: 5px;
	border-bottom: 1px dashed #8c201e;
}

#coluna-central #formulario-mural {
	margin-bottom: 10px;
}

#coluna-central table td.label-form {
	width: 250px;
	text-align: right;
	background-color: #fceaaa;
	padding: 5px;
}

#coluna-central table td.input-button {
	text-align: center;
	background-color: #fceaaa;
	padding: 5px;
}

#coluna-central table td.campo-form {
	width: 300px;
	text-align: left;
	padding: 5px;
}

#coluna-central .lista-mais-noticias {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#coluna-central .lista-mais-noticias li{
	padding: 10px;
	background-color: #fceaaa;
	margin-bottom: 5px;
	border-bottom: 1px dashed #8c201e;
}

.item-recado {
	background-color: #fceaaa;
	padding: 10px;
	margin: 5px;
	border-bottom: 1px dashed #8c201e;
	text-align: justify;
}

.item-recado .recado-nome{
	font-weight: bold;
}
.item-recado .recado-resposta{
	font-style: italic;
	color: #e70202;
}
#coluna-direita{
	width: 150px;
	padding: 5px;
	margin-left: 10px;
	background-color: #a82e31;
	float: right;
}

#coluna-direita .lista-publicidade{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#coluna-direita .lista-publicidade li{
	list-style: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

/* CSS do Rodape */
#rodape {
	clear: both;
	padding: 5px;
}
#rodape .rodape-topo {
	background-color: #f0f0ee;
	padding: 10px;
	border-top: 7px solid #f8c400;
	border-bottom: 7px solid #f8c400;
	height: 120px;
	background-image: url("../imagens/topo-links-patrocinados.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#rodape .rodape-topo .publicidade320100 {
	float: right;
	background-color: #00CCFF;
	margin: 10px;
	width: 320px;
	height: 100px;
}
#rodape .rodape-topo .linkspatrocinados{
	float: left;
	width: 550px;
	margin-top: 40px;
}
#rodape .rodape-base {
	background-color: #fceaaa/*dededc*/;
	padding: 10px;
}
#rodape .navegacao-rodape{
	text-align: center;
	margin-left: 230px;
}
#rodape .informacao{
	margin: 5px;
	text-align: center;
}
#rodape .informacao p {
	margin: 0px;
	padding: 0px;
}
#rodape .assinatura-10envolve{
	margin: 5px;
	text-align: center;
	clear: both;
}
/* Fim do CSS do Rodape */
