/**
 * Hoja de estilos del formulario de venta de dominios alojado en gesdig.com
 **/
 
BODY {
  background-color: #F0F0F0;
  text-align: center;
  color: #333333;
  font-size: 11px;
  font-family: Verdana, Georgia, Sans-Serif !important;
}

HR {
  margin: 25px auto 25px auto;
  _margin: auto auto 25px auto;
  width: 720px;
  color: #FFFFFF;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

H2 {
  margin: auto;
  padding-bottom: 25px;
  font-size: 18px;
}

H3 {
  width: 600px;
  margin: auto;
  font-size: 13px;
  font-weight: normal;
}

#garantia H3 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 15px;
} 



 
#content {
  width: 100%;
  display: block;
  text-align: center;
}

#formulario {
  background-color: #CCCCCC;
  width: 600px;
  padding: 25px;
  margin: auto; 
  height: 530px;
}

#garantia {
  background-color: #666666;
  color: #DDDDDD;
  font-weight: bold;
  width: 600px;
  padding: 25px;
  _width: 650px;
  border: 2px solid #FFFFFF;
  display: block;
  text-align: justify;
  margin: auto;
}

.numero {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 42px;
  _height: 60px;
  font-size: 18px;
  margin: 0px;
  float: left;
  position: relative;
  padding-top: 18px;
}

.campo_dato {
  background-color: #FFFFFF;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 10px solid #F0F0F0;
  border-left: 0px;
  width: 310px;
  height: 40px;
  padding: 0px;
  vertical-align: bottom;
  text-align: right;
  margin: 0px;
  float: right;
  position: relative;
}

.dato {
  background-color: #006699;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 10px solid #999999;
  border-left: 0px;
  width: 220px;
  _width: 230px;
  height: 40px;
  _height: 60px;
  padding: 5px 5px;
  vertical-align: top;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px; 
  text-align: right;
  float: left;
}

.dato-opcional {
  background-color: #666666;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 10px solid #999999;
  border-left: 0px;
  width: 220px;
  _width: 230px;
  height: 40px;
  _height: 60px;
  padding: 5px 5px;
  vertical-align: top;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px; 
  text-align: right;
  float: left;
}

.form_content {
  width: 600px;
  margin: 0px 0px 25px 0px;
  _margin: 0px 0px 10px 0px;
  height: 45px;
  padding: 0px;
  float: left;
  position: relative;
}

#estilo_consulta .campo_dato {
  height: 162px;
}

#estilo_consulta .dato {
  height: 162px;
  _height: 185px;
}

#estilo_consulta .numero {
  height: 105px;
  _height: 185px;
  padding-top: 77px;
  _padding-top: 80px;
}

#estilo_enviar {
  height: 40px;
  padding-top: 140px;
  _padding: 0px;
  _margin-top: 20px;
}





.campo_dato input, .campo_dato-opcional input, .campo_dato select, #consulta {
  background-color: #FFFFFF;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 2px solid #F0F0F0;
  border-top: 2px solid #F0F0F0;
  color: #333333;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: right;
  padding: 10px 2px auto 2px;
  width: 285px;
  height: 28px;
  margin-right: 10px;
  margin-left: 15px;
  margin-top: 12px;
}

#consulta {
  text-align: left;
}

.campo_dato-opcional input {
  background-color: #FFFFFF;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 2px solid #F0F0F0;
  border-top: 2px solid #F0F0F0;
  color: #333333;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: right;
  padding: 10px 2px auto 2px;
  width: 285px;
  height: 28px;
  margin-right: 10px;
  margin-left: 15px;
  margin-top: 12px;
}

.campo_dato select {
  height: 150px;
}

#consulta {
  height: 150px;
}

#enviar {
  width: 200px;
  height: 40px;
  background-color: #FF6600;
  border-top: 1px solid #FF6600;
  border-right: 1px solid #FF6600;
  border-left: 1px solid #FF6600;
  border-bottom: 10px solid #000000;
  text-align: center;
  color: #000000;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  padding-top: 13px;
  cursor: pointer;   
} 




a:link, a:hover, a:active, a:visited {
  text-decoration: underline;
  color: #FF6600;
}


.ok {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: bold;
  background-color: #FFFFFF;
  padding: 10px;
  color: #000000;
  display: block;
  text-align: center;
}

.error {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: bold;
  background-color: #FFFFFF;
  padding: 10px;
  color: #FF0000;
  display: block;
  text-align: center;
}