
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del {	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BACKGROUND DO SITE */
body { background:#fff url(../imagens/bg-site.gif) repeat-x top left; }
body.impressao { background:none; }


/* FLOAT */
.clearboth {
	clear:both;
	display:block;
	height:1px;
	width:auto;
}
floatLeft {
	display:block;
	float:left;
}
floatRight {
	display:block;
	float:right;
}


/* DEFININDO PROPRIEDADES DAS FONTES */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	color:#666;
	font:normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


/* DEFININDO ALINHAMENTO/ESTRUTURA DO SITE */
#alinhamento {
	margin:0 auto;
	text-align:left; /* Para voltar o alinhamento dos textos */
}
	#site {
		display:block;
		margin:0 auto;
		width:980px;	
	}


/* TOPO */
#topo {
	clear:both;	
	display:block;
	height:116px;
	margin: 0 auto;
	position: relative;
	width:980px;
}
	#topo h1 {
		background:url(../imagens/logo.png) no-repeat;
		display:block;
		height:167px;
		left:19px;
		text-indent:-5000px;
		position:absolute;
		top:0px;
		width:269px;
	}
		#topo h1 a {
			display:block;
			height:67px;
			width:269px;
		}
	#topo #menuferramentas {
		left: 312px;
		list-style: none outside none;
		position: absolute;
		top: 23px;
	}
		#topo #menuferramentas li {
			cursor:default;
			float:left;
			margin-right:3px;
			padding-bottom:5px;
		}
	#topo #menuferramentas .submenu {
		background-color: #E2E0E1;
		border: 1px solid #AFC5DA;
		clear: both;
		display: none;
		left: 0;
		margin: 0;
		position: absolute;
		top: 65px;
		width: 228px;
	}
		#topo #menuferramentas li .submenu li { 
			background:url(../imagens/borda-submenu-maior.gif) no-repeat bottom center;
			display:block;
			margin:0;
			padding:0;
		}
		#topo #menuferramentas li .submenu li.ultimo {
			background: none;
		}
		#topo #menuferramentas li .submenu li a {
			background: url("../imagens/marc-4.gif") no-repeat scroll 11px 13px;
			color: #033565;
			display: block;
			float: none;
			font-family: fontereletron;
			font-size: 15px;
			margin: 0;
			padding: 5px 5px 5px 22px;
			text-indent: 0;
			width: 202px;
		}
			#topo #menuferramentas li .submenu li a:hover {
				text-decoration: underline;
			}
			#topo #menuferramentas > li.menu1 > a {
				background:url(../imagens/menuferramentas.png) no-repeat top left;
				display:block;
				height:60px;
				text-indent:-5000px;
				width:230px;
			}
				#topo #menuferramentas > li.menu1 > a:hover, #topo #menuferramentas > li.open > a {
					background:url(../imagens/menuferramentas.png) no-repeat bottom left;
				}
			#topo #menuferramentas > li.menu2 > a {
				background:url(../imagens/menuferramentas.png) no-repeat -230px top;
				display:block;
				height:60px;
				text-indent:-5000px;
				width:184px;
			}
				#topo #menuferramentas > li.menu2 > a:hover {
					background:url(../imagens/menuferramentas.png) no-repeat -230px bottom;
				}
			#topo #menuferramentas > li.menu3 > a {
				background:url(../imagens/menuferramentas.png) no-repeat -414px top;
				display:block;
				height:60px;
				text-indent:-5000px;
				width:211px;
			}
				#topo #menuferramentas > li.menu3 > a:hover {
					background:url(../imagens/menuferramentas.png) no-repeat -414px bottom;
				}								

/* ESQUERDA */
#esquerda {
	display:block;
	float:left;
	width:281px;
}
	#esquerda h3 {
		border-left:#6EC2EF 5px solid;
		color:#FFFFFF;
		font-size:20px;
		line-height:18px;
		margin:0 0 15px 0;
		padding:0 0 0 5px;
		text-transform:uppercase;
	}
	#esquerda #menu {
		background-color:#003366;
		display: block;
		list-style:none;
		margin: 32px 0 0 20px;
		padding: 20px 20px 5px 20px;
		width: 221px;
	}
		#esquerda #menu li {
			background: url(../imagens/menu-fundo.gif) no-repeat left bottom;
			position:relative;
			width:245px;
		}	
	#esquerda #menu li .submenu {
		background-color: #E2E0E1;
		border: 1px solid #AFC5DA;
		clear: both;
		display: none;
		left: 245px;
		margin: 0;
		position: absolute;
		top: 0;
		width: 164px;
	}
		#esquerda #menu li .submenu li { 
			background:url(../imagens/borda-submenu.gif) no-repeat bottom center;
			display:block;
			margin:0;
			padding:0;
			width:auto;
		}
		#esquerda #menu li .submenu li.ultimo {
			background: none;
		}
		#esquerda #menu li .submenu li a {
			background: url(../imagens/marc-4.gif) no-repeat 11px 13px;
			color: #033565;
			display: block;
			float: none;
			font-family: fontereletron;
			font-size: 15px;
			margin: 0;
			padding: 5px 5px 5px 22px;
			text-indent: 0;
			width: 138px;
		}
			#esquerda #menu li .submenu li a:hover {
				text-decoration: underline;
			}
			
					
		#esquerda #menu > li > a {
			background: url(../imagens/marc-2.gif) no-repeat right center;
			color: #FFFFFF;
			display: block;
			font-family: fontereletron;
			font-size: 15px;
			margin: 0 0 10px;
			padding: 0 0 5px 2px;
			overflow:hidden;
			width: 219px;
		}		
		#esquerda #menu > li > a:hover, #esquerda #menu > li.open > a {
			color:#6EC2EF;
		}
	#esquerda .imagem-esquerda {
		margin: 12px 0 15px 20px;
	}
	#esquerda .cartoes {
		margin: 0 0 15px 20px;
	}
		#esquerda .cartoes p {
			color:#003466;
			font-family: fontereletron;
			font-size: 16px;
			padding:0 0 5px 0;
			text-transform:uppercase;
		}


/* CONTEUDO */
#conteudo {
	display: block;
	float: right;
	margin-right:20px;
	width: 640px;
}
	#conteudo #buscaorc {
		overflow:auto;
		width:auto;
	}
	#conteudo #buscaorc fieldset {
		display:block;
		margin: 10px 0 9px 1px;
		height:42px;
		width: 344px;
	}
	#conteudo #buscaorc fieldset .campo {
		background-color: #FFFFFF;
		border: 1px solid #CECCC4;
		border-right:none;
		color: #999999;
		height: 40px;
		float:left;
		font-family:fontereletron;
		font-size:16px;
		line-height:40px;
		margin:0;
		padding: 0 3px 0 10px;
		width: 289px;
	}
	#conteudo #buscaorc fieldset .botaobusca {
		background: url("../imagens/botao-busca.gif") no-repeat top left;
		border: medium none;
		cursor: pointer;
		display: block;
		float: right;
		height: 42px;
		margin: 0;
		text-indent: -5000px;
		width: 41px;
	}
		#conteudo #buscaorc fieldset .botaobusca:hover {
			background: url(../imagens/botao-busca.gif) no-repeat bottom left;
		}
	#conteudo #buscaorc a.listaorc {
		background: url(../imagens/icon-listaorc.gif) no-repeat scroll top left #033565;
		color: #FFFFFF;
		display: block;
		float: right;
		font-family: fontereletron;
		font-size: 17px;
		height: 42px;
		line-height: 40px;
		margin-top: 10px;
		padding: 0 10px 0 42px;
		width: 222px;
	}
		#conteudo #buscaorc a.listaorc span {
			color:#ccc;
			font-size:18px;
			text-decoration:underline;
		}
	#conteudo #buscaorc a.listaorc:hover {
		background: url(../imagens/icon-listaorc.gif) no-repeat scroll bottom left #033565;
		color: #6EC2EF;
	}
	
#conteudo.imprimir {
	background-color:#fff;
	display:block;
	float:left;
	padding:0;
	width:600px;
}
	#conteudo-esquerda {
		clear:both;
		display:block;
	}
	#conteudo-direita {
		clear:both;
		display:block;
	}	
	#conteudo h2 {
		border-left: 5px solid #6EC2EF;
		color: #F00;/*#003366;*/
		font-family: fontereletron;
		font-size: 24px;
		height: 20px;
		*height:23px;
		line-height: 19px;
		*line-height:22px;
		margin: 36px 0 25px 0;
		padding: 0 0 0 5px;
		text-transform: uppercase;
	}
	#conteudo .link-capa {
		clear:both;
		display:block;
		padding:5px 0 15px 0;
		text-align:right;
	}
		#conteudo .link-capa a { text-decoration:underline; }
		#conteudo .link-capa a:hover { color:#369; }
	#conteudo p.chamada {
		clear:both;
		padding:0 0 15px 0;
		text-align:justify;
	}
	#conteudo p.mensagem-erro {
		background-color:#f4f4f4;
		border:1px solid #ccc;
		clear:both;
		color:#900;
		display:block;
		margin:15px 20px;
		overflow:auto;
		padding:50px;
		text-align:center;
	}
	#conteudo p.mensagem-ok {
		background-color:#f4f4f4;
		border:1px solid #ccc;
		clear:both;
		color:#369;
		display:block;
		margin:15px 20px;		
		padding:50px;
		text-align:center;
	}	
	#conteudo p.exibicao {
		font-family: fontereletron;
		font-size: 15px;
		padding: 15px 0;
		text-align: center;
	}
		#conteudo p.exibicao span {
			color: #003366;
			font-size: 17px;
		}
	#conteudo #areaRedesSociais {
		display:block;
		float:right;
		height:35px;
		*padding-top:30px;
		width:270px;
	}


/* FOTOS */
.foto-sys {	
	background-color:#f4f4f4;
	border:1px solid #999;	
	padding:3px; 
}
	.foto-sys:link {
		background-color:#f4f4f4;
		border: 1px solid #999;
		padding:3px;
	}
	.foto-sys:visited { border: 1px solid #ccc; }
	.foto-sys:hover {	border: 1px solid #060; }


/* INPUTS */
.campo {
	background-color: #FFFFFF;
	border: 1px solid #CECCC4;
	color: #999999;
	min-height: 40px;
	font-family:fontereletron;
	font-size:16px;
	line-height:40px;
	margin:0;
	padding: 0 3px 0 10px;
	width: 289px;
}
.botao {
	background-color: #858585;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: fontereletron;
	font-size: 15px;
	margin-left: 3px;
	padding: 3px 4px;
}
	.botao.orc {
		width:175px;
	}
	.botao.continuar {
		width:122px;
	}
	.botao:hover {
		background-color:#003366;
		color:#6EC2EF;
	}
label {
	color:#666;
}


/* PAGINACAO */
.paginacao { 
	color: #858585;
	font-family: fontereletron;
	font-size: 15px;
	padding-top: 10px;
	text-align: center;
}
	.paginacao li { display:inline; }
		.paginacao li span {
			color: #003366;
			font-size: 17px;
		}	
		.paginacao li a {
			color:#003366;
			font-family: fontereletron;
			font-size: 15px;
		}
		.paginacao li a:hover { text-decoration:underline; }


/* RODAPE */
#rodapeContainer {
	background:url(../imagens/rodape-fundo.gif) repeat-x;
	height:83px;
	width:100%
}
.logorodape {
	float: left;
	margin: 10-5px 0 0 52px;
}
.rodape {
	clear:both;
	display:block;
	margin:0 auto;	
	padding:10px;
	position:relative;
	width:980px;	
}
	.rodape #copyright {
		color: #333333;
		float: left;
		font-family: fontereletron;
		font-size: 12px;
		margin: 15px 0 0 54px;
		text-align: left;
		width: 270px;	
	}	
	.rodape #assinaturas {
		float: right;
		margin: 25px 30px 0 0;
		text-align: right;
		width: 110px;
	}	
		.rodape #assinaturas img {
			padding-left:7px;
		}


/* HOME VOLTAR */
.homevoltar {
	clear:both;
	color:#666;
	display:block;
	float:right;
	overflow:auto;
	padding:15px 0;
}
	.homevoltar li { 
		display:inline;
		float: left;
    	margin-right: 10px;
	}
		.homevoltar li a.home {
			background:url(../imagens/homevoltar.gif) no-repeat top left;
			display:block;
			height:37px;
			text-indent:-5000px;
			width:89px;
		}
		.homevoltar li a.home:hover {
			background:url(../imagens/homevoltar.gif) no-repeat bottom left;
		}
		.homevoltar li a.voltar {
			background:url(../imagens/homevoltar.gif) no-repeat top right;
			display:block;
			height:37px;
			text-indent:-5000px;
			width:89px;
		}
		.homevoltar li a.voltar:hover {
			background:url(../imagens/homevoltar.gif) no-repeat bottom right;
		}


/* ESCONDE */
.esconde { display:none; }


/* TITULOS E SUBTITULOS */
h3 {
	color: #003366;
	display: block;
	font-family: fontereletron;
	font-size: 16px;
	padding: 3px 0;
}
	h3 span {
		color:#858585;
		font-size:14px;
	}
	h3 a {
		color:#858585;
		font-size:14px;
		font-weight:normal;
		font-family: fontereletron;
		padding: 3px 0;
	}
	h3 a:hover {
		text-decoration:underline;
	}
h4 {
	clear:both;
	color:#369;
	font-size:13px;
	font-weight:bold;
	padding:0 0 15px 0;
}

#destaques {
	margin-bottom: 20px;
	overflow:auto;
	width:auto;
}
	#destaques .destaque {
		background-color:#E5E5E5;
		display:block;
		float:left;
		margin-right: 16px;
		width:200px;
	}
		#destaques .destaque.ultimo {
			margin-right:0;
		}
		#destaques .destaque h3 {
			background: url(../imagens/destaques-h3.gif) no-repeat scroll 181px center #033566;
			color: #FFFFFF;
			line-height: 39px;
			min-height: 39px;
			overflow: auto;
			padding: 0 20px 0 9px;
			width: 171px;
		}
		#destaques .destaque p.descricao {
			color:#333333;
			font-family:Tahoma, Geneva, sans-serif;
			padding:10px;
		}
		#destaques .destaque.comlink:hover h3 {
			color: #6EC2EF;
		}

/* FONT FACE */
@font-face {
	font-family: 'fontereletron';
	font-style: normal;
	font-weight: normal;
	src: url('../fontes/oswald-webfont.eot');
	src: url('../fontes/oswald-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fontes/oswald-webfont.ttf') format('truetype'); }


.fontSize {
    float: left;
    height: 15px;
}
.fontSize ul li {
    float: left;
    list-style: none outside none;
}
.ico-A1 {
    height: 14px;
    margin-right: 8px;
    width: 22px;
}
.ico-A2 {
    height: 14px;
    width: 12px;
}
.ico-A3 {
    height: 14px;
    width: 22px;
}

.popup {
    background-image: url("imagens/popup.png");
    left: 30%;
    position: absolute;
    top: 10%;
    z-index: 999;
}
.popup a {
    background-color: transparent;
    color: white;
    font-family: Tahoma,Verdana;
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 50px;
}
#bg_popup {
    background-color: #555555;
    bottom: auto;
    height: 100%;
    left: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 900;
}

.rodape #dados {
    color: #333333;
    float: left;
    font-family: fontereletron;
    font-size: 12px;
    margin: 15px 0 0 54px;
    text-align: left;
    width: 270px;
}