﻿@font-face {
	font-family: 'BMW Type Global Pro Bold';
	src: url(BMWGlobal_Pro_bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: 'BMW Type Global Pro Light';
	src: url(BMWGlobal_Pro_light.ttf);
	font-weight: bold;
}

strong {
	font-family: 'BMW Type Global Pro Bold';
}

#divContenitore {
	width: 1000px;
	margin: 0 auto;
	font-family: 'BMW Type Global Pro Light';
	color: #456c7e;
}

#divCerchio {
	margin: 56px 0 110px 0;
	padding: 59px 0;
	background: url(cerchio.png) no-repeat center center;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

.divSezImgDx {
	margin: 105px 0 80px 0;
}

.divImgSezione {
	position: relative;
}

	.divImgSezione .imgFreccia {
		position: absolute;
		z-index: 10;
		top: 105px;
	}

.divTestoSezione {
	width: 480px;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
}

	.divTestoSezione a {
		color: #456c7e;
		text-decoration: none;
	}

		.divTestoSezione a:hover {
			text-decoration: underline;
		}

.divSezImgSx .divImgSezione {
	float: left;
}

	.divSezImgSx .divImgSezione .imgFreccia {
		right: -35px;
	}

.divSezImgSx .divTestoSezione {
	float: right;
}

.divSezImgDx .divImgSezione {
	float: right;
	margin-top: 80px;
}

	.divSezImgDx .divImgSezione .imgFreccia {
		left: -35px;
	}

.divSezImgDx .divTestoSezione {
	float: left;
}

#divScopriBmw {
	height: 102px;
	margin: 90px 0 70px 0;
	background: url(footer.png) no-repeat center center;
	font-size: 26px;
	line-height: 90px;
	text-align: center;
	transition: all .1s ease-in-out;
}

	#divScopriBmw:hover {
		background: url(footer_hover.png) no-repeat center center;
		font-size: 28px;
	}

	#divScopriBmw a {
		color: #456c7e;
		text-decoration: none;
	}

.clearfix {
	clear: both;
}

.marginTop20 {
	margin-top: 20px;
}
