/* SLIMBOX */

body{ background-color:#3E3937; width:100%; margin:0px; padding:0px; font-family:Arial;}

ul,li{margin:0px; padding:0px; list-style:none; float:left;}
img{ border:0px; text-decoration:none; margin:0px; padding:0px;}
a{ margin:0px; padding:0px;}


.linea{ height:1px; width:806px; background-image: url(imagenes/pixel.jpg); background-repeat:repeat-x; background-position:left; margin:0px; padding:0px;}

#Contenedor{ background-color:#363230; width:807px; margin:0 auto; min-height:700px; padding-top:10px; padding-bottom:70px; border-bottom: solid 1px #4A4542;}

.Titulo{ color:#B2CD12; font-size:22px; width:230px; }
.Contenido ul{ font-size:11px; margin-left:30px; margin-top:40px; color:#EBE7E5;text-align:justify; float:left;}
.Txt{ margin:7px 40px 20px 0px;}
.fotos{  margin:0px; padding:0px; height:47px;}
.fotos li{ border-right:1px solid #fff; margin:0px; padding:0px; height:47px;}
.Galeria{ width:640px;}
.Top{ float:left; font-size:10px; color:#726E6B; margin-bottom:5px; margin-left:31px;}
.Precio{ font-weight:bold; color:#B2CD12;}
.Pie{ font-size:10px; color:#605B58; margin:0 auto; width:776px; padding:10px 0px 25px 30px; background-color:#363230; }
.Observaciones{ font-size:10px; color:#C0B3AD;}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(imagenes/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(imagenes/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(imagenes/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(imagenes/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

