﻿.parte{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 0 10px;
	margin: 0 0 30px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.seccion{
	border-left: 4px solid #000099;
	width: 60%;
	float: left;
	padding: 0 0 0 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.titulo-seccion{
	color: #000099;
	font-weight: bold;
	padding: 0 0 10px 0;
}

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

.desarrollo-seccion-50{
	border: 0px solid red;
	width: 48%;
	text-align: left;
	font-size: 14px;
	color: gray;
	float: left;
	padding-right: 20px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.sangria{
	width: 30px;
	height: 2px;
	float: left;
}

.imagen-seccion{
	border: 0px solid red;
	width: 37%;
	float: left;
}

.imagen-seccion img{
	width: 100%;
}


.banner{
	background: #fbf5d3;
	width: 100%;
	text-align: center;
	font-size: 26px;
	padding: 12px 0;
	float: left;
}

.banner b{
	color: red;
}



.foto{
	border: 0px solid red;
	width: 48%;
	float: left;
	margin-right: 2%;
}

.titulo-foto{
	color: #000099;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.imagen-foto{
	width: 100%;
	text-align: center;
	float: left;
}

.imagen-foto img{
	max-width: 518px;
	height: 180px;
}