#ladoi{
	border:0px solid red;
	width:1070px;
	float:left;
	padding:10px;
}

.seccion{
	background: #f7f7f7;
	margin: 0 0 25px 0;
	padding: 10px;

	box-sizing:box-border;

	box-shadow: 5px 5px 10px #2D5596;

	border-radius: 0 0 5px 5px;
}

.titulo-seccion{
	border-bottom: 1px dotted red;
	font-weight: bold;
	font-size: 19px;
	padding: 0 0 10px 0;
}

.desarrollo-seccion{
	text-align: justify;
	line-height: 18px;
	font-size: 15px;
	padding: 10px 0;
}

.desarrollo-seccion i{
	border: 0px solid red;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}

#ladoa{
	border: 0px solid red;
	width: 100%;
	padding: 10px;
	float: left;

	box-sizing:border-box;
}