@CHARSET "UTF-8";

.foto-arredondada {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.foto-minuscula {
	width: 20px;
	height: 20px;
}

.foto-pequena {
	width: 30px;
	height: 30px;
}

.foto-media {
	width: 50px;
	height: 50px;
}

.foto-grande {
	width: 70px;
	height: 70px;
}

.foto-grande2 {
	width: 92px;
	height: 92px;
}

.foto-gigante {
	width: 110px;
	height: 110px;
}