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: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#divBachecaDocResourceLinkArea
{
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

#divTitle1
{
  margin-left: 30px;
}
#lblTitle1
{
  font-family: Arial;
  font-size: 36pt;
  font-weight: bold;
}

#divTitle2
{
  margin-left: 30px;
  margin-top: 25px;
}
#lblTitle2
{
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
}

#divTitle3
{
  margin-left: 30px;
  margin-top: 20px;
}
#lblTitle3
{
  font-family: Arial;
  font-size: 14pt;
  font-weight: normal;
}

#divImgMostra
{
  margin-top: 30px;
  width: 1160px;
  height: 580px;
}

#divLeftContainer
{
  text-align: left;
}
#divRightContainer
{
  text-align: right;
  margin-top: 190px;
}

.divbtnLeft
{
}

/* -------------------------------------- */
.btnAction
{
  margin-top: 10px;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

.btnLeft
{
  margin-left: 8px;
}
.btnRight
{
  margin-right: 8px;
}

#btnLeft1,
#btnRight1
{
  margin-top: 16px;
}

#btnLeft1,
#btnLeft2,
#btnLeft3,
#btnLeft4,
#btnLeft5,
#btnRight1,
#btnRight2,
#btnRight3,
#btnRight4
{
  /* border-radius: 1px; */
  border-width: 0px;
  border: none;
  cursor: pointer;
  width: 500px;
  text-align: left;

  background-color: rgb(255,255,255);
  background: transparent\9;
  background-color: rgba(255,255,255, .40);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#64ffffff,endColorstr=#64ffffff);
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#64ffffff,endColorstr=#64ffffff);
  zoom: 1;
}
#btnLeft1:hover,
#btnLeft2:hover,
#btnLeft3:hover,
#btnLeft4:hover,
#btnLeft5:hover,
#btnRight1:hover,
#btnRight2:hover,
#btnRight3:hover,
#btnRight4:hover
{
  background-color: rgb(0,0,0);
  background: transparent\9;
  background-color: rgba(0,0,0,.20);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000,endColorstr=#32000000);
  zoom: 1;
}

#btnLeft1:nth-child(n),
#btnLeft2:nth-child(n),
#btnLeft3:nth-child(n),
#btnLeft4:nth-child(n),
#btnLeft5:nth-child(n),
#btnLeft1:nth-child(n):hover,
#btnLeft2:nth-child(n):hover,
#btnLeft3:nth-child(n):hover,
#btnLeft4:nth-child(n):hover,
#btnLeft5:nth-child(n):hover,
#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;
}

/* -------------------------------------- */
.divinsidebtnLeft
{
  font-family: Arial;
  font-size: 22pt;
  color: #365F91;
}

.divinsidebtnRight
{
  font-family: Arial;
  font-size: 22pt;
  color: #365F91;
  font-style: italic;
}


div #btnLeft1,
div #btnRight1
{
  outline: none;
  border-radius: 1px;
}
