/*
	--- Versionamento ---
	09/05/2018 - Andrey - Primeira Versão
	22/08/2018 - Andrey - Text-align center em linha_banners_base
	--- Fim Versionamento ---
*/

#linha_banners_base{
	text-align: center;
}

	

#linha_banners_base > img{
	/*width: 32.655%;*/
	cursor: pointer;
	
}

#linha_banners_base > img:not(:last-child){
	margin-right: 1%;
}


