/* Definições Gerais */

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  font-size: 12px;
  font-family: Verdana, Sans-serif;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

/* Definições de Conteúdo */

#pagina {
  width: 882px;
  margin: auto;
  background: #fff;
}

#container {
  z-index: 1;
}

#container a:link {
  color: #393939;
  text-decoration: none;
}

#container a:hover {
  color: #595959;
  text-decoration: none;
}

/* Definições da Coluna Central */

#centro {
  float: left;
}

/* Definições da Coluna da Direita */

#direita {
  float: left;
  width: 210px;
  padding-left: 10px;
}

#cabecalho {
}

/* Definições do Menu de Navagação */

ul.menubar {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  background: #ffffff; /* IE6 Bug */
  font-family: Verdana, Sans-serif;
  text-transform: uppercase;
}

ul.menubar .submenu:first-child {
  border: none;
}

ul.menubar .submenu {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #203830;
  border-left: 1px solid #ffffff;
}

ul.menubar ul.menu {
  z-index: 2;
  display: none;
  position: absolute;
  margin: 0px;
}

ul.menubar a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 15px 10px 15px;
  background: #203830;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}

ul.menu, ul.menu ul {
  margin: 0;
  padding: 0;
  position: absolute;
  border-bottom: 1px solid #ccc;
  width: 185px; /* Width of Menu Items */
  background: #FFFFFF; /* IE6 Bug */
}

ul.menu li {
  position: relative;
  list-style: none;
  border: 0px;
  z-index: 1;
}

ul.menu li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 6px 20px 6px 10px;
}

ul.menu li a:hover {
  color: #203830 !important;
  display: block;
  background: #f1f1f1;
  text-decoration: none;
  padding: 6px 20px 6px 10px;
}

ul.menu li sup {
  font-weight: bold;
  font-size: 7px;
  color: yellow;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li {
  height: 1%;
  float: left;
}
* html ul.menu li a {
  height: 1%;
}
/* End */

ul.menu ul {
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}

ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */

ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }

ul.menu li a:hover { color: #FFFFFF; }

/* Definições da Barra de Acesso */

#acesso {
  width: 100%;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#acesso #capa {
  background-color: #a7a9ac;
  color: #595959;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 378px;
}

#acesso #webmail {
  background-color: #a7a9ac;
  border-left: 4px solid #595959;
  color: #223A32;
  float: left;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100px;
}

/* Definições do Formulário de Login */

#acesso form {
  background-color: #223A32;
  font-weight: bold;
  color: #a7a9ac;
  float: left;
  margin-top: 5px;
  padding-bottom: 9px;
  padding-top: 9px;
  text-align: center;
  width: 380px;
}

#acesso form input {
  border: 1px solid #eee;
}

#acesso form button#enviar {
  background-color: #223A32;
  color: #a7a9ac;
  font-size: 14px;
  font-weight: bold;
}

/* Definições da Borda Superior Tachada */

.bordasuperior {
  margin-top: 5px;
  margin-bottom: 15px;
  background: #ffffff;
  border-top: 2px solid #203830;
}

/* Divisão Superior da Coluna Central */

#cima {
  width: 660px;
}

#cima #noticias {
  z-index: 0;
  float: left;
  width: 440px;
  height: 100%;
  color: #595959;
  margin-right: 2px;
  background: #d1d2d4;
  text-align: justify;
}

#cima #noticias a:visited {
  text-decoration: none;
}

#cima #noticias #manchete {
  height: 260px;
  padding: 15px;
  margin-bottom: 10px;
}

#cima #noticias #manchete h1 {
  font-size: 18px;
  letter-spacing:-1.5px;
  margin: 5px 0px 10px 0px;
}

#cima #noticias #manchete h1 a:visited {
  color: #595959;
  font-size: 18px;
  margin-bottom: 10px;
}

#cima #noticias #manchete p {
  font-size: 12px;
}

#cima #noticias #manchete img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#cima #noticias #lista {
  color: #fff;
  height: 290px;
  padding: 10px;
  font-size: 12px;
  background: #a7a9ac;
  font-family: Verdana, Sans-serif;
}

#cima #noticias #lista ul {
  list-style: none;
}

#cima #noticias #lista li {
  padding: 5px 0px 5px 0px;
}

#cima #noticias #lista a {
  color: #eeeeee;
}

#cima #noticias #lista a:hover {
  color: #ffffff;
}

.conteudo {
  height: 100%;
  width: 650px;
  color: #595959;
  font-family: Verdana, Sans-serif;
  background: #fff repeat-x;
}

.conteudo #margem {
  font-size: 13px;
  min-height: 195px;
  font-family: Verdana, Sans-serif;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #aaa;
}

.conteudo #margem ul {
  padding-left: 2em;
}

.conteudo #margem h1 {
  font-size:18px;
  margin: 10px 0;
  padding: 5px 0 0;
  letter-spacing: -1.5px;
}

.conteudo #margem p {
  font-size: 12px;
}

.conteudo #margem img.esquerda {
  float: left;
  padding: 0px;
  margin: 5px 10px 0px 0px;
}

.conteudo #margem img.jornal {
  float: none;
  border: 0px;
}

.conteudo h1 {
  font-size: 12px;
  margin-bottom: 10px;
}

.conteudo p {
  font-size: 10px;
  text-align: justify;
  margin-bottom: 10px;
}

.conteudo img.esquerda {
  float: left;
  margin: 10px;
}

.conteudo #lista {
  background-color :#a7a9ac;
  color: #fff;
  font-size: 12px;
  font-family: Verdana, Sans-serif;
  padding: 10px;
  margin: 0 0 10px 0;
}

.conteudo #lista ul {
  list-style: none;
}

.conteudo #lista ul li {
  padding: 2px 0;
}

.conteudo #lista ul li a {
  color: #fff;
}

/* Definições do Destaque */

#cima #destaque {
  float: left;
  width: 190px;
  height: 100%;
  margin-left: 20px;
}

#cima #destaque ul {
  list-style: none;
}

#cima #destaque ul li {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

/* Classe de Definição do Estilo do Rótulo */

.rotulo {
  color: #ffffff;
  margin: 15px;
  padding: 6px;
  position: relative;
  top: 4px;
  *top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  background: #203830;
  border-top: none;
  border-left: 2px solid #203830;
  border-right: 2px solid #203830;
  border-bottom: 2px solid #203830;
}
/* Estilos da Divisão Inferior da Coluna Central */

#baixo h1 {
  background: #203830;
  color: #FFFFFF;
  font-family: Verdana,Sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  width: 120px;
}

.calendario {
  margin-top: 20px;
}

/* Estilos de Listagem da Coluna da Direita*/

#direita #agenda ul {
  font-family: Verdana, Sans-serif;
  font-size: 10px;
  list-style: none;
}

#informativo img {
  float:right;
  margin:20px auto;
  text-align:center;
}

#informativo
span.rotulo
a {
  color: #fff;
  text-decoration:none;
}

/* Rodapé */

#rodape {
  color:white;
  width: 870px;
  height: 45px;
  padding: 5px;
  text-align: left;
  background: #223A32;
}
#logo
{
    float: right;
}
/* Tableless */

.tableless label, .tableless input, .tableless select {
  width: 140px;
  display: block;
  margin-bottom: 5px;
}

.tableless label {
  margin-top: 1px;
  width: 100px;
}

.tableless label.col {
  text-align: right;
  margin-right: 5px;
  width: 80px;
}

.tableless input, .tableless textarea, .tableless select {
  border: 1px solid #C2C6C7;
}

.tableless input[type="hidden"], .tableless input.hidden {
  display: none;
}

.tableless textarea {
  width: 270px;
  float: left;
}

.tableless br {
  clear: both;
}

.tableless fieldset {
  border: 1px solid #727677;
  padding: 5px;
  margin: 5px;
}

.tableless label.error {
  border: 1px dotted;
  margin-left: 5px;
  padding: 0 5px;
  color: #82C428;
}

.tableless div.radio input {
  float: none;
  display: inline;
  margin-right: 5px;
}

.contato {
  width: 320px;
  padding: 10px;
}

.tableless .crn, .tableless .ano_formacao {
  display: none;
}

.tableless input.hidden {
  display: none;
}

/* Definições do Calendário */

.evento {
  background-color: green;
}

.loading {
  background-image: url(../imagens/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}

/*** Jornais ***/

.listajornais {
  margin-top: 10px;
}

.itemjornal {
  width: 150px;
  float: left;
  border: 1px dotted black;
  min-height:320px;
  margin-right: 5px;
}

.itemjornal .jornal {
  margin-left: auto;
  margin-right: auto;
  width:100px;
  min-height:280px;
}

.itemjornal .rotulo {
  border: 0;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  position: relative;
  text-align: center;
}

.maisnoticias {
  clear: both;
  height: 17px;
  float: right;
  margin-top: 10px;
  list-style: none;
  text-align: right;
  font-weight: bold;
  background: #203830;
  padding: 5px !important;
  text-transform: uppercase;
}

.video_player
{
  height: 250px;
  width: 360px;
}

.conteudo .checkbox_item {
  display: inline;
  margin-left: 12px;
  width: 250px;
}
.conteudo input {
  width: 250px;
}
#emailcad {
  width: 150px;
  display:inline;
}

.conteudo label {
  width: 250px;
}

/* Mapa do Site */

#MapaSite {
  height: 260px;
  color: #223A32;
  font-size: 10px;
  list-style: none;
  margin-top: 15px;
  font-weight: bold;
  *padding-bottom: 0px;
  padding: 5px 5px 20px;
  font-family: Verdana, Sans-serif;
  text-transform: uppercase;
}

#MapaSite a {
  color: #223A32;
  display: block;
  padding: 2px 0;
  text-decoration: none;
}

#MapaSite a:hover {
  color: #FFF;
  display: block;
  padding: 2px 0;
  background: #223A32;
  text-decoration: none;
}

#MapaSite li {
  *list-style-position: outside;
  padding: 2px 0px 2px 0px;
}

.B1 {
  float: left;
  display: block;
  padding: 0px 10px 0px 0px;
  *padding: 0px 0px 0px 0px;
}

.B2 {
  float: left;
  display: block;
  padding: 0px 10px 0px 10px;
}

.B3 {
  float: left;
  display: block;
  padding: 0px 10px 0px 10px;
}
#Classe, #Tipo
{
  margin-top:30px;
  float: left;
}

.classeConsulta
{
  width: 300px !important;
}

.mail-a {
  text-align: center;
  margin: 20px auto;
}

.palestra_return {
  text-align: right;
  padding: 15px 0 5px 0;
}

.palestra_return a, a:active, a:visited {
  color: #555;
  text-decoration: none;
}
.radio_box
{
    width: 290px;
}
.radio_bol
{
    width: 10px !important;
    display:inline !important;
    margin-top:10px;
    margin-right:10px;
    margin-left:20px;
}
.msg_separadas
{
    margin-top:30px;
}
.input1
{
    float:right;
    width:100px !important;
}
