@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

.marging {
  margin: 10px 0;
}
.grey {
  color: #555;
  font-family: Century Gothic;
}
.black {
  color: #222;
  font-family: Century Gothic;
}
.fotosg{
  height: 260px;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
}
.fotosp{
  height: 220px;
  box-shadow: 1px 1px 4px #999;
  border-radius: 5px;
  margin-top: 5px;
}
.desc {
  color: #555;
  font-size: 16px;
  font-family: Century Gothic;            
}
.ponto {
  font-size: 18px;
  text-shadow: 1px 1px 1px #999;
}
.topo {
  z-index: 2;
  position: fixed;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 1px 1px 5px #999;
  background-color: #222222E9;
}
.footer {
  padding: 15px 0;
  background-color: #222;
}

/* MENU */

#cssmenu {
  font-family: 'Century Gothic', Sans-Serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  margin: 8px 0 0 0;
}
#cssmenu > ul {
  padding: 0 0 0 30px;
  margin: 0;
  width: auto;
}
#cssmenu > ul li {
  display: inline-block;
}
#cssmenu > ul li a {
  display: block;
  padding: 13px 13px 13px 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
#cssmenu > ul li a:hover {
  color: #FF0000FF;
}