@charset "utf-8";
.container-fluid-cuerpo .row {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.container-fluid-cuerpo .row .col-sm-6 {
	width: 50%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	color: #000080;
}
.row .col-sm-6 p {
	color: #000080;
	font-weight: bold;
	font-style: italic;
	font-size: large;
}
