/* $Id: styles.css,v 1.1.2.2.2.1 2011/01/11 01:08:49 dvessel Exp $ */

body {
  background: #eeeeee url(../images/bg-canvas.png) top center repeat-y;
}
div.container {
}
div.logo {
  display: block;
  /* height: 50px;
  background: #003896 url(../images/logo.png) 5px 5px no-repeat; */
  height: 80px;
  background: #00711F url(../images/logo2.png) 10px 6px no-repeat;
}
div.claim {
  display: block;
  background: none;
  overflow: hidden;
  margin-bottom: 15px;
}
.claim h1 {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
#censo_mesas {
  max-width: 420px;
  padding: 0 10px 10px 10px;
  margin: 0 auto;
}
.ipsu {
  margin-bottom: 15px;
  text-align: justify;
}
div.t100 {
  min-width: 100%;
  margin: 10px 0px;
  float: left;
}
div.t33 {
  width: 30%;
  margin: 10px 10px 20px 0px;
  float: left;
}
div.ultimo {
  margin-right: 0px;
}
.datapanel {
  border: 1px solid #DDD;
  border-radius: 4px;
}
.datapanel h6 {
  margin: 0;
  background: #ddd;
  padding: 10px;
  text-transform: uppercase;
}
.datapanel p {
  padding: 10px 10px 0px 10px;
}
.t33 p {
  font-size: 24px;
  color: #666;
}