/*
ATENÇÃO
Para que os caracteres especiais como acentos e cedilhas funcionem no painel é necessário que
tenha a codificação charset=iso-8859-1, na seguinte tag:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
*/

/* > Globais Site ------------- */
body,td,th {
	font-family: erdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px; padding:0px;
	background-color:#002380;
	}

/* > Para o conteudo BNW ------------- */
div#conteiner_bnw {
}
	div#conteiner_bnw h1.titulo{
	}
	div#conteiner_bnw .conteudo{
	}
	div#conteiner_bnw .conteudo a{
	}
	div#conteiner_bnw .conteudo a:hover{
	}
	div#conteiner_bnw .conteudo hr{ /*Deixa as tagc HR com um alinha mais clean*/
		border:0px;
		height:1px;
		background-color:#CCCCCC;
	}

/* > Rodapé ------------- */
div#rodape{
}
	div#rodape a{
		font-size:11px;
		font-family: Arial, sans-serif;
	}
	div#rodape a:hover{
	}

/*Inicio css Menu*/
 ul#menubar .espaco{
	height:40px;
}
ul#menubar .fim{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	
	border-right:1px solid rgba(0,0,0,0.5);
	border-top:1px solid rgba(0,0,0,0.5);
	border-bottom:1px solid rgba(0,0,0,0.5);
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
ul#menubar .inicio{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
		
	border-left:1px solid rgba(0,0,0,0.5);
	border-top:1px solid rgba(0,0,0,0.5);
	border-bottom:1px solid rgba(0,0,0,0.5);
}
ul#menubar{
	margin:0px;
	padding:0px;
	list-style:none;
	width:inherit;
}
	ul#menubar li{ 
		position:relative; 
		float:left; 	
		background-image:url(images/fundoMenu.png); 
		
		border-top:1px solid #000;
		border-bottom:1px solid #000;

		border-top:1px solid rgba(0,0,0,0.5);
		border-bottom:1px solid rgba(0,0,0,0.5);
	}
	ul#menubar a{
		font:18px Arial, Helvetica, sans-serif !important;
		text-shadow:0px 0px 1px #005197;
		color:#fff;
		text-decoration:none;
		display:block;
		font-si	ze:13px;
		padding:9px 15px;	
		background:url(images/serapraMenu.gif) no-repeat right top;
	}
	ul#menubar li a:hover{
		text-decoration:underline;
	}
	ul#menubar a:hover{ 
		color:#fff;
	}
	/*->submenu---*/
	ul#menubar ul{
		display:none;
		margin:0px;
		padding:0px;
		position:absolute;
		left:10px;
		top:36px;
		list-style:none;
		width:200px;
		padding:5px 5px 15px 5px;
	}
		ul#menubar ul li{ 
			float:none;
			border:0px;
			background-image:url();
			background-color:#FFF;
			background-color:rgba(255,255,255,0.9);

		}
		ul#menubar ul li a{
			font-size:15px !important;
			float:none;
			border-bottom:1px solid #CCC;
			padding:5px;
			background:url();
			text-shadow:0px 0px 0px;
			color:#000;
		}
		ul#menubar ul a:hover{
			color:#fff;
			text-decoration:none;
			background-color:#001757;
		}




/* > Fotos ------------- */
.titulo_imagem{ /*Para isntruções da galeria*/ }
#galeria_BNW{ /*Conteúdo da galeria - fotos*/
	text-align:center;
	padding:5px;
}
#galeria_BNW .thumb_galeria{ /*Span em volta da foto*/}
#galeria_BNW .thumb_galeria img{ /*controla a imagem do thumb*/
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin:1px;
}


/* > Formulários ------------- */

div#formulario {	}
div#formulario input, textarea{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
}
div#formulario input:focus, textarea:focus{ /* Soemnte para o Firefox */
	border: 1px solid #80291F;
}
table.tabela_formulario{ /* Define os campos da tabela */
	border-collapse:collapse;
}
table.tabela_formulario .linha_tabela_formulario{}
table.tabela_formulario .celula_label_tabela_formulario{vertical-align:top;}
table.tabela_formulario .celula_campo_tabela_formulario{vertical-align:top;}
div#formulario .botao_formulario { /* define o estado do botão dos formulários*/
	padding:5px 15px;
	width: auto;
	border:1px solid #999999;
	color:#000000;
	background-color:#FFFFFF;
}
div#formulario .texto_intro{ /* define texto das instruç~eos do formulário */}

/* > Ajustes Globais ------------- */
img {border:0;}
fomr {margin:0px;	padding:0px;}
.clear{clear:both; height:1px}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/*---------------------------------------------------Inicio Diagramação-----------------------------------------------------*/
.lim{clear:both;}
.central{
	width:1014px;
	margin:auto;
	background:url(images/fundo.jpg) no-repeat right top;
	position:relative;
}
.menu{
	padding-top:150px;
}

/*Banner*/
.espacoBanner{
	width:1014px;
	height:308px;
	margin-top:15px;
	margin-bottom:10px;
}
.posicaoBanner{
	position:absolute;
	top:185px;
	left:0px;
}
.containerBanner{
	width:1010px;
	height:308px;
	margin-bottom:10px;
	position:relative;
	margin-top:15px;
}
.containerBanner .carousel-control{
position:absolute;
width:20px;
height:308px;
cursor:pointer;
text-indent:-99999em;
}
.containerBanner .next{
	top:0px;
	right:-16px;
	background:url(images/top_right.jpg);
}
.containerBanner .previous{
	top:0px;
	left:-12px;
	background:url(images/top_left.jpg);
	z-index:2;
}

.containerBanner .carousel-pagination{
	display:none;
	/*position:absolute;
	bottom:20px;
	right:20px;*/
}
	.containerBanner .carousel-pagination p a{
		display:block;
		width:15px;
		height:15px;
		background:url(images/spritBanner.png);
		text-indent:-99999em;
		cursor:pointer;
		float:left;
		margin-left:5px;
	}
	.containerBanner .carousel-pagination p a:hover{
		background-position:-15px 0px !important;
	}
	.containerBanner .active{
		background-position:-15px 0px !important;
	}
.containerBanner .banner{
	background-image:url(images/fundoBanner.png);
	width:976px;
	height:308px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:0px 30px 0px 20px;
}
.containerBanner .banner ul{
	width:1014px;
	height:308px;
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
	.containerBanner .banner ul li{
		width:1014px;
		height:308px;
		list-style:none;
		margin:0px;
		padding:0px;
		float:left;
	}
.conteudo{	
	background-color:#8091C0;
	margin-top:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	.contEspaco{
		height:15px;
	}
	.cont{
		background:url(images/fundoConteudo.png) repeat-y right top;
	}
	.cont h1{
		margin:0;
	}
	
	.conteudo .ladEsq{
		width:697px;
		float:left;
		padding:5px 0px 0px 12px;
	}
	.conteudo .ladDir{
		width:242px;
		float:right;
		padding:5px 12px 0px 12px;
		color:#FFF;
	}
	.conteudo .ladDir .titulo{
		border-bottom:1px solid #D7E1FF;
		font:24px Arial, Helvetica, sans-serif;
		color:#002380;
		margin-bottom:10px;
	}
	.tituloMarginTop{
		margin-top:20px;
	}
	
/*mini Rodape*/	
.miniRodape{
	margin-top:20px;
	color:#FFF;
}
.miniRodape a{
	text-decoration:none;
	color:#FFF;
}
.miniRodape .pri{margin-left:14px}
.miniRodape .h1{
	float:left;
	width:197px;
}
	.miniRodape .titulo{
		width:197px;
		background:url(images/rodapeH1.gif);
		height:25px;
		font:18px Arial, Helvetica, sans-serif;
		padding-top:12px;
	}
	.miniRodape .tituloH2{
		width:254px;
		background:url(images/rodapeH2.gif);
		height:25px;
		font:18px Arial, Helvetica, sans-serif;
		padding-top:12px;
	}
.miniRodape .h2{
	width:254px;
	float:left;
}
.miniRodape .tituloEspaco{
	margin-bottom:10px;
	text-align:center;
}
.miniRodape .box{
	margin-left:27px;
}
.linha{
	background:url(images/linhaRodape.jpg) center top no-repeat;
	height:2px;
	margin-top:10px;
	padding-bottom:10px;
}


/*Rodape*/
.rodape{
}
.rodape .inti{
	text-align:center;
	color:#FFF;
}
.rodape .brasil{
	text-align:center;
	color:#FFF;
	margin-top:10px;
	padding-bottom:10px;
}
.rodape .brasil a{
	color:#FFF;
	text-decoration:none;
}
	.rodape .brasil a:hover{
		text-decoration:underline;
	}
