article.financiacion figure.cabecera img {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: none;
}
article.financiacion figure.cabecera1 img {
	width: 100%;
}
section h1 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	width: 90%;
	margin-left: 5%;
}
section  p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0px;
	width: 96%;
	margin-left: 3%;
}
section {
	padding-bottom: 50px;
}
section article.financiacion span {
	font-size: 16px;
	font-weight: 600;
}
@media screen and (min-width: 480px) {
@media screen and (min-width: 767px) {
article.financiacion figure.cabecera img {
display: inline;
}
article.financiacion figure.cabecera1 img {
display: none;
}
section article.financiacion p {
width: 80%;
font-size: 14px;
line-height: 25px;
margin-left: auto;
margin-right: auto;
}
section article.financiacion span {
font-size: 14px;
font-weight: 600;
}
@media screen and (min-width: 950px) {
section p {
width: 70%;
margin-left: 15%;
}
section h1 {
width: 65%;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
}
