@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../imagens/fundo_pagina2.jpg);
	/*background: #FFFFFF url(../imagens/fundo_pagina.gif) repeat left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	font-size: 24px;
	color: #4B4B4B;
}

h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #4B4B4B;
}

p, ol, ul {
	margin-top: 0px;
	text-align: justify;
	line-height: 160%;
}

strong {
	color: #555555;
}

a:link {
	color: #BF9D60;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #BF9D60;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

img.nopad {
	margin: 0px;
}

hr {
	display: none;
}

.more {
}

.more a {
	padding: 5px 0px 5px 27px;
	background: url(../imagens/marcador_dourado.gif) no-repeat left center;
}

.style1 {
	margin: 0px;
}

.style2 {
	height: 28px;
	margin: 0px 0px 30px 0px;
	padding: 13px 0px 0px 20px;
	background: #BF9D60 url(../imagens/fundo_titulo_noticias.gif) no-repeat left top;
	font-size: 14px;
	color: #FFFFFF;
}

/** WRAPPER */

#wrapper {
}

.wrapper {
	width: 862px;
	margin: 0px auto;
}

/** HEADER */

#header {
	width: 862px;
	height: 156px;
	margin: 0px auto;
	background: url(../imagens/fundo_topo.jpg) no-repeat right top;
}

/** LOGO */

#logo {
	float: left;
	width: 273px;
	height: 156px;
	background: url(../imagens/homepage03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-indent: -999em;
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 130px;
}

/** MENU */

#menu {
	float: left;
	height: 156px;
	background: url(../imagens/fundo_menu.gif) repeat-x left bottom;
}

#menu ul {
	width: 589px;
	height: 36px;
	margin: 0px;
	padding: 120px 0px 0px 0px;
	background: url(../imagens/acabamento_menu_direito.gif) no-repeat right bottom;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
	height: 26px;
	padding: 10px 0px 0px 0px;
}

#menu a {
	padding: 0px 18px;
	background: url(../imagens/divisor_menu.gif) no-repeat left center;
	text-decoration: none;
	font-size: 12px;
	color: #3F3F3F;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	padding-left: 6px;
	background: url(../imagens/acabamento_menu_esquerdo.gif) no-repeat left top;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 862px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
	width: 530px;
	padding: 60px 20px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 273px;
}

/** BOX1 */

#box1 {
	background: #BF9D60 url(../imagens/bg01.gif) repeat-x left top;
	color: #FFFFFF;
}

#box1 .wrapper {
	padding: 8px 0px 0px 0px;
	background: url(../imagens/bg02.gif) no-repeat center top;
}

#box1 .column1, #box1 .column2 {
	width: 394px;
}

#box1 .column1 {
	float: left;
}

#box1 .column2 {
	float: right;
}

#box1 h2 {
	margin: 0px;
	color: #FFFFFF;
}

#box1 h3 {
	color: #FFFFFF;
}

#box1 a {
	color: #FFFFFF;
}

#box1 .more a {
	background-image: url(../imagens/marcador_preto.gif);
}

/** BOX2 */

#box2 {
	background: #333333 url(../imagens/bg03.jpg) repeat-x left top;
	color: #AFAFAF;
}

#box2 .wrapper {
	padding: 15px 15px 11px 15px;
}

#box2 h2 {
	margin: 0px;
	color: #FFFFFF;
}

#box2 h3 {
	color: #969696;
}

#box2 a {
	color: #AFAFAF;
}

#box2 .more a {
	background-image: url(../imagens/marcador_cinza.gif);
	margin: 0px 0px 0px 66px;

}

/* CSS CRIADOS DEPOIS */

/* Fundo da Tabela Principal */
.tabela_principal {
	background: #FFFFFF url(../imagens/fundo_tabela_principal.gif) repeat-x left top;
}

.lado {
	padding: 0px 15px 0px 15px;
}


/* Borda Imagens */
img.border {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}


/* Sub-Títulos das Páginas Internas 'Banco de Notícias', 'Clipping', 'Anúncios' */
.sub_titulo {
	font-size:14px;
	font-weight:bold;
	color:#999999;
}


/* Composição de Visualização das Notícias 'mostrar_noticia.php' */
.titulo_noticias {
	font-size:14px;
	font-weight:bold;
}

.dados_noticias {
	font-size:9px;
}

.foto_noticia {
	float: left;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.legenda_noticias {
	font-size:10px;
	text-align:left;
}


/* Legenda Fotos */
.legenda_fotos {
	font-size:10px;
	text-align:center;
}


/* Rodapé */
.rodape {
	background: #1D1D1D;
}

.rodape p {
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
	line-height: normal;
	color: #424242;
}


/* Link Rodapé */
a.link_rodape:link {
	color:#424242;
	text-decoration:none;
}

a.link_rodape:visited {
	color:#424242;
	text-decoration:none;
}

a.link_rodape:hover {
	color:#424242;
	text-decoration:underline;
}


/* Endereço Rodapé */
.endereco_rodape {
	color:#FFFFFF;
}
