/*HELP*/

#help_pane {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	padding: 2% 0;
	top: 20%;
	left: 35%;
	width: 30%;
	min-width: 300px;
	text-align: left;
	border-radius: 5px;
	background-color: rgba(125, 125, 125, 0.6);
	color: #f8f8f8;
	font-family: verdana;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}

.page-template-actividades.page-child #help_pane {
	top: 10%;
}

#help_pane .close {
	float: right;
	cursor: pointer;
	position: absolute;
	top: 3%;
	right: 2%;
}

#help_pane p {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 0;
	font-size: 100%;
}

#help_pane p span {
	color: #CAAB85;
}

#help_pane p img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	padding-right: 20px;
}

/*HELP*/

#meta_pane {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	padding: 2% 0;
	top: 20%;
	left: 35%;
	width: 30%;
	min-width: 300px;
	text-align: left;
	border-radius: 5px;
	background-color: rgba(125, 125, 125, 0.8);
	color: #f8f8f8;
	font-family: verdana;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}

.page-template-actividades.page-child #meta_pane {
	top: 10%;
}

#meta_pane .close {
	float: right;
	cursor: pointer;
	position: absolute;
	top: 3%;
	right: 2%;
}

#meta_pane p {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 0;
	font-size: 100%;
}

#meta_pane p span {
	color: #CAAB85;
}

#meta_pane p img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	padding-right: 20px;
}

#scan_metadata {
	font-size: 12px;
}



/*DATASETS*/

#dataset {
	position: absolute;
	right: 10px;
	top: 10px;
	width: auto;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

/*
#dataset img { 
	margin-bottom:8px; 
	width:80px; 
	height:40px; 
	opacity:0.5; 
	padding-right:10px; 
	cursor:pointer;
	-webkit-user-select:none; 
	-webkit-touch-callout:none; 
	-khtml-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none; 
	touch-action:none; 
	-ms-touch-action:none; 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent; 
}*/


#dataset img {
	height: 35px;
	width: 35px;
	cursor: pointer;
}



#dataset table {
	background-color: rgba(110, 110, 110, 0.6);
	color: white;
	font-family: verdana;
	font-style: italic;
	font-size: 15px;
	padding: 5px;
	border-radius: 6px;
}

#dataset button {
	height: 35px;
	font-family: verdana;
	font-style: italic;
	font-size: 15px;
	color: white;
	background-color: #606060;
	border-radius: 5px;
	cursor: hand;
}

#title {
	width: 100%;
	top: 20px;
	text-align: center;
	position: absolute;
	font-family: Arial, sans-sarif;
	font-size: 35px;
	font-weight: bold;
	color: #444444;
}

#scala {
	position: absolute;
	right: 20px;
	padding-top: 20px;
}

#scala img {
	width: auto;
	height: auto;
}