#menu .team, #footer .team {
	color: #c00;
}
/* MAIN */
h1 {

	margin: 20px 0;
}
.pilota-sx {
	width: 230px;
	height: 100%;
	float: left;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #c00;
}
.pilota-dx {
	width: 230px;
	height: 100%;
	float: right;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #c00;
}
.dida {
	width: 90px;
	margin: 0 0 0 10px;
	float: left;
	font-weight: 600;
}
.pilota-sx img, .pilota-dx img {
	width: 100px;
	height: 200px;
	float: left;
	border: solid 1px #333;
	margin-bottom: 10px;
}
