body {
	background-color: #714E12;
	background-image: url(../bg-body.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#rap {
	margin: auto;
	width: 780px;
	text-align: center;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #593D0E;
	clear: both;
	width: 780px;
	margin-top: 15px;
	background-color: #FAFFE8;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#rap #contenido img {
	padding: 2px;
	border: 5px solid #333333;
	margin-top: 4px;
}

#contenido {
	background-image: url(../bg-contenido.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	text-align: left;
	margin: 0px;
	clear: both;
	font-size: 14px;
}

#contenido {
	_margin: -5px;
	}


#header {
	margin: 0px;
	height: 146px;
	width: 780px;
	text-align: center;
	clear: both;
}
#rap #contenido p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
#rap #contenido h3 {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	color: #563C0E;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #563C0E;
}
#rap #contenido ul {
	text-align: left;
}



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #252724;
	cursor: pointer;
	z-index:2;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:3;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	z-index:3;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index:4;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, 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(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

