.centerUp {
  margin: 0 auto;
  width: 960px;
}
.modal p {
  font-size: 15px;
  text-align: left;
  margin: 10px auto;
	color: #333333;
	font-weight: 600;
	max-width: 600px;
}

.modal p:hover {
  cursor: pointer;
}
.modal p a {
	color: #0154a2;
}
/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
	background-color: rgba(0,0,0,0.86)!important;
}
.modal {
  display: none;
  padding: 15px 20px 20px;
  overflow: auto;
  z-index: 100500;
  position: absolute;
  width: 96%;
  max-width: 900px;
  min-height: 90vh;
	margin-top: 22px;
	background-image: url("../img/back-modal.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.modal h2{
	line-height: 1.42em;
}
.modal img{width: 100%;}
.closeBtn{
	display: block;
	margin: 0 0 0 -20px!important;
	position: fixed;
	top: 50px;
	left: 5%;
}
.pie-foto{
	display: block;
	background-color: #2f353b;
	max-width: 100%!important;
	margin: 0!important;
	color: #D5D5D5!important;
	padding: 12px!important;
	line-height: 1.4em;
	font-size: 13px!important;
}
/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
