body { 
  background-color: white;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#head {

  position: fixed;
}

#cabecalho {
  background: black url(imagens/backgrounddoido14.jpg);
  margin:           -10px 10px 10px -160px;
  height:           240px;
  width: 1519px;
  position: fixed;
  display: all;
}

#cabecalho p.a1 img {
  margin: -10px 0px -230px 160px;
}



#cabecalho p.a3 img {
  margin: -19px 10px -30px 620px;
}

#cabecalho p.a4 img {
  margin: -200px 10px 10px 920px;
}

#cabecalho p.a5 {
  margin: 25px 10px 10px 390px;
  font-size: 180%;
}

#cabecalho p.a6 {
  margin: -37px 10px 10px 480px;
  font-size: 180%;
}

#cabecalho p.a7 {
  margin: -37px 10px 10px 590px;
  font-size: 180%;
}

#cabecalho p.a8 {
  margin: -37px 10px 10px 820px;
  font-size: 180%;
}

#cabecalho p.a9 {
  margin: -37px 10px 10px 980px;
  font-size: 180%;
}

#cabecalho p.a10 {
  margin: -90px 10px 10px 1090px;
  font-size: 180%;
}

#cabecalho p.a11 {
  margin: -250px 10px 10px 460px;
  font-size: 180%;
}

#cabecalho a:link {
  color:            red;
  text-decoration: none;
}


#cabecalho a:visited {
  color:            red;
  text-decoration:  none;
}

#cabecalho a:active {
  
  text-decoration: none;
  color: white;
}

#cabecalho a:hover {
  color: white;
  text-decoration: none;
}

#barra {
  background: black url(imagens/curiosidadesbarra2.jpg);
  margin:           230px 0px 10px -160px;
  width:            1519px;
  height:           160px;
  float:            left;  
}


#barra p.a1 img{

margin:        15px 0px 0px 510px;
}


#barracontato {
  background: black url(imagens/contato2final2.jpg);
  margin:           230px 0px 10px -160px;
  width:            1519px;
  height:           160px;
  float:            left;  
}

#curiosidades {
  background-color: white;
  font-size:        145%;
  padding:          15px;
  margin:           -10px 0px 10px 10px;
  width:            1150px;
  float:            left;
  line-height:      1.6em;
}

#curiosidades p.curiosidades1 img{

  float: left;
  margin: 0px 8px 30px 40px;
  width:            1070px;
  height:           310px;
  border-radius: 15px 15px 15px 15px;
  background-color: black;
  transition: all 0.5s;
  cursor: pointer;
 }


#curiosidades p.curiosidades1 img:hover {

border-radius: 25px 25px 25px 25px;
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));

}

#curiosidades p.curiosidades2 img{

  float: left;
  margin: 0px 8px 30px 40px;
  width:            1070px;
  height:           310px;
  border-radius: 15px 15px 15px 15px;
  background-color: black;
  transition: all 0.5s;
  cursor: pointer;
 }


#curiosidades p.curiosidades2 img:hover {

border-radius: 25px 25px 25px 25px;
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));

}

#curiosidades hr {
width: 100%;
margin: 320px 0px 0px 0px;
}

#curiosidades h1  {
  text-align: center;
  font-size: 200%;
  margin: 0px 0px 0px 0px;
  color:            #954b4b;
  }

#curiosidades p.paixao img {
  float: left;
  padding: 0px 10px 10px 0px;
  border-radius: 15px 15px 15px 15px;
}

#curiosidades p.primeirocontato img {
  float: right;
  padding: 0px 0px 0px 10px;
  border-radius: 15px 15px 15px 15px;
}

#curiosidades p.inicio img {
  float: left;
  padding: 0px 10px 0px 0px;
  border-radius: 15px 15px 15px 15px;
}

#contato {
  background-color: white;
  font-size:        145%;
  padding:          0px 15px 15px 15px;
  margin:           240px 0px 10px 10px;
  width:            1150px;
  float:            left;
  line-height:      1.6em;

}

#contato h1 {

    text-align: center;
    color:            #954b4b;
}


#rodape {
  background: black url(imagens/backgrounddoido14.jpg);
  color:            white;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        150%;
  
  clear:            left;
}

#rodape a {
         
         color: white;
        
        }

h1 {
  font-size:        120%;
  color:            #4b7195;
}

a:link {
  color:            #4b7195;
  text-decoration: none;
  
}

a:visited {
  color:            #4b7195;
  text-decoration:  none;
}

a:hover {
  text-decoration: none;

}

#todoconteudo {
              width: 1200px;
              padding-top: 5px;
              padding-bottom: 5px;
              background: black url(imagens/backgrounddoido11.jpg);
              margin-left: auto;
              margin-right: auto;
}

