html body
{
  background-color: #A6A6A6;
}

#divBachecaHeaderArea
{
  width: 1160px;
}

#divBachecaDocAreaContainer
{
  width: 1160px;
  background-color: #FFF7E1;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

#divBachecaDocArea
{
  width: 1160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* ----------------------------- */
#divDocumentContainer
{
  margin-top: 0px;
  margin-bottom: 0px;
}

#divBachecaDocResourceLinkArea
{
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

#divTitle1Container
{
  margin-top: 30px;
  margin-left: 0px;
	padding-right: 10px;
}

#divMainAreaContainer
{
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 850px;
}

#divMainAreaImageContainer
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 730px;
  height: 850px;
}

#divMainAreaImgMostra
{
  width: 730px;
  height: 850px;
}

#divMainAreaButtonsContainer
{
  position: absolute;
  left: 720px;
  top: 0px;
  width: 430px;
  height: 850px;
  text-align: right;
 }

.divTitle1Line
{
  line-height: normal;
}

.lblTitle1Line
{
  color: #3A1D00;
  font-family: "Garamond", "Times New Roman";
  padding-top: 0px;
  padding-bottom: 0px;
}
.lblTitle1Line1
{
  font-weight: bold;
  font-size: 34pt;
}

.lblTitle1Line2
{
	margin-top: 10px;
  font-weight: normal;
  font-size: 25pt;
	font-style: italic;
}

#divTitle2Container
{
  margin-top: 60px;
  margin-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

.divTitle2Line
{
  line-height: normal;
}

.lblTitle2Line
{
  color: #000000;
  font-family: "Baskerville Old Face", "Times New Roman";
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
}
.lblTitle2Line1
{
  font-size: 16pt;
  qqline-height: 22pt;
}
.lblTitle2Line2
{
  font-size: 16pt;
  line-height: 18pt;
}
/* -------------------------------------- */
.divbtnRight
{
	padding-right: 10px;
}
.btnAction
{
  margin-top: 16px;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

#btnRight1,
#btnRight2
{
  outline: none;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  cursor: pointer;
  width: 280px;
  margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#btnRight1
{
  margin-top: 285px;
  background-color: #8A0000;
}
#btnRight2
{
  margin-top: 40px;
  background-color: #3A1D00;
}
#btnRight1:hover
{
  background-color: #AA0000;
}
#btnRight2:hover
{
  background-color: #5A1D00;
}

/* -------------------------------------- */
.divinsidebtnRight
{
  font-family: "Garamond", "Times New Roman";
  line-height: 18pt;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.spaninsidebtnRight1
{
  font-size: 18pt;
}
.spaninsidebtnRight2
{
  font-size: 13pt;
	font-style: italic;
}

/* --------------------- */
#divGotoToBacheca
{
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 44px;
	background-color: #E3E7EA;
	font-size: 0.8em;
}
#divGotoToBacheca a,
#divGotoToBacheca a:focus,
#divGotoToBacheca a:hover
{
	color: black;
	outline: none;
	text-decoration: none;
}
#divGotoToBacheca img
{
	margin-left: 6px;
	margin-top: 6px;
	cursor: pointer;
}
#divGotoToBacheca img:focus
{
	outline: none;
	text-decoration: none;
}
#divGotoToBacheca label
{
	position: absolute;
	left: 50px;
	top: 12px;
	cursor: pointer;
}
