body {
	background-color: #BEB474;
	margin: 0px;
}

#header {
	position: relative;
	height: 125px;
	width: 900px;
	margin: 12px auto;
}

#logo {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	height: 123px;
	width: 264px;
	position: relative;
	float: left;
	right: 10px;
	cursor: pointer;
}

#enlaces1 {
	position: relative;
	float: right;
	width: 620px;
	top: 80px;
}

.enlace1 {
	margin: 0px 7px;

}

a.enlace1:link {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
}
a.enlace1:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
	font-size: 11px;
}
a.enlace1:hover {
	color: #6C2300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.enlace1:active {
	color: #333333;
	text-decoration: none;
}

#content {
	width: 900px;
	margin: 15px auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#pestanhas {
	position: relative;
	width: 900px;
	margin: 12px auto 0px auto;
	z-index: 1;
}
.enlace2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 24px 0px 0px;
	position: relative;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	z-index: 2;
	float: left;
	cursor:pointer
}
.enlace2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 24px 0px 0px;
	position: relative;
	text-decoration: none;
	z-index: 2;
	border: 1px solid #575228;
	cursor: pointer;
}
.enlace2-activo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575228;
	margin: 0px 24px 0px 0px;
	position: relative;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border:1px solid #575228;
	background-color: #CEC47D;
	border-bottom-color: #CEC47D;
	z-index: 101;
	float: left;
}




.centro {
	position: relative;
	width: 898px;
	margin: -1px auto 0px auto;
	border: 1px solid;
	z-index: 0;
}
.titapart {
	margin: 25px 0px 25px 25px;
}
.info-content {
	position: relative;
	width: 600px;
	float: left;
	left: 25px;
	font-size: 12px;
	line-height: 1.4em;
}
.info-content .imagen {
	position: relative;
	margin: 2px auto 25px auto;
}
.info-content .notas {
	position: relative;
	width: 80%;
	font-size: 0.96em;
	color: #8A0000;
}

.fotografias {
	width: 250px;
	position: relative;
	float: right;
	text-align: center;
	overflow: hidden;
	height: 680px;
	right: 5px;
	top: -57px;
}

.fotografias .titulo {
	font-weight: 600;
	position: relative;
	margin: 0px auto 12px;
}

.cursor-fotos {
	position: relative;
	width: 250px;
}

.cursor-ant {
	float: left;
	position: relative;
	left: 95px;
	width: 20px;
	height: 20px;
	background-image: url(/images/cur-left.png);
}

.cursor-sig {
	float: right;
	position: relative;
	right: 95px;
	width: 20px;
	height: 20px;
	background-image: url(/images/cur-right.png);
}

.clearcursor {
	clear: both;
	height: 11px;
	position: relative;
}

.fotos-blq {
	position: relative;
	left: 0px;
}
.col-fotos-1 {
	position: absolute;
	left: 25px;
	width: 200px;
}
.col-fotos-2 {
	position: absolute;
	left: 275px;
	width: 200px;
}
.col-fotos-3 {
	position: absolute;
	left: 525px;
	width: 200px;
}

.fotografias img {
	margin: 0px auto 20px auto;
}


p {
	text-align: justify;
	margin: 0px auto 25px auto;
}
.clear {
	clear: both;
}
.info-add {
	font-size:11px;
	color:#333333;
	width:825px;
	margin:35px auto;
	position: relative;
	text-align: justify;
}
