body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
}
a:link {
  text-decoration:underline;
  color:#000000;
  display: inline-block;
  width: 100%;
}
a:visited {
  text-decoration:none;
  color:#336699;
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration:none;
  color:#336699;
}
a:active {
  text-decoration:underline;
  color:#336699;
}
.borde {
  border: 1px solid #D4E0EE;
}
.borde_White {
  border: 1px solid #FFFFFF;
}
.title {
  font-size: 12pt;
  font-style: normal;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.txt_Small_Black {
  font-size: 11px;
  color: #000000;
  height: 19px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.txt_Small_Blue {
  font-size: 11px;
  color: #003366;
  height: 19px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.txt_Small_Black_Numbers {
  font-size: 11px;
  color: #000000;
  height: 19px;
  font-weight: bold;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.txt_Small_Red {
  font-size: 11px;
  color: #FF0000;
  height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.txt_Small_Red_2 {
  font-size: 11px;
  color: #FF0000;
  height: 19px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.txt_Small_Gray {
  font-size: 11px;
  color: #000000;
  height: 16px;
  font-weight: bold;
  font-style: normal;
  background-color: #DDDDDD;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.txt_Small_White {
  font-size: 11px;
  color: #FFFFFF;
  height: 16px;
  font-weight: bold;
  font-style: normal;
  background-color: #993233;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.forms {
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.formsN {
  font-size: 11px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
.button-Small {
  width: 19px;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  height: 19px;
  color: #990000;
  cursor:hand;
  cursor:pointer;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px;
}
.button-Middle {
  width: 80px;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  height: 19px;
  color: #000000;
        cursor:hand;
  cursor:pointer;
  font-family: Arial, Helvetica, sans-serif;
}
.button-Large {
  width: 110px;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  height: 19px;
  color: #000000;
        cursor:hand;
  cursor:pointer;
  font-family: Arial, Helvetica, sans-serif;
}
.Button-Cal {
  width: 18px;
  height: 17px;
  background-image: url(../images/Calendario5.gif);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}