@import url(http://fonts.googleapis.com/css?family=Roboto);

html, body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    height: 100%;
    width: 100%;
    /*background: url('../img/rj/rj03.jpg') center center fixed no-repeat;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding: 0;
}

header{
    width: 100%;
    height: 32px;
    position: fixed;
    top: 0;
    z-index: -1;
}

a:link {
    color: #fff;
    text-decoration: none;
    border:none;
}
    
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #EEE8CD;
    text-decoration: underline;
    text-decoration: none;
    /*display: compact; */
    /* font-weight: bold; */
}

h1{
    color: #CFA100;
}

footer{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}

#container {
    position: absolute;
    top: 32px;
    bottom: 40px;
    width: 100%;
}

#barra-brasil{
    z-index: 99;
}

#rodape{
    margin-top: 5px;
    margin-right: 70px;
    float: right;
}

#backgroundImg, #backgroundImage{
    position: absolute;
    z-index: -1;
}

.listIcon{
    margin-top: 5px;
}

#links{
    padding-top: 3px;
    margin-top: 20%;
    float: right;
    right: 0;
}
.acceptLink{
    font-size: 18px;
    text-decoration: #CFA100 !important;
    color: #CFA100 !important;
}

.cidade{
    background: #999 !important;
}

#espaçamento{
    display: none;
    height: 30px;
}

.menuAtivo, .cidadeAtiva{
    background: #CFA100 !important;
}

strong{
    color: #CFA100;
}

#divGrande{
    top:50%;
    margin-top: -260px;
}

#mapContainer{
    height: 539px;
    top: 50%;
    margin-top: -269.5px;
    left: 50%;
    margin-left: -545px;
}

#img {
  /* Set rules to fill background */
  min-height: 100% !important;
  min-width: 1024px !important;
	
  /* Set up proportionate scaling */
  width: 100% !important;
  height: auto !important;
	
  /* Set up positioning */
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  #img {
    left: 50% !important;
    margin-left: -512px !important;   /* 50% */
  }
}