/* Main Selectors */
@charset "iso-8859-1";
/* CSS Document */

@font-face {
    font-family: 'EurostileLTStdRegular';
    src: url('material/fuente/eurostileltstd-webfont.eot');
    src: url('material/fuente/eurostileltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('material/fuente/eurostileltstd-webfont.woff') format('woff'),
         url('material/fuente/eurostileltstd-webfont.ttf') format('truetype'),
         url('material/fuente/eurostileltstd-webfont.svg#EurostileLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('material/fuente/agaramondpro-regular-webfont.eot');
    src: url('material/fuente/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('material/fuente/agaramondpro-regular-webfont.woff') format('woff'),
         url('material/fuente/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('material/fuente/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #694229;
	background-image:url(./../../../material/fondogal.png);
	background-attachment: fixed;
	background-position:center;
	background-repeat: repeat-y;
	font-family: 'EurostileLTStdRegular';
}

a, a:visited {color:#000; font-family:'EurostileLTStdRegular'; font-size:16px; text-decoration:none;}

a:hover {color:#FFC; font-family:'EurostileLTStdRegular'; font-size:16px; text-decoration:none;}

/* Header */
div#header h1 {
	font-family:'EurostileLTStdRegular';
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family:'EurostileLTStdRegular';
	font-size:16px;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family:'EurostileLTStdRegular';
	font-size:16px;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border: none;
	vertical-align: middle;
	padding: 2px;
}

div#navigation td.thumbcell img {
	border: none;
	border-style: none;
}

div#navigation td.selected {
	border: none;
	border-style: none;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 50px auto 0 auto;
	border: solid;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family:'EurostileLTStdRegular';
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family:'EurostileLTStdRegular';
	text-align: center;
	font-size: 14pxem;
	display: block;
	width: 640px;
	margin: auto;
}

/* Footnote */
p.footnote {
	visibility: hidden;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
