body {
  background-color: #2C2C29;
  font-family: Tahoma;
  font-size: 11px;
  color: #2C2C29;
}
.divmain {
  display: inline-block;
  width: 885px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  color:black;
  font-family: tahoma;
  font-size: 15px;
  box-shadow: 0px 3px 1px #888888;
  text-align: left;
}
.divline {
  height:1px;
  background-color: #888888;
  margin: 5px 0 10px 0;
  clear: both;
}
.divfoto {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
.divfoto:hover {
  background-color: #e7ecfd;
}
.lnkobra {
  margin: 5px 0 5px 0;
}
a {
  text-decoration: none;
  font-weight: bold;
  color:#033C73;
}
.fecha_hora {
  font-family: arial;
  font-size: 10px;
}
.anomes {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}
.tblshowfoto {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.8);
  display: none;
  z-index: 1000;
}
.divshowfoto {
  display: inline-block;
  max-width: 820px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  color:black;
  font-family: tahoma;
  font-size: 15px;
  box-shadow: 0px 3px 1px #888888;
  text-align: left;
}
.selfecha {
  width: 80px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
#txtverfoto {
  padding-top: 5px;
  font-family: Arial;
  font-size: 14px;
}

.calendario {
  border-collapse: collapse;
  font-family: verdana;
  font-size: 12px;
}
.calendario th, .calendario td {
  text-align: center;
  padding: 3px;
}
.calendario th {
  background-color: #c2c2c2;
  color: #444444;
}
.calendario td {
  color: #AAAAAA;
}
.calendario td.diafoto {
  color: blue;
  font-weight: bold;
  background-color: #d2dcfe;
}
.calendario td.diafoto a {
  color: blue;
}