/******************************* Padrao.html **************************************/
  html,
  body {
    height: 98%;
    /* The html and body elements cannot have any padding or margin. */
    padding-top:0px;
    margin:0px;
    background: transparent; 
    background: #fcfcfc;         
  }
  
  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -35px;
  }

  /* Set the fixed height of the footer here */
  #push,
  #footer {
    height: 60px;
  }
  
  #footer {
    background-color: #e9e9e9;
  }

  /* Lastly, apply responsive CSS fixes as necessary */
  @media (max-width: 767px) {
    #footer {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }      
  
  .container {   
  }
  
  .container .credit {
    margin: 20px 0;
  } 
  
  header {    
    padding: 0px;
    margin:0px;
    background: gold; /*url(../../comum/img/logo1.png) repeat-x;*/
    border-bottom:5px solid #cccccc;
    min-height:120px; 
    line-height:120px;
  }
  
  header img {
    padding: 0px;
    height:120px;
  } 
  
  .menu {
    padding:0px;
    margin:0px;
  }
  
  .navbar-inner {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;  
  }
    
/******************************* Index.html **************************************/

  #index .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    background-color: #f2f2f2;
    
    border: 1px solid #e5e5e5;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.05);
       -moz-box-shadow: 0 5px 5px rgba(0,0,0,.05);
            box-shadow: 0 5px 5px rgba(0,0,0,.05);
  }
  #index .form-signin .form-signin-heading,
  #index .form-signin .checkbox {
    margin-bottom: 10px;
  }
  #index .form-signin input[type="text"],
  #index .form-signin input[type="password"] {
    font-size: 20px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
  }  
  
/*********************************************************************************/  

.barraDivisoria {
  background:#eeeeee;
  background:#cccccc;
  text-align:center;
}
    
#menu_nav {
  margin-bottom:0px;
}

#menu_nav .brand {    
  max-width:138px;      
}

#menu_nav .brand:hover {
  color:#999999;
  cursor:default;
}    

.ui-widget button {
  -webkit-writing-mode: horizontal-tb;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  display: inline-block;
  background-color: white;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  white-space: pre;
  -webkit-align-items: flex-start;
  border: 2px outset buttonface;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-sizing: border-box;
  padding: 1px 6px;
  margin: 0;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 0;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-appearance: button;
  cursor: pointer;
  width: auto;
}

#filtros {
  max-width:800px;
  margin: 0 auto;
}

  input,a, label, select, td, th {
    font-size:18px;  
  }
