﻿.parte{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}

.seccion{
	border: 0px solid red;
	width: 69%;
	float: left;
}

.titulo-seccion{
	font-weight: bold;
	color: blue;
	font-size: 22px;
	padding: 10px 0;
}

.desarrollo-seccion{
	line-height: 22px;
	padding: 10px 0;
}

.desarrollo-seccion span{
	color: blue;
	font-weight: bold;
}

.imagen-seccion{
	width: 29%;
	text-align: center;
	float: left;
}

.imagen-seccion img{
	width: 95%;

	border-radius: 10px;
}