@font-face
{
 font-family: "Encient German Gothic";
 src: url("fonts/germgoth.eot");
 src: url("fonts/germgoth.eot?#iefix") format("embedded-opentype"),
      url("fonts/germgoth.bin") format("woff"),
      url("fonts/germgoth.ttf") format("truetype");
}

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: 50px;
  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: "Encient German Gothic", "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: 50px;
  width: 1160px;
  height: 509px;
}

#divButtonsContainer
{
  position: relative;
}
#divLeftContainer
{
  padding-top: 280px;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 0px;
  width: 509px;
}
#divRightContainer
{
  padding-top: 280px;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 0px;
  width: 509px;
}

.divbtnLeft
{
}

/* -------------------------------------- */
.btnAction
{
  margin-top: 10px;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

.btnLeft
{
  margin-left: 0px;
}
.btnRight
{
  margin-right: 0px;
}

#btnLeft1,
#btnRight1
{
  margin-top: 16px;
}

#btnLeft1,
#btnLeft2,
#btnLeft3,
#btnRight1,
#btnRight2,
#btnRight3
{
  /* border-radius: 1px; */
  border-width: 0px;
  border: none;
  cursor: pointer;
  width: 500px;
  text-align: left;

  background-color: rgb(240,230,203);
  background: transparent\9;
  background-color: rgba(240,230,203, .80);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4f0e6cb,endColorstr=#c4f0e6cb);
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4f0e6cb,endColorstr=#c4f0e6cb);
  zoom: 1;
}
#btnLeft1:hover,
#btnLeft2:hover,
#btnLeft3:hover,
#btnRight1:hover,
#btnRight2:hover,
#btnRight3: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;
}

#btnLeft1:nth-child(n),
#btnLeft2:nth-child(n),
#btnLeft3:nth-child(n),
#btnLeft1:nth-child(n):hover,
#btnLeft2:nth-child(n):hover,
#btnLeft3:nth-child(n):hover,
#btnRight1:nth-child(n),
#btnRight2:nth-child(n),
#btnRight3:nth-child(n),
#btnRight1:nth-child(n):hover,
#btnRight2:nth-child(n):hover,
#btnRight3:nth-child(n):hover
{
  filter:none;
}

/* -------------------------------------- */
.divinsidebtnLeft,
.divinsidebtnRight
{
  font-family: "Garamond", "Times New Roman";
  font-size: 22pt;
  line-height: 24pt;
  font-weight: bold;
  color: #C00000;
}

.divinsidebtnLeft
{
  color: #C00000;
  text-align: left;
}
.divinsidebtnRight
{
  color: #365F91;
  text-align: right;
}


div #btnLeft1,
div #btnRight1
{
  outline: none;
  border-radius: 1px;
}
