@charset "UTF-8";
/* CSS DOCUMENTS */
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* HTML 5 */
header, section, footer, aside, nav, main, article, figure {
	display: block; 
}
body {
	height:100%;
	background-color: #009933;
}
html {
	height:100%;
	font-size: 14px;
	font-family: "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 2em;
	text-align: center;
}
h2 {
	/*  style
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em; */
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 2em;
	text-align: center;
}
h3 {
	/* style
	font-size: 1.2em;
	font-weight: bold; */
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 1em;
	
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:1.2em;
}
h5 {
	font-size: 1.4em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	font-size: 1.1em;
	font-size: 1.1rem;
	margin-bottom: 0.5em;
	margin-bottom: 0.5rem;
}
p a {
	color: rgba(221,221,221,1);
	text-decoration: underline;
}
p a:visited {
	color: rgba(221,221,221,1);
	text-decoration: underline;
}
p a:hover {
	color: rgba(51,204,204,1);
	text-decoration: none;
}
p a:active {
	color: rgba(238,0,0,1);
	text-decoration: none;
}
/*
ul {
	margin-left:32px;
}*/
sup {
	font-size: 0.6em;
	vertical-align:super;
}
strong {
	font-size: 1.4em;
}
img {
	border:none;
}
.small {
	font-size:0.8em;
}
.clear {
	clear:both;
}
/* Sidebar in Map */
.sidebar {
	position: absolute;
	width: 390px;
	left: 10px;
	top: 10px;
	bottom: 10px;
	height: 90%;
	overflow: hidden;
	z-index: 2000;
	transition: width 500ms;
	color: rgba(255,255,255,1);
}
.sidebar a {
}
.sidebar.collapsed {
	width: 40px;
}
.sidebar-tabs {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(42,62,80,0.9);
}
.sidebar-tabs > li {
	width: 100%;
	height: 40px;
	color: rgba(255,255,255,1);
	font-size: 12pt;
	overflow: hidden;
	transition: all 80ms;
}
.sidebar-tabs > li:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(42,62,80,0.9);
}
.sidebar-tabs > li.active {
	color: rgba(255,255,255,1);
	background-color: rgba(42,62,80,0.9);
}
.sidebar-tabs > li > a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: inherit;
	text-decoration: none;
	text-align: center;
}
.sidebar-content {
	position: absolute;
	left: 40px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(42,62,80,0.9);
	overflow-x: hidden;
	overflow-y: auto;
}
.sidebar-pane {
	display: none;
	right: 0;
	width: 345px;
	box-sizing: border-box;
	padding: 10px 20px;
}
.sidebar-pane.active {
	display: block;
}
.sidebar-map {
	margin-left: 0;
}
.sidebar {
	border: #444 solid 1px;
	border-radius: 4px;
}
.sidebar.leaflet-touch {
	box-shadow: none;
	border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.sidebar.collapsed ~ .sidebar-map .leaflet-left {
	left: 50px;
}
.sidebar-map .leaflet-left {
	transition: left 500ms;
	left: 400px;
}
.sidebar-info {
	border: solid 1px #000000;
	background-color: #eeeeee;
	margin-right: 4px;
	float: left;
}
.left-box {
	width: 50%;
	float: left;
}
.right-box {
	width: 50%;
	float: left;
}
.menu-pane {
	list-style:none;
	font-size: 1.1em;
	font-size: 1.1rem;
	line-height: 1.5em;
	line-height: 1.5rem;
	margin-bottom: 2em;
}
.menu-pane a {
	color: rgba(221,221,221,1);
	text-decoration: underline;
}
.menu-pane a:visited {
	color: rgba(221,221,221,1);
	text-decoration: underline;
}
.menu-pane a:hover {
	color: rgba(51,204,204,1);
	text-decoration: none;
}
.menu-pane a:active {
	color: rgba(238,0,0,1);
	text-decoration: none;
}
.legal {
	font-size: 0.9em;
}
/* Flags */
.flag {
	padding-top: 2px;
	padding-bottom: 20px;
	width: 96px;
	float: right;
}
.flag a {
	text-indent:-99999px;
	float:left;
	margin-right:8px;
}
.esp1 a {
	width:24px;
	height:16px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/flags.png") no-repeat scroll 0 0;
}
.esp2 a {
	width:24px;
	height:16px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/flags.png") no-repeat scroll -32px 0;
}
.eng1 a {
	width:24px;
	height:16px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/flags.png") no-repeat scroll 0 -24px;
}
.eng2 a {
	width:24px;
	height:16px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/flags.png") no-repeat scroll -32px -24px;
}
.fra1 a {
	width:24px;
	height:16px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/flags.png") no-repeat scroll 0 -48px;
}
.fra2 a {
	width:24px;
	height:16px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/flags.png") no-repeat scroll -32px -48px;
}
.none a { /* Without flag */
	width:24px;
	height:16px;
}
.smart {
	font-size: 0.85em;
	font-size: 0.85rem;
	float:left;
}
.smart a {
	color: #eeeeee;
}
.social-bar a {
	text-indent:-99999px;
	float:left;
}

.email a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll 0 -600px;
	margin-bottom:24px;
	margin-right:12px;
}
.email a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll 0 -600px;
}
.cc a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll -360px -40px;
	margin-bottom:24px;
	margin-right:12px;
}
.cc a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll -360px -40px;
}
.linkedin a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll -40px -280px;
	margin-bottom:24px;
	margin-right:12px;
}
.linkedin a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll -40px -280px;
}
.facebook a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll -320px -120px;
	margin-bottom:24px;
	margin-right:12px;
}
.facebook a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll -320px -120px;
}
.google a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll -120px -200px;
	margin-bottom:24px;
	margin-right:12px;
}
.google a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll -120px -200px;
}
.twitter a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll -320px -480px;
	margin-bottom:24px;
	margin-right:12px;
}
.twitter a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll -320px -480px;
}
.html a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll -80px -600px;
	margin-bottom:24px;
	margin-right:12px;
}
.html a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll -80px -600px;
}
.css a {
	width:30px;
	height:30px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_white.png") no-repeat scroll -40px -600px;
	margin-bottom:24px;
	margin-right:12px;
}
.css a:hover {
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_black.png") no-repeat scroll -40px -600px;
}
blockquote {
	margin-left:32px;
	font-size:1em;
}
.arrow {
	float:right;
	margin-right:0px;
	padding-bottom:16px;
	clear:both;
}
.arrow-up a {
	text-indent:-99999px;
	display:block;
	width:32px;
	height:32px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/icons.png") no-repeat scroll 0 0;
}
/* MAP Cabrales.eu */
#map {
	height: 100%;
	cursor: crosshair;
	z-index:5;
}
/*.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.info h4 {
	margin: 0 0 5px;
	color: #777;
}
/* Popup */
.custom-popup .leaflet-popup-content-wrapper {
	width: 342px;
	background-color: rgba(42,62,80,0.9);
	color: rgba(255,255,255,1);
	font-size: 1em;
	line-height: 24px;
}
.custom-popup .leaflet-popup-content-wrapper a {
	color: rgba(221,221,221,1);
	text-decoration: underline;
}
.custom-popup .leaflet-popup-tip-container {
	width: 30px;
	height: 15px;
}
.custom-popup .leaflet-popup-tip { /* Flecha */
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(42,62,80,0.9); /* #2c3e50 */
}
.topo-div-1 {
	font: 1.3em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.9);
	color: #000000;
	display: inline-block;
	white-space: nowrap;
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.1);
}
.topo-div-2 {
	font: 2em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.9);
	color: #FF0000;
	display: inline-block;
	white-space: nowrap;
	padding: 2px;
/*	background-color: rgba(255, 255, 255, 0.1);*/
}
.topo-div-3 {
	font: 1.5em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	font-weight: bold;
/*	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.9); */
	color: #6FC;
	opacity: 0.8;
	display: inline-block;
	white-space: nowrap;
	padding: 2px;
}
/* Elevation */
.lime-theme .leaflet-control.elevation .background {
	background-color:rgba(156,194,34,.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.lime-theme .leaflet-control.elevation .axis line,.lime-theme .leaflet-control.elevation .axis path {
	fill:none;
	stroke:#566b13;
	stroke-width:2;
}
.lime-theme .leaflet-control.elevation .area {
	fill:#9cc222;
}
.lime-theme .leaflet-control.elevation .mouse-focus-line {
	pointer-events:none;
	stroke-width:1;
	stroke:#101404;
}
.lime-theme .leaflet-control.elevation .elevation-toggle {
	cursor:pointer;
	box-shadow:0 1px 7px rgba(0,0,0,.4);
	-webkit-border-radius:5px;
	border-radius:5px;
	width:36px;
	height:36px;
	background:url(imgs/elevation.png) no-repeat center center #f8f8f9;
}
.lime-theme .leaflet-control.elevation-collapsed .background {
	display:none;
}
.lime-theme .leaflet-control.elevation-collapsed .elevation-toggle {
	display:block;
}
.lime-theme .leaflet-control.elevation .mouse-drag {
	fill:rgba(99,126,11,.4);
}
.lime-theme .leaflet-overlay-pane .height-focus {
	stroke:#9cc222;
	fill:#9cc222;
}
.lime-theme .leaflet-overlay-pane .height-focus.line {
	pointer-events:none;
	stroke-width:2;
}
.name {
	background:rgba(42,62,80,0.9);
	position:absolute;
	top:10px;
	left:96px; /* 48 */
	padding:5px 10px;
	color:#fff;
	font: 1.2em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	line-height:1.4em;
	border-radius:3px;
	/*width:100px;*/
	min-width:240px;
	min-height:54px;
	overflow:auto;
	z-index:10;
}
.sign {
	margin-right:10px;
	margin-top:8px;
	float:left;
}
.sign-name {
	color:#fff;
	font: 1.2em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
}
.name-banner {
	background:rgba(42,62,80,0.9);
	position:absolute;
	top:10px;
	left:97px; /* 48 */
	padding:5px 10px 0 10px;
	color:#fff;
	font: 1.2em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
/*	line-height:1.4em; */
	border-radius:3px;
	min-height:54px;
	overflow:auto;
	min-width:100px;
	z-index:10;
}