@charset "utf-8";
/* CSS Document */

#updw-overlay {
	min-width:100%;
	min-height:100%;
	overflow:hidden;
	background:rgba(0,0,0,0.8);
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
}

#updw-window {
	max-width:75%;
	margin:auto;
	position:relative;
	text-align:left;
	padding:30px;
	background:url(../images/cargando.gif) no-repeat center center #fff;
}

#updw-content {
	overflow:auto;
}

#updw-content img {
	max-width:100%;
	max-height:85%;
}

#updw-close {
	width:36px;
	height:36px;
	background:#C63E15;
	position:absolute;
	top:-18px;
	right:-18px;
	border:2px solid #fff;
	border-radius:20px;
	line-height:36px;
	color:#fff;
	text-align:center;
	display:block;
	cursor:pointer;
	font-weight:bold;
}

#updw-overlay input[type=checkbox] {
	display: none;
}
#updw-overlay input[type=checkbox] + label {
	background: #fff;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(img/pista.png) 0px 0px no-repeat;
	text-indent: -1000em;
}
#updw-overlay input[type=checkbox]:checked + label {
	background: url(img/check_02.png) 0px -16px no-repeat;
}

#updw-overlay .selectable img {
	cursor: pointer;
}

#updw-overlay .selectable-sel img {
	box-shadow: 0 0 10px #00D5F9;
	background:#00D5F9;
}