#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
#cboxWrapper {
	max-width: none
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left
}
#cboxContent {
	position: relative
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
#cboxTitle {
	margin: 0
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}
#colorbox, #cboxContent, #cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
#cboxOverlay {
	background: #FFF;
	opacity: .9;
	filter: alpha(opacity = 90)
}
#colorbox {
	outline: 0;
	box-shadow: rgba(0,0,0,0.3) 30px 30px 40px
}
#cboxContent {
	overflow: visible;
	background: #EEE
}
.cboxIframe {
	background: #fff
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}
#cboxLoadedContent {
	background: #FFF;
	border: solid 1px #91F6E2
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #ccc
}
#cboxLoadingGraphic {
	background: url(../imag/ajax-loader.gif) no-repeat center center
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff
}
#cboxClose {
	background: #888 url(../imag/modal_cerrar.svg) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	z-index: 10000;
	top: 5px;
	right: 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	transition: all ease 300ms
}
#cboxClose:hover {
	background-color: #EB4607
}
