.cajagaleria {
	display: inline-block;
}

#galPort img {
	cursor: pointer;
}

#imgModal .modal-content {
	border-radius: 0px;
	background: none;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
    border: none;
}

#imgModal .modal-body {
	padding: 0 0 0 0;
}

#imgModal .modal-header {
	padding: 0 0 0 0;
	position: relative;
	border: none;
	background: none;
	height: 40px;
}

#imgModal .close {
	width: 30px;
	height: 30px;
	top: -10px;
	right: -10px;
	opacity: 1;
	z-index: 9;
	color: #FFF;
	font-size: 15px;
}

#imgModal .close:focus {
	outline: none;
}

#imgModal .modal-footer {
	color: #FFF;
}

.btn-sig-ant {
	float: left;
	font-size: 30px;
	line-height: 0px;
}

.btn-sig-ant a {
	color: #FFF;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.btn-sig-ant a:hover {
	background: #FFF;
	color: #102540;
}

.modalpaginas {
	float: right;
	height: 30px;
}

@media (min-width: 768px) {
	.modal-dialog {
	    width: 700px;
	}
}