full_table_list
     
        /*css global tabela*/
        .full_table_list {cellspacing: 2; cellpadding: 2;}
         /*Definido cor do cabeçalho*/
        .full_table_list th:nth-child(even) {background: #1F497D; color:#FFFFFF; font: 12pt Segoe UI; font-weight: bold;}
		.full_table_list th:nth-child(odd) {background: #1F497D; color:#FFFFFF; font: 12pt Segoe UI; font-weight: bold;}
	      /*Definido cor das linhas pares*/
        .full_table_list tr:nth-child(even) {background: #EDEFF2; font: 12pt Segoe UI;}
          /*Definindo cor das Linhas imp?es*/
        .full_table_list tr:nth-child(odd) {background: #FFFFFC;; font: 12pt Segoe UI;}
}

/* IMG RESPONSIVA */
img {
	max-width:100%;
	height:auto;
}
p {
	font: 12pt Segoe UI;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}
.recuo {
	margin-left: 50%;
	font: 12pt Segoe UI;
	font-style: oblique;
	text-align: justify;
}
.indent {
	font: 12pt Segoe UI;
	text-indent: 20px;
	text-align: justify;
}
.nota {
	font: 12pt Segoe UI;
	background-color: #FFFFCC;
	border: 1px solid #333333;
	text-align: justify;
	padding: 5px;
	/* font-weight: bold; */ 
	font-style: oblique;
}
.destac {
	font: 12pt Segoe UI;
	color: red;
	/* font-weight: bold; */ 
	/* font-style: oblique; */
	text-align: justify;
}
.title {
	font: 14pt Segoe UI;
	margin-top: 15px;
	/* padding: 35px; */
	/* color: #CC3300; */
	font-weight: bold;
	/* font-style: oblique; */
	text-align: center;
}
.date {
	font: 12pt Segoe UI;
	/* color: #CC3300; */
	/* font-weight: bold; */
	/* font-style: oblique; */
	text-align: center;
}
.parts {
	font: 12pt Segoe UI;
	/* color: #CC3300; */
	font-weight: bold;
	/* font-style: oblique; */
	text-align: center;
}
.partsdestac {
	font: 12pt Segoe UI;
	color: red;
	font-weight: bold;
	/* font-weight: bold; */ 
	/* font-style: oblique; */
	text-align: center;
}
.rel {
	margin: 20px 0 0 23px;
	padding: 5px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}

hr {
  border: 0;
  width: 90%;
  color: #B1C3DB; 
  background-color: #B1C3DB;
  height: 1px;
  /* box-shadow: 2px 1px 1px #808080; */
}

/* NOTA */



/* Alerta Erro
----------------------------------------------- */
/* Geral */
.alerta {
	padding: 25px;
	border: 1px solid gray;
	border-radius: 6px;
	margin: 10px;
	font-size: 14px;
	text-align: justify;
	}

.vermelho {
	border-color: #e9baba;
	color: #111111;
	background-color: #ffcccc;
}
.verde {
	border-color: #AFD095;
	color: #111111;
	background-color: #DDE8CB;

}
.amarelo {
	border-color: #443205;
	color: #111111;
	background-color: #FFFFD7;

}
.azul {
	border-color: #5279A3;
	color: #111111;
	background-color: #DEE6EF;
}

.cinza {
	border-color: #666666;
	color: #111111;
	background-color: #EEEEEE;
}

.branco {
	border-color: #111111;
	color: #111111;
	background-color: #FFFFFF;
}

/* img responsiva */
img {
	max-width:100%;
	height:auto;
}

hr {
  border: 0;
  width: 90%;
  color: #A4914A; 
  background-color: #A4914A;
  height: 1px;
  /* box-shadow: 1px 1px 1px #000000; */
  
} 

/* BOTÕES*/

/* botao azul */
.buttonblue {
background-color: #D3DAD8;
border: none;
padding: auto;
width: auto;
border-radius: 2px;
color: black;
font-size: 13px;
font-weight:bold;
margin: 2px;
}
.buttonblue:hover {
background-color: #EDEFF2;
color: red;
cursor: pointer;
}
.background {
  background-color: #3D6284;
}
.buttonblue:active {
	position:relative;
	top:1px;
}

/* Flutuante */
div.floating-menu-top {position:fixed;width:100%;z-index:100;top:0%;}
div.floating-menu-top a, div.floating-menu-top h3 {display:block;margin:0 0.5em;}

SPAN.searchword {
	background-color: yellow; red; green;
	color: black;
}

/* título do texto*/
