/* CSS Document */
body, table, div, h1, h2, h3, p, input, textarea { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
input, textarea { color:#990000; padding:2px; border:1px solid #990000; }
input.botao_submit { color:#FFFFFF; padding:2px 4px 2px 4px; background-color:#990000; font-weight:bold; }
body { background:#E9DE31 url(imgs/fundo_pagina.jpg) repeat-x center top; }
img { border:0; }
div.topo { position:absolute; width:1000px; z-index:2; }

table.principal { width:100%; }
table.principal tr td.esquerda { background:url(imgs/lateral_esq.jpg) no-repeat right top; }
table.principal tr td.centro { width:1000px; background-color:#FFFFFF; }
table.principal tr td.direita { background:url(imgs/lateral_dir.jpg) no-repeat left top; }

table.principal tr td.canto_esquerdo { background:url(imgs/canto_esq.gif) repeat-y right; }
table.principal tr td.canto_direito { background:url(imgs/canto_dir.gif) repeat-y left; }

div.galeria_ampliada { position:absolute; z-index:1; float:left; margin-top:-49px; }

ul.linha_galeria img { width:73px; height:56px; border:0; margin-right:5px; }

div.videos { width:127px; height:118px; background:url(imgs/fundo_videos.gif) no-repeat; float:left; }
img.thumb_video { margin:6px 0 0 6px; }
div.bt_comentarios { position:absolute; margin:-15px 0 0 310px; }

td.noticias { background:url(imgs/base_01.jpg) no-repeat center bottom; text-align:left; padding:25px 0 0 30px; vertical-align:top; }
td.noticias h1 { color:#666666; font-weight:normal; margin:14px 0 5px 30px; font-style:italic; }
td.noticias p { margin:0 10px 0 40px; }
td.noticias p a { text-decoration:none; font-size:14px; color:#990000; }
td.noticias p a:hover { color:#FF9900; text-decoration:underline; }

div.div_creditos { position:absolute; margin-top:440px; }
div.div_creditos a { text-decoration:none; color:#990000; font-weight:bold; font-size:11px; }
div.div_creditos a:hover { text-decoration:underline; color:#FF9900; }

div.noticia { background-color:#FFFFFF; }

div.botao_comments { background:url(imgs/botao_comentarios_fundo.gif) repeat-x center top; text-align:center; }

table.tabela_comentarios tr td.coluna_comentarios { width:660px; padding:1px 10px 10px 30px; vertical-align:top; }
div.linha_comm { padding:6px; }
div.linha_comm h1 { font-weight:normal; color:#000000; }
div.linha_comm h1 span.comm_data { color:#666666; font-style:italic;  }
div.linha_comm h1 span.comm_nome { color:#CC0000; font-weight:bold;  }

table.tabela_comentarios tr td.coluna_formulario { width:340px; height:380px; background-color:#FDF0B4; padding:15px; vertical-align:top; }

table.formulario { width:100%; }
table.formulario tr th { text-align:right; padding-right:10px; }
table.formulario tr td { text-align:left; }


/* jQuery lightBox plugin - Gallery style */
#fotos {
	background-color: #DEDEDE;
	padding: 10px;
	width: 520px;
}
#fotos ul { list-style: none; }
#fotos ul li { display: inline; }
#fotos ul img {
	border: 5px solid #818181;
	border-width: 5px 5px 20px;
}
#fotos ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#fotos ul a:hover { color: #fff; }