@charset "utf-8";
/* CSS Document */
#formulario {
  width: 500px;
  margin-left: 50px;
  }
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #999999;
  }
legend {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  color: #0000FF;
  letter-spacing: 0.3em;
  font-weight: bold;
  }
label {
  font-weight: bold;
  float: left;
  width: 15em;
  }
input.formInputText   {
	font-size: 11px;
	color: #000000;
	background-color: #66CCCC;
	padding: 2px;
	border: solid 1px #0000FF;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
textarea.formInputText   {
	font-size: 11px;
	color: #000000;
	background-color: #66CCCC;
	padding: 2px;
	border: solid 1px #0000FF;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 50px;
	}
	
textarea.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	}
	
textarea.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #330099;
	}	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #330099;
	}
sup {
  color: #0000FF;
  font-size: 12px;
  }
.negrita {
  font-weight: bold;
  }
input.formInputButton   {
    margin: 10px;
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #0099FF url(../imagenes/bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #330099;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(../imagenes/bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(../imagenes/bg_button.png);
	}
