/* @group base */

html {
	background: #dedede url(../../pics/css/bg-840-abajo.gif) no-repeat center bottom;
	padding-bottom: 35px;
}

body {
	background: #dedede url(../../pics/css/bg-840.gif) top center repeat-y;
	padding: 0px;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border: 0;
}

a {
	color: #003f75;
	text-decoration: none;
}

a:hover {
	color: #3998cb;
}

.cabeza {
	clear: both;
	background: #f0e6d3 url(../../pics/css/cabeza-aficiones-840x50.jpg);
	width: 840px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.title {
	text-align: left;
	color: #888376;
	width: 821px;
	background-color: #f0e6d3;
	margin-left: auto;
	margin-right: auto;
	font: 18px Helvetica, Arial, sans-serif;
	padding: 10px 4px 0 15px;
}

/* @end */

/* @group gallery table */

.galleryTable {
	width: auto;
	clear: both;
	padding: 0px;
}

.gallery {
	font-size: 11px;
	padding: 10px;
	clear: both;
	background: #bfb197;
	margin: 0 auto 0 auto;
	width: 820px;
}

.galleryRow {
}

.galleryColumn {
	padding: 6px;
	width: 150px;
	height: 150px;
}

.galleryTable img {
	width: 150px;
	height: 150px;
}

/* @end */

/* @group gallery image */

.galleryImage {
	text-align: center;
	border: 1px solid #bfb197;
}

.caption {
	margin-top: 5px;
	text-align: center;
}

.caption a {
	color: #767366;
}

.caption a:hover {
	color: #3998cb;
}

/* @end */

/* @group page */

.pageImage {
}

.galleryPage {
	font-size: 11px;
	padding: 16px;
	text-align: left;
	font-size: 11px;
	clear: both;
	background: #bfb197;
	width: 808px;
	text-align: center;
	margin: 0 auto;
}

.galleryPage img {
	max-height: auto;
}

/* @end */

/* @group navigation */

.navigation {
	text-align: left;
	clear: both;
	background: #f0e6d3;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 10px;
}

.navigationLinks {
	display: inline;
	margin-right: 20px;
	font-weight: bold;
}

.navigationLinks a {
	padding-right: 11px;
	padding-left: 7px;
	font-weight: bold;
}

.pagePrevious {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.pageIndex {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

.pageNext {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

.pagePrevious:hover {
	background-color: #faf4e4;
}

.pageIndex:hover {
	background-color: #faf4e4;
}

.pageNext:hover {
	background-color: #faf4e4;
}

.currentLink {
	text-decoration: none;
	padding: 2px 4px 1px;
	display: inline;
	margin-right: 1px;
	color: #888376;
	line-height: 2;
}

.currentLink:hover {
	text-decoration: none;
	padding: 2px 4px 1px;
	display: inline;
	margin-right: 1px;
	color: #888376;
	line-height: 2;
}

.pageLink {
	text-decoration: none;
	display: inline;
	padding: 2px 4px 1px;
	border: 1px solid #c9c1af;
	font-weight: normal;
	color: #888376;
	margin-right: 1px;
	line-height: 2;
}

.pageLink:hover {
	background: #c9c1af;
	color: #faf4e4;
	line-height: 2;
}

/* @end */

