section div.carrusel {
	display: none;
}
figure.cabecera img {
	width: 100%;
}
section {
	padding-top: 0px;
	padding-bottom: 50px;
}
section h1 {
	font-size: 36px;
	text-align: center;
	font-weight: 300;
}
article.especiales {
	width: 85%;
	height: 100%;
	border: solid 0px #999;
	margin: 40px 0px 0px 20px;
	padding: 5px; /*background: #DFDBDF;*/
	display: inline-block;
	vertical-align: top;
}
article figure.areas img {
	width: 100%;
	border: solid 5px #888;
	border-radius: 180px;
}
section h2 {
	font-size: 26px;
	font-weight: 300;
	text-align: center;
}
section article.especiales p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
section p {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
section article.especiales span {
	font-size: 16px;
	font-weight: 800;
}
section li {
	margin-left: 7%;
	font-size: 16px;
	line-height: 25px;
}
section article.especiales em {
	font-size: 16px;
}
@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.cabecera {
	display: none;
}
section article.especiales em {
	font-size: 14px;
}
section div.carrusel {
	padding-top: 150px;
	display: inline;
}
article.especiales {
	width: 41%;
	margin-left: 5%;
}
section p {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
section li {
	margin-left: 12%;
	font-size: 14px;
	line-height: 25px;
}
}
@media screen and (min-width: 950px) {
article.especiales {
	width: 25.5%;
}
section p {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-left: 12%;
	margin-right: 12%;
}
section li {
	margin-left: 20%;
}
}
