section figure.cabecera3 img {
	width: 100%;
	display: none;
}
section figure.cabecera4 img {
	width: 100%;
}
section {
	padding-bottom: 50px;
}
section a {
	color: rgb(129, 215, 66);
}
section h1 {
	font-size: 38px;
	font-weight: 300;
	text-align: center;
	width: 100%;
}
section h2 {
	font-size: 26px;
	font-weight: 400;
	
}
section article p {
	font-size: 16px;
	font-weight: 20px;
	width: 90%;
	margin-left: 5%;
}
section article span {
	font-size: 16px;
	font-weight: bolder;
	margin-left: 0px;
}
section strong {
	font-weight: bolder;
	color: #777;
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 767px) {
section article p {
	font-size: 14px;
	font-weight: 25px;
	width: 80%;
	margin-left: 10%;
}
section article span {
	font-size: 14px;
}
section article span.ofrec {
	width: 80%;
	margin-left: 10%;
}
section h1 {
	width: 80%;
	margin-left: 10%;
}
section h2 {
	width: 80%;
	margin-left: 10%;
}
section figure.cabecera3 img {
	display: inline;
}
section figure.cabecera4 img {
	display: none;
}
}
@media screen and (min-width: 950px) {
section article p {
	font-size: 14px;
	font-weight: 25px;
	width: 70%;
	margin-left: 15%;
}
section h1 {
	width: 70%;
	margin-left: 15%;
}
section article span.ofrec {
	width: 70%;
	margin-left: 15%;
}
section h2 {
	width: 70%;
	margin-left: 15%;
}
