section figure.cabecera1 img {
	width: 100%;
	display: none;
}
section figure.cabecera img {
	width: 100%;
	display: inline;
}
section {
	padding-bottom: 80px;
	
}
section h1 {
	font-size: 32px;
	font-weight: 400;
	text-align: center;
}
section h2 {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	margin-left: 10px;
}
section p {
	font-size: 16px;
	line-height: 25px;
	margin-left: 10px;
	width: 90%;
}
figure.modulo {
	width: 82%;
	height: 100%;
	border: solid 1px transparent;
	padding: 6px;
	margin: 40px 0px 0px 30px;
	background: #DFDBDF;
	box-shadow: 0px 0px 3px;
	display: inline-block;
}
figure.modulo img {
	width: 100%;
	border: solid 1px transparent;
}
figure.modulo span {
	font-size: 16px;
	color: #333;
	padding-left: 10px;
}
@media screen and (min-width: 480px) {
figure.modulo {
	width: 40%;
	height: auto;
}
section p {
	width: 80%;
	margin-left: 10%;
}
section h2 {
	margin-left: 10%;
	width: 70%;
}
}
@media screen and (min-width: 767px) {
figure.modulo {
	width: 27%;
	height: auto;
}
section p {
	width: 80%;
	margin-left: 10%;
	font-size: 14px;
}
section h2 {
	margin-left: 10%;
	width: 70%;
}
section figure.cabecera1 img {
	width: 100%;
	display: inline;
}
section figure.cabecera img {
	width: 100%;
	display: none;
}
}
@media screen and (min-width: 950px) {
figure.modulo {
	width: 20.5%;
	height: auto;
}
section p {
	width: 70%;
	margin-left: 15%;
	font-size: 14px;
}
section h2 {
	margin-left: 15%;
}
}
