@charset "ISO-8859-1";

/*------------------------- cabeça site --------------------*/
.logo{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	width:413px;
	height:121px;
	top:5px;
	left:0px;
}
.bannerCabeca{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	top:10px;
	left:430px;
	z-index:99;
}
#menu_cabeca{
	display:block;
	position:absolute;
	top:3px;
	left:440px;
	margin:0px;
	padding:0px;
	width:380px;
	height:40px;
	list-style:none;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#961d16;
}
#menu_cabeca li{
	float:left;
	margin:6px 0px 0px 5px;
}
#menu_cabeca li a{
	display:block;
	padding: 4px 10px 3px 10px;
	color:#961d16;
}
#menu_cabeca li a:visited{
	color:#b8b6af;
}
#menu_cabeca li a:hover{
	color:#ffffff;
	background-color:#f6d477;
}
#redes{
	display:block;
	position:absolute;
	top:50px;
	right:0px;
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
	z-index:90;
	border:0px;
}
#redes .redesfacebook a, #redes .redesInstagram a, #redes .redestwitter a, #redes .redesyoutube a {
	position:absolute;
	display:block;
	width:31px;
	height:31px;
	margin:0px;
	padding:0px;
	border:0px;
	top:5px;
}
#redes .redesfacebook a{
	left:0px;
	background:url(/site/img/icoFaceSaep.png) no-repeat center;
}
#redes .redesfacebook a:hover{
	background:url(/site/img/icoFaceOri.png) no-repeat center;
}
#redes .redesInstagram a{
	left:-50px;
	background:url(/site/img/icoInstaSaep.png) no-repeat center;
}
#redes .redesInstagram a:hover{
	background:url(/site/img/icoInstaOri.png) no-repeat center;
}
.datacabeca{
	position:absolute;
	display:block;
	width:300px;
	height:30px;
	margin:0px;
	padding:0px;
	top:116px;
	right:2px;
	text-align:right;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#961d16;
}

/*----------------------------------- busca no site -------------------------------*/
#buscar{
	position:absolute;
	display:block;
	width:350px;
	height:35px;
	margin:0px;
	padding:0px;
	top:4px;
	right:2px;
	z-index:10;
}
.botaoProcura {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 15px;
	background-color: #FFFFFF;
	border: 1px solid #b6adad;
	color: #b6adad;
	width: 348px;
	height: 31px;
	margin:0px;
	padding:0px 0px 0px 5px;
	border-radius:6px;
}
.botaook {
	position:absolute;
	top:10px;
	right:8px;
	width: 26px;
	height: 20px;
	margin:0px;
	padding:0px;
	background:url(/site/img/lupa.png);
	border:0px;
}

/* 
-----------------------------------------------------------------
    Títulos, cabeçalhos, formatações gerais, links
-----------------------------------------------------------------*/
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight:400;
	word-spacing:1px;
	color: #e61f1f;
}
h1{
	font-size:40px;
}
h2{
	font-size:32px;
}
h3{
	font-size:24px;
	color: #5a5a5a;
}
h4{
	font-size:18px;
	color: #5a5a5a;
}
.tituloCz, .tituloVm, .tituloBr {
	display:block;
	height:auto;
	width:auto;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:25px;
}
.tituloCz, .tituloCz a{
	color: #c6c5c5;
	border-bottom:#c6c5c5 solid 3px;
}
.tituloCz a:hover{
	color: #616060;
	border-bottom:#616060 solid 3px;
}
.tituloVm, .tituloVm a{
	color: #e61f1f;
	border-bottom:#e61f1f solid 3px;
}
.tituloVm a:hover{
	color: #aa0404;
}
.tituloBr, .tituloBr a{
	color: #ffffff;
}
.tituloBr a:hover{
	color: #616060;
}
.titulotexto{
	display:block;
	height:auto;
	width:auto;
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:42px;
	color: #c00d02;
}



/* Textos e links
-------------------------------------------------------------*/
.estilo1Cc, .estilo1Ce, .estilo1P, .estilo1Ve, .estilo1Br,
.estilo2Cc, .estilo2Ce, .estilo2P, .estilo2Ve, .estilo2Br,
.estilo3Cc, .estilo3Ce, .estilo3P, .estilo3Ve, .estilo3Br {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	vertical-align:text-top;
	text-decoration: none;
	font-weight: normal;
	font-style:normal;
}
.estilo1Cc, .estilo1Ce, .estilo1P, .estilo1Ve , .estilo1Br {
	margin:6px 0px;
	font-size: 12px;
	line-height:17px;
}
.estilo2Cc, .estilo2Ce, .estilo2P, .estilo2Ve , .estilo2Br {
	margin:8px 0px;
	font-size: 14px;
	line-height:19px;
}
.estilo3Cc, .estilo3Ce, .estilo3P, .estilo3Ve, .estilo3Br {
	margin:10px 0px;
	font-size: 17px;
	line-height:22px;
}
.estilo1Cc, .estilo2Cc, .estilo3Cc {
	color:#afb5bd;
}
.estilo1Ce, .estilo2Ce, .estilo3Ce {
	color:#4f555e;
}
.estilo1P, .estilo2P, .estilo3P {
	color:#141517;
}
.estilo1Ve, .estilo2Ve, .estilo3Ve {
	color:#045975;
}
.estilo1Br, .estilo2Br, .estilo3Br {
	color:#ffffff;
}
a.estilo1Cc:hover, a.estilo2Cc:hover, a.estilo3Cc:hover, a.estilo1Br:hover, a.estilo2Br:hover, a.estilo3Br:hover {
	color: #4f555e;
}
a.estilo1Ce:hover, a.estilo2Ce:hover, a.estilo3Ce:hover, a.estilo1P:hover, a.estilo2P:hover, a.estilo3P:hover {
	color: #afb5bd;
}
a.estilo1Ve:hover, a.estilo2Ve:hover, a.estilo3Ve:hover {
	color: #89a7a9;
}
.primeiroparagrafo {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 19px;
	font-style: italic;
	color: #253637;
	text-decoration: none;
	text-align:left;
	margin:0px 0px 20px 0px;
}
.estilotexto, .estilotexto p, .estilotexto ul li{
	margin:15px 0px;
	padding:0px;
	text-align:left;
	vertical-align:text-top;
	font-family: Arial 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	color: #2b2d2d;
	text-decoration: none;
	font-weight: normal;
	font-style:normal;
}
.estilotexto a {
	color: #8b010e;
	text-decoration: none;
	font-weight:400;
}
.estilotexto a:hover {
	color: #c79703;
	text-decoration:none;
}
.estilotexto ul li{
	font-family: Arial 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	margin:15px;
	list-style-type: disc;
}


/*------------------------- imagem texto --------------------*/
#boximg{
	display:block;
	width:1000px;
	height:auto;
	margin:20px 0px;
	padding:0px;
	overflow:hidden;
}
#boximgmenor{
	display:block;
	width:540;
	height:auto;
	margin:0px 10px 10px 0px;
	padding:0px;
	overflow:hidden;
	float:left;
}
#boximgprint{
	display:block;
	width:620px;
	height:auto;
	margin:20px 0px;
	padding:0px;
	overflow:hidden;
}
#boximgmenorprint{
	display:block;
	width:320;
	height:auto;
	margin:0px 10px 10px 0px;
	padding:0px;
	overflow:hidden;
	float:left;
}
.boxcredito{
	display:block;
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 11px;
	text-align:left;
	text-decoration: none;
	color: #999999;
}
.boximagem{
	display:block;
	margin:0 auto;
	padding:0px;
	background-color:#f2f0f0;
}
.boximagemmenor{
	display:block;
	margin:0px;
	padding:0px;
	background-color:#f2f0f0;
}
.boxlegenda{
	display:block;
	text-align:left;
	margin:0px;
	padding:5px 3px 8px 3px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
	color: #330000;
	background-color:#f2f0f0;
}
.boxmais{
	display:block;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 11px;
	text-align:left;
	text-decoration: none;
	color: #999999;
}

/* ------------------------------- Menu flutuante ------------------------*/
#compartilhar {
	position:relative;
	display:block;
	margin:100px 0px 0px 30px;
	width: 60px;
	height: auto;
	overflow: hidden;
	padding: 0px;
}
#compartilhar .face a, #compartilhar .twitter a, #compartilhar .googleplus a, #compartilhar .email a, #compartilhar .print a{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
	border-bottom:#ffffff solid 1px;
}
#compartilhar .face a{
	background:url(/site/img/iconflufaceCz.png) no-repeat center;
}
#compartilhar .twitter a{
	background:url(/site/img/iconflutwitterCz.png) no-repeat center;
}
#compartilhar .googleplus a{
	background:url(/site/img/iconflugoogleCz.png) no-repeat center;
}
#compartilhar .email a{
	background:url(/site/img/iconfluemailCz.png) no-repeat center;
}
#compartilhar .face a:hover{
	background:url(/site/img/iconflufaceLr.png) no-repeat center;
	border-bottom:#ffffff solid 1px;
}
#compartilhar .twitter a:hover{
	background:url(/site/img/iconflutwitterLr.png) no-repeat center;
	border-bottom:#ffffff solid 1px;
}
#compartilhar .googleplus a:hover{
	background:url(/site/img/iconflugoogleLr.png) no-repeat center;
	border-bottom:#ffffff solid 1px;
}
#compartilhar .email a:hover{
	background:url(/site/img/iconfluemailLr.png) no-repeat center;
}


/* ------------------------------- Estilos gerais de apoio -----------------------------*/
.linhafina, .linhamedia, .linhagrossa{
	display:block;
	width:auto;
	padding:0px;
	clear:both;
	height:10px;
	margin:0px 0px 3px 0px;
	border-bottom: 1px solid #fec450;
}
.linhamedia{
	height:20px;
	margin:0x 0px 20px 0px;
	border-bottom: 3px solid #fec450;
}
.linhagrossa{
	height:30px;
	margin:0px 0px 30px 0px;
	border-bottom: 5px solid #fec450;
}
.navegacao{
	display:block;
	width:auto;
	height:auto;
	margin:5px 0px 0px 0px;
	padding:0px;
}
.icones {
	display:block;
	width:auto;
	height:auto;
	margin:0px 5px;
	padding:0px;
	float:right;
}
.folhear{
	width:580px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:20px;
	color: #2e2929;
	text-decoration:none;
	margin:40px auto;
	text-align:center;
}
.imprimirfechar{
	display:block;
	width:620PX;
	height:40px;
	margin:20px auto 0px auto;
	padding:5px;
	text-align:right;
	background:#e9e9e9;
}

/* --------------------------- lista anexos -------------------------------*/
#listanexo{
	display:block;
	width:740px;
	height:auto;
	margin:0px;
	padding:0px;
}
.listanexoimg{
	display:block;
	width:23px;
	height:25px;
	margin:0px;
	padding:0px;
	float:left;
}
.listanexoarq{
	display:block;
	width:auto;
	height:25px;
	margin:0px;
	padding:5px;
	float:left;
}

/* ----------------------------- última notícias e noticias relacionadas --------------------------------*/
.boxtituloultimas{
	display:block;
	width:280px;
	height:30px;
	margin:50px 0px 0px 0px;
	padding:20px;
	border-top-left-radius:20px;
	background:#e4e1db;
}
.boxconteudoultimas{
	display:block;
	width:240px;
	height:autopx;
	margin:0px;
	padding:40px;
	border-bottom-right-radius:20px;
	background:#f3f2f0;
}


/*------------------------- Rodape --------------------*/
.boxmapa{
	display:block;
	position:relative;
	width:150px;
	height:200px;
	padding:0px;
	margin:0px;
	float:left;
}
.boxmapamaior{
	display:block;
	position:relative;
	width:180px;
	height:200px;
	padding:0px;
	margin:0px;
	float:left;
}
.rodapetitulo{
	display:block;
	margin: 15px 0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 13px;
	text-decoration: none;
	color:#97050a;
}
.rodapelink{
	display:block;
	margin: 7px 0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 13px;
	text-decoration: none;
	color:#6d6f6f;
}
.rodapelink a{
	color:#6d6f6f;
	text-decoration:underline;
}
a.rodapelink:hover{
	color:#6d6f6f;
	text-decoration:underline;
}
.logorodape{
	position:absolute;
	display:block;
	width:180px;
	height:120px;
	bottom:5px;
	left:525px;
}
.endereco{
	position:absolute;
	display:block;
	bottom:17px;
	left:708px;
	width:450px;
	height:auto;
	margin:0px 20px 0px 0px;
	padding:0px 10px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:15px;
	text-decoration: none;
	color: #6d6f6f;
}

