body{
  margin: 0;
  margin-top: 5;
  
}

.container{
  width: 797px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}


.socialHome{
  float: right;
  display: block;
}

.headerHome{
  padding-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}


.photosHome{
  margin-top: 0px;
  border: 1px solid #333;
  border-top: 0;
  min-height: 335px;
  background-image: url("../images/home3.jpg");
}

.footerHome{
  margin-top: 50px;
  width: 100%;
  background-color: #aaa;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-family: Arial, Serif;
  font-size: 9px;  
  color: white;
}
.socialIcons{
  width: 18px;
}

hr.home{
   border: 0; height: 1px; background: #115740; margin-top: 8px; padding: 0px; width: 100%;
}

hr.golden{
   border: 0; height: 4px; background: #b9975b; margin: 0px; padding: 0px; width: 100%;
} 

li.menu{
  
}

#menu{
  margin-top: 4px;
  float:right;
  position:relative;
  left:-50%;
  text-align:left;
  
}

#menu ul {
  list-style:none;
  list-style-position: inside;
  padding-left: 0;
  position:relative;
  left:50%;
  margin: 0px;
}

#menu ul li {
  float:left;
  position:relative;  /* ie needs position:relative here*/ 
}

#menu ul li a {
  color: white;
  text-decoration: none;
  padding: 2px 10px;
  display: inline-block;
  font-size: 12px;
}

.linkHome{
  color: #EEEEEE;
  text-decoration: none;
  padding: 0px 8px;
  display: inline-block;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 10px;
}

.copyLeft{
  float: left;
}

.copyRight{
  float: right;
}

.myBullets{
  margin-right: 3px; margin-left: 3px; font-size: 8px; line-height: 14px; color: red;
}


/******** PALESTRAS ***********/
.headerPalestras{
  min-height: 95px;
  padding: 0px;
  background-color: #1b1464;
  
}

.headerInternas{
  min-height: 95px;
  padding: 0px;
  
}

#menuInternas{
  float:right;
  text-align:left;
  margin-top: -25px;
}

#menuInternas ul {
  list-style:none;
  list-style-position: inside;
  padding-left: 0;
  position:relative;
  margin: 0px;
}

#menuInternas ul li {
  float:left;
  position:relative;  /* ie needs position:relative here*/ 
  color: #115740;
  text-decoration: none;
  padding: 0px 3px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  color: white;
  margin-top: 10px;

}

.linkInternas{
  color: #115740;
  text-decoration: none;
  padding: 0px 3px;
  display: inline-block;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  color: white;
}

.tituloInternas{
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0;
  font-family: 'Gentium Book Basic', serif;
  font-size: 48px;
  line-height: 36px;
  color: #1b1464;  
}

.fonteInterna{
  margin-top: 0px;
  font-family: 'Alegreya Sans', sans-serif;
}

.fonteTextosInternos{
  margin-top: 0px;
  font-family: 'Gentium Book Basic', sans-serif;
  
}

.detalhesPalestras{
  margin-top: 0px;
  min-height: 400px;
  background-color: #e9eaea;
  width: 580px;
  z-index: 10;
  position: absolute;
  top: 0;
  border: 1px solid #333;
  visibility: hidden;
}

.skyscrapers{
  float: left; margin-right: 15px;
}

.skyscrapers:hover{
  cursor: pointer;
  cursor: hand;
}

.bannerHorizontais{
  float: right;
  width: 210px;
}

.bannerHorizontal{
  float: right;
  margin-bottom: 9px;
}

.fechar:hover{
  cursor: pointer;
  cursor: hand;
}

.bannerHorizontal:hover{
  cursor: pointer;
  cursor: hand;
}

