/* imagem a direita */
.mce-content-body table.rightimg:before{
	content: 'Imagem a Esquerda';
}
.mce-content-body table.rightimg{
	text-align: left;
	width: 100%;
}

/* imagem a esquerda */
.mce-content-body table.leftimg:before{
	content: 'Imagem a Direita';
}
.mce-content-body table.leftimg{
	text-align: right;
	width: 100%;	
}

/* Imagem fundo (martelo) */
.mce-content-body table.modbg_hammer:before{
	content: 'Imagem fundo (martelo)';
}
.mce-content-body table.modbg_hammer{
	float:left;
	width: 100%;
	height: 150px;
	background-image: url(../../templates/attorna/imagens/hammer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: brightness(.3);
}
/* Imagem fundo (livraria) */
.mce-content-body table.modbg_livraria:before{
	content: 'Imagem fundo (livraria)';
}
.mce-content-body table.modbg_livraria{
	float:left;
	width: 100%;
	height: 150px;
	background-image: url(../../templates/attorna/imagens/livraria-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: brightness(.8);
}
/* Imagem fundo (pilares) */
.mce-content-body table.modbg_pilares:before{
	content: 'Imagem fundo (livraria)';
}
.mce-content-body table.modbg_pilares{
	float:left;
	width: 100%;
	height: 150px;
	background-image: url(../../templates/attorna/imagens/pilares-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}