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: 120px;
  /* per galleria margin-top: 20px; */
}

.lblTitle1Line
{
  color: #C00000;
  font-style: normal;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
}
#lblTitle1Line1
{
  font-size: 65pt;
  line-height: 70pt;
}
#lblTitle1Line2
{
  font-size: 26pt;
  line-height: 52pt;
	font-style: italic;
}
#lblTitle1Line3
{
  font-size: 26pt;
  line-height: 10pt;
	font-style: italic;
}

/* Title2 */	
/* non c'è*/	

/* Title3 */
#divTitle3Container
{
  margin-top: 80px;
  /* 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: 290px;
  height: 850px;
}

#divMainAreaImgMostra
{
  width: 290px;
  height: 850px;
}

#divMainAreaButtonsContainer
{
  position: absolute;
  left: 290px;
  top: 0px;
  width: 870px;
  height: 850px;
  text-align: center;
 }

/* -------------------------------------- */
.btnRight
{
  border-width: 1px;
  border-color: black;
  border-style: solid;
  cursor: pointer;
  width: 240px;
  margin-top: 25px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
	padding-top: 24px;
	padding-bottom: 24px;
  background-color: #C00000;
  outline: none;
}
.btnRight:hover
{
  background-color: #A00000;
}

#btnRight2,
#btnRight4
{
  margin-left: 20px;
}

/* -------------------------------------- */
.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;
}
