/* 
 * Padrões
 */
body, html {
	margin:0px;
	padding:0px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
h1 {
	margin:0px;
	margin-bottom:10px;
	font-size:24px;
	font-weight:bold;
}
h2 {
	margin:0px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
h3 {
	margin:0px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
h4 {
	margin:0px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#060;
}
p, h1, h2, h3, h4, h5, h6, hr {
	margin:0px 0px 15px 0px;
	padding:0px;
}
fieldset{
	margin:0px 0px 5px 0px;
	padding:10px;
}
.aviso{
	background-color: #b6e4b6;
	padding: 20px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #000;
}
/*
 * Cores
 */
.cor1, a.cor1 {
	color:#006600;
}
.cor2, a.cor2 {
	color:#CC0000;
}
.cor3, a.cor3 {
	color:#990000;
}
.cor4, a.cor4 {
	color:#660000;
}
.cor5, a.cor5 {
	color:#EEEEEE;
}
.cor6, a.cor6 {
	color:#333333;
}
.cor7, a.cor7 {
	color:#FFFFFF;
}
.cor8, a.cor8 {
	color:#b6e4b6;
}
.colorida1 {
	background-color:#006600;
}
.colorida2 {
	background-color:#CC0000;
}
.colorida3 {
	background-color:#990000;
}
.colorida4 {
	background-color:#660000;
}
.colorida5 {
	background-color:#EEEEEE;
}
.colorida6 {
	background-color:#333333;
}
.colorida7 {
	background-color:#FFFFFF;
}
.colorida8 {
	background-color:#b6e4b6;
}
a:hover {
	color:#C00;
}
hr.clear {
	clear:both;
	visibility:hidden;
	height:1px;
}
/* 
 * Divisórias
 */
#topo {
	height:247px;
	width:100%;
	min-width: 1000px;
}
#geral {
	width:100%;
	background-image: url("/Template2/images/back.jpg");
	background-repeat: repeat-x;
	overflow: hidden;
	padding-top:30px;
}
#geral #corpo {
	margin:0px auto;
	width:940px;
	overflow:hidden;
	padding:0px 10px 0px 10px;
}

/*
 * Bordas
 */
.bordaFoto {
	padding:2px;
}
.bordaTodas {
	border:1px solid #999;
}
a .bordaTodas:hover {
	border:1px solid #c00;
}
.bordaLeft {
	border-left:1px solid #999;
}
.bordaRight {
	border-right:1px solid #999;
}
.bordaTop {
	border-top:1px solid #999;
}
.bordaBottom {
	border-bottom:1px solid #999;
}
.noborder {
	border:none;
}
/*
 * Barra da Direita
 */
#corpo #barDireita {
	width: 190px;
	overflow:hidden;
	float:right;
	margin-bottom:20px;
}
#corpo #barDireita .bannerColuna, #corpo #barDireita .miniBanner {
	padding:3px;
	background-color:#FFF;
	margin-bottom:10px;
}
#corpo #barDireita .miniBanner {
	margin-bottom:5px;
}
#corpo #barDireita #enquete{
	margin-top:20px;
	overflow:hidden;
}
#corpo #barDireita #enquete ul{
	padding:0px;
	margin:0px 0px 20px 10px;
	list-style:none;
}
#corpo #barDireita #enquete li{
	margin:0px 0px 10px 0px;
}
/* 
 * Tela Principal
 */
#principal {
	width:730px;
	float:left;
	overflow:hidden;
}
#principal #noticiasDestaques {
	width:730px;
	height:240px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
#principal #noticiasDestaques #img {
	width:294px;
	border:3px solid #060;
	height:234px;
	float:left;
	overflow:hidden;
	background-image:url('/Template2/images/backDestaque.jpg');
}
#principal #noticiasDestaques img {
 height:235px;
 min-width:294px;
 display:none;
}
#principal #noticiasDestaques img.imgdestaque {
	display:block;
}
#principal #noticiasDestaques ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
#principal #noticiasDestaques li {
	width:400px;
	height:46px;
	overflow:hidden;
	padding:0px 15px 0px 15px;
	margin-bottom:2px;
	background-color:#ccc;
	font-size:14px;
}
#principal #noticiasDestaques li a {
	color:#333;
}
#principal #noticiasDestaques li a:hover {
	color:#c00;
}
#principal #noticiasDestaques li.destaque {
	height:96px;
	background-color:#060;
	font-size:22px;
}
#principal #noticiasDestaques li.destaque a {
	color:#FFF;
}
#principal #noticiasDestaques li.destaque a:hover {
	color:#FC0;
}
#principal #artigosPrincipal {
	width:300px;
	float:left;
	overflow:hidden;
	margin:0px 30px 20px 0px;
}
#principal #artigosPrincipal h2 {
	font-size:24px;
}
#principal #artigosPrincipal ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#principal #artigosPrincipal li {
	font-size:14px;
	float:left;
	width:140px;
	margin:0px 10px 5px 0px;
}
#principal #avisos {
	float:left;
	width:400px;
	height:260px;
	overflow:hidden;
	background-image:url("/Template2/images/avisos.jpg");
	margin-bottom:20px;
}
#principal #avisos blockquote {
	width:370px;
	height:180px;
	overflow:hidden;
	margin:60px 20px 20px 20px;
	color:#FFF;
	font-size:14px;
}
#principal #avisos a {
	color:#FC0;
}
#principal #bannerPromocional{
	width:300px;
	float:left;
	overflow:hidden;
	margin:0px 30px 20px 0px;
}
#principal #bannerPromocional img {
	margin-bottom:20px;
}
#principal #multimidia {
	width:400px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
#principal #multimidia #fotos, #principal #multimidia #videos {
	width:190px;
	float:left;
	overflow:hidden;
}
#principal #multimidia #fotos h2, #principal #multimidia #videos h2 {
	margin-bottom:5px;
}
#principal #multimidia #fotos p, #principal #multimidia #videos p {
	margin-top:10px;
}
#principal #multimidia #fotos {
	margin-right:20px;
}
#principal #multimidia #videos .bordaFoto {
	height:122px;
}
/*
 * Twitter
 */
#twitter{
	margin:0px auto;
	width:960px;
	height:65px;
}
#twitter #link{
	width:230px;
	height:100px;
	position:relative;
	margin-left:730px;
	background-image:url("/Template2/images/twitter1.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	cursor:pointer;
}
/*
 * Rodapé
 */
#rodape{
	clear:both;
	height:144px;
	overflow:hidden;
	background-image:url("/Template2/images/backRodape.jpg");
	background-position:top center;
}
#rodape #central{
	background-image:url("/Template2/images/twitter2.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	overflow:hidden;
	margin:0px auto;
	width:960px;
}
#rodape #endereco{
	float:left;
	overflow:hidden;
	width:290px;
	height:134px;
	margin:10px 10px 0px 10px;
}
#rodape #endereco h3{
	font-size:18px;
	font-weight:bold;
	margin: 0px;
	font-family: "Arial Black";
}
#rodape #endereco p{
	font-size:11px;
}
#rodape #direita{
	float:left;
	width:620px;
	margin:0px 10px 0px 20px;
}
#rodape #menu{
	float:left;
	width:430px;
	margin:0px;
	padding:0px;
	margin-top:20px;
	list-style:none;
}
#rodape #menu li{
	float: left;
	margin-right:10px;
}
#rodape #procura{
	float: left;
	height: 85px;
	width: 300px;
	overflow: hidden;
	margin-top:20px;
}
#rodape #procura h1, #rodape #procura p{
	margin: 0px;
	color:#FFF;
}
#rodape #procurar{
	border:1px solid #393;
	background-color: #030;
	color:#FFF;
	font-size:14px;
	height:26px;
	width:220px;
	padding:0px 5px 0px 5px ;
}
#rodape .logo{
	margin-top: 25px;
}

/* Outras Telas */
#principal_outras {
	width:730px;
	float:left;
	overflow:hidden;
}
#principal_outras .coluna {
	width:325px;
	margin:0px 10px 10px 0px;
	float:left;
	overflow:hidden;
	padding:10px;
}

/* Galeria */
#albunsRow {
	width:325px;
	margin:0px 10px 10px 0px;
	float:left;
	overflow:hidden;
}

/* Videos */
#principal_videos {
	width:730px;
	float:left;
	overflow:hidden;
}
#principal_videos #descricao {
	margin-left:20px;
	width:350px;
	float:left;
}

/* Listas */
ul.lista{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
ul.lista li{
	background-color:#F0F0F0;
	padding: 20px;
	margin-bottom:10px;
	overflow:hidden;
}
ul.lista li:hover{
	background-color:#9C6;
}




.esquerda {
	float:left;
}
.direita {
	float:right;
}
.centralizar {
	margin:0px auto;
}
.espaco {
	margin-bottom:10px;
}

/* Galeria */
#albunsRow {
	width:325px;
	margin:0px 10px 10px 0px;
	float:left;
	overflow:hidden;
}
#albunsRow #info {
	width:325px;
	min-height:100px;
	padding:10px;
	float:left;
	overflow:hidden;
}
#albunsImg {
	float:left;
	overflow:hidden;
	width:110px;
	text-align:center;
	margin:0px 5px 10px 0px;
}
#albunsTitulo {
	float:left;
	overflow:hidden;
	width:180px;
	margin:0px 0px 10px 0px;
}
#albunsTotal {
	float:left;
	overflow:hidden;
	width:323px;
	padding:10px;
}
#thumbsTitulo {
	width:550px;
}
#thumbsView {
	float:left;
	overflow:hidden;
	width:730px;
	padding:15px 0px 15px 15px;
}
#thumbsNavegador {
	float:left;
	overflow:hidden;
	width:690px;
	padding:10px;
	text-align:right;
}
#thumbsfotos {
	width:220px;
	margin:0px 10px 10px 0px;
	float:left;
	overflow:hidden;
}
#thumbsfotos #fotos {
	width:220px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}

#viewComentar{
	float: left;
	width: 100%;
}
