html body
{
  background-color: #A6A6A6;
}

#divBachecaHeaderArea
{
  width: 1160px;
}

#divBachecaDocAreaContainer
{
  width: 1160px;
  background-color: #E3DECB;
  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: 90px;
  margin-left: 0px;
}

.divTitle1Line
{
  text-align: left;
  line-height: normal;
}

.lblTitle1Line
{
  color: #800000;
  font-family: "Garamond", "Times New Roman";
  font-size: 30pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 30pt;
}

#divTitle2Container
{
  margin-top: 20px;
  margin-left: 0px;
}

.divTitle2Line
{
  text-align: left;
  line-height: normal;
}

.lblTitle2Line
{
  color: #800000;
  font-family: "Garamond", "Times New Roman";
  font-size: 16pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 16pt;
}

#divMainAreaContainer
{
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 908px;
}

#divMainAreaImageContainer
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 530px;
  height: 908px;
}

#divMainAreaImgMostra
{
  width: 530px;
  height: 908px;
}

#divMainAreaButtonsContainer
{
  position: absolute;
  left: 530px;
  top: 0px;
  width: 630px;
  height: 908px;
  text-align: left;
 }

/* -------------------------------------- */
.btnAction
{
  margin-top: 16px;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

.btnRight
{
  margin-right: 0px;
}

#btnRight1
{
  margin-top: 140px;
}
#btnRight3
{
  margin-top: 50px;
}

#btnRight1,
#btnRight2,
#btnRight3,
#btnRight4
{
  /* border-radius: 1px; */
  border-width: 0px;
  border: none;
  cursor: pointer;
  width: 400px;
  margin-left: 0px;
  text-align: left;
}
#btnRight1,
#btnRight2
{
  background-color: #800000
}
#btnRight3,
#btnRight4
{
  background-color: #002060
}
#btnRight1:hover,
#btnRight2:hover
{
  background-color: #CC0000;
}
#btnRight3:hover,
#btnRight4:hover
{
  background-color: #6688BB;
}


/* -------------------------------------- */
.divinsidebtnRight
{
  font-family: "Garamond", "Times New Roman";
  font-size: 24pt;
  line-height: 30pt;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

div #btnRight1
{
  outline: none;
  border-radius: 1px;
}
