html body
{
  background-color: white;
}

#divBachecaHeaderArea
{
  width: 1000px;
}

#divBachecaDocAreaContainer
{
  width: 1000px;
  background-color: #DDD;
  background-color: white;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

#divBachecaDocArea
{
  width: 1000px;
  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;
}

#divTitleContainer
{
  width: 100%;
  margin-top: 10px;
}

.divTitleLine
{
  text-align: center;
  line-height: normal;
}

.lblTitleLine
{
  color: #BD0303;
  font-family: "Garamond", "Times New Roman";
  font-size: 36pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 36pt;
}

#divMainAreaContainer
{
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 400px;
}

#divMainAreaImageContainer
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 540px;
  height: 400px;
  padding-right: 40px;
}

#divMainAreaImgMostra
{
  width: 540px;
  height: 400px;
}

#divMainAreaButtonsContainer
{
  position: absolute;
  left: 540px;
  top: 0px;
  width: 460px;
  height: 400px;
  text-align: left;
 }

/* -------------------------------------- */
#divLogoCastello
{
  margin-left: 40px;
}

.btnAction
{
  margin-top: 16px;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

.btnRight
{
  margin-right: 0px;
}

#btnRight1
{
  margin-top: 28px;
}

#btnRight1,
#btnRight2,
#btnRight3,
#btnRight4
{
  /* border-radius: 1px; */
  border-width: 0px;
  border: none;
  cursor: pointer;
  width: 420px;
  margin-left: 40px;
  text-align: left;

  background-color: #F4E4D5
}
#btnRight1:hover,
#btnRight2:hover,
#btnRight3:hover,
#btnRight4:hover
{
  background-color: #BBAAAA;
}


/* -------------------------------------- */
.divinsidebtnRight
{
  font-family: "Garamond", "Times New Roman";
  font-size: 24pt;
  line-height: 30pt;
  font-weight: bold;
  color: #BD0303;
  text-align: center;
}

div #btnRight1
{
  outline: none;
  border-radius: 1px;
}
