@charset "utf-8";


/* ---------- foto da noticia 3 da index ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 0;
	float: left;
	position: relative;
	width: 205px;
	height: 180px;
	margin-bottom: -56px;
}
.gallery img {
	background: #fff;
}
.gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: 0px;
	left: 177px;
	background: url(../images/bit.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}


/* ---------- galeria interna ----------------------- */
.gallery2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery2 li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 190px;
}
.gallery2 img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery2 span {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 170px;
}
.gallery2 .lupa {
	background: url(../images/lupas.png) no-repeat;
}

.gallery2 a:hover span {
	background-position: left -20px;
	cursor: pointer;
}
