@charset "UTF-8";
#cuerpo {
}
#cuerpo .row {
	width: 100%;
	margin-top: 10px;
	float: none;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.thumbnail .caption h4 {
	color: #004AA0;
}
#cuerpo .container-fluid h4 {
	color: #004AA0;
	text-align: center;
}
.row .col-md-4 .thumbnail {
	border-width: 5px;
	border-color: #ABABAB;
	height: 390px;
}
.col-md-4 .thumbnail .caption {
	text-align: center;
}
.caption p .btn.btn-primary {
	background-color: #319DF5;
}
