.TITULO_PAG_0 {
  color: Black;
  font-size: 14px;
  text-align: center;
  font-style: bold;
  font-family: Franklin Gothic Medium Cond;
  text-decoration: none;
  border-right: 1px dotted gray;
}
.TITULO_PAG_1 {
  color: white;
  font-size: 14px;
  text-align: center;
  font-style: bold;
  font-family: Franklin Gothic Medium Cond;
  border-right: 1px dotted gray;
  background-color: rgb(235,236,236);
}
.RODAPE {
  color: white;
  font-size: 12px;
  font-family: Arial;
}
.TEXTO_GERAL {
  font-size: 12px;
  font-family: Verdana;
  text-align: justify;
}
.TEXTO_FORM {
  font-size: 12px;
  font-family: Verdana;
  text-align: justify;
  color: Teal;
}
.TEXTO_CITACAO {
  font-size: 12px;
  font-style: italic;
  font-family: Verdana;
  text-align: justify;
  padding-left: 100px;
  padding-right: 20px;
}
.FIELDS_GERAL {
  font-size: 12px;
  font-family: Verdana;
  border: 1px solid silver;
  height: 20px;
}
.DESTAQUE {
  font-size: 12px;
  font-family: Verdana;
  text-align: justify;
}
.DESTAQUE_LINK {
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  text-align: left;
  color: rgb(69,132,177);
  cursor: pointer;
  text-decoration: none;
/*  position: absolute;
  bottom: 20px; */
}
.DESTAQUE_TITULO {
  color: gray;
  font-size: 24px;
  font-family: Arial;
  text-align: left;
}
.DESTAQUE_TEXTO_IMG {
  font-size: 14px;
  font-family: Verdana;
  text-align: center;
}
.DESTAQUE_IMG {
  border: 1px solid gray; /*rgb(69,132,177); */
  width: 435px;
  height: 320px;
  padding: 5px;
}
.DESTAQUE_IMG_MINI {
  border: 1px solid gray;
/*  width: 120px;
  height: 88px;*/
  width: 100px; 
  height: 75px;
  cursor: pointer;
/*  opacity: 0.4;
  filter: alpha(opacity=40)*/
}
.DESTAQUE_PORTFOLIO {
  border: 1px solid gray;
  width: 150px;
  height: 112px;
  padding: 5px;
}
.DESTAQUE_HOME_IMG {
  border: 1px solid gray;
  width: 120px;
  height: 88px;
  padding: 3px;
  background-color: white;
}
/******************************************************/
a.RODAPE {
  color: white;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
}
a.TITULO_PAG {
  color: white;
  font-size: 24px;
  font-family: Franklin Gothic Medium Cond;
  cursor: pointer;
  text-decoration: none;
}
a.DESTAQUE_LINK {
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: rgb(69,132,177);
  cursor: pointer;
  /*position: relative;
  bottom: -15px;*/
}
a {
  color: #03818F;
}
/******************************************************/
.MENU_BOX {
  position: relative;
  /*width: 100%;*/
  /*height: 100%;*/
  left: 0px;
  top: 0px;
  border: 0px;
  background-color: AliceBlue;
  back-ground-color: rgb(220,220,220);
  z-index: 3;
  float: left;
  padding: 10px !important; /* Necessário para o FireFox! */
  padding: 10px; 
  -moz-box-sizing:border-box;
  box-sizing:border-box;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
  voice-family: "\"}\"";
  voice-family: inherit;
  /*width: 200px;*/
}
.MENU_ROW {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  color: Teal;
  border-bottom: 1px dotted gray;
  margin-top: 2px;
  padding-bottom: 3px;
}
.MENU_ROW_ON {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  color: Teal;
  border-bottom: 1px dashed gray;
  margin-top: 2px;
  padding-bottom: 3px;
}
.SUBMENU_ROW {
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  font-family: Verdana;
  color: Teal;
  /*font-weight: bold; */
  border-bottom: 1px dotted gray;
  margin-left: 10px;
  margin-top: 2px;
  padding-bottom: 3px;
}
.PRINCIPAL_BOX {
  position: relative;
  /*width: 100%;*/
  left: 0px;
  top: 0px;
  border: 0px;
  background-color: rgb(235,236,236);
  border: 0px dashed gray;
  padding: 10px !important; /* Necessário para o FireFox! */
  padding: 10px;
  z-index: 0;
  float: left;
  voice-family: "\"}\"";
  voice-family: inherit;
}
.DESTAQUE_BOX {
/*  position: relative;
  width: 100%;
/*  height: 300px;
  margin-right: 0px;
  margin-left: 0px;
*/  /*left: 0px;
  top: 1px;*/
  border: 1px dotted gray;
  /*background-color: rgb(220,220,220);
  z-index: 2;
  voice-family: "\"}\"";
  voice-family: inherit;
  /*padding: 10px !important; /* Necessário para o FireFox! */
  /*padding: 10px; */
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.DESTAQUE_SMALL_BOX {
  border: 1px dotted gray;
  padding: 10px !important; /* Necessário para o FireFox! */
  padding: 10px; 
  background-color: white; /* rgb(220,220,220); */
/*  background-image: url('./imagens/img_destaque_small.gif'); */
  /*opacity: 0.7;
  filter: alpha(opacity=70);*/
  overflow: scroll;
/*
  z-index: 2;
  voice-family: "\"}\"";
  voice-family: inherit;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
*/
}
.ARTIGO_IMAGEM_L {
  float: left; 
  margin-right: 15px; 
  margin-left: 15px; 
  margin-bottom: 10px; 
  border: 1px solid gray; 
  padding: 3px !important;  /* Necessário para o FireFox! */
  padding: 3px; 
  background-color: white;
}
.ARTIGO_IMAGEM_R {
  float: right; 
  margin-left: 15px; 
  margin-right: 30px; 
  margin-bottom: 10px; 
  border: 1px solid gray; 
  padding: 3px !important;  /* Necessário para o FireFox! */
  padding: 3px; 
  background-color: white;
}
.ARTIGO_IMAGEM_C {
  position: relative;
  left: 25%;
  text-align: center;
  border: 1px solid gray; 
  padding: 3px !important;  /* Necessário para o FireFox! */
  padding: 3px; 
  padding-left: -25%; 
  background-color: white;
}
.ARTIGO_IMAGEM_X {
  margin-left: 15px; 
  margin-right: 30px; 
  margin-bottom: 10px; 
  border: 1px solid gray; 
  padding: 3px !important;  /* Necessário para o FireFox! */
  padding: 3px; 
  background-color: white;
}
.ARTIGO_IMAGEM {
  margin-left: 15px;
  margin-bottom: 10px;
  border: 1px solid gray; 
  padding: 3px !important;  /* Necessário para o FireFox! */
  padding: 3px; 
  background-color: white;
}
.TITULO_SMALL {
  height: 20px;
  padding-top: 2px !important;  /* Necessário para o FireFox! */
  padding-top: 2px; 
  padding-left: 7px !important;  /* Necessário para o FireFox! */
  padding-left: 7px;
  background-color: #03818F; 
  color: white; 
  font-family: Verdana; 
  font-weight: bold; 
  font-size: 12px;
}
.BTN_CANCEL {
  width: 38px; 
  height: auto; 
  border: 2px solid gray; 
  color: black;
  font-size: xx-small; 
  font-style: italic; 
  font-weight: bold; 
  background-color: white;
}
.PAINEL_PRINCIPAL {
  background-color: #E6E6E6; 
  background-image: url('./imagens/img_fundo_pisa2.jpg'); 
  background-repeat: no-repeat; 
  background-position: bottom left; 
  padding: 0px !important; 
  padding: 0px;
}
