/*==================================================================
===> DECLARAÇÕES GERAIS
==================================================================*/
* {
	font-family:"Arial", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333;
	line-height:15px;
}

body {
	margin:0;
	padding:0;
	background:url(../imagens/bg.jpg) repeat-x top;
	background-color:#ededed;
}

a { 
	text-decoration:none; 
}

a:hover {
	color:#71706F;
	text-decoration:none;
}

hr {
	height: 2px; 
	border: 0; 
	border-top:2px solid #DFD700;
}

#hr-cinza {
	height: 1px; 
	border: 0; 
	border-top:1px solid #ccc;
}


#img-ups {
	border:#C03840 2px solid; 
	padding:3px;
	margin-bottom: 10px;
}

#hr-g {
	height: 2px; 
	border: 0; 
	border-top:2px solid #EEEEEE;
}

.datas{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}


/*==================================================================
===> MENUS
==================================================================*/

#institucional {
	background:url(../imagens/INSTITUCIONAL.gif) no-repeat center;
	width:101px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#institucional:hover, institucional:active {
	background:url(../imagens/INS_HOVER.gif) no-repeat center;
}

#diretoria {
	background:url(../imagens/DIRETORIA.gif) no-repeat center;
	width:74px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#diretoria:hover, diretoria:active {
	background:url(../imagens/DIR_HOVER.gif) no-repeat center;
}

#agenda {
	background:url(../imagens/AGENDA.gif) no-repeat center;
	width:61px; 
	height:11px;	
	cursor:pointer;
	padding:5px 0px;

}


#agenda:hover, agenda:active {
	background:url(../imagens/AG_HOVER.gif) no-repeat center;
}

#e-mail {
	background:url(../imagens/EMAIL.gif) no-repeat center;
	width:53px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#e-mail:hover, e-mail:active {
	background:url(../imagens/E_HOVER.gif) no-repeat center;
}

#faca {
	background:url(../imagens/FACA.gif) no-repeat center;
	width:96px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#faca:hover, faca:active {
	background:url(../imagens/FACA_HOVER.gif) no-repeat center;
}

#umes {
	background:url(../imagens/UMES.gif) no-repeat center;
	width:45px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#umes:hover, umes:active {
	background:url(../imagens/U_HOVER.gif) no-repeat center;
}

#gremio {
	background:url(../imagens/GREMIO.gif) no-repeat center;
	width:135px; 
	height:12px;
	cursor:pointer;
	padding:5px 0px;
}


#gremio:hover, gremio:active {
	background:url(../imagens/GR_HOVER.gif) no-repeat center;
}

#filiese {
	background:url(../imagens/FILIESE.gif) no-repeat center;
	width:56px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#filiese:hover, filiese:active {
	background:url(../imagens/FL_HOVER.gif) no-repeat center;
}

#projetos {
	background:url(../imagens/PROJETOS.gif) no-repeat center;
	width:69px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#projetos:hover, projetos:active {
	background:url(../imagens/PR_HOVER.gif) no-repeat center;
}

#fotos {
	background:url(../imagens/FOTOS.gif) no-repeat center;
	width:49px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#fotos:hover, fotos:active {
	background:url(../imagens/FT_HOVER.gif) no-repeat center;
}

#contato {
	background:url(../imagens/FALE.gif) no-repeat center;
	width:98px; 
	height:11px;
	cursor:pointer;
	padding:5px 0px;
}


#contato:hover, contato:active {
	background:url(../imagens/FC_HOVER.gif) no-repeat center;
}

#rodape {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background:url(../imagens/rodape_bg.gif) repeat-x bottom;
	height:19px; 
	color: #666666; 
}

/*==================================================================
===> PAGINACAO
==================================================================*/

div.pagination {
		padding: 3px;
		margin: 3px;		
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
				
	}
div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(invbar.gif);
		background-color:#404040;
		text-decoration:none;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}

/*==================================================================
===> ESTILOS DE FONTE
==================================================================*/
.tit-branco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
}

.tit-capa {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bolder;
	color:#FFF;
}
.tit-b {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.tit-not {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	text-transform:uppercase;
	color:#991511;	
}


.tit-negrito-capa {
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

.verm-agenda {
	color:#990000;
	font-weight:bold;
	padding-left:10px;
}

.tit-sidebar { 
	font-family: Trebuchet MS, Times New Roman, Verdana, Arial;
	font-size: 20px;
	color: #990000;
	text-align: left;
	font-weight: bold
}

.tit-sidebar-t { 
	font-family: Arial; 
	font-size: 10px; 
	color: #666666
}

.field { 
	width:150px;
	background-color:#ffffff; 
	border:1px solid #999999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

/*==================================================================
===> ESTILOS DA ADM (tinyMCE)
==================================================================*/
.branco-bold {
	color:#FFF;
	font-weight:bold;
}
.tit-negrito {
	font-weight:bold;
	color:#666666;
}
.verm-bold {
	color:red;
	font-weight:bold;
}

