
/******* inputs  ******/

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../images/generic/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(../images/generic/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#EEE;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  /*font-weight:bold;*/
  font-size: 14px; 
  letter-spacing: -1px;
  color:#666666;
}

/**** fin inputs *****/

.fc-field-error {
    border: 1px solid #CC0000;
}

.texto_titulo {
  color:#15428B;
  font-size:14px;
}

.texto_encabezado {
  color:#C17878;
}

.div_formulario {
	position:relative;
	top:0px;
	width:630px;
	height:auto;
	font-family:Helvetica,Arial,Verdana,Sans-Serif;
}

.div_vacio {
  position:relative;
  width:650;
  height:10px;
}

.fs_imagenes
{
	height:145px;
}