#main {
  width: 1280px;
  margin: 0 auto 100px;
  padding-top: 0;
  font-family: OgloboCondensedRegular, Arial, Tahoma, sans-serif;
  font-weight: 400;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  position: relative;
}

#main #texto {
  font: 14px/24px Georgia, sans-serif;
  text-align: center;
  margin-top: 30px;
}
.map-container {
  height: 660px;
  position: relative;
}

.menu-lista {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.menu-lista li {
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 50%;
  font-family: OgloboCondensedLight, Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.6px;
  font-weight: lighter;
}

.menu-lista li.selected {
  font-family: OgloboCondensedBold, Arial, Tahoma, sans-serif;  
}

.border-left {
  border-left: 1px #dcdcdc solid;
}

.info {
  width: 290px;
  min-height: 530px;
  height:585px;
  padding: 10px 20px;
  float: right;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 190px;
  right: 28px;

  border: 1px #bbbbbb solid;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}

.info h2 {
  font-family: OgloboCondensedBold, Arial, Tahoma, sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.info h3 {
  font-family: OgloboCondensedSemiBold, Arial, Tahoma, sans-serif;
  color: #333333;
  font-size: 22px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

.info h4 {
  font-family: OgloboCondensedSemiBold, Arial, Tahoma, sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 13px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: normal;
}

.info p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 14px;
  line-height: 17.5px;
  
}

.info .text {
  height: 55px;
}


.info .adress, .info .site {
  height: 35px;
}

.image-cont {
  width: 250px;
  height: 170px;
  background-color: #fff;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}

.count {
  width: 150px;
  text-align: right;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  color: #999999;
  font-style: italic;
  line-height: 30px;
}

.count,
.btns {
  float: left;
}

.btn-nav {
  /*border: 1px solid #00ACDC;*/
  /*border-radius: 50%;*/
  color: #00ACDC;
  font-weight: bold;
  height: 30px;
  width: 30px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 24px;
  cursor: pointer;
  font-weight: normal;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
#anterior.btn-nav.disabled{
  background: transparent url(../img/prev.png) 0 0 no-repeat;
  background-size: 100%;
}
#proximo.btn-nav.disabled{
  background: transparent url(../img/next.png) 0 0 no-repeat;
  background-size: 100%;
}
#anterior.btn-nav{
  background: transparent url(../img/prev-ativo.png) 0 0 no-repeat;
  background-size: 100%;
}
#proximo.btn-nav{
  background: transparent url(../img/next-ativo.png) 0 0 no-repeat;
  background-size: 100%;
}
/*.disabled {
  border: 1px solid #dddddd;
  color: #dddddd;
  cursor: default;
}
*/
.info p.credito {
  margin-bottom: 0;
  margin-top: 5px;
  font-style: italic;
  font-size: 10px;
  line-height: 10px;
}

.topo-info {
	width: 100%;
}

.origem {
  font-size: 15px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  text-align: center;
  color: #696969;
}

.origem span {
  font-size: 17px;
  color: #1e96c8;
  font-family: OgloboCondensedSemibold, Arial, Tahoma, sans-serif;  
  text-align: center;
}

.time {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  color: #bbbbbb;
  letter-spacing: 1px;
  width: 280px;
  text-align: center;
  margin-bottom: 44px;
}

.map-container img {
	max-width: none;
}

.head-materia h2 {
	margin: 25px 0 9px 0;
}
#bgPreto{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
  display: none;
  z-index: 2;
}
#main #imgGrande{
  width: 800px;
  height: 560px;
  margin-left: -400px;
  position: fixed;
  display: none;
  z-index: 3;
  top: 140px;
  left: 50%;
}
#main #imgGrande #ico-fechar{
  width: 20px;
  height: 20px;  
  float: right;
  cursor: pointer;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #333;
  font: 15px/20px Arial, Tahoma, sans-serif;
}