body { 	
	margin: 0 auto;
	background:  url(../img/bg-interna.png) repeat-x #fff;
	text-align: center /*hack do IE5*/ }

	#global {
	width: 800px;
	/*Para juntar ao topo da página (não deixar o espaço azul) */
	margin: auto;
	text-align: left /*hack do IE5*/ }
	
	
	/*-----------------------------------------------------------------------------------*/
	
	/*TOPO*/

	#topo {
	width: 950px;
	height: 180px;
	margin-top: 0px;
	margin-left: -80px;
	float:left;}

	/*--------------------------------------------------------------------------------------------*/
	
	/*LOGO*/
	
	#logo {
	background: url(../img/logo.png) no-repeat;
	width: 413px;
	height: 121px;
	margin-top: 60px;
	margin-left: 280px;
	position: relative;
	z-index: 999;
	float:left }
	
	/*Pra esconder o h1 e trocar pela logo*/
	#logo h1 {
	text-indent: -999px;
	overflow: hidden}
	
	#logo h1 a{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	display: block;
	width: 413px;
	height: 121px;}

	/*--------------------------------------------------------------------------------------------*/
	
	/*REDES SOCIAIS*/
	
	#redes { 
	width: 125px;
	height: 31px;	
	margin-right: 0px;
	margin-top: 5px;
	float: right;}
	
	#rede1 a {
	background: url(../img/facebook.png);
	width: 34px;
	height: 31px;		
	margin-left: 0px;
	margin-top: 0px;
	float:left;}
	
	#rede2 a {
	background: url(../img/instagram.png);
	width: 34px;
	height: 31px;			
	margin-left: 10px;
	margin-top: 0px;
	float:left;}
	
	#rede3 a {
	background: url(../img/youtube.png);
	width: 34px;
	height: 31px;	
	margin-left: 10px;
	margin-top: 0px;
	float:left;}
		
	/*--------------------------------------------------------------------------------------------*/
		
	/*MENU*/
	
#menu { 
    position:relative;
    z-index:100;
    height: 42px;
	width: 650px;
	margin-top: 18px;
	margin-left: 140px;
	float:left}
	
#menu .menu {
	margin-top: 3px;
	margin-left: 5px;
    position:absolute;
}
#menu * {
    list-style:none;
    border:0;
    padding:0;
    margin:0;
}
#menu a {
    display:block;
    padding:6px 10px 7px 10px;
    white-space:nowrap;
}
#menu li {
    float:left;
    background:#000;
}
#menu li li {
    float:none;
    _border:1px solid #fff; /** fix for ie6 */
}
#menu div {
    visibility:hidden;
    position:absolute;
    background:url(../img/images/pix.gif);
}
#menu div div {
    margin:-24px 0 0 -1px;
    left:100%;
}
#menu li:hover>div { visibility:visible; }

/* menu::special styles */
/* menu::level 1 */
#menu a {
    text-decoration:none;
    color:#000;
    position:relative;
    z-index:77;
}
#menu a:hover {
    background:url(../img/images/back.png);
    color:#000;
}
#menu a:hover span { color: #FFF; }
#menu>ul>li:hover>a {
    background:url(../img/images/back.png);
    color:#FFF;
}
#menu>ul>li:hover>a span { color: #FFF; }
#menu span {
    font:18px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
    color: #FFF;

}
#menu li { background:none; }
/* menu::level >= 2 */
#menu li li a {
    padding:0;
    position:static;
}
#menu li li a:hover { background: #db1e24; }
#menu li li a span { color:#FFF; }
#menu li li a:hover span { color:#FFF; }
#menu li li a.parent span { background:url(../img/images/pointer.gif) no-repeat right 9px; _background-position:right 10px; color:#fff; }
*+html #menu li li a.parent span { background-position:right 10px; color:#fff; }
#menu li li a.parent:hover span { background-position:right -49px; color:#fff; }
*+html #menu li li a.parent:hover span { background-position:right -48px; color:#fff; }
#menu li li span {
    display:block;
    text-transform:none;
    line-height:16px;
    padding:4px 25px 4px 10px;
    font-size:16px; 
}

#menu li div { background:url(../img/images/back.png); }
/** <fix for ie6> */
#menu div div {
    _margin-top:-25px;
    _background:#fff;
}
#menu li li li { _border:1px solid #fff; }
#menu div div div { _background:#fff; }
#menu li li li li { _border:1px solid #fff; }
/** </fix for ie6> */

/* lava lamp */
div#menu li.back {
    width:10px;
    height:32px;
    z-index:8;
    position:absolute;
}
div#menu li.back .left {
    width:auto;
    height:32px;
    float:none;
    position:relative;
    top:0;
    left:0;
    visibility:visible;
}


div#copyright { display: none; }
#copyright a { display: none; }
#copyright   { display: none; }

	
	/*--------------------------------------------------------------------------------------------*/

	/*CORPO*/

	#corpo { 
	width: 945px;
	height: auto;
	margin-top: 25px;
	margin-left: -70px;
	float:left;}

	/*--------------------------------------------------------------------------------------------*/
	
	/*SESSAO*/
	
	#sessao { background:url(../img/bg-conselho.png);
	width: 945px;
	height:auto;
	margin-left: 0px;
	margin-top: 0px;
	float:left}	
	
	#sessao h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #00195c;
	font-weight: bold;
	border-bottom: solid 2px  #00195c;
	width: 945px;
	margin: 0;
	margin-left: 0px;
	margin-top: 15px;
	float:left}	
	
	#sessao h2 span {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-variant: normal;
	color: #000;
	font-weight:bold;}	
	
	#sessao h6  {
	margin: 0 ;
	margin-top: -50px;
	margin-right: 5px;
	float:right}	

	#sessao img {
	margin-top: 5px;
	padding-left: 5px;}		

	#sessao p span {
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	color: #FF0000;}	
	
	#sessao p {
	width: 945px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-align:justify;
	padding-right: 5px;
	height: auto;
	margin-top: 40px;
	float:left}	
	
	#sessao p a {
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	color: #1d218d;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none}	
	
	#sessao p a:hover {
	text-decoration: underline}	
	
	#sessao h3 a {
	margin: 0 auto;
	background:url(../img/voltar.png);
	text-align: center;
	width: 72px;
	height:28px;
	margin-left: 420px;
	float:left;	}	
	
	/*--------------------------------------------------------------------------------------------*/
	
	/*FORMULARIO*/
	
	#formulario p{
	float:left;
	margin-left: 30px;}
	
	#formulario {
	width: 600px;
	height: 600px;
	margin-top: 0px;
	margin-left: 200px;
	float:left;
	font-size:16px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	float:left}
	
	/*--------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*NOTICIAS*/
	
	#box_noticias {
	width: 945px;
	height: 530px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;}
	
	#box_noticias h4 {
	width: 945px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #1d218d;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;}
	
	#box_noticias h4 a {
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #db1e24;
	line-height: 20px;
	text-decoration: none}
	
	#box_noticias h4 a:visited {
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #db1e24;
	line-height: 20px;
	text-decoration: none}
	
	#box_noticias h4 a:hover {
	border-bottom: solid 2px #db1e24;
	text-decoration: none}
	
	#box_noticias p {
	width: 945px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: -16px;
	margin-left: 0px;}
	
	/*--------------------------------------------------------------------------------------------*/
	
	/*PAGINAÇÃO NOTICIAS*/
	
	#paginacao_noticias ul {
	list-style-type: none;
	margin-left: 350px;
	margin-top: 10px;
	height: 30px;
	padding: 0;
	float: left}
	
	#paginacao_noticias ul li{
	float: left;
	color: #db1e24;
	font-size: 16px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	margin-left: 20px; }

	#paginacao_noticias ul li a:link {
	font-size: 16px;
	color: #db1e24;
	font-weight: bold;
	text-decoration: none}
	
	#paginacao_noticias ul li a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #db1e24;
	text-decoration: none }
	
	#paginacao_noticias ul li a:hover {
	text-decoration: underline}	
	
	/*--------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*GALERIA DE FOTOS*/

	#galeria {
	width: 945px;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	float:left}
	
	#galeria h3 {
	width: 945px;	
	margin-top: 10px;
	margin-left: 0px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 20px;
	color: #00195c;
	float:left}
	
	/*--------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*BOX 1*/
	
	#box1 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	float:left}
	
	#box1 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box1 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box1 h5 a:hover{
	text-decoration: underline; }
	
	#box1 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box1 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box1 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
		
	/*BOX 2*/
	
	#box2 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 33px;
	margin-top: 0px;
	float:left}
	
	#box2 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box2 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box2 h5 a:hover{
	text-decoration: underline; }
	
	#box2 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box2 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box2 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
	
	/*BOX 3*/
	
	#box3 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 33px;
	margin-top: 0px;
	float:left}
	
	#box3 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box3 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box3 h5 a:hover{
	text-decoration: underline; }
	
	#box3 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box3 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box3 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
	
	/*BOX 4*/
	
	#box4 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 0px;
	margin-top: 30px;
	float:left}
	
	#box4 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box4 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box4 h5 a:hover{
	text-decoration: underline; }
	
	#box4 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box4 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box4 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
		
	/*BOX 5*/
	
	#box5 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 33px;
	margin-top: 30px;
	float:left}
	
	#box5 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box5 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box5 h5 a:hover{
	text-decoration: underline; }
	
	#box5 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box5 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box5 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
	
	/*BOX 6*/
	
	#box6 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 33px;
	margin-top: 30px;
	float:left}
	
	#box6 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box6 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box6 h5 a:hover{
	text-decoration: underline; }
	
	#box6 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box6 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box6 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
	
	/*BOX 7*/
	
	#box7 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 0px;
	margin-top: 30px;
	float:left}
	
	#box7 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box7 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box7 h5 a:hover{
	text-decoration: underline; }
	
	#box7 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box7 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box7 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
		
	/*BOX 8*/
	
	#box8 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 33px;
	margin-top: 30px;
	float:left}
	
	#box8 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box8 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box8 h5 a:hover{
	text-decoration: underline; }
	
	#box8 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box8 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box8 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
	
	/*BOX 9*/
	
	#box9 {
	width: 293px;
	height: 189px;
	background: url(../img/box/box_fotos.png) no-repeat;
	margin-left: 33px;
	margin-top: 30px;
	float:left}
	
	#box9 h5{
	width: 287px;
	height: 30px;
	margin:0;
	margin-left: 3px;
	margin-top: 7px;
	text-align: right;
	float:left}

	#box9 h5 a{
	width: 287px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 17px;
	color: #1d218d;
	line-height: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 8px;
	float:left}
	
	#box9 h5 a:hover{
	text-decoration: underline; }
	
	#box9 p{
	width: 160px;
	height: 75px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-left: 121px;
	margin-top: -75px;
	float:left}
	
	#box9 h6 a{
	background: url(../img/box/entrar.png);
	width: 67px;
	height: 28px;
	margin-left: -60px;
	margin-top: 0px;
	float:left}
	
	#box9 img{
	height: 75px;
	width: 100px;
	margin-top: 25px;
	margin-left: 15px;
	float: left}
	
	/*--------------------------------------------------------------------------------------------*/	
		
	
	/*PAGINAÇÃO GALERIA*/
	
	#paginacao_galeria ul {
	list-style-type: none;
	margin-left: 350px;
	margin-top: 10px;
	height: 30px;
	padding: 0;
	float: left}
	
	#paginacao_galeria ul li{
	float: left;
	color: #1d218d;
	font-size: 16px;
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	margin-left: 20px; }

	#paginacao_galeria ul li a:link {
	font-size: 16px;
	color: #1d218d;
	font-weight: bold;
	text-decoration: none}
	
	#paginacao_galeria ul li a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #1d218d;
	text-decoration: none }
	
	#paginacao_galeria ul li a:hover {
	text-decoration: underline}	
	
	
	/*--------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*NOTICIA RESTRITA*/
	
	#restrita{
	width: 460px;
	height: 35px;	
	margin-left: 28px;
	margin-top: -350px;
	float: left}
	
	/*RESTRITA FORM*/

	#restrita_form {
	margin-top: -15px;
	margin-left: -33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	float:left;}

	
	/*--------------------------------------------------------------------------------------------*/
	
	/*RODAPE*/
	
	#rodape {
	background: #00113f repeat-x;
	width: 100%;
	float:left }
	
	#rodape p{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align:center}
	
	#rodape p span{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CCCC;
	font-weight: normal;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align:center}