input[type="text"] {
  height: 30px; }

input[type="password"] {
  height: 30px; }

input[type="datetime"] {
  height: 30px; }

input[type="datetime-local"] {
  height: 30px; }

input[type="date"] {
  height: 30px; }

input[type="month"] {
  height: 30px; }

input[type="time"] {
  height: 30px; }

input[type="week"] {
  height: 30px; }

input[type="number"] {
  height: 30px; }

input[type="email"] {
  height: 30px; }

input[type="url"] {
  height: 30px; }

input[type="search"] {
  height: 30px; }

input[type="tel"] {
  height: 30px; }

input[type="color"] {
  height: 30px; }

.uneditable-input {
  height: 30px; }

#cssmenu {
  margin: .0em .5em; }

.desabilitar {
  color: #CCCCCC; }

#logoPrincipal {
  width: 10em;
  margin: 0 1em 0 2em; }

#corpo {
  text-align: center;
  min-height: 40em; }

div#topo {
  background: none repeat scroll 0 0 #3B5998;
  color: white; }

div#usuario {
  float: right;
  margin: 0.3em 1em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2); }

#nomeSistema {
  left: 48%;
  font: 1.4em normal sans-serif;
  color: white;
  position: absolute;
  margin-top: 1px; }

#subTituloSistema {
  left: -34%;
  font-size: .7em;
  color: rgba(255, 255, 255, 0.35);
  position: relative;
  margin-top: -7px; }
