/*?********************************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************************************?*/
.tblImagenes
{
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #C3D8F1;
  background-image: url(../imagenes/fondo_panel.png);
  background-repeat: repeat-x;
  background-position: 0 -1px;
  border: solid 1px #688CAF;
  color: #00156E;
  height: 28px;
  margin: 0px;
  padding: 0px;
}

.tblImagenes .tdDocumentos
{
  width: 350px;
  height: 28px;
  padding: 0px 8px;
}

.tblImagenes .tdPaginas
{
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 9pt;
  padding: 2px 0px;
  height: 28px;
}

.tblImagenes .tdPaginas IMG
{
  border: 0px;
}

.tblImagenes .tdPaginas SPAN
{
  display: inline-block;
  margin-top: 2px;
  text-align: center;
  vertical-align: top;
  width: 100px;
}

div .divImagen
{
  margin: 0px;
  padding: 0px;
  border: solid 1px Gray;
  border-top: none;
  width: 100%;
  height: 250px;
  overflow: auto;
  background-repeat: repeat;
  background-image: url(../imagenes/pagina_vacia.png);
}

.lblMensajeDescarga
{
    width: 100%;
    text-align: center;
    padding-top: 60px;
    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
    color: #006699;
}

.lblMensajeVacio {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
    color: #006699;
}