/*?********************************LICENSE**************************************** 
 * 
 * Copyright 1992-2016 PROYECTO PNUD-SIGOB
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * *****************************************************************************
 * Developed by:
 * Alejandro Genovesi Calzada (Coordination and development)
 * Arturo Martínez Mardones
 * Romualdo Rijo Disla
 * Alejandro Lamónaca Downes
 * *****************************************************************************
 * Este software utiliza software de terceros y la lista de ellos y sus licencias
 * se incorporan en el directorio "Componentes de terceros"
 ********************************END LICENSE************************************?*/
.pnlContenedorBusqueda
{
  border-bottom: 1px solid #688CAF;
  border-left: 1px solid #688CAF;
  border-right: 1px solid #688CAF;
  overflow: hidden;
  width: auto;
  position: relative;
  top: -2px;
}

.pnlFiltroBusqueda
{
  width: 100%;
  height: auto;
  margin: 4px;
}

.pnlFiltroBusqueda > h3
{
  font-size: 12px;
  padding: 4px 8px;
  color: #0066cc;
  height: 18px;
  border-bottom: solid 1px #abc1de;
  position: relative;
  left: -4px;
}

.pnlFiltroBusqueda > br
{
  clear: both;
}

.pnlFiltroBusqueda > hr
{
  clear: both;
  border: 0px;
  border-bottom: 1px solid #abc1de;
  height: 5px;
  margin: 0px 4px 6px 4px;
  padding: 2px 0px;
}

.pnlFiltroBusqueda .pagCriterios
{
  position: relative;
  left: -4px;
  margin-top: 7px;
}

#mpCriterios
{
  left: -4px;
  padding: 0 8px 8px 8px;
  position: relative;
}

#mpCriterios FIELDSET
{
  margin-bottom: 10px;
}

.btnClasificadoresBusqueda
{
  position: fixed !important;
  right: 140px;
  top: 36px;
}

.btnAplicarFiltro
{
  position: fixed !important;
  right: 6px;
  top: 36px;
}

.rblOpcionesGestion
{
  border: solid 1px #ABC1DE;
  border-radius: 4px;
  font-size: 12px;
  margin: 6px;
}

.rblOpcionesGestion LABEL
{
  margin-left : 6px;
}


.ulOpcionesGestion
{
  left: 480px;
  position: fixed;
  top: 120px;
}

.chkMostrarFinalizador
{
  left: 480px;
  position: fixed;
  top: 155px;
}

.chkMostrarTramitador
{
  left: 480px;
  position: fixed;
  top: 250px;
}