@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	overflow: hidden;
}

#timeline-container {
	top: 50px;
	height: auto;
	display: block;
}

#timeline-container canvas {
	vertical-align: top;
	position: absolute;
	top: 0px;
}

.closing-panel {
	background: rgba(123, 123, 123, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	/* display: block!important; */
	top: 0;
	left: 0;
	z-index: 3001;
	cursor: pointer;
}

.layer-background {
	display: block;
	box-sizing: border-box;
}

/* Style Layer Label*/
.layer-background h1 {
	margin: 0px;
	padding: 10px;
	font-size: 32px;
}

/* Style by layer category */
/* .layer-prado-background {
	color: #e9e9e9
}

.layer-science-background {
	color: rgba(20, 224, 20, 0.6);
}

.layer-literature-background {
	color: rgba(234, 45, 45, 0.6);
}

.layer-conflict-background {
	color: rgba(28, 106, 228, 0.6);
} */

.layer-background {
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
}



.layer-1-background {
	background-color: #f1f1f1;
}

.layer-2-background,
.layer-3-background,
.layer-4-background,
.layer-5-background {
	background-color: #fff;
}

.dark .layer-1-background {
	background-color: #3a3a3a;
}

.dark .layer-2-background,
.dark .layer-3-background,
.dark .layer-4-background,
.dark .layer-5-background {
	background-color: #707070;
}

/*.layer-brackground div {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/

input#busqueda {
	border-radius: 3px;
	padding: 0 10px;
	color: #fff;
	border-color: #444;
	margin: 4px 125px 4px 0;
	background-color: #222;
	height: 39px;
	width: 25%;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat','sans-serif';
}

input[type="text"]::placeholder,
input[type="text"]::ms-input-placeholder,
input[type="text"]:ms-input-placeholder {
	color: #ccc;
}



input#busqueda:focus {
	color: #333;
	background-color: #fff;
	box-shadow: inset -1px 1px 3px 1px #ddd;
}

.close-icon {
	position: absolute;
	top: 24px;
	right: 5px;
	border: 1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
}

.close-icon:after {
	content: "×";
	display: block;
	width: 30px;
	height: 39px;
	position: absolute;
	color: #fff;
	z-index: 1;
	right: 120px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: 'Montserrat','sans-serif';
	padding: 2px;
	font-weight: 100;
	border-radius: 50%;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
}

#botonBuscar,
#botonInfo,
#botonConfig {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	width: 34px;
	height: 45px;
}

#botonBuscar:after,
#botonInfo:after,
#botonConfig:after {
	transition: background-color .5s;
	background-color: transparent;
}

#botonBuscar {
	right: 81px;
}

#botonBuscar::after {
	background: url(https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/cms/timeline_ico_lupa.png) center;
	content: ' ';
	width: 34px;
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	height: 34px;
	border-radius: 34px;
}

#botonConfig {
	right: 9px;
}

@keyframes animaHint {
	0% {
		transform: scaleX(0.00) scaleY(0.00);
	}

	9% {
		transform: scaleX(1.30) scaleY(1.30);
	}

	16% {
		transform: scaleX(1.00) scaleY(1.00);
	}

	53% {
		transform: scaleX(1.00) scaleY(1.00);
	}

	60% {
		transform: scaleX(1.30) scaleY(1.30);
	}

	100% {
		transform: scaleX(0.00) scaleY(0.00);
	}
}

@-moz-keyframes animaHint {
	0% {
		-moz-transform: scaleX(0.00) scaleY(0.00);
	}

	9% {
		-moz-transform: scaleX(1.30) scaleY(1.30);
	}

	16% {
		-moz-transform: scaleX(1.00) scaleY(1.00);
	}

	53% {
		-moz-transform: scaleX(1.00) scaleY(1.00);
	}

	60% {
		-moz-transform: scaleX(1.30) scaleY(1.30);
	}

	100% {
		-moz-transform: scaleX(0.00) scaleY(0.00);
	}
}

@-webkit-keyframes animaHint {
	0% {
		-webkit-transform: scaleX(0.00) scaleY(0.00);
	}

	9% {
		-webkit-transform: scaleX(1.30) scaleY(1.30);
	}

	16% {
		-webkit-transform: scaleX(1.00) scaleY(1.00);
	}

	53% {
		-webkit-transform: scaleX(1.00) scaleY(1.00);
	}

	60% {
		-webkit-transform: scaleX(1.30) scaleY(1.30);
	}

	100% {
		-webkit-transform: scaleX(0.00) scaleY(0.00);
	}
}

@-o-keyframes animaHint {
	0% {
		-o-transform: scaleX(0.00) scaleY(0.00);
	}

	9% {
		-o-transform: scaleX(1.30) scaleY(1.30);
	}

	16% {
		-o-transform: scaleX(1.00) scaleY(1.00);
	}

	53% {
		-o-transform: scaleX(1.00) scaleY(1.00);
	}

	60% {
		-o-transform: scaleX(1.30) scaleY(1.30);
	}

	100% {
		-o-transform: scaleX(0.00) scaleY(0.00);
	}
}

@-ms-keyframes animaHint {
	0% {
		-ms-transform: scaleX(0.00) scaleY(0.00);
	}

	9% {
		-ms-transform: scaleX(1.30) scaleY(1.30);
	}

	16% {
		-ms-transform: scaleX(1.00) scaleY(1.00);
	}

	53% {
		-ms-transform: scaleX(1.00) scaleY(1.00);
	}

	60% {
		-ms-transform: scaleX(1.30) scaleY(1.30);
	}

	100% {
		-ms-transform: scaleX(0.00) scaleY(0.00);
	}
}

.layer-order-dropdown-container::before {
	content: ' ';
	position: absolute;
	top: -16px;
	bottom: 0;
	right: -15px;
	background: #a71c15;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	animation: animaHint ease-in-out 2s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards;
	/*when the spec is finished*/
	-webkit-animation: animaHint ease-in-out 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	/*Chrome 16+, Safari 4+*/
	-moz-animation: animaHint ease-in-out 2s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards;
	/*FF 5+*/
	-o-animation: animaHint ease-in-out 2s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards;
	/*Not implemented yet*/
	-ms-animation: animaHint ease-in-out 2s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards;
	/*IE 10+*/
}

#botonConfig::after {
	background: url(https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/cms/timeline_ico_settings_v4.png) center;
	content: ' ';
	width: 34px;
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	height: 34px;
	border-radius: 34px;
}

#botonInfo {
	right: 45px;
}

#botonInfo::after {
	background: url(https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/cms/timeline_ico_info_1.png) 0px center;
	content: ' ';
	width: 34px;
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	height: 34px;
	border-radius: 34px;
}

#botonBuscar:hover::after,
#botonInfo:hover::after,
#botonConfig:hover::after,
#botonBuscar.on::after,
#botonInfo.on::after,
#botonConfig.on::after {
	background-color: #a71c15;
	border: 0;
}

.colapse {
	padding: 0 !important;
	height: 16px;
	width: 7%;
	min-width: 70px;
	max-width: 88px;
	left: 0;
	right: 0;
	background: #333;
	opacity: 1;
	border: 0;
	border-radius: 0 0 6px 6px;
	margin: 0 auto !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.colapse::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #ffffff transparent;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.colapse.down::after {
	border-width: 6px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
}

.layer-background h1.title {
	margin-right: 0;
	text-align: right;
	left: auto;
	right: 14px;
	margin-top: 14px;
	opacity: 1;
	z-index: 2;
	background: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.layer-background h1 span {
	background: transparent;
	text-transform: none;
}

.layer-1-background span.title {
	text-transform: uppercase;
}

div.options {
	background: white;
	width: 27px;
	border: 1px solid #d8dde6;
	height: 27px;
	margin: 4px 4px 0 0;
	float: right;
	z-index: 1;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-image: url(data:image/gif,GIF89a%1B%00%1B%00%A2%00%00%E0%E3%9D%F8%F9%E9%C5%CAG%D1%D4l%BA%BF%24%F0%F1%D0%C0%C56%FF%FF%FF%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c142%2079.160924%2C%202017%2F07%2F13-01%3A06%3A39%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202018%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-03-12T10%3A23%3A27%2B01%3A00%22%20xmp%3AModifyDate%3D%222019-03-12T12%3A25%3A56%2B01%3A00%22%20xmp%3AMetadataDate%3D%222019-03-12T12%3A25%3A56%2B01%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A9AB1F2AD44B911E9A1868675D3F6B16E%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A9AB1F2AE44B911E9A1868675D3F6B16E%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A9AB1F2AB44B911E9A1868675D3F6B16E%22%20stRef%3AdocumentID%3D%22xmp.did%3A9AB1F2AC44B911E9A1868675D3F6B16E%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%00%00%00%00%00%2C%00%00%00%00%1B%00%1B%00%00%03Xx%BA%DC%FE0%CAI%AB%BD8k%60%C8%D0%8A%40%8C%401%9E%A81%05%2CP%1Al%2C_%C0P%80xV%DC%B9%02%10%82%8FE%60%28%1A%3B7%82Q%B0%DA9w%83%A8%C1%19%00%05%A2%D5%5E%EFj%C39%A3%9C%A7x2%10%88%92%E6tZH%F9%19%D8%B9%9DvN%AF%DB%E9%09%00%3B);
	background-position: center;
}

.layer-historico-background div.options {
	background-image: url(data:image/gif,GIF89a%1B%00%1B%00%A2%00%00%F2%F9%FC%93%CC%E1%AF%DA%E9%E8%F4%F9%84%C6%DDy%C0%DA%D9%ED%F5%FF%FF%FF%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c142%2079.160924%2C%202017%2F07%2F13-01%3A06%3A39%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202018%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-03-12T10%3A23%3A27%2B01%3A00%22%20xmp%3AModifyDate%3D%222019-03-12T12%3A41%3A40%2B01%3A00%22%20xmp%3AMetadataDate%3D%222019-03-12T12%3A41%3A40%2B01%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3ACD80615744BB11E9888D9766A8E763BF%22%20xmpMM%3ADocumentID%3D%22xmp.did%3ACD80615844BB11E9888D9766A8E763BF%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3ACD80615544BB11E9888D9766A8E763BF%22%20stRef%3AdocumentID%3D%22xmp.did%3ACD80615644BB11E9888D9766A8E763BF%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%00%00%00%00%00%2C%00%00%00%00%1B%00%1B%00%00%03%5Bx%BA%DC%FE0%CAI%AB%BD8kCJ%D0JP%8C%C20%9E%281%01%ACP%12l%2C_%EE%00%DE%99a%E0%0BG%08%97%00aH%EC%EC%0A%C4%8F%040h%3A%07%82%80%80%E0%04%80%005%9E%16%1B%B0%81%06%BA%80%94%A0%2B%97%BD%11%B1%E8%A8n%8B-%06%24P%0B%D6%DA%EF%F8%FC%3D%01%00%3B);
}

.layer-artistico-obras-background div.options {
	background-image: url(data:image/gif,GIF89a%1B%00%1B%00%A2%00%00%86%CC%B6%F2%FA%F8%DA%F0%E9%E7%F5%F1%B7%E0%D3w%C5%AD%9B%D5%C3%FF%FF%FF%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c142%2079.160924%2C%202017%2F07%2F13-01%3A06%3A39%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202018%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-03-12T10%3A23%3A27%2B01%3A00%22%20xmp%3AModifyDate%3D%222019-03-12T12%3A44%3A33%2B01%3A00%22%20xmp%3AMetadataDate%3D%222019-03-12T12%3A44%3A33%2B01%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A34909AD844BC11E992F1A9FDC885B3D2%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A34909AD944BC11E992F1A9FDC885B3D2%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A34909AD644BC11E992F1A9FDC885B3D2%22%20stRef%3AdocumentID%3D%22xmp.did%3A34909AD744BC11E992F1A9FDC885B3D2%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%00%00%00%00%00%2C%00%00%00%00%1B%00%1B%00%00%03%5Dx%BA%DC%FE0%CAI%AB%BD8kQ%8A%D1%8A%D1%15%C40%9E%1D0%05%2CQ%02l%2C_%EE%00%DE%99%20%E0%0BQ%00%1F%8B%01%40%2C%02%0A%BB%1F1%18%09%0C%9E%D0%81%C1%40%00%40%03%A0%00%C1%60%E3%F1%B4%DC%DB%407%AD%EA%CE%E7ndxL%1A%8D%CC%09%07%E8%3D%8C%EB%F8%BC~%7FK%00%00%3B);
}

.layer-artistico-autores-background div.options {
	background-image: url(data:image/gif,GIF89a%1B%00%1B%00%A2%00%00%B6%B6%E3%F3%F3%FB%E9%E9%F7%C5%C5%E9%AC%AC%DF%FB%FB%FE%D5%D5%EF%FF%FF%FF%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c142%2079.160924%2C%202017%2F07%2F13-01%3A06%3A39%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202018%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-03-12T10%3A23%3A27%2B01%3A00%22%20xmp%3AModifyDate%3D%222019-03-12T12%3A45%3A54%2B01%3A00%22%20xmp%3AMetadataDate%3D%222019-03-12T12%3A45%3A54%2B01%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A647DBBA944BC11E9B1DFD75497CD97DC%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A647DBBAA44BC11E9B1DFD75497CD97DC%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A647DBBA744BC11E9B1DFD75497CD97DC%22%20stRef%3AdocumentID%3D%22xmp.did%3A647DBBA844BC11E9B1DFD75497CD97DC%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%00%00%00%00%00%2C%00%00%00%00%1B%00%1B%00%00%03%5Cx%BA%DC%FE0%CAI%AB%BD8kA%C8%D0%0A%D0%11%067%9E%040%15A%60%18%01%D0%CEsq%BD%01%A8g%82%B0%2F%86%D4%C7%02%28%1A%8B%04A%21e%9C%D0h%83%81A6%03%15%0C%83%DC%EFW%88j5%81%5Et%DA%2B%97%BF%90%01R%C9%3C%16%87%14%0E%00%BE%0Bo%EF%F8%BC%1E%9F%00%00%3B);
}

.layer-elprado-background div.options {
	background-image: url(data:image/gif,GIF89a%1B%00%1B%00%A2%00%00g%A4%AA%AF%CF%D2%D6%E7%E8%E8%F2%F3%F7%FA%FB%7B%B0%B5%92%BE%C2%FF%FF%FF%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c142%2079.160924%2C%202017%2F07%2F13-01%3A06%3A39%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202018%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-03-12T10%3A23%3A27%2B01%3A00%22%20xmp%3AModifyDate%3D%222019-03-12T12%3A50%3A13%2B01%3A00%22%20xmp%3AMetadataDate%3D%222019-03-12T12%3A50%3A13%2B01%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3AFEE97EFF44BC11E9B611B11C86A317D1%22%20xmpMM%3ADocumentID%3D%22xmp.did%3AFEE97F0044BC11E9B611B11C86A317D1%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3AFEE97EFD44BC11E9B611B11C86A317D1%22%20stRef%3AdocumentID%3D%22xmp.did%3AFEE97EFE44BC11E9B611B11C86A317D1%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%00%00%00%00%00%2C%00%00%00%00%1B%00%1B%00%00%03%5Bx%BA%DC%FE0%CAI%AB%BD8k%01%80%D1J%D1%01%017%9E%DDD%0CC%10%0C%05%2B%CB%C4%E5%0E%60%9E%09%82%BE%04%80%C2%C7%22Bu%04%84Sa2%9B%19%0C%81%98%0CD%08%18p%3E%1F%E1%D9%03%0DxO%20o%3C%C6F%0C%05%112%98n%A7%87%14%13%5C%F7%CD%DA%EF%F8%FC%3D%01%00%3B);
}


.layer-background .selectorLayer {
	display: block;
	left: auto;
	right: 4px;
	margin-top: 32px;
	border: 1px solid #ddd;
	opacity: 1;
	font-size: 11px;
	font-family: 'Montserrat','sans-serif';
}

.layer-background .selectorLayer p {
	margin: 10px;
	color: #878787;
	text-transform: uppercase;
}

.layer-background .selectorLayer .titleinput {
	margin-left: 5px;
	vertical-align: text-bottom;
}

span.title {
	font-size: 11px;
	padding: 0;
	font-family: 'Montserrat','sans-serif';
	font-weight: 500;
}

span.num {
	font-size: 11px;
	padding: 0 2px 0 0;
	font-family: 'Montserrat','sans-serif';
}

.layer-5-background span.title,
.layer-4-background span.title,
.layer-3-background span.title,
.layer-2-background span.title,
.layer-1-background span.title {
	color: #fff;
}

.dark .layer-5-background span.title,
.dark .layer-4-background span.title,
.dark .layer-3-background span.title,
.dark .layer-2-background span.title,
.dark .layer-1-background span.title {
	color: #dfdfdf !important;
}

.layer-order-dropdown-container {
	position: absolute;
	top: -50px;
	right: 0;
	bottom: auto;
	z-index: 2;
	font-size: 16px;
	background-color: #333;
	color: #f5f5f5;
	height: 50px;
	text-align: right;
}

.layer-order-dropdown-container #botonInicio,
.layer-order-dropdown-container #botonCronoscopio {
	content: ' ';
	background: url(https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/cms/logo_timeline_museo.gif);
	width: 192px;
	height: 26px;
	display: block;
	position: absolute;
	left: 15px;
	top: 12px;
	padding: 0;
}

@media only screen and (max-width: 500px) {
	.layer-order-dropdown-container #botonInicio {
		display: none;
	}

	input#busqueda {
		width: 56%;
	}

}

@media only screen and (max-width: 600px) {
	.layer-order-dropdown-container #botonCronoscopio {
		display: none;
	}
}

.layer-order-dropdown-container #botonCronoscopio {
	/* background: url(https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/cms/logo_timeline_cronoscopio_1.gif); */
	background: none;
	cursor: pointer;
	/* width: 153px; */
	left: 208px;
}

.layer-order-dropdown-container #botonInicio a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: 100%;
	white-space: nowrap !important;
	overflow: hidden;
}

.layer-order-dropdown-container #botonCronoscopio a {
	position: absolute;
	left: 0;
	text-indent: 10px;
	overflow: visible;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: white;
	font-family: 'Montserrat', 'sans-serif';
	top: 3px;
	bottom: 3px;
	padding-top: 3px;
	border-left: 1px solid gray;
	margin-left: 5px;
	z-index: -1;
}

.layer-order-dropdown-container p,
.layer-order-dropdown-container select {
	display: none;
}

/* ¿ELIMINAR EL HTML? */

#reading-panel {
	z-index: 9999 !important;
	overflow: auto;
	border-radius: 5px;
}

.entity-panel {
	font-family: 'EB Garamond', 'serif';
	font-size: 17px;
	color: #525252;
	padding: 45px;
}

#reading-panel::-webkit-scrollbar {
	background-color: #fff;
	/*width:14px;*/
}

#reading-panel::-webkit-scrollbar-thumb {
	border: 4px #fff solid;
	background: #666;
	border-radius: 15px;
}

.entity-panel img {
	float: left;
	padding: 0 30px 20px 0;
	background: white;
}

.entity-panel .enlaces {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0;
	margin: 20px 0;
	font-family: 'Montserrat','sans-serif';
}

.entity-panel .enlaces a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	display: block;
	margin: 7px 0;
}

/* .entity-panel .enlaces a::before {
	content: '›';
	font-size: 25px;
	font-weight: 400;
	margin-right: 5px;
	margin-top: -7px;
	color: #9d9d9d;
	display: inline-block;
	vertical-align: middle;
} */
.entity-panel .enlaces a:hover {
	text-decoration: underline;
}

.entity-panel .fuente {
	font-family: 'Montserrat','sans-serif';
	font-size: 12px;
	font-style: italic;
}

.entity-panel .source-links {
	font-family: 'Montserrat','sans-serif';
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
}

.entity-panel .source-links li {
	display: inline-block;
	border-left: 1px solid #d8d8d8;
	padding: 0 7px 0 10px;
}

/* .entity-panel .source-links li a::before {
	content:' ';
	background-image: url(data:image/gif,GIF89a%13%00%0F%00%80%01%00%DDxn%00%00%00%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c145%2079.163499%2C%202018%2F08%2F13-16%3A40%3A22%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202019%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-09-25T10%3A14%3A40%2B02%3A00%22%20xmp%3AModifyDate%3D%222019-09-25T10%3A15%3A18%2B02%3A00%22%20xmp%3AMetadataDate%3D%222019-09-25T10%3A15%3A18%2B02%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A9CA18EA4DF6C11E9BF1CF91A3C09B33F%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A9CA18EA5DF6C11E9BF1CF91A3C09B33F%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A9CA18EA2DF6C11E9BF1CF91A3C09B33F%22%20stRef%3AdocumentID%3D%22xmp.did%3A9CA18EA3DF6C11E9BF1CF91A3C09B33F%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%01%00%00%01%00%2C%00%00%00%00%13%00%0F%00%00%02%26%84%8F%18%BB%C0%0F%A3%8B%F4%CD%84q%AB%F2rhl%1F%13%06%D3hzh%2A%A2%E59%9E%F0%27%AF%26i%CB%D9%5E%00%00%3B);
	width: 19px;
	height: 15px;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 2px;
} */
.entity-panel .source-links li:first-child {
	border-left: 0;
	padding: 0 7px 0 0;
}

.entity-panel h2 {
	font-size: 30px;
	line-height: 110%;
	font-weight: 500;
	margin-top: 0;
	margin-right: 20px;
	font-style: italic;
	display: inline;
}

.entity-panel p.subtitle {
	line-height: normal;
	margin-top: 10px;
}

.entity-panel p.description {
	padding-top: 10px;
}

.entity-panel p {
	margin-bottom: 10px;
}

.entity-panel>a {
	font-family: 'Montserrat','sans-serif';
	color: #75c9cb;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

.entity-panel>a:hover,
.entity-panel>a:focus {
	color: #53acae;
	text-decoration: none;
}

.entity-panel>a:first-of-type {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.btn-close-reading-panel {
	font-family: 'Montserrat','sans-serif';
	font-size: 50px;
	font-weight: 100;
	background: transparent !important;
	color: #9d9d9d !important;
	top: -5px;
	right: 0;
}

.btn-close-reading-panel:hover {
	color: #C44C49 !important;
}

/* ------------------------ POPUP INFO ------------------------------- */
#reading-panel.info h2 {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 16px;
}

#reading-panel.info p {
	font-family: 'Montserrat','sans-serif';
	font-size: 14px;
}

#reading-panel.info h2.ico {
	position: relative;
	padding-left: 32px;
}

.info h2.ico span {
	filter: brightness(30%);
	-webkit-filter: brightness(30%);
}

.dark .info h2.ico span {
	filter: none;
	-webkit-filter: none;
}


#reading-panel.info h2.ico .config {
	background: url(https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/cms/timeline_ico_settings_v4.png) center no-repeat;
	content: ' ';
	width: 23px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	/* background-color: rgba(128, 128, 128, 0.53); */
	left: 0;
	margin: auto;
	height: 34px;
	/* padding: 10px;
  border-radius: 34px; */
}

#reading-panel.info h2.ico .search {
	background: url(https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/cms/timeline_ico_lupa.png) center no-repeat;
	content: ' ';
	width: 24px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 34px;
}

#reading-panel.info h2.ico .center {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTEwLTA3VDEzOjE0OjI5KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMC0wN1QxMzoxNDo0MCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMC0wN1QxMzoxNDo0MCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTdENjA4QTNFOEYzMTFFOTkyNUVGRjk5QkRCMEFEMEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTdENjA4QTRFOEYzMTFFOTkyNUVGRjk5QkRCMEFEMEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBN0Q2MDhBMUU4RjMxMUU5OTI1RUZGOTlCREIwQUQwQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBN0Q2MDhBMkU4RjMxMUU5OTI1RUZGOTlCREIwQUQwQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqIeOmQAAAIcSURBVHja7JjLK0RRHMfdyUgkK6G8oiQ7iTBI2aFsMCtSisjOipSFP0AWIo+NhbJRaiyIjUdGTZGIjYVnk8fGa+F1fU++U8dtzMyde2/dNL/6dO753XN+99vpnN/vzCiqqsbZyRxxNrOYoJgguwgqAn7QbhdB8SAdpNpF0C3bB8ORRGI0QCdYAX71x96AF4yC9GhiKlFm6jYwCZLBHtgBPpALqkAtSANToM/qFZrgaoyDxBDj3OAVXIGUSOPrFTNJMeUafwFwgRLg0Lw7BS9WCGoIIkb4ttXfdg6GNHO/wJrZgoTNSP0BNbRtSGML6SszS1ATAyrsV6uR2bQUYx/smiVoCRxLfZ8aueVzTjf4DPet+BAHsAEk8LkSzPE5A5TqOMjNYAxsgHfQxQT6ATzBUv5ftqLpb7HN1Zmz8tieUdCs9E7RI8gFnCJVgUVQDlbBnU5B92yzWKpEAb4AX0YS4zqPd6B/rmMPBU5WC4+/KZu6l8ED/Y4IxexIczzgzCxBDn6gX/IthBFzC9I41kmf28zEOMigyZJvBDwHEbMMMjVpwm9FtT8Axazy7/SJql7H0/cIvOBQmiMqfg839bUV1f6Im7MxzLgMqc5VWFXttVX/hJexepDNat8HVvleZPccPbGN3BZFwZzn3vjgqon2EWyC1mjiGr3CBqjhigwbjWXWJf+S7Y1dfnUkgSeWGUOmxP6OiQn6b4K+BRgAsQ/+qmxd8qIAAAAASUVORK5CYII=) center no-repeat;
	content: ' ';
	width: 25px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 34px;
}



/* ------------------------ POPUP CONFIGURACIÓN ---------------------- */

#reading-panel.config h2 {
	font-weight: 400;
	font-size: 25px;
	float: left;
	width: 21%;
	margin-bottom: 20px;
}

#reading-panel.config p {
	margin: 30px 0;
	font-family: 'Montserrat','sans-serif';
	font-size: 14px;
	clear: left;
	padding: 0 0 33px 0;
	margin: 0 0 40px 0;
}

#reading-panel.config {
	max-width: 1600px;
	height: 99%;
	width: 99%;
	z-index: 9999;
}

#reading-panel.config .form-general {
	position: relative;
	top: -50px;
}

.config_bands {
	position: relative;
}

@media only screen and (min-width: 1024px) {
	#reading-panel.config p {
		width: 21%;
		float: left;
	}

	.config_bands {
		width: 77%;
		float: right;
	}

	.submitter {
		text-align: right;
	}
}

.config_bands .extra-options {
	/* clear:left; */
	padding-top: 20px;
}


.config_bands li {
	position: relative;
	border: 1px solid #e4e7ee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 12px;
	background: white;
}

.config_bands input {
	margin: 0 0 0 20px;
	padding: 0;
	vertical-align: middle;
}

.config_bands li :checked+label {
	color: black;
}

.config_bands li h3 {
	float: left;
	background: #f5f5f5;
	width: 27%;
	min-width: 170px;
	border-right: 1px solid #e4e7ee;
}

.config_bands li label {
	padding: 10px;
	display: inline-block;
	pointer-events: all;
	font-size: 13px;
	color: #bababa;
}

.config_bands .dragger {
	position: absolute;
	top: 12px;
	right: 10px;
	background-image: url(data:image/gif,GIF89a%06%00%06%00%80%01%00%D4%D4%D4%00%00%00%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c145%2079.163499%2C%202018%2F08%2F13-16%3A40%3A22%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202019%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-09-20T12%3A19%3A58%2B02%3A00%22%20xmp%3AModifyDate%3D%222019-09-20T12%3A20%3A15%2B02%3A00%22%20xmp%3AMetadataDate%3D%222019-09-20T12%3A20%3A15%2B02%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A3CE4A095DB9011E9BF7BF11A850C9E35%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A3CE4A096DB9011E9BF7BF11A850C9E35%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A3CE4A093DB9011E9BF7BF11A850C9E35%22%20stRef%3AdocumentID%3D%22xmp.did%3A3CE4A094DB9011E9BF7BF11A850C9E35%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%01%00%00%01%00%2C%00%00%00%00%06%00%06%00%00%02%0A%0C%10y%A7%9B%86%9E%9C%A9%00%00%3B);
	background-repeat: repeat;
	width: 10px;
	height: 16px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: grab;
}

.placeholder {
	border: none !important;
	background-color: #fafafa !important;
	height: 43px;
}

.ui-sortable-helper {
	-webkit-box-shadow: 3px 3px 5px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 5px -4px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px -4px rgba(0, 0, 0, 0.3);
}

.entity-panel .switch.red-blue {
	margin: 0;
	background-color: #efeff4;
	float: left;
	margin-right: 140px;
	margin-bottom: 10px;
}

.entity-panel .switch-label .op1,
.entity-panel .switch-label .op2 {
	font-size: 13px;
	width: 110px;
}

.entity-panel .switch-check:checked+.switch-label {
	background-color: gray;
}

.extra_options {
	margin: 35px 0;
}

.chk-lines * {
	height: 27px;
	vertical-align: middle;
	margin-right: 10px;
}

.chk-lines label {
	pointer-events: all;
}

.submitter {
	clear: both;
	display: block;
	padding-top: 10px;
}

.submitter .cancel {
	font-family: 'Montserrat','sans-serif';
	padding-top: 9px;
	margin-left: 14px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

.ui-sortable-helper {
	cursor: grabbing !important;
}

.ui-sortable-helper .dragger {
	cursor: grabbing;
}


/*-------------------------- ESTILOS PARA AUTOCOMPLETAR --------------------------*/

.ac_results_timeline.ac_results {
	width: 25%;
	padding-right: 21px;
	right: 125px;
	background-color: black;
	border: 0;
	text-align: left;
	font-family: 'Montserrat','sans-serif';
	position: absolute;
}

.ac_results_timeline.ac_results ul {
	padding: 6px;
	overflow: hidden;
}

.ac_results_timeline.ac_results li {
	position: relative;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	font-size: 11.5px;
	padding: 9px 6px;
	line-height: 17px;
	display: inline-block;
	float: left;
	border: 1px solid #939393;
	margin: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ac_results_timeline.ac_results li.result-author,
.ac_results_timeline.ac_results li.result-work {
	padding-left: 23px;
}

.ac_results_timeline.ac_results li.result-author::after,
.ac_results_timeline.ac_results li.result-work::after {
	content: ' ';
	width: 12px;
	height: 16px;
	position: absolute;
	top: 8px;
	left: 6px;
}

.ac_results_timeline.ac_results li.result-author::after {
	background: url(data:image/gif,GIF89a%0C%00%10%00%80%01%00%93%93%93%FF%FF%FF%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c145%2079.163499%2C%202018%2F08%2F13-16%3A40%3A22%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202019%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-06-28T13%3A11%3A09%2B02%3A00%22%20xmp%3AModifyDate%3D%222019-06-28T13%3A11%3A59%2B02%3A00%22%20xmp%3AMetadataDate%3D%222019-06-28T13%3A11%3A59%2B02%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A8C5C6C18999511E9819AF7BFD2768957%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A8C5C6C19999511E9819AF7BFD2768957%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A8C5C6C16999511E9819AF7BFD2768957%22%20stRef%3AdocumentID%3D%22xmp.did%3A8C5C6C17999511E9819AF7BFD2768957%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%01%00%00%01%00%2C%00%00%00%00%0C%00%10%00%00%02%1A%8C%8F%A9%CB%08%CF%9E%5C%12%AA%0Ah%D5%F3n%DEt%09f%19dwn%E9T%00%00%3B) no-repeat;
}

.ac_results_timeline.ac_results li.result-work::after {
	background: url(data:image/gif,GIF89a%0C%00%10%00%80%01%00%93%93%93%FF%FF%FF%21%FF%0BXMP%20DataXMP%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c145%2079.163499%2C%202018%2F08%2F13-16%3A40%3A22%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CC%202019%20%28Windows%29%22%20xmp%3ACreateDate%3D%222019-06-28T13%3A11%3A09%2B02%3A00%22%20xmp%3AModifyDate%3D%222019-06-28T13%3A11%3A25%2B02%3A00%22%20xmp%3AMetadataDate%3D%222019-06-28T13%3A11%3A25%2B02%3A00%22%20dc%3Aformat%3D%22image%2Fgif%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A783AC428999511E9A08A896DCAEA53CF%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A783AC429999511E9A08A896DCAEA53CF%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A783AC426999511E9A08A896DCAEA53CF%22%20stRef%3AdocumentID%3D%22xmp.did%3A783AC427999511E9A08A896DCAEA53CF%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%01%FF%FE%FD%FC%FB%FA%F9%F8%F7%F6%F5%F4%F3%F2%F1%F0%EF%EE%ED%EC%EB%EA%E9%E8%E7%E6%E5%E4%E3%E2%E1%E0%DF%DE%DD%DC%DB%DA%D9%D8%D7%D6%D5%D4%D3%D2%D1%D0%CF%CE%CD%CC%CB%CA%C9%C8%C7%C6%C5%C4%C3%C2%C1%C0%BF%BE%BD%BC%BB%BA%B9%B8%B7%B6%B5%B4%B3%B2%B1%B0%AF%AE%AD%AC%AB%AA%A9%A8%A7%A6%A5%A4%A3%A2%A1%A0%9F%9E%9D%9C%9B%9A%99%98%97%96%95%94%93%92%91%90%8F%8E%8D%8C%8B%8A%89%88%87%86%85%84%83%82%81%80%7F~%7D%7C%7Bzyxwvutsrqponmlkjihgfedcba%60_%5E%5D%5C%5BZYXWVUTSRQPONMLKJIHGFEDCBA%40%3F%3E%3D%3C%3B%3A9876543210%2F.-%2C%2B%2A%29%28%27%26%25%24%23%22%21%20%1F%1E%1D%1C%1B%1A%19%18%17%16%15%14%13%12%11%10%0F%0E%0D%0C%0B%0A%09%08%07%06%05%04%03%02%01%00%00%21%F9%04%01%00%00%01%00%2C%00%00%00%00%0C%00%10%00%00%02%22%84%8F%17%B6%D0%EDRD%A1Z%EA%ECU%BAN%D6a%9D%C7%85P%A6%89%23%B5%9E%2B%96%40%0FCKR%01%00%3B) no-repeat;
}

/* SOY DARK */
.dark div#reading-panel {
	background-color: #333;
}

.dark #reading-panel.config h2,
.dark #reading-panel.config p {
	color: #fff;
}

.dark .switch-label div,
.dark .config_bands li label {
	color: #fff;
}

.dark .config_bands li h3 {
	background-color: #1c1c1c;
	border-color: #808080;
}

.dark .config_bands li {
	background-color: #525252;
	border-color: #808080;
}

.dark .submitter .cancel {
	color: #9d9d9d;
}

.dark .submitter .cancel:hover {
	color: #fff;
}

.dark .bc-estandar {
	background-color: #000;
}

.dark .bc-estandar:hover {
	background-color: #6c6c6c;
}

.dark .placeholder {
	background-color: #000 !important;
}

.dark #reading-panel::-webkit-scrollbar {
	background-color: #000;
}

.dark #reading-panel::-webkit-scrollbar-thumb {
	border-color: #000;
	background: #666;
}

.dark .entity-panel {
	color: #fff;
}

.dark .layer-1-background h1.title {
	background-color: #757575;
}

.dark .entity-panel img {
	background: #333;
}

.dark .entity-panel a {
	color: #dd786e;
}

.dark .entity-panel a:hover {
	color: #fff;
}

/*BOTON CENTRAR*/
#centrarTimeline {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-ms-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	display: block;
	position: fixed;
	right: 15px;
	bottom: 60px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 2px solid #a71c15;
	text-indent: 60px;
	overflow: hidden;
	cursor: pointer;
}

#centrarTimeline::before {
	-webkit-transition: filter .2s linear;
	-moz-transition: filter .2s linear;
	-ms-transition: filter .2s linear;
	-o-transition: filter .2s linear;
	transition: filter .2s linear;
	content: ' ';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0' y='0' viewBox='0 0 60 60' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none;stroke:%23a71c15;stroke-width:1.4945;stroke-miterlimit:10;%7D.st1%7Bfill:%23a71c15;%7D.st2%7Bfill:%23a71c15;stroke:%23a71c15;stroke-width:2;stroke-miterlimit:10;%7D.st3%7Bfill:none;stroke:%23a71c15;stroke-width:2;stroke-miterlimit:10;%7D%3C/style%3E%3Ccircle class='st0' cx='31' cy='30' r='12'/%3E%3Ccircle class='st1' cx='31' cy='30' r='7.9'/%3E%3Cline class='st2' x1='30.9' y1='13' x2='30.9' y2='17.8'/%3E%3Cline class='st3' x1='30.9' y1='42.1' x2='30.9' y2='46.9'/%3E%3Cline class='st3' x1='47.8' y1='29.8' x2='43.1' y2='29.8'/%3E%3Cline class='st3' x1='18.7' y1='29.8' x2='13.9' y2='29.8'/%3E%3C/svg%3E");
	width: 60px;
	height: 60px;
	position: absolute;
	display: block;
}

#centrarTimeline:hover {
	background-color: #a71c15;
}

#centrarTimeline:hover::before {
	filter: brightness(0%) invert(100%);
	-webkit-filter: brightness(0%) invert(100%);
}


/* RESPONSIVE */

@media only screen and (max-width: 500px) {
	.entity-panel img {
		width: 100%;
	}
}

@media only screen and (max-width: 825px) {
	.config_bands li h3 {
		width: 100%;
	}
}