@charset "UTF-8";
/* CSS DOCUMENTS */

/* HTML */
h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
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 {
	margin-bottom: 1em;
}
*{ /*Menu nav*/
	margin:0;
	padding:0;
}
.false { /* Menu nav */
	font-size: 1em;
}
ul {
	margin-left:32px;
}
sup {
	font-size: 0.6em;
}
strong {
	font-size: 1.4em;
}
img {
	border:none;
}
.small {
	font-size:0.8em;
}
body.index {
	font: 14px "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	background-color: #009933;
	margin: 0;
	padding: 0;
	color:#000000;
}
.container {
	max-width:1200px;
	margin:0px;
}
.clear {
	clear:both;
}
@media (min-width: 600px) {
	.headbox-index {
		background:url("../imgs/banner-big.png") no-repeat;
		width:800px;
		height:96px;
		z-index:20;
	}
}
@media (max-width: 599px) and (min-width: 400px) {
	.headbox-index {
		background:url("../imgs/banner-small.png") no-repeat;
		width:600px;
		height:45px;
		z-index:20;
	}
}
@media (max-width: 399px) {
	.headbox-index {
		height:0px;
	}
}
@media (min-width: 600px) { /* Cabrales.eu */
	.header-index {
		background:url("../imgs/title-big.png") no-repeat;
		width:440px;
		height:90px;
		margin-left:360px;
		z-index:15;
	}
}
@media (max-width: 599px) and (min-width: 400px) {
	.header-index {
		background:url("../imgs/title-small.png") no-repeat;
		width:260px;
		height:45px;
		margin-left:25%;
		z-index:15;
	}
}
@media (max-width: 399px) {
	.header-index {
		height:0px;
	}
}

@media (min-width: 600px) {
	.head-right {
		position:absolute;
		margin-left:18px;
		margin-top:0px;
		width:96px;
		z-index:25;
	}
}
@media (max-width: 599px) and (min-width: 400px) {
	.head-right {
		position:absolute;
		margin-left:18px;
		margin-top:0px;
		width:96px;
		z-index:25;
	}
}
@media (max-width: 399px) {
	.head-right {
		position:absolute;
		margin-left:13px;
		margin-top:34px;
		width:32px;
		height:60px;
		z-index:25;
	}
}
/* FLAGS IN HEADER */
.flag {
	padding-top:16px;
}
.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;
}
.web { /* Index */
	margin-top:22px;
	margin-left:16px;
}
/* MENU */
.menubox {
	text-align: left;
	margin:0 0 0 0;
	background-color:#f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#e1e1e1), color-stop(0.5,#d9d9d9), color-stop(0.51, #cccccc));
	background-image: -moz-linear-gradient(#e1e1e1 0%, #d9d9d9 50%, #cccccc 51%);
	background-image: -o-linear-gradient(#e1e1e1 0%, #d9d9d9 50%, #cccccc 51%);
	background-image: -ms-linear-gradient(#e1e1e1 0%, #d9d9d9 50%, #cccccc 51%);
	background-image: linear-gradient(#e1e1e1 0%, #d9d9d9 50%, #cccccc 51%);
}
.menu {
	overflow: hidden;
	display: inline-block;
	margin:0;
}
.menu li {
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
	padding-left: 1px;
	position:relative;
	float: left;
	list-style: none;
}
.menu li:first-child {
	border-left: 1px solid #959595;
}
.menu li:after {
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	/* Gradients! */
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
}
.menu li:hover:after,
.menu li.selected:after,
.menu li:target:after {
	opacity:1;
}
.menu:hover li.selected:after,
.menu:hover li:target:after {
	opacity:0;
}
.menu li.selected:hover:after,
.menu li:target:hover:after {
	opacity:1 !important;
}
@media (min-width: 600px) {
	.menu li a {
		color: #666666;
		display: inline-block;
		font: 0.9em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif; /* 0.9em*/
		padding: 0.7em 1.2em 0.7em;
		position: relative;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
		z-index:2;
		text-decoration:none !important;
		white-space:nowrap;
	}
}
@media (max-width: 599px) {
	.menu li a {
		color: #666666;
		display: inline-block;
		font: 0.9em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
		padding: 0.3em 0.6em 0.3em;
		position: relative;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
		z-index:2;
		text-decoration:none !important;
		white-space:nowrap;
	}
}
.menu li a:hover {
	color: #000000;
	text-decoration:none !important;
	white-space:nowrap;
}
@media (min-width: 600px) {
	li.select {
		color: #000000;
		display: inline-block;
		font: 0.9em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
		padding: 0.7em 1.2em 0.7em;
		background-color:#959595;
		background-image: -webkit-gradient(linear,left top, left bottom,from(#959595), color-stop(0.5,#959595), color-stop(0.51, #959595));
		background-image: -moz-linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		background-image: -o-linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		background-image: -ms-linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		background-image: linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		text-shadow: 2px 0 4px #fff7e4;
	}
}
@media (max-width: 599px) {
	li.select {
		color: #000000;
		display: inline-block;
		font: 0.9em "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
		padding: 0.3em 0.6em 0.3em;
		background-color:#959595;
		background-image: -webkit-gradient(linear,left top, left bottom,from(#959595), color-stop(0.5,#959595), color-stop(0.51, #959595));
		background-image: -moz-linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		background-image: -o-linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		background-image: -ms-linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		background-image: linear-gradient(#959595 0%, #959595 50%, #959595 51%);
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		text-shadow: 2px 0 4px #fff7e4;
	}
}
li.select:first-child { /* Antiguo activo */
	border-left: 1px solid #000000;
	margin-left: 1px;
}
/*.search {
	text-indent:-9999px; 
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/lupa.png") no-repeat center center;
	display:block;
	overflow:hidden;
	width:16px;
	height:16px;
}*/
.line { /* Menu */
/*	max-width:1200px;*/
	height:8px;
	background-color:#959595;
}
/* CONTENT ALL */
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;
}
.content {
	clear:both;
	padding: 0 0;
	background-color:#959595;
}
.content a { /* Content links */
	color:#000000;
	text-decoration:underline;
}
.content a:visited {
	color:#000000; /* */
	text-decoration:underline;
}
.content a:hover {
	color:#999999; /* gray */
	text-decoration:underline;
}
.content a:active {
	color:#66CCCC; /* teal */
	text-decoration:underline;
}
.content-menu { /* Menu */
	font-size:1em;
	padding: 16px;
	background-color:#cccccc;
/*	background-image:url("imagenes/menu.gif");
	background-repeat:no-repeat;
	background-position:920px 96px;*/
	min-height:498px;
}
.arrow-left a {
	text-indent:-99999px;
	display:block;
	position:absolute;
	margin-left:64px;
	width:16px;
	height:16px;
	background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/icons.png") no-repeat scroll 0 -32px;
}
.form {
	text-align:center;
}
@media screen {
	.close { /* Botón de cerrar */
		clear:both;
		text-align:center;
		padding-bottom:24px;
	}
}
@media print {
	.close {
		visibility:hidden;
		height:0px;
	}
}
@media screen {
	.footer {
		padding: 0;
		position: relative;
		clear: both;
	}
}
@media print {
	.footer {
		visibility:hidden;
		height:0px;
	}
}
ul.foot {
	display:block;
	list-style-type:none;
	margin-top:12px; /* 18px 24px */
	margin-bottom:6px; /* NEW */
}
.foot li {
	font-size:0.9em; /* 0.85em */
	position:relative;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}
.foot li a {
	color:#000;
	text-decoration:none;
}
.foot li a:visited {
	color:#000;
	text-decoration:none;
}
.foot li a:hover {
	color:#000;
	text-decoration:underline;
}
.foot li a:active {
	color:teal;
	text-decoration:underline;
}
.w3 {
	border:0px;
	margin-top:0px;
	margin-left:10px;
}
/* www.cabrales.eu only Print */
/*@media screen {
	.webname {
		visibility:hidden;
		height:0px;
	}
}
@media print {
	.webname {
	font-size:0.8em;
	text-align:center;
	}
}*/
/* MAP Cabrales.eu */
#map {
	width: 100%;
	height: 600px;
	cursor: crosshair;
}
.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;
}
.submenu {
	background:#959595;
	min-height:28px;
	width:100%;
}
.menu-ui {
	background:#959595;
	position:relative;
}
.menu-ui a {
	background:#959595;
	font-size:0.8em;
	color:#404040;
	display:block;
	float:left;
	margin:0;
	padding-right:8px;
	padding-left:8px;
	padding-top:4px;
	text-decoration:none;
}
.menu-ui a:hover {
	color:#404040;
}
.menu-ui a:visited {
	color:#404040;
	text-decoration:underline;
}
.menu-ui a:hover {
	color:#000000;
	text-decoration:underline;
}
.menu-ui a:focus {
	color:#404040;
}
/* Popup */
.custom-popup .leaflet-popup-content-wrapper {
	width:342px; /* 222px */
	background:#959595; /* #2c3e50 */
	color:#fff;
	font-size:1em;
	line-height:24px;
}
.custom-popup .leaflet-popup-content-wrapper a {
	color:rgba(255,255,255,0.5);
}
.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 #959595; /* #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;
}
/*.head-right { /* Flags */
/*	position:relative;
	float:right;
	margin-right:18px;
	margin-top:0px;
	width:96px;
	height:90px;
	z-index:10;
}*/
/* Social Bar */
@media (min-width:1348px) {
	.side-bar {
		position:absolute;
		top:190px;
		margin-left:1304px;
	}
}
@media (max-width:1347px) and (min-width:1270px) {
	.side-bar {
		position:absolute;
		top:190px;
		right:0px;
	}
}
@media (max-width:1269px) and (min-width:700px) {
	.side-bar {
		position:relative;
		margin-left:33.7%; /*336px;*/
	}
}
@media (max-width:699px) {
	.side-bar {
		position:relative;
		margin-left:18px; /*336px;*/
	}
}
.social-bar a {
	text-indent:-99999px;
	float:left;
}
@media (min-width:1270px) {
	.email a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll 0 -600px;
		margin-bottom:24px;
		margin-right:12px;
	}
	.linkedin a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -40px -280px;
		margin-bottom:24px;
		margin-right:12px;
	}
	.facebook a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -320px -120px;
		margin-bottom:24px;
		margin-right:12px;
	}
	.google a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -120px -200px;
		margin-bottom:24px;
		margin-right:12px;
	}
	.twitter a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -320px -480px;
		margin-bottom:24px;
		margin-right:12px;
	}
}
@media (max-width:1269px) {
	.email a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll 0 -600px;
		margin-left:24px;
		margin-right:24px;
		margin-top:12px;
		margin-bottom:12px;
	}
	.linkedin a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -40px -280px;
		margin-left:24px;
		margin-right:24px;
		margin-top:12px;
		margin-bottom:12px;
	}
	.facebook a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -320px -120px;
		margin-left:24px;
		margin-right:24px;
		margin-top:12px;
		margin-bottom:12px;
	}
	.google a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -120px -200px;
		margin-left:24px;
		margin-right:24px;
		margin-top:12px;
		margin-bottom:12px;
	}
	.twitter a {
		width:30px;
		height:30px;
		background: transparent url("https://googledrive.com/host/0B3HM3HvIcuWXaDcteEhVc0pndk0/imgs/social_icons_grey.png") no-repeat scroll -320px -480px;
		margin-left:24px;
		margin-right:24px;
		margin-top:12px;
		margin-bottom:12px;
	}
}