body {
	margin:0;
	padding:0;
	overflow:-moz-scrollbars-vertical;	
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#2A7EE4;
}

#geral {
	width:1000px;
	height:auto;
	margin:0 auto;
	position:relative;
	min-height:600px;
	background-color:#FFF;
}

#div_admin {
	width:1000px;
	height:40px;
	background-image:url(../images/bg_admin.png);
	background-repeat:repeat-x;
}

#btn_entrar {
	float:right;
	margin:9px 6px 0 0;
}

#txtField {
	float:right;
	margin:11px 6px 0 0;
}

#topo {
	width:1000px;
	height:200px;
	background-color:#000;
}

#menu {
	width:1000px;
	height:46px;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
}

#menu .item {
	width:161px;
	height:33px;
	float:left;
	margin:0 0 0 5px;
}

#menu .item a {
	width:161px;
	height:33px;
	float:left;
	background-image:url(../images/botaoOn.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
}

#menu .item a:hover {
	width:161px;
	height:33px;
	float:left;
	background-image:url(../images/botaoHover.png);
	background-repeat:no-repeat;
	text-decoration:none;
}

#noticias {
	width:340px;
	height:240px;
	margin:0 0 0 15px;
	position:relative;
	float:left;
}

#noticias .titulo {
	width:320px;
	height:auto;
	line-height:25px;
	font-weight:bold;
}

#noticias .titulo a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#noticias .titulo a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

.noticias {
	margin:10px;
}

#missao {
	width:550px;
	height:180px;
	float:right;
	margin:18px;
	text-align:justify;
}






#icones {
	width:592px;
	height:99px;
	float:right;
	margin:0 18px 0 0;
}

/*Salao*/

#icones .salao {
	width:184px;
	height:99px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	float:left;
	margin:0 10px 0 0;
}

#icones .salao a {
	width:184px;
	height:36px;
	float:left;
	background-image:url(../images/salaoOn.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-top:63px;
}

#icones .salao a:hover {
	width:184px;
	height:36px;
	float:left;
	background-image:url(../images/salaoHover.png);
	background-repeat:no-repeat;
	text-decoration:none;
}



/*Comite*/

#icones .comite {
	width:184px;
	height:99px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	float:left;
	margin:0 10px 0 0;
}

#icones .comite a {
	width:184px;
	height:36px;
	float:left;
	background-image:url(../images/comiteOn.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-top:63px;
}

#icones .comite a:hover {
	width:184px;
	height:36px;
	float:left;
	background-image:url(../images/comiteHover.png);
	background-repeat:no-repeat;
	text-decoration:none;
}


/*Pos*/

#icones .pos {
	width:184px;
	height:99px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	float:left;
	margin:0 10px 0 0;
}

#icones .pos a {
	width:184px;
	height:36px;
	float:left;
	background-image:url(../images/posOn.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-top:63px;
}

#icones .pos a:hover {
	width:184px;
	height:36px;
	float:left;
	background-image:url(../images/posHover.png);
	background-repeat:no-repeat;
	text-decoration:none;
}

#rodape {
	width:1000px;
	height:30px;
	text-align:center;
	margin:0 auto;
	clear:both;
	color:#999;
	background-color:#FFF;
}


/*Album fotos*/
#fotos {
	width:800px;
	height:auto;
	margin:20px auto;

}

#fotos .item {
	width:707px;
	height:141px;
	margin:15px 0 0 0;
	background-image:url(../images/fundoFotos.png);
	background-repeat:no-repeat;
}

#fotos .mini {
	width:150px;
	height:112px;
	margin:15px 0 0 10px;
	float:left;
	background-color:#000;
}

#fotos .titulo {
	width:515px;
	height:25px;
	margin:50px 0 0 15px;
	float:left;
	line-height:20px;
}


#viewFotos {
	width:800px;
	height:auto;
	margin:20px auto;
}

#tituloViewFotos {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#105AB3;
	margin-bottom:20px;
}

#descriçãoViewFotos {
	width:800px;
	height:auto;
	text-align:justify;

}

#miniaturaViewFotos {
	width:800px;
	height:85px;
	position:relative;
	margin-top:20px;
}

.imgMini {
	width:95px;
	height:71px;
	margin-right:5px;
	float:left;
}

#content {
	width:800px;
	margin:0 auto;
	position:relative
}

h1 {
	color:#FFBF00;
	font-size:18px;
	font-weight:bold;
}

h2 {
	color:#2B5980;
	font-size:16px;
	text-align: center;
}

#content .stilo1 {
	font-size:12px;
	color:#2B5980;
	font-weight:bold;
}

#content .stilo2 {
	font-size:12px;
	color:#3E7EB8;
	margin-left:3px;
}

#content .faixa {
	width:auto;
	height:5px;
	background-color:#F5F5F5;
}
#topoAlbum {
	width:1000px;
	height:40px;
	text-align:left;
	line-height:40px;
	border:0px solid;

}

#topoAlbum .right {
	float:right;
}

#topoAlbum .bemVindo {
	font-weight:bold;
	margin-left:20px;
}
#foto_corpo{
	width:260px;
	height:250px;
	height:auto;
	margin:5px auto;
	padding:5px;
	position:relative;
	float:left;
	border: 0px dashed #F00;

}

#legendaNoticia{
	position:relative;
	border: 0px solid;
	font-size:11px;
	text-align:center;
	margin:5px auto;
}
#textoNoticia{
	width:auto;
	min-height:230px;
	margin:5px auto;
	position:relative;
	clear:both;
	border: 0px solid;
	
	text-align:justify;
	line-height:20px;
}

.texto_noticia {
	font-size:12px;
	color:#2B5980;
}
.pagina_anterior{
	width:60px;
	height:15px;
	padding:5px;
	float:left;
	
	border: 1px solid #999;
	cursor:pointer;
}
.pagina_anterior:hover{
	background:#CCC;	
}
.pagina_proxima{
	width:60px;
	height:15px;
	padding:5px;
	float:left;
	
	border: 1px solid #999;
	cursor:pointer;
}
.pagina_proxima:hover{
	background:#CCC;	
}
.pagina_atual{
	width:10px;
	height:15px;
	padding:5px;
	float:left;
	background:#999;
	
	border: 1px solid #999;
	cursor:pointer;
}
.pagina_outra:hover{
	background:#CCC;	
}
.pagina_outra{
	width:10px;
	height:15px;
	padding:5px;
	float:left;
	
	border: 1px solid #999;
	cursor:pointer;
}
.pagina_corpo{
	width:350px;
	height:30px;
	
	margin:0 auto;
	
	font-size:12px;
	font-weight:800;
	color:#3E7EB8;
	
}
.noticia_corpo{
	width:800px;
	height:auto;

	border:0px dashed;
}

.noticia_data{
	width:85px;
	height:20px;
	padding:2px;
	float:left;
	
	color:#DF7000;
	
	font-size:11px;
	
	border:0px dashed #F00;
}
.link_noticia{
	text-decoration:none;
	border:0px solid;
	color:#000;
}

.noticia_titulo{
	width:700px;
	height:20px;
	padding:2px;
	float:left;
	
	
	border:0px dashed #3F0;
	
}
