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
{
  border: 1px solid #62BBE8;
  background: #F0F6FA url(/imagenes/fondoInput.png) repeat-x;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input:focus, textarea:focus, button:focus
{
  border: 1px solid #F3A125;
}

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;
  font-size: 1.1em;
}

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;
}

ul.errors li
{
 color: #000;
}