﻿.parte{
	width: 100%;
	float: left;
}

.seccion{
	width: 65%;
	float: left;
}

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

.desarrollo-seccion{
	line-height: 24px;
	text-align: justify;
	padding: 10px;
}

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

.imagen-seccion img{
	width: 80%;

	border-radius: 13px;
}

@media screen and (max-width: 1100px){
	.parte{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}

	.imagen-seccion{
		width: 80%;
	}
}