@charset "ISO-8859-1";
/* CSS Document */

body {
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 0;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
}
img {
	border: 0;
}
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	color: #b3b3b3;
	font-size: 12px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
a, a:link, a:hover {
	text-decoration:underline;
	cursor:pointer;
}
a:link a:visited a:hover, a:active {
	text-decoration:none;
	font-style: italic;
}
.itemNumber {
	color: #B7BED9;
	z-index: 1;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
}
.borderTopLeft {
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
}
.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 175px;
	height: 200px;
	overflow: hidden;
	vertical-align: bottom;
}
.thumbnail img {
	margin-top: 10px;
	padding-top: 10px;
}
.selectedThumbnail, .thumbnail:hover {
	color:inherit;
	background-color: #a1a1a1;
}
.emptyThumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.pagination {
	float: right;
	margin-bottom: 10px;
	padding: 0;
	width: 684px;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	list-style: none;
	padding: 5px;
}
.pagination li, .pagination a {
	font-style: italic;
}
.pagination .colecciones {
	font-weight: bold;
	margin-right: 25px;
}
.pagination .previous {
	font-weight: bold;
	margin-left: 25px;
}
.pagination .next {
	font-weight: bold;
}
.pagination .readout {
	font-weight: bold;
}
.pagination .current {
	border: solid 1px #7f7f7f;
}

.detailNav {
	text-align: center;
	font-style: italic;

}

.detailNav ul {
	margin: 10px auto;
	text-align: center;
}

.detailNav ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
}

.previewMetadataLabel {
	margin-right: 3px;
	font-size: 11px;
	text-align:right;
	clear:both;
}


.previewMetadataData {
	font-size: 11px;
	font-weight: bold;
}
.previewFull {
  background-color: #E1E5F5;
	color: #333333;
}
.imagen {
	float: left;
	position: relative;
	overflow: hidden;
}

