.brasitelhas{
	background-image: url('../images/brasitelhas-before.png');
	background-repeat: no-repeat;
	background-position: center;
	min-height: 110px;
}

.brasitelhas:hover {	
	background-image: url('../images/brasitelhas.png');
	-webkit-transition: background 1s linear, border 2s;
    -moz-transition: background 1s linear, border 2s;
    -o-transition: background 1s linear, border 2s;
    transition: background 1s linear, border 2s;
}

.seabra{
	background-image: url('../images/seabra-before.png');
	background-repeat: no-repeat;
	background-position: center;
	min-height: 110px;
}

.seabra:hover {	
	background-image: url('../images/seabra.png');
	-webkit-transition: background 1s linear, border 2s;
    -moz-transition: background 1s linear, border 2s;
    -o-transition: background 1s linear, border 2s;
    transition: background 1s linear, border 2s;
}

.fps{
	background-image: url('../images/fps-before.png');
	background-repeat: no-repeat;
	background-position: center;
	min-height: 110px;
}

.fps:hover {	
	background-image: url('../images/fps.png');
	-webkit-transition: background 1s linear, border 2s;
    -moz-transition: background 1s linear, border 2s;
    -o-transition: background 1s linear, border 2s;
    transition: background 1s linear, border 2s;
}

.redevida{
	background-image: url('../images/redevida-before.png');
	background-repeat: no-repeat;
	background-position: center;
	min-height: 110px;
}

.redevida:hover {	
	background-image: url('../images/redevida.png');
	-webkit-transition: background 1s linear, border 2s;
    -moz-transition: background 1s linear, border 2s;
    -o-transition: background 1s linear, border 2s;
    transition: background 1s linear, border 2s;
}