@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}


.Geral{
	min-height:100%;
	position:relative;
	width:100%;
	
	}

#Topo_Fundo_Completo {
		
	align-items:center;	
	display:flex;
	width: 100%;
	background-color: #FfFfFf;
	margin:auto;
	
	
}


#Topo_Interno {
	background:transparent url("https://sistemas.mpse.mp.br/2.0/PublicDoc//PublicacaoDocumento/Imagens/Topotransparencia.png") no-repeat  center bottom;
	width:100%;	
	height: 95px;
	margin: 0 auto;
	
	
}


#Conteudo {
	align-items:center;	
	display:flex;
	width: 100%;
	background-color: #F4F3EA;
	margin:auto;
	
	

}
#ConteudoInterno {
	background-color: #F4F3EA;
	margin: auto;
}

#Rodape_Fundo_Endereco {
	position:auto;
	bottom:0;
	width: 100%;
	margin: 0 auto;
	background-color: #900;
	

}

.endereco_rodape {
	text-align: justify;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;


}

main2 div {
	color: white;
	padding: 15px;
	max-width: 800px;
	margin: 5px;
	padding: 10px;
}
.flex-centralizado2 {
	display: flex;
	justify-content: center;

}


#Destaques {
	width: 100%;
	margin: 0 auto;
	background-color: #FF9900;
}

#Divisor_Topo {
	width: 100%;
	margin: 0 auto;
	background-color: #CC0000;
}


.Titulo {
	width: 50%;
	align-items:center;	
	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #FFF;
	margin:auto;
	padding-top: 10px;
	alignment-adjust:middle;
	
}
.Texto {
	width: 990px;
	text-align: justify;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	alignment-adjust: middle;	
}
.box {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 8pt;
	float: left;
	width: 150px;
	margin: 5px;
	background-color: #FFCC00;
	border-radius: 10px;
	justify-content: center;
	text-align: center;
	color: #000;
	font-weight: bold;	
	
}


.box:hover {
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	background-color: #FFF;
}

.after-box {
  clear: left;
}

a:hover {
	text-decoration: none;
	color: #FC0;
}


.box2 {
	float: center;
	width: 140px;
	margin:auto;
	background-color: #FFEC9F;
	border-radius: 10px;
	justify-content: center;
	display: flex;
}
.after-box2 {
  clear: left;
  
}

[cc lang=”css”]
@font-face {
font-family: Lato;
src:url('fonts/Lato-Regular.ttf');

}
[/cc]


a:hover {
	text-decoration: none;
	color: #FC0;
}

.Ano {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 14pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #C00;
	font-weight: bold;
	width: 1px;
}

.Descricao{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #333;
}

.Link_documento {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #000;
	font-weight: bold;
	width: 1px;