/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	margin: 0;
	font: normal 12px/1.4 "Trebuchet MS", Arial, sans-serif;
	color: #36424a;	
	background-image:url(../imagens/fundo.png);
}
a:link {
	text-decoration: none;
	color: #36424a;	
}
a:visited {
	text-decoration: none;
	color: #36424a;	
}
a:hover {
	text-decoration: underline;
	color: #36424a;	
	font-weight:bold;
}
a:active {
	text-decoration: underline;	
	color: #36424a;	
}
#principal{
	margin: 0 auto;
	width: 1000px;
	background-color:#FFFFFF;
}
#topo{
	clear: both;
}

#centro{
	clear: both;
	padding: 10px;
}

#rodape{
	background-image:url(../imagens/rodape.jpg);
	clear: both;
	height: 35px;
	text-align: center;
	padding-top: 80px;
}

#menu {
	float: left;
	width: 200px;
}
#conteudo {
	float: left;
	width: 755px;
	padding: 0 10px;
}
#barra_navegacao{
	clear: both;
}
#conteudo_texto{
	clear: both;
}
#registros_encontrados{
	clear: both;
	text-align: right;
}


.block_galeria{
	float:left;
	width: 220px;
	padding:10px;
}
.block_galeria_foto{
	clear: both;
	text-align:center;
}
.block_galeria_titulo{
	clear: both;
	text-align:center;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
	clear: both;
	float: left;
	padding-top: 10px;
	}
	#gallery ul { list-style: none; padding-left:0px; margin:0px;}
	#gallery ul li { 
		display: inline; 
		float: left; 
		padding: 5px; 
		height: 120px;
		text-align: center;
	}
	#gallery ul img {
		border: 3px solid #f0f0f0;
	}
	#gallery ul a:hover img {
		border: 3px solid #c2c9d0;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
.videos {
	clear:both;
	padding: 10px;
}
.videos_titulo {
	text-align: center;
	font-size: 20px;
}
.video_player{
	text-align: center;
	clear: both;
}

.link_1, .link_2{
	display: block;	
	line-height:20px;
	background-color: #F2F2F2;
}
.link_1 a:hover, .link_2 a:hover {
	background-color: #BCD1F5;
	display: block;
}
.link_2 {
	background-color:#FFF;
}
h1{
	color:#BCDC5F;	
	font-size: 17px;
	clear:both;
}
.index_textos{
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
.block_noticias {
	float:left;
	width: 170px;
	height: 170px;
	padding: 3px;
}
.block_noticias_foto {
	clear:both;
	text-align: center;
	height: 100px;
}

.block_noticias_data {
	clear: both;
	font-size: 10px;
	color:#999;
	text-align: center;
}
.block_noticias_titulo {
	clear: both;
	text-align:center;
}

.botao {
	background: #eff5f5;
	color: #196cb0;
	border: 1px solid #acc0c7;
	text-align: center;
}

#noticias_texto {
	clear: both;
	font-size: 13px;
}
#noticias_texto img {
	padding: 4px;
}
