
figure.encabezado img {
	width: 100%;
}

article.especiales {
	width: 85%;
	height: 100%;
	border: solid 1px #999;
	margin: 40px 0px 0px 20px;
	padding: 5px;
	background: #DFDBDF;
	display: inline-block;
	vertical-align: top;
}
article figure.areas img {
	width: 100%;
	border: solid 1px #999;
}
section h2 {
	font-size: 26px;
	font-weight: 300;
	text-align: center;
}
article.especiales p.catalogo em {
	text-align: left;
	font-size: 16px;
}
section article.especiales p {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
section p {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
section h1 {
	padding-top: 20px;
}
@media screen and (min-width: 480px) {
article.especiales {
	width: 80%;
	margin-left: 10%;
}
section p {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin-left: 5%;
}
}
@media screen and (min-width: 767px) {
section figure.encabezado {
	display: none;
}

article.especiales {
	width: 40%;
	margin-left: 5%;
}
section p {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
}
@media screen and (min-width: 950px) {
article.especiales {
	width: 41%;
}
section p {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-left: 12%;
	margin-right: 12%;
}
section {
	padding-bottom: 50px;
}

