.pagina-promociones .cabecera{
	width: 100%;
	height: 400px;
	background: url(./img/fondo-quality.jpg) center center;
	background-size: cover;
	background-position: 0px -0px;
}

.pagina-promociones .bloque-1, .pagina-promociones .bloque-5{
	width: 1180px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

.pagina-promociones .bloque-2{
	background: url(./img/fondo-bloque2.jpg) top repeat-x;
}

.pagina-promociones .bloque-2 .contenido{
	width: 1180px;
	margin: auto;
	font-family: 'Arial';
	font-size: 16px;
	color: #555;
	padding-top: 30px;
}

.col1{
	float: left;
	width: 525px;
	margin-left: 20px;
}

.col2{
	float: right;
	width: 525px;
	margin-right: 20px;
}


.pagina-promociones .bloque-3{
	background: #fd8204;
}

.pagina-promociones .bloque-3 .titulo{
	color: #fff;
}

.pagina-promociones .bloque-3 .contenido{
	width: 1180px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	padding-bottom: 30px;
}


.pagina-promociones .bloque-4{
	background:-webkit-linear-gradient(#fbfbfb 0%, #c3c3c3 100%);
}

.pagina-promociones .bloque-4 .contenido{
	width: 1180px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pagina-promociones h3{
	text-transform: uppercase;
	font-size: 22px;
	color: #e1261c;
	font-family: 'Nunito', sans-serif;
}

.pagina-promociones h4{
	text-transform: uppercase;
	font-size: 21px;
	color: #555555;
	font-family: 'Nunito', sans-serif;
}