@charset "utf-8";

.divProcessos{
	margin: 0 auto;
	width: 900px;
	height: 510px;
}

.tabelaProcessos1{
	width: 300px;
	height: 50px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	font-weight: bold;
}

.tabelaProcessos2{
	width: 300px;
	height: 50px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
}

.tabelaProcessos3{
	width: 300px;
	height: 200px;
	text-align: center;
}

.tabelaProcessos3 :hover{ 
	transform: rotate3d(1, 2.0, 3.0, 10deg);	
}


.tamanhoIcone{
	width: 190px;
	height: 190px;
	cursor: pointer;
}