BODY {
  margin:0px;
  background-color:#ffffff;
  background-image:url(images/bg.jpg);
  background-position:top;
  background-repeat:repeat-x;
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #cccccc;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-arrow-color: #cccccc;
  scrollbar-track-color: #ffffff;
}

td.gral {
  border-left:1px solid #006C9C;
  border-right:1px solid #006C9C;
}

td.boton1 {
  height: 29px;
  width: 195px;
  background-color: #eaeaea;
  border-bottom: 1px solid #006C9C;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #006C9C;
}
td.boton2 {
  height: 29px;
  width: 195px;
  background-color: #F2EAD9;
  border-bottom: 1px solid #006C9C;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
  font-weight: bold;
}
td.boton3 {
  height: 21px;
  width: 195px;
  background-color: #EFF4F8;
  border-bottom: 1px solid #ffffff;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
}
/* botones de la botonera */
a.botonuno {
  display: block;
  width: 180px;
  color: #006C9C;
  text-decoration: none;
  padding: 5px;
  padding-left: 10px;
}
a.botonuno:hover {
  color: #666666;
  background-color: #CADEE8;
  padding-left: 15px;
  padding-right: 0px;
}
a.botondos {
  display: block;
  width: 180px;
  color: #005275;
  text-decoration: none;
  padding: 5px;
  padding-left: 10px;
}
a.botondos:hover {
  color: #FFFFFF;
  background-color:#A9A78D;
  padding-left: 15px;
  padding-right: 0px;
}
a.botontres {
  display: block;
  width: 180px;
  color: #666666;
  text-decoration: none;
  padding: 5px;
  padding-left: 10px;
}
a.botontres:hover {
  color: #333333;
  background-color: #eaeaea;
  padding-left: 15px;
  padding-right: 0px;
}
/* fin botones */
td.texto {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #444444;
  text-align: justify;
  padding-top: 7px;
}
td.textoc {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #444444;
  text-align: justify;
  padding-top: 7px;
  border: 1px solid #999999;
}
a.links { font-weight: bold; font-size: 11px; font-family: Tahoma, Arial, Verdana, sans-serif; }
a.links:Link { color: #888888; text-decoration: none; }
a.links:Visited { color: #888888; text-decoration: none; }
a.links:Active { color: #888888; text-decoration: none; }
a.links:Hover { color: #A9A78D; text-decoration: none; padding-left:5px; }
td.punteo {  font-weight: bold;
  font-size: 11px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #999999;
  padding-top:9px;
}
td.datoscontac {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
  padding-left: 10px;
  width: 50%;
  height: 20px;
  vertical-align: top;
}
input, textarea {
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
  border: 1px solid #999999;
  width: 230px;
}
input.radio {
  width: 20px;
  border: none;
}
td.selecto {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #666666;
}
td.staff_bordesuperior {
  padding-bottom: 7px;
  border-bottom: 1px dashed #4091B5;
}
a.ampliar {
  text-decoration: none;
  color: #CC0000;
  border: 1px solid #666666;
  width: 538px;
  padding: 5px;
  background-color: #F2EAD9;
  display: block;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
a.ampliar:hover {
  background-color: #666666;
  border: 1px solid #333333;
  color: #FFFFFF;
}