.mano {
	cursor: hand;

}
.centro {
	text-align: center;
}
.justificado {
	text-align: justify;
}
.borde {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #030;
}
.verde {
	color: #030;
}

