body { 
  font:14px/18px "Helvetica Neue", Arial, sans-serif;
  margin: 10px 20px 20px 15px;
  background:top right no-repeat url(/images/fundo_laranja.png) #faa716;
  height:100%;
}
* { outline: 0 }
v\:* { antialias: true; margin: auto }
a {
  color: #5d2a10;
}
a:hover, a:visited, a:active {
  text-decoration:none;
  color: #5d2a10;
}

#alpha {
  border: 6px dashed #800;
  padding: 10px;
  position: absolute;
  left: 70%;
  top: 72%;
  width: 250px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #800;
  -webkit-transform: rotate(-20deg);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#alpha em {
  font-style: normal;
  font-weight: bold;
}
div.ahhh {
  width:1px;
  height:1px;
}
body.main {
  overflow: hidden;
}
body.main h1 {
  position: absolute;
  left: 40%;
  margin-left:-350px;
  top: 60%;
  z-index:1;
  background:top right no-repeat url(/images/logo_votacao.png);
  width:827px;
  height:357px;
  text-indent: -10000px;
  z-index: -1;
}
body.section h1 {
  z-index:1;
  background:top right no-repeat url(logo-small.png);
  height:40px;
  color:#fff;
  font-weight:bold;
  letter-spacing:-1px;
  text-transform:lowercase;
  padding:0;
  margin:0;
  font-size: 30px;
}

div#criterios {
  position: absolute;
  top: 39%;
  z-index:1;
}
ul#navigation {
  margin-left:100px;
  padding: 0;
  width: 992px;
  height: 430px;
  position: relative;
}

ul#navigation li {
  position: absolute;
  list-style-type: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  margin: 0;
  background: #fff;
  border: 6px solid #afe16d;
  border-radius: 20px;
  width: 160px;
  height: 240px;
  top: -300px;
  font-size: 13px;
  -webkit-box-shadow: 0px 2px 4px #6e8f45;
  -moz-box-shadow: 0px 2px 4px #6e8f45;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
ul#navigation li.big {
  width: 940px;
  height: 240px;
}
ul#navigation li a.nav_li {
  position: absolute;
  display: block;
  width: 160px;
  height: 220px;
  left: 50%;
  margin-left: -80px;
  text-decoration: none;
}
ul#navigation li h2.nav_h2 {
  color:#ff9c00;
  font-weight:bold;
  padding:0;
  margin:5px 0 5px 0;
  font-size: 12px;
  clear: both;
  text-align: center;
}
ul#navigation li p {
  margin: 0;
  font-size:1em;
  font-weight:bold;
  line-height:1.2em;
  clear: both;
}
ul#navigation li p.frase {
  text-align: center;
  color: #000000;
  font-style: normal;
}
ul#navigation li p em {
  color: #5b5753;
  font-style: normal;
}
ul#navigation li p.info {
  font-size: 11px;
  color: #ff9c00;
  font-style: normal;
}
p#message {
  color: #ff9c00;
  font-style: normal;
}

p#copyright {
  text-align: center;
  font-size: 9px;
  color: #5b5753;
  z-index: 1;
  margin-top:64px;
}

p#copyright a {
  color: #5b5753;
}

body.main p.copyright {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left:-350px;
}

#footer {
  position:absolute;
  height:81px;
  background:url(/images/shelf.png);
  bottom:-190px;
  left:0;
  width:100%;
}

#breadcrumb {
  list-style:none;
  padding:0;
  margin:0;
  height:50px;
  width:900px;
  left:50%;
  position:absolute;
  margin-left:-360px;
}

#breadcrumb li {
  position:relative;
  float:left;
  margin-top:0;
  margin-left:50px;
}

#breadcrumb li a {
  display:block;
  text-indent:-9999px;
  float:left;
}

#netbook, #netbook a { width:190px; height:160px; }
#rack, #rack a { width:98px; height:180px; }
#necessaire, #necessaire a { width:98px; height:116px; }

#netbook { top:-110px; }
#rack { top:-140px; }
#necessaire { top:-70px; }

#netbook a { background:url(/images/netbook.png) left bottom no-repeat; }
#rack a { background:url(/images/rack.png) left bottom no-repeat; }
#necessaire a { background:url(/images/necessaire.png) left bottom no-repeat; }

.bubble {
  padding-bottom:15px;
  background:url(/images/arrow.png) center bottom no-repeat;
  position:absolute;
  text-align: center;
}

.bubble p {
  padding:10px;
  width:200px;
  background:rgba(0,0,0,.67);
  color:#fff;
  font-size:11px;
  line-height:1.2;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin:0;
}

#netbook .bubble { top:-40px; left:-10px; }
#rack .bubble { top:-40px; left:-45px; }
#necessaire .bubble { top:-50px; left:-60px; }
