html{
	position: relative;
    min-height: 100%;
}
body {
	margin: 0px; /* não locola margem no fundo*/
	padding:0px;
	height: 100%;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
	background: #FAFAFA;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #8A0808;  /*cor vermelha */
	padding: 6px 0px 6px 0px; /*cima, direita, baixo, esquerda*/
	
}
p { line-height: 1.5; padding: 0px 0px 0px 0px; /*cima, direita, baixo, esquerda*/ margin: 0px 0px 0px 0px; }

a:link, a:visited { color: #2E2E2E; text-decoration: none; } 
a:active, a:hover { color: #8A0808; text-decoration: none }

table.formulario{width:100%; padding:5px 5px 5px 5px;}
table.lista{width:100%; padding:0px 0px 0px 0px;}
th {height: 30px; color: #ffffff; font-size: 12px; text-align: center; background: #5f6f81; }
th a:link,
th a:visited { color: #ffffff; text-decoration: none; /* opcional: remove o sublinhado */}
th a:hover { color: #dddddd; text-decoration: none; /* opcional */ }
th a:active { color: #ffffff; text-decoration: none; }

td {height: 28px; font-size: 12px; padding:1px 1px 1px 3px;}
td.cinza {background: #E6E6E6; text-align: right; padding:0px 5px 0px 0px;}


tr.cor{background: #D8D8D8;}
tr.nor{background: #E6E6E6;}
tr.bra{background: #F6FFDD;}
tr.cor:hover {background: #CDCDC1; }
tr.nor:hover {background: #CDCDC1; }
tr.bra:hover {background: #CDCDC1; }

table.login { /*formatações do LOGIN*/
	width: 165px;
	padding: 10px 40px 10px 40px; /*cima, direita, baixo, esquerda*/
	margin: 110px 0px 0px 0px; /*cima, direita, baixo, esquerda*/
	font-size: 14px;
	color: #5f6f81;  /*cor cinza */
	height: 40px;
	box-shadow: 1px 1px 2px #5f6f81, -1px -1px 2px #5f6f81;
	/* box-shadow: 2px 2px 5px #999, -2px -2px 5px #000;  2px de deslocamento horizontal e vertical, com 5px de desfoque e cor #999, e 2px de deslocamento no sentido contrário (o sinal negativo) na horizontal e vertical, desfoque 5px e cor preta #000*/
}

select{height: 28px; text-align: left; font-size: 12px; padding:1px 1px 1px 3px; border: 1px solid #A4A4A4; background-color: #FAFAFA; }
input{height: 23px; text-align: left; font-size: 12px; padding:1px 1px 1px 3px; border: 1px solid #A4A4A4; background-color: #FAFAFA; }
input.centro{height: 23px; text-align: center; font-size: 12px; padding:1px 1px 1px 3px; border: 1px solid #A4A4A4; background-color: #FAFAFA; }

input[type=button], input[type=submit], input[type=reset]{
  background-color: #5f6f81;
  border: none;
  height: 30px; /* não alterar*/
  color: white;
  font-size: 15px;
  padding: 5px 10px 5px 10px; /*cima, direita, baixo, esquerda*/
  text-decoration: none;
  /*margin: 2px 2px;*/
  cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {color: #D8D8D8; }
input:onfocusout, textarea:onfocusout {color: #FAFAFA; }

input[type=radio], input[type=checkbox] { border: 1px solid #A4A4A4; background-color: #FAFAFA;}

textarea{text-align: left; font-size: 12px; margin:0px 0px 0px 0px; padding:1px 1px 1px 3px; border: 1px solid #A4A4A4; background-color: #FAFAFA;}

/*Barras das percentagens*/
#barras{
  width:100%;
  height:23px;
  float:left;
  margin: 2px 0;
}
.barra1, .barra2, .barra3{ 	
  color:#FFF;
  padding-left:2px;
  height:23px;
  line-height:23px;
}
.barra1{ background-color: #FF0000; }
.barra2{ background-color: #0000FF; }
.barra3{ background-color: #009933; }

#fundo{
	background: #FAFAFA;
	margin:0px;
    padding:0px;
	float: left;
	border-right: 0px solid #dddddd; /*----- linha branca do lado direito*/
	/*height: 500px;*/
	width: 100%;
}

/*** CABEÇALHO ****/
#cabecalho{
	background: #5f6f81;  /*cor cinza */
	margin:0;
    padding:0;
	height: 80px;
	width: 100%;
	clear: both; /*posicionando as outras DIV abaixo do CABECALHO*/
}
#cab1{ /* barras à esquerda */
	background: #5f6f81;  /*cor cinza */
	float: left;
	height: 80px;
	width: 10%;
} 
#cab3{ /* barras à direita*/
	background: #5f6f81;  /*cor cinza */
	float: right;
	height: 80px;
	width: 10%;
} 
#cab2{ /* barras centrais */
	background: #5f6f81;  /*cor cinza */
	float: left;
	height: 80px;
	width: 80%;
}

/*** MENUS ****/
#menus{
	background: #5f6f81;  /*cor cinza */
	margin: 0;
    padding: 0;
	height: 46px;
	width: 100%;
	clear: both; /*posicionando as outras DIV abaixo do MENUS*/
}
#me1{ /* barras à esquerda */
	background: #5f6f81;  /*cor cinza */
	float: left;
	height: 46px;
	width: 10%;
} 
#me3{ /* barras à direita*/
	background: #5f6f81;  /*cor cinza */
	float: right;
	height: 46px;
	width: 10%;
} 
#me2{ /* barras centrais */
	background: #5f6f81;  /*cor cinza */
	float: left;
	height: 46px;
	width: 80%;
}

.menuTexto{
	padding: 30px 0px 0px 12px;  /*cima, direita, baixo, esquerda*/
	float: left;
	font-size: 70px;
	color: #ffffff;
	/*text-align: center; */
	width: 40%;
}
.menuImagensESRP{
	padding: 13px 4px 13px 10px;  /*cima, direita, baixo, esquerda*/
	float: right;
	text-align: center;
	/* border-right: 1px solid #dddddd; ----- linha branca do lado direito*/
	width: 22%;
}
.menuImagensRP{
	padding: 6px 10px 9px 10px;  /*cima, direita, baixo, esquerda*/
	float: right;
	/*text-align: center; */
	border-right: 1px solid #dddddd;
	width: 15%;
}

/*** CORPO ****/
#corpo{
	margin:0;
    padding:0;
	height: 400px;
	width: 100%;
	clear:both; /*posicionando as outras DIV abaixo do MENUS*/
	/*
	min-height: 100%;
	position: relative;
	overflow: auto; fixa o corpo e coloca o rolup*/
}
#corp1{ /* barras à esquerda */
	float: left;
	height: 400px;
	width: 10%;
} 
#corp3{ /* barras à direita*/
	float: right;
	height: 400px;
	width: 10%;
} 
#corp2{ /* barras centrais */
	padding: 10px 10px 50px 10px;  /*cima, direita, baixo, esquerda*/
	margin: 0px 0px 30px 0px;
	float: left;
	min-height: 400px; /* coloca a latura no mínimo a 380px, aumenta quando o texto ultrapassa*/
	width: 78%; /* retirar 2% por causa do padding */
	/*background: #adf35d;*/
}

/*** RODAPÉ ****/
#rodape{
	background: #5f6f81;  /*cor cinza */
	margin: 0;
    padding:0;
	height: 50px;
	width: 100%;
	clear:both; /*posicionando as outras DIV abaixo do MENUS*/
	position: absolute; /*fixa o rodapé no fundo da janela*/
	bottom: 0px;
}
#rod1{ /* barras à esquerda */
	background: #5f6f81;  /*cor cinza */
	float: left;
	height: 50px;
	width: 10%;
} 
#rod3{ /* barras à direita*/
	background: #5f6f81;  /*cor cinza */
	float: right;
	height: 50px;
	width: 10%;
} 
#rod2{ /* barras centrais */
	padding: 15px 10px 0px 10px; /* cima, direita, baixo, esquerda*/
	background: #5f6f81;  /*cor cinza */
	float: left;
	font-weight: 80;
	text-align: right;
	color: #ffffff;
	height: 35px;
	width: 78%; /* retirar 2% por causa do padding */
}



/* *********************** MENUS *****************************/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #5f6f81; /* cor cinza */
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #5f6f81;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #546272;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}
/* *********************** FIM MENUS *****************************/
