body {
	background-color: #58432a;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 600px;
	margin-left: -300px;
	left: 50%;
	position: relative;
}
#arriba {
	padding-left: 181px; 
}
#menu {
	width: 100%;
	padding-left: 58px;
	height: 23px;
}
#contenido {
	font-family: Tahoma, Georgia, "Times New Roman";
	font-size: 13px;
	color: #2f1f0b;
	height: 235px;
	width: 560px;
	overflow: auto;
	margin-left: 60px;
	margin-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
#contenido h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ba1615;
	font-weight: normal;
	margin: 0px;
}
#credito {
	font-family: Tahoma, Georgia, "Times New Roman";
	font-size: 10px;
	color: #b09e89;
	margin-top: 80px;
	text-align: right;
}

#credito a {
	font-size: 10px;
	color: #b09e89;
	text-decoration: none;
}

#menu img.m1 {
	margin-left: 0px;
}
#menu img.m2 {
	margin-left: 9px;
}
#menu img.m3 {
	margin-left: 7px;
}
#menu img.m4 {
	margin-left: 10px;
}
#menu img.m5 {
	margin-left: 10px;
}
#menu img.m6 {
	margin-left: 9px;
}
#menu img.m7 {
	margin-left: 9px;
}
a.btn img {
	border: 1px dashed #bba45f;
	padding: 2px;
	margin-right: 10px;
}
#contenido fieldset {
	border: solid 0 transparent;
}
#contenido label {
	font-family: Tahoma, Georgia, "Times New Roman";
	font-size: 13px;
	color: #2f1f0b;
	vertical-align: top;
	width: 80px;
	float: left;
}
#contenido textarea {
	width: 200px;
}

table.master {
	border-collapse: collapse;
}

table.master td {
	font-size: 9px;
	border: 1px solid #CC6600;
	text-align: center;
	padding: 1px;
}

table.master td.resaltar {
	font-size: 9px;
	text-align: center;
	padding: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
}

.location-map {
	margin-right: 25px;
}

#contenido fieldset {
	float: left;
}

fieldset p {
	margin-top: 0px;
	margin-bottom: 4px;
}
div.derecha {
	float: right;
}
img.galeria {
	padding: 4px;
	float: left;
}
/* Css del lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
