html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  _font-size: 12px;
  font-size: 100%;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px 20px;
  margin:0px;
font-weight: normal;
}

.content {
  float: left;
  width: 72%;
  background-color: #ffffff;
  margin:0px 0px 0px 0px;
  overflow: visible;
}

.estrutura {
  width: 100%;
  background-color: #ffffff;
  margin:0px 0px 0px 0px;
  overflow: auto;
} 

.menu {
  float: right;
  width: 27%;
  background-color: #ffffff;
  overflow: auto;  
  margin:0px 0px 0px 0px;  
}			

.boxInfo {
	background-color: #eeeeee;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
				
	_font-size: 11px;
	font-size: 0.7em;
	text-align: justify;
	padding: 5px 15px 10px 15px;
	margin: 10px 5% 10% 15px;		
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;		
}

.boxInfo h2{
	_font-size: 12px;
	font-size: 1em !important;
	color: #888888;
}
	
				
.box{				
	background-color: #eeeeee;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	_font-size: 11px;
	_font-size: 0.7em;
	text-align: left;
	padding: 5px 15px 10px 10px;
	margin: 10px 10px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;							
}

.texto1{
	margin: 10px 10px 10px 10px;	
	_font-size: 11px;
	font-size: 0.7em;
	color: #999999;
	text-align: left;
}

.texto2{
	margin: 10px 10px 10px 10px;
	_font-size: 11px;
	font-size: 0.7em;
	color: #000000;
	text-align: left;
}

.alinhar_imagem{
 height: 250px; 
 text-align: center;
 margin-top: 60px;
}

div.cabecalhoLogin{
	background-color: #e2413c;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;		
	width: 99%;
	color: white;
}

div.cabecalhoLogin .planejamento{
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 5px;	
}

div.cabecalhoLogin .ministerio{
	font-size: 0.9em;
	padding-left: 5px;
}

div.cabecalhoLogin .planejamento, div.cabecalhoLogin .ministerioPublico{
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 5px;	
}

.footer{
	background-color: #ffffff;
	height: 26px;
}

.altura_caixa_login {
	/* height: 615px; */
}

.caixa-atendimento{
	width:220px; 
	margin-top: 15px; 
	text-align: center; 
	font-size: 0.7em;
}

.caixa-manual{
	width:220px; 
	margin-top: 5px; 
	text-align: center; 
	font-size: 1em;
}

a.lnksLogin{
	font-size: 0.65em;
}



.banner-item{
	background-color: #0086C7;
	border-color:#005BAB;
	cursor: pointer;
}

.banner-item-focado{		
	background-color: #4EB3E1;				
}

.botao_login_govbr{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	display: inline-flex;
  	padding: 10px 15px;
  	background-color: #f8f8f8;
	color: #1351b4;
	border: none;
	text-decoration: none;
	font-size: 0.8em;
	border-radius: 20px;
	font-weight: 600;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	margin-top: 10px;
}
 
.botao_login_govbr:hover {
    background-color: rgb(212, 229, 255);
}

.botao_login_govbr img {
  height: 1.4em;
  margin-left: 5px;
}
