figure.cabecera img {
	width: 100%;
	display: none;
}
figure.cabecera1 img {
	width: 100%;
}
section a {
	color: rgb(129, 215, 66);
}
section {
	padding-bottom: 50px;

	
}
section h1 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
section article span {
	font-size: 16px;
	font-weight: 600;
}
section article p {
	font-size: 16px;
	line-height: 25px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 480px) {
@media screen and (min-width: 767px) {
section article span {
font-size: 14px;
font-weight: 600;
}
section article p {
font-size: 14px;
line-height: 25px;
width: 70%;
margin-left: auto;
margin-right: auto;
}
figure.cabecera img {
display: inline;
}
figure.cabecera1 img {
display: none;
}
@media screen and (min-width: 950px) {
