<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slideshow {
	width: 700px;
	z-index: 1;
}
#slideshow_fotos {
	position: relative;
	width: 700px;
	height: 386px;
	margin-bottom: 10px;
}
.slideshow_foto {
	display: none;
	position: absolute;
	width: 700px;
	height: 386px;
}
.slideshow_foto a {
	display: block;
}
.slideshow_foto img {
	position: absolute;
	z-index: 5;
}
.slideshow_foto_info {
	position: absolute;
	padding: 20px;
	left: 0;
	bottom: 0;
	width: 660px;
	z-index: 6;
	background: rgba(0,0,0,.7);
}
.slideshow_foto_tit {
	font: 800 42px/42px Raleway,Arial;
	color: #fff;
	text-transform: uppercase;
}
.slideshow_foto_txt {
	font: 700 21px/28px Raleway,Arial;
	color: #fff;
	width: 500px;
}

#slideshow_nav {
	list-style-type: none;
	text-align: center;
	margin-bottom: 20px;
}
#slideshow_nav li {
	display: inline-block;
	font-size: 38px;
	margin: 0 3px;
	color: #c4c4c4;
	cursor: pointer;
}
#slideshow_nav li.sel {
	color: #008fb1;
}</pre></body></html>