/* Gallery */

#imagenes-contenedor{
	display: block;
	width: 889px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	position:relative;
	background-color: #FAFAFA;
	top: 13px;
}

.imagen{
	width:1100px;
	height:500px;
	position: absolute;
	top: 0px;
	/*left: -100px;*/
}
.imagen-next{
	width:900px;
	height:500px;
	position: absolute;
	top: 0px;
	left:900px;
	/*float: left;
	clear: none;*/
}
.imagen-prev{
	width:900px;
	height:500px;
	position: absolute;
	top: 0px;
	left:-900px;
	/*float: left;
	clear: none;*/
}
.imagen_grande{
	/*width:2048px;
	height:1536px;*/
	position: absolute;
	top: 0px;
	z-index:1;
}
#preloader{
	height:auto;
	left:420px;
	position:relative;
	top:250px;
	visibility:hidden;
	width:auto;
	z-index:5;
}

.borde-thumb{
	height:3px;
	width:900px;
	position:absolute;
}

.thumb-bar{
	background:#FFFFFF none repeat scroll 0%;
	font-size:20px;
	height:100px;
	/*margin-top:5px;*/
	padding:0px;
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:13px;
	z-index:1;
	cursor: pointer;
}

#thumbs-contenedor{
	text-align:left;
}

#thumbs-miniwrap{
	width:889px;
	overflow:hidden;
	position: absolute;
}

#thumbs-wrapper{
	display: block;
	overflow:hidden;
	width: 889px;
	height: 100px;
	z-index:10;
	background-color:#FAFAFA;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:20px;
}

.thumb{
	float:left;
	clear:none;
	margin-left: 7px;
	margin-top: 12px;
}
.thumb_activo{
	/*border:solid 1px;
	border-color:#DE0000;*/
	opacity: 0.4;
	filter:alpha(opacity=40);
}
/* Styles */

img {
	border: 0px;
}

#container{
	margin: auto;
	width: 889px;
	height: 620px;
}

#header{
	/*margin-top: 55px;*/
	margin-bottom: 25px;
	height: 70px;
	width: 889px;
}

#logo{
	position: relative;
	top: 4px;
	height:68px;
	width: 100%;
	background: url(logo.jpg) no-repeat;
	float: left;
}

#navbar{
	position: relative;
	/*top: 49px;*/
	height: 21px;
	width: 649px;
	float: right;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	float:right;
}

#navbar ul li{
	display: inline;
	list-style: none;
	float: left;
	padding: 0px 5px;
}

#navbar ul li a{
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #6B6B6B;
}

#navbar ul li a:hover{
	color: #923517;
}

#content{
	margin-top: 15px;
	width: 889px;
}

#main-img{
	height: 482px;
	width: 889px;
	float: left;
	background: url(main-img.jpg) no-repeat;
}

#sidebar{
	width: 228px;
	height: 100%;
	float: right;
}

#life{
	height:21px;
	width: 144px;
	float: right;
	/*background-color: #C77;*/
	background: url(life.jpg) no-repeat;
}

#block{
	position: relative;
	top: 6px;
	width: 228px;
	height:329px;
	background: url(block.jpg) no-repeat;
}

#footer{
	position: relative;
	top: 15px;
	width: 889px;
	height: 50px;
	clear:both;
	color: #DAAEAD;
}

#footer ul {
	margin: auto;
	padding: 0px;
	float:none;
}

#footer ul li{
	display: inline;
	list-style: none;
	padding: 0px 5px;
}

#footer ul li a{
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #6B6B6B;
}

#footer ul li a:hover{
	color: #923517;
}

#menu-zoom-thumbs{
	background:transparent url(/site-images/zoom_in.png) no-repeat scroll 0% 50%;
	cursor:pointer;
	height:24px;
	left:0px;
	position:relative;
	top:540px;
	width:115px;
	z-index:2;
}

#enlarge-bot{
	background:transparent url(/site-images/zoom.png) no-repeat scroll 0% 50%;
	cursor:pointer;
	height:24px;
	left:116px;
	position:relative;
	top:515px;
	z-index:2;
}
#superheader{
        width:880px;
        background-color:#E3E0DB;
        height:20px;
        margin: auto;
	color:#877C66;
	font-size:10px;
	padding-top:6px;
	padding-left:8px;
	padding-right:8px;
	font-family: sans-serif;
	margin-bottom: 8px;
}
#sitemap-link{
	clear:none;
	float:right;
}
#sitemap-link a{
	color:#5D5D5D !important;
}

