@charset "utf-8";
/* CSS Document */


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}

.highslide img {
	border: 0.12em solid #2d2825;
	margin:0.5em 0 0.5em 2em;
}

.highslide:hover img {
	border: 0.12em solid white;
}

.right {
	border: 0.12em solid #2d2825;
	margin:0 0 0 2em;
	float:right;
}

img.fotoinicio {
	border: 0.12em solid #2d2825;
	float:right;
	margin:0 0 0 1em;
}

img.fotoinicio:hover {
	border: 0.12em solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 0.06em solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 0.06em solid white;
    font-family: Verdana, Helvetica;
	font-size:small;
    padding: 0.31em;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size:small;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 0.12em;
	border: 0.06em solid black;
    background-color: white;
    
    padding-left: 1.38em;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 0.19em 0.06em;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 0.12em;
    color: silver;
    text-decoration: none;
	font-size:small;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 0.63em 0.63em 0;
	width: 2.13em;
	height: 2.13em;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}