.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 .main {
  padding-top: 80px;
}
html body p,
html body ul,
html body li {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
}
html body p a:active,
html body ul a:active,
html body p a:visited,
html body ul a:visited {
  color: #fff;
}
html body p a,
html body 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;
}
html body p a:hover,
html body ul a:hover {
  color: #e99451;
}
html body h1 {
  font-size: 16px;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  line-height: 140%;
}
html body h1.titulo-azul {
  color: #82B8E1;
}
html body h1.titulo-branco {
  color: #FFF;
}
html body p.paragrafo-azul {
  color: #82B8E1;
}
html body .main ul li {
  margin: 5px 0;
  list-style: inside;
  list-style-image: url('../images/layout/seta-pequena.png');
}
