/**  CSS - PJe Localizador **/
 body{
 	background-image: url(../img/background.png);
 	background-repeat: repeat-x;

 }

 #Div_Wrapper{
  z-index:1;
  width: 900px;
  height: 900px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-450px;
  margin-left:-450px;
}

#Mapa_QuintaRegiao{
  margin-top: 100px;
  width: 900px;
  height: 518px;
  border: 1px solid #0a5274;
  background-image: url(../img/background1.png);
  background-repeat: repeat-y;
}

#Div_Introducao, #Div_FaleConosco{
  width: 400px;
  height: 200px;
  z-index: 2;
  position: relative;
  top:-240px;
  left: 420px;
  padding: 5px;
  text-align: justify;
  font-family: century gothic;
  line-height: 1.5 em;
  font-size: 16px;
}

#Div_FaleConosco{
  height: 100px;
  background-color: #ebebeb;
  top:-330px;
  padding:-5px 3px 2px 3px;
  margin-top: -10px;
  margin-left: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  /** Border Radius**/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /** Fim do Border Radius**/
}

#Div_FaleConosco h4{
  margin-top: -3px;
}

/* Reset para evitar bordas indesejadas em links. */
a:hover, a:active, a:focus {
     outline: 0;
}