html body
{
  background-color: #A6A6A6;
}

#divBachecaHeaderArea
{
  width: 1160px;
}

#divBachecaDocAreaContainer
{
  width: 1160px;
  background-color: white;
  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;
}

.lblTitleLine
{
  font-family: "Bodoni MT", "Times New Roman";
}

/* Title */
.divTitleContainer
{
  margin-left: 0px;
  text-align: center;
}

/* Title1 */
#divTitle1Container
{
  margin-top: 50px;
  /* per galleria margin-top: 20px; */
}

.lblTitle1Line
{
  color: #C00000;
  font-size: 30pt;
  font-style: normal;
  line-height: 36pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Title2 */
#divTitle2Container
{
  margin-top: 30px;
  /* per galleria margin-top: 20px; */
}

.lblTitle2Line
{
  color: #000000;
  font-size: 20pt;
  font-style: italic;
  line-height: 24pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Title3 */
#divTitle3Container
{
  margin-top: 30px;
  /* per galleria margin-top: 20px; */
}

.lblTitle3Line
{
  color: #000000;
  font-size: 18pt;
  font-style: normal;
  line-height: 22pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
}
#lblTitle3Line4
{
  color: #C00000;
}

#divBtnRightContainer
{
  margin-top: 10px;
  /* per galleria margin-top: 0px; */
}

/* ------ */
#divMainAreaContainer
{
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 850px;
}

#divMainAreaImageContainer
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 630px;
  height: 850px;
}

#divMainAreaImgMostra
{
  width: 630px;
  height: 850px;
}

#divMainAreaButtonsContainer
{
  position: absolute;
  left: 630px;
  top: 0px;
  width: 530px;
  height: 850px;
  text-align: center;
 }

/* -------------------------------------- */
.btnRightFirst
{
  margin-top: 25px;
}
.btnRightNotFirst
{
  margin-top: 25px;
}

.btnRight
{
  border-width: 1px;
  border-color: black;
  border-style: solid;
  cursor: pointer;
  width: 280px;
  margin-left: 10px;
  margin-right: 0px;
  text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
  background-color: #C00000;
  outline: none;
}
.btnRight:hover
{
  background-color: #A00000;
}
#btnRight3
{
	padding-top: 8px;
	padding-bottom: 8px;
}

/* -------------------------------------- */
.divinsidebtnRight
{
  font-family: "Bodoni MT", "Times New Roman";
  font-size: 18pt;
  line-height: 21pt;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

/* --------------------- */
#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;
}
