html{
	font-family: Helvetica;
	font-size: 14px;
	color: #3D3D3D;
 }
 
.galeria_container{
	width: 1170px;
	margin:0 auto;
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 24%, rgba(149,213,0,1) 61%, rgba(149,213,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(24%, rgba(240,240,240,1)), color-stop(61%, rgba(149,213,0,1)), color-stop(100%, rgba(149,213,0,1)));
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 24%, rgba(149,213,0,1) 61%, rgba(149,213,0,1) 100%);
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 24%, rgba(149,213,0,1) 61%, rgba(149,213,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 24%, rgba(149,213,0,1) 61%, rgba(149,213,0,1) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 24%, rgba(149,213,0,1) 61%, rgba(149,213,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#95d500', GradientType=0 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.logo_galeria{
	margin: 25px;
	float: left;
}

.titulo_galeria{
	padding: 5px;
	text-align: center;
	background-color: #94D500;
	color:#fff;
	float: left;
	width: 1160px;
	margin-bottom: 10px;
}

#titulo{
	float: left;
	width: 1000px;
	text-align: center;
	margin-left: 28px;
	margin-right: 28px;

}

#anterior{
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

#anterior a:hover{
	opacity: 0.9;
}

a.tooltip{
  position: relative; 
  font-size:14px; 
  color:#94D500;
  text-decoration:none;
  cursor:pointer; 
  }

  a.tooltip:hover{
  background:transparent;
  color:#94D500;
  z-index:25; 

  }
  a.tooltip span{
  	display: none;
  }

  a.tooltip:hover span{ 
  display:block;
  position:absolute;
  width:210px; 
  top:-35px;
  right:-265px;
  font-size: 14px;
  font-weight: bold;
  padding:20px;
  background:#fff; 
  color:#94D500;
  border-radius: 2px;
  }

  #proximo{
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}

#proximo a:hover{
	opacity: 0.9;
}

a.tooltip2{
  position: relative; 
  font-size:14px; 
  color:#94D500;
  text-decoration:none;
  cursor:pointer; 
  }

  a.tooltip2:hover{
  background:transparent;
  color:#94D500;
  z-index:25; 

  }
  a.tooltip2 span{
  	display: none;
  }

  a.tooltip2:hover span{ 
  display:block;
  position:absolute;
  width:210px; 
  top:-35px;
  left:-265px;
  font-size: 14px;
  font-weight: bold;
  padding:20px;
  background:#fff; 
  color:#94D500;
  border-radius: 2px;
  }


#voltar{
	float: right;
	color:#fff;
	background-color: #94D500;
	height:40px;
	width: 250px;
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 20px;
	text-align: center;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(89,89,89,1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(89,89,89,1);
	box-shadow: 1px 1px 1px 0px rgba(89,89,89,1);
}

#voltar a{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

#voltar a:hover{
	color:#94D500;
	background-color: #fff;
	height:40px;
	width: 250px;
	padding-top: 20px;
	margin-top: -20px;
	text-align: center;
	float: right;
	border-radius: 2px;
}

#vlightbox1 {
	width:100%;
	min-height: 900px;
	zoom:1;
	margin:0 auto;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#vlightbox1 .vlightbox1 div{
	left:0;
	top:0;
	width:100%;
	height:120px;
	background:#000 url(zoom-in.png) 50% 54% no-repeat;
	opacity:0.6;
	color:#FFF;	
}
#vlightbox1 .vlightbox1 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:160px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	outline:none;
}

#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border:none;
	margin:0;
}
#vlightbox1 .vlightbox1 div {display:none}

.rodape_container{
	height: 50px;
	background: rgba(107,107,107,1);
	background: -moz-linear-gradient(top, rgba(107,107,107,1) 0%, rgba(43,43,43,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,107,107,1)), color-stop(100%, rgba(43,43,43,1)));
	background: -webkit-linear-gradient(top, rgba(107,107,107,1) 0%, rgba(43,43,43,1) 100%);
	background: -o-linear-gradient(top, rgba(107,107,107,1) 0%, rgba(43,43,43,1) 100%);
	background: -ms-linear-gradient(top, rgba(107,107,107,1) 0%, rgba(43,43,43,1) 100%);
	background: linear-gradient(to bottom, rgba(107,107,107,1) 0%, rgba(43,43,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#2b2b2b', GradientType=0 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.direitos{
	width: 600px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-left: 250px;
	color: #94D500;
	font-size: 10px;
}

#voltar_topo{
	float: right;
	margin-right: 10px;
	display: block;
	margin-top: 10px;
}

#voltar_topo a:hover{
	opacity: 0.4;
}

.autor{
	padding-top: 5px;
	padding-bottom: 3px;
	float: right;
	font-size: 10px;
}
