html body
{
  background-color: #A6A6A6;
}

#divBachecaHeaderArea
{
  width: 1160px;
}

#divDocumentContainer
{
  margin-top: 0px;
  margin-bottom: 0px;
}

#divBachecaDocAreaContainer
{
  width: 1160px;
  background-color: #365F91;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

#divBachecaDocArea
{
  width: 1160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#divBachecaDocResourceLinkArea
{
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

#divTitle1
{
  text-align: center;
  line-height: normal;
}

.lblTitle1
{
  font-family: "Garamond", "Times New Roman";
  font-size: 36pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 36pt;
}

#lblTitle1Line1 span
{
  color: #C00000;
}

#divTitle2
{
  margin-top: 25px;
  text-align: center;
}
#lblTitle2
{
  font-family: "Garamond", "Times New Roman";
  font-size: 16pt;
  font-weight: normal;
}

#divImgMostra
{
  margin-top: 0px;
  width: 1160px;
  height: 838px;
}

#divButtonsContainer
{
  position: relative;
}
#divRightContainer
{
  padding-top: 220px;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 838px;
}

/* -------------------------------------- */
.btnAction
{
  margin-top: 10px;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

.btnRight
{
  margin-right: 0px;
}

#btnRight1
{
  margin-top: 16px;
}

#btnRight1,
#btnRight2,
#btnRight3,
#btnRight4
{
  /* border-radius: 1px; */
  border-width: 0px;
  border: none;
  cursor: pointer;
  width: 360px;
  text-align: left;

  background-color: rgb(240,230,203);
  background: transparent\9;
  background-color: rgba(240,230,203, .70);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4f0e6cb,endColorstr=#c4f0e6cb);
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4f0e6cb,endColorstr=#c4f0e6cb);
  zoom: 1;
}
#btnRight1:hover,
#btnRight2:hover,
#btnRight3:hover,
#btnRight4:hover
{
  background-color: rgb(0,0,0);
  background: transparent\0;
  background-color: rgba(0,0,0,.40);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000,endColorstr=#32000000);
  zoom: 1;
}

#btnRight1:nth-child(n),
#btnRight2:nth-child(n),
#btnRight3:nth-child(n),
#btnRight4:nth-child(n),
#btnRight1:nth-child(n):hover,
#btnRight2:nth-child(n):hover,
#btnRight3:nth-child(n):hover,
#btnRight4:nth-child(n):hover
{
  filter:none;
}

/* -------------------------------------- */
.divinsidebtnRight
{
  font-family: "Garamond", "Times New Roman";
  font-size: 18pt;
  line-height: 24pt;
  font-weight: bold;
  /*
  color: #F27A6A;
  */
  color: #D25A4A;
  text-align: center;
}

div #btnRight1
{
  outline: none;
  border-radius: 1px;
}
