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