@charset "utf-8";
.container-fluid-pie h3 {
	text-align: center;
}
.container-fluid-cuerpo .container {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.container-fluid-cuerpo .container .container-imagen {
	width: 30%;
	float: left;
}
.container-fluid-cuerpo .container .container-texto {
	width: 70%;
	float: right;
}
.container-texto .container-titulo h3 {
	color: #000080;
	font-weight: bold;
}
.container .container-texto .container-titulo {
	width: 100%;
	float: left;
}
.container-texto .container-titulo h3 {
	width: 60%;
}
.container .container-texto #texto {
	text-align: justify;
}
