div.busqueda
{
  /*background: url(/imagenes/cajaBusqueda.png) no-repeat left top;*/
  height: 30px;
  padding-left: 16px;
  padding-top:5px;
  float: left;
  width:690px;
}

div.busqueda input
{
  /*height:18px;*/
  /*background: #cadaec;*/
  /*border: none;*/
  width: 656px;
  /*color: #00476a;*/
}

div.busquedaBoton
{
  float: left;
  width: 26px;
  height: 30px;
  padding-top: 2px;
}

div.busquedaEnlace
{
  float: right;
  margin-right: 10px;
}

input[type="text"], textarea, select, input[type="password"]
{
  border: 1px solid #62BBE8;
  background: #F0F6FA url(/imagenes/fondoInput.png) repeat-x;
}

input:focus, textarea:focus, button:focus
{
  border: 1px solid #91C05E;
}

form h2
{
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #00486b;
}

fieldset {
  border: 1px solid #8EADAE;
  background: #EFF4FB url(/imagenes/fondoTabla.png) repeat-x;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

fieldset legend
{
  display: none;
  visibility: hidden;
}

h3.fieldset-legend
{
  padding: 10px 20px;
  background: #515151 url(/imagenes/fondoLegend.png) repeat-x;
  margin-bottom:0px;
  font-weight: normal;
  color: #fff;
}

label
{
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 20px;
  color: #00486b;
}

div.resultadoVacio
{
  text-align: center;
}

div.botones
{
  width: 100%;
  margin: auto;
  margin-top: 10px;
  text-align: right;
  margin-bottom: 15px;
}

.error
{
  color:#ff0000;
  font-weight:bold;
  text-align:center;
}

#formIdentificacion label
{
  width: 100px;
}

.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #057AAF; color: white; }
.selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
.selectable li { width: 500px; margin: 3px; padding: 0.4em; height: 18px; }

h3.fieldset-legend-mini { width: 478px; }
.fieldset-mini { width: 500px;}