@charset "utf-8";
.container-fluid-cuerpo .container-contenidogeneral {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.col-md-4 .thumbnail img {
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
}
.thumbnail .caption h3 {
	text-align: center;
}
.thumbnail .caption p {
	text-align: justify;
}
.caption p .btn.btn-primary {
	width: 71%;
}
