
#contenedorF
{
  width: 296px;
  padding: 2px;
  height: 98px;
  text-align: center;
}

#grupoInput
{
  width: 300px;
  height: 60;
  text-align:center;

}
#botonDivF{
  width: 253px;
  height: 26px;
  text-align: center;
  float:right;

}
.button-oneF {

  text-align: center;
  cursor: pointer;
  font-size:12px;
  font-weight: bold;


}
.txtFormularioF
{
  width: 288px;
  margin-bottom:8px;
  height: 26px;
  padding-left: 7px;
  border: #c4c4c4 solid 1px;
  font-size: 13px;
  color:#0F2A77;
}
.txtFormularioF:hover
{
  width: 288px;
  margin-bottom: 8px;
  height: 26px;
  padding-left: 7px;
  border: #0F2A77 solid 1px;
  font-size: 13px;

}

/*Button One*/
.btnF
{
  height: 26px;
  z-index: 313;
  margin-left: 160px;
  width: 94px;
  min-height: 24px;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(40%, #FEC501),to(#EAA200));
  background: -webkit-linear-gradient(top,#FEC501 40%,#EAA200 );
  background: linear-gradient(to bottom,#FEC501 40%,#EAA200 );
  border-radius: 2px;
  color: #29323C;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  position: relative;
  color:#002e58;
  cursor: pointer;
}
.btnF:hover
{
  background: -webkit-gradient(linear, center top, center bottom, from(#FEC501),color-stop(80%, #EAA200));
  background: -webkit-linear-gradient(top,#FEC501 ,#EAA200 80%);
  background: linear-gradient(to bottom,#FEC501 ,#EAA200 80%);
}

#Obligatorio
{

  margin-left: -42px;
  width: 120px;
  height:  18px;
  position: absolute;
  text-align: left;
}