.fundo {
	background-color: #f0eceb;
	height: 158px;
	width: 100%;
	padding-top: 12px;
}
@media screen and (max-width: 660px) {.fundo {height:570px;}}

.tarja-extra {
	width: 660px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e4e0dd;
	padding-top: 3px;
}
@media screen and (max-width: 660px) {.tarja-extra {width: 300px;}}
/*
.extras {
	width: 4%;
	font: 600 13.5px / 14px EstadoHeadline;
	color: #604b46;
	text-align: center;
	margin-left: 46.4%;
	margin-right: 46.4%;	
}*/
.extras {
    font: 600 13.5px / 14px EstadoHeadline;
    color: #604b46;
    text-align: center;
    display: inherit;
}
@media screen and (max-width: 660px) { /*.extras {margin-left: 42.4%;margin-right: 46.4%;} */ }

.thumbtexto {
	color: #000000;
	font-family: 'Flamabook';
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
	float:left;
}

.thumbtexto:hover {
	opacity: 0.5;
}

.thumb-imagem {
	height: 50px;
}
.thumb-imagem:hover {
	opacity: 0.5;
}

.thumbs1 {
	width: 165px;
	height: 95px;
	float: left;
	margin-top: 15px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 660px) {
	.thumbs1 {
		margin-left: 70px;
	}
}

.thumbs2 {
	width: 165px;
	height: 95px;
	border-left: 1px dotted #604b46;
	float: left;
	margin-top: 15px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 660px) {
	.thumbs2 {
		border-top: 1px dotted #604b46;
		border-left: none;
		margin-left: 70px;
		margin-top: 20px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
}