.inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.aviso {
  color: #9F6000;
  background-color: #FEEFB3;
  border: 2px #9F6000 solid;
}
.sucesso {
  border: 2px #C6D880 solid;
  background-color: #E6EFC2;
  color: #264409;
}
.falha {
  border: 2px #D8000C solid;
  color: #D8000C;
  background-color: #FFBABA;
}
.offscreen {
  display: block;
  text-indent: -999999999px;
}
.clear {
  clear: both;
}
.escondido {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-full {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
.estilosCKE p,
.estilosCKE ul,
.estilosCKE li {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
}
.estilosCKE p a:active,
.estilosCKE ul a:active,
.estilosCKE p a:visited,
.estilosCKE ul a:visited {
  color: #fff;
}
.estilosCKE p a,
.estilosCKE ul a {
  color: #fff;
  text-decoration: underline;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.estilosCKE p a:hover,
.estilosCKE ul a:hover {
  color: #e99451;
}
.estilosCKE h1 {
  font-size: 16px;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  line-height: 140%;
}
.estilosCKE h1.titulo-azul {
  color: #82B8E1;
}
.estilosCKE h1.titulo-branco {
  color: #FFF;
}
.estilosCKE p.paragrafo-azul {
  color: #82B8E1;
}
html body {
  background: #231f20;
}
html body #wrapper {
  width: 850px;
  padding: 0 0;
  margin: 0 auto;
  margin-top: 95px;
  font-size: 0;
}
html body #wrapper aside {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 190px;
}
html body #wrapper aside a#link-home {
  display: block;
  margin-bottom: 55px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
html body #wrapper aside a#link-home img {
  max-width: 100%;
}
html body #wrapper aside nav {
  position: relative;
  padding: 30px 0;
  border-top: 1px #e99451 solid;
}
html body #wrapper aside nav:before {
  position: absolute;
  width: 49%;
  height: 3px;
  top: -2px;
  left: 0;
  display: block;
  background: #e99451;
  content: "";
}
html body #wrapper aside nav ul {
  list-style: none;
}
html body #wrapper aside nav ul li {
  margin-bottom: 20px;
}
html body #wrapper aside nav ul li a {
  display: block;
  text-decoration: none;
  font-family: 'Calibri', sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  border-left: 0px #82b8e1 solid;
  padding-left: 0px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
html body #wrapper aside nav ul li a:active,
html body #wrapper aside nav ul li a:visited {
  color: #fff;
}
html body #wrapper aside nav ul li a:hover,
html body #wrapper aside nav ul li a.ativo {
  color: #82b8e1;
  border-left: 3px #82b8e1 solid;
  padding-left: 9px;
}
html body #wrapper .main {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 70px;
  width: 590px;
  padding-bottom: 35px;
}
html body #wrapper footer {
  clear: both;
  padding-top: 21px;
  border-top: 1px #e99451 solid;
  position: relative;
}
html body #wrapper footer:before {
  position: absolute;
  width: 95px;
  top: -2px;
  height: 3px;
  left: 0;
  content: "";
  display: block;
  background: #e99451;
}
html body #wrapper footer p {
  color: #a7a7a7;
  font-family: 'Calibri', sans-serif;
  font-size: 10px;
  font-weight: bold;
}
html body #wrapper footer a {
  margin-top: -12px;
  font-family: 'Calibri', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: right;
  color: #a7a7a7;
  text-decoration: none;
  border-bottom: 1px dotted #231f20;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
html body #wrapper footer a img {
  vertical-align: -1px;
  margin-left: 2px;
}
html body #wrapper footer a:active,
html body #wrapper footer a:visited {
  color: #a7a7a7;
}
html body #wrapper footer a:hover {
  color: #e99451;
  border-bottom: 1px dotted #e99451;
}
