/*****************************/
/*** Core html setup stuff ***/
/*****************************/

@charset "UTF-8";

html {
  height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  color: #111;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  background-color:#333;
  line-height: 130%;
}


/* Normal link */
a {
  color: #006699;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #333333;
  text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

li {
  margin-top: 14px;
  margin-left: -10px;
}

/*****************************************/

div#full_container {
  position: absolute;
  left: 0;
  top: 0;
  float: top;
  width: 100%;
  height: 100%;
  vertical-align:top;
}

div#center_container {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  width: auto;
  background-color: white;
}

div#header_mobile {
  float: top;
  width: 100%;
}

div#header {
  float: top;
  width: 100%;
  max-height: 163px;
  display: none;
}

div#logo_mobile {
  height: 100%;
  background-color: #608540;
}

div#logo {
  height: 100%;
  background-color: #608540;
  display: none;
}

#logotipo_mobile {
  margin: 0;
}

#logotipo {
  display: none;
  margin: 0;
}

div.menu {
  float: top;
  width: 100%;
  height: 34px;
  background-color: #4a6236;
  
}

div#middle {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 5;
}

div#direito_mobile {
  float: top;
  width: 100%;
}

div#direito {
  float: right;
  width: 20%;
  margin-right: 5%;
  margin-top: 10px;
  min-height: 300px;
  display: none;
}

div#contents {
  padding: 10px;
}

div#bottom {
  padding: 10px;
}

/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading, h1, h2 {
  margin: 0;
  letter-spacing: 2px;
  color: #2D481F;
  font-size: 16px;
  padding-left: 0px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

a.category {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}

strong {
  color: #434A26;
  font-weight: 600;
}


/* Tabelas */

table {
  font-size:12px;
}

table.prog {
  color: black;
  margin: 3px;
  border:#ccc 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

table.prog tr {
  padding-left: 2px;
}
table.prog td:first-child {
  border-left: 0;
}
table.prog td {
  padding: 3px;
  border-top: 1px solid white;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  vertical-align: middle;
}
table.prog td strong{
  color: #004951;
}
table.prog tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.prog tr:last-child td {
  border-bottom:0;
}
table.prog tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table.prog tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}

table.prog2 {
  color:#black;
  font-size:13px;
  margin: 0;
  border: 1px dotted #0097A8;
}

table.prog2 tr {
  padding-left: 2px;
}
table.prog2 td {
  padding: 6px;
  border-bottom: #0097A8 0 solid;
}

/* HR */

hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #666666, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #666666, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #666666, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #666666, #8c8b8b, #f0f0f0); 
}

a.prev, a.next {
  display: none;
}

td.bola, td.bola a, td.bola:hover {
  font-size: 13px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 180%;
}

div.bola {
  float: left;
  width: 126px;
  height: 126px;
  padding: 3px;
}

.branco, .branco a, .branco a:hover {
  color: white;
}

.preto, .preto a, .preto a:hover {
  color: black;
}

select::-ms-expand {
    display: none;
}


/**/
/**/
/**/
/**/
/**/
/* MOBILE *************************************************************************************/

@media screen and (max-width: 600px) {
/*  .js .tinynav { float: right; display: block; width: 200px; height: 28px; background-color: #5D7B44; border: 1px solid #4a6236; color: #89b664; font-size: 14px; margin-top: 3px; margin-right: 3px; padding-top: 3px;} */
  .js #nav { display: none }
  div.menubolinhas { display: none; }
  div.menu_spacer { display: none; }
  div.direito { display: none; }
  div.direito_mobile { display: block; }


  .js .tinynav {
    float: right;
    display: block;
    width: 74px;
    height: 22px;
    background: transparent url("/era2016/templates/site/imagem/menu.png") right center no-repeat;
    color: #789f57;
    font-size: 14px;
    padding-right: 100px;
    margin-top: 6px;
    margin-right: 5px;
    border: 0 !important;
     -webkit-appearance: none; 
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }

div.separador {
  width: 98%;
  height: 1px;
  background-color: #d9dadb;
}




}





/**/
/**/
/**/
/**/
/**/
/* PC *************************************************************************************/

@media only screen and (min-width: 600px) {

.js .tinynav { display: none }

div#center_container {
  max-width: 990px;
}

div#header_mobile {
  display:none;
}

div#header {
  display: table;
}

div#logo_mobile {
  display: none;
}

div#logo {
  display: block;
}

#logotipo_mobile {
  display: none;
}

#logotipo {
  display: block;
}

div.menu {
  display: none;
}

div.menu_spacer {
  float: top;
}

div#middle {
  left: 0;
  max-width: 990px;
}

div#contents {
  float: left;
  width: 54%;
  margin-top: 10px;
  margin-left: 12%;
  padding: 10px;
}

div#direito_mobile {
  display: none;
}

div#direito {
  display: block;
}

div#bottom {
  float: left;
  width: 98%;
  min-height: 98px;
  margin-top: 0;
  margin-left: 0;
  background-color: white;
}

div#header {
  margin-top: 10px;
}

/*****************************************/

/* celula unica de tabela com bordas arredondadas */

td.arredondado, button.arredondado {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

table, th, td {
   border-color: #ccc;
}

a.prev, a.next {
  display: table;
  width: 25px;
  height: 24px;
  float: left;
  margin: 23px 14px 0 2px;
  z-index: 100;
}

a.prev {
  padding: 0;
}

a.next {
  display: none;
}

a.prev:hover, a.next:hover {
}

img.circle {
  vertical-align: middle;
  padding: 0 2px 0 10px;
}


div.separador {
  width: 57%;
  height: 1px;
  margin-left: 100px;
  background-color: #d9dadb;
}


/* menu de bolinhas */

div#menubolinhas_separador {
  width: 54%;
  height: 1px;
  background-color: #d9dadb;
  margin: 15px 0 0 12%;
}

div.menubolinhas {
  float: top;
  margin-left: 12%;
  width: 58%;
  height: 90px;
  padding-top: 20px;
  z-index: 20;
}

div.bolinhas {
  float: left;
  height: 54px;
  width: 24%;
  white-space: nowrap;
  word-break: break-all;
  letter-spacing: -0.5px;
}

div.bolinhas, div.bolinhas a, div.bolinhas a:hover {
  font-size: 11px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
}

div.bolinhas img {
  margin: 0 0 0 2px;
}

} /*PC*/
