#anuncio {
	margin-top: 30px;
	text-align: center;
}

#fotos {
	margin-top: 30px;
	background: url(../img/fotos.png);
	height: 150px;
	padding: 11px 0;
	text-align: center;
	overflow: hidden;
	line-height: 150px;
}

#fotos div {
	display: inline-table;
}

.galerias li {
	list-style: none;
	float: left;
}

.galerias li a {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	display: block;
	position: relative;
	width: 250px;
	height: 180px;
	box-sizing: border-box;
	background: url(../img/galeria.png) left top;
	border-radius: 10px;
	text-decoration: none;
}

.galerias li a:hover {
	background-position: top 250px;
}

.nome {
	position: absolute;
	top: 15px;
	left: 0;
	width: 250px;
	display: block;
	clear: both;
	text-align: center;
}

.data {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 250px;
	display: block;
	clear: both;
	text-align: center;
}

.foto {
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.foto .centralizar {
	width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(50%, 50%);
}

.foto .centralizar img {
	max-width: 150px;
    /* max-height: 100px; */
    transform: translate(-50%, -50%);
}

.foto1 {
	position: absolute;
	top: 40px;
	left: 20px;
}

.foto2 {
	position: absolute;
	top: 40px;
	left: 130px;
}