@charset "utf-8";


/* TODAS AS CONFIGURACOES PRIMARIAS DOS ELEMENTOS ESTAO AQUI --------------------------------------------*/

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	line-height:inherit;
	outline:none;
}

body {
	color:#2e3301;
	font:14px "Times New Roman", Times, serif;
	background:url(../img/bg_site.jpg);
}

h1 {
	font:normal 45px "Times New Roman", Times, serif;
	padding:20px 0;
	color:#fff;
}

h2 {
	font:normal 25px "Times New Roman", Times, serif;
	margin:10px 0;
	padding:0 0 -10px 0;
	color:#523423;
	background:url(../img/bg_h2.png) repeat-x;
}

p {
	margin:10px 0;
}

a {
	color:#24211d;
	text-decoration:underline;
}

a:hover {
	color:#00468e;
	text-decoration:underline;
}

/* CONFIGURAÇÃO DA DIV TOPO ---------------------------------------------------------------------------- */

#topo_menu {
	width:100%;
	height:345px;
}

/* CONFIGURAÇÃO DA DIV GLOBAL -------------------------------------------------------------------------- */


#global {
	width:100%;
	min-height:300px;
	_height:300px;
	background:url(../img/bg_global.jpg) repeat-x #a8b424;
}


/* CONFIGURAÇÃO DA DIV INTERNAS ------------------------------------------------------------------------ */


#internas {
	width:950px;
	margin:0 auto;
}


/* CONFIGURAÇÃO DOS ELEMENTOS DA COLUNA DA PRINCIPAL --------------------------------------------------- */

#ajax_loader {
	display:none;
	text-align:center;
	width:100px;
	margin:0 auto;
	background:#fff;
	color:#000;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
}

span.tit_coment {
	display:block;
	width:400px;
	float:left;
	margin:20px 0 0 60px;
	color:#fff;
}


/* HOME/PAGINAS - TODAS LISTAGEM DO SITE */


.hom_box {
	width:245px;
	height:160px;
	margin:10px 0 0 40px;
	padding:0 40px 0 0;
	float:left;
	color:#2e3301;
	font-size:12px;
	background:url(../img/bg_hom_box.png) no-repeat right 10px;
}

.hom_box img {
	display:block;
	float:left;
	margin:0 20px 0 0;
}

.hom_box a.veja_mais {
	width:50px;
	display:block;
	float:right;
	padding:3px 10px;
	background:#6f7f05;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

.hom_box a.veja_mais:hover {
	background:#2B8100;
}

.hom_box ul.not li {
	background:url(../img/icon_itens_noticias.jpg) no-repeat left 4px;
	margin:13px 0;
	padding:0 0 0 20px;
}

.noticia {
	width:600px;
	float:left;
	margin:10px 0;
}

.contData {
	font-size:12px;
	font-weight:bold;
	color:#474c1c;
}



/* VÍDEOS/FOTOS  RELACIONADOS */


ul.thumbs {
	width:490px;
	float:left;
	background:#919F18;
}

ul.thumbs li {
	height:72px;
	margin:10px 10px;
	float:left;
	display:inline;
}

ul.thumbs a img {
	border:3px solid #c6c6c6;
}

ul.thumbs a:hover img {
	border:3px solid #fff;
}




#videos_rel {
	width:594px;
	margin:10px 0 0 0;
	padding:10px 3px;
	background:#919F18;
}

ul.vids_thumbs {
	width:155px;
	height:380px;
	float:left;
	overflow-y:scroll;
}

ul.vids_thumbs li {
	width:130px;
	float:left;
	margin:7px;
	text-align:center;
	color:#fff;
}

#carregaVideoInt {
	width:430px;
	float:right;
}

#carregaVideoInt {
	font:18px Arial, Helvetica, sans-serif;
	color:#5E6870;
	padding:10px 0;
	color:#fff;
}

#carregaVideoInt {
	font-size:12px;
	padding:10px 0;
}


/* CONFIGURAÇÃO DO RODPÉ ------------------------------------------------------------------------------- */

#bg_rodape {
	position:absolute;
	width:100%;
	height:49px;
	background:url(../img/bg_rodape.png) repeat-x;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='img/bg_rodape.png');
	z-index:10;
}

#rodape {
	position:absolute;
	width:950px;
	left:50%;
	margin-left:-475px;	z-index:1000;
}

#rodape span.planta {
	display:block;
	width:199px;
	height:74px;
	float:left;
	background:url(../img/img_planta.png) repeat-x;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='img/img_planta.png');	
}

#rodape address {
	margin:-20px 0 0 210px;
	font:normal 12px "Times New Roman", Times, serif;
	color:#fff;
}

#rodape dl {
	width:190px;
	float:left;
	margin:5px 10px;
}

#rodape dl dt {
	font:bold 18px "Times New Roman", Times, serif;
	color:#a8b424;
}

#rodape dl dd {
	font:12px "Times New Roman", Times, serif;
	color:#fff;
}

#rodape ul {
	width:200px;
	float:right;
}

#rodape ul li {
	float:left;
	margin:15px 10px;
}


