/* CSS Document */

.foto_eventos{
	float:left;
	margin-right:40px;
	margin-top:20px;
	padding:8px 0 0 0;
	text-align:center;
}
/*====== CSS DO MÓDULO ALBUNS ======*/

.container_produtos{
}

.container_evento_ind{
	display: table;
	padding: 0 15px;
}

/*====== ALBUNS_LISTA.PHP ======*/

.produtos_lista_tipo{
	width: 162px;
	height: 100%;
	float: left;
}

.nome_produtos{
	width: 152px;
	margin: auto;
	text-align: center;
}

.produtos_lista{
	padding: 4px;
	display: table;
}

.texto_produtos_lista{
	text-indent:5px;
	margin: 0 5px 0 5px;
}

.texto_produtos_ind{
	text-indent:5px;
	margin: 8px 15px 0 2px;
}

