/*?********************************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************************************?*/
/*-----------------------------------------------------------
  ctlInformacionCliente.ascx
-------------------------------------------------------------*/

.contenedor_logo
{
  background-position: left 0px;
  background-image: url('../imagenes/fondo_contenedor_logo.png');
  float: left;
  margin-top: 3px;
  background-repeat: no-repeat;
  height: 60px;
  padding-left: 5px;
  padding-top: 2px;
}

.contenedor_logo .logo
{
  float: left;
  height: auto;
  width: auto;
  margin: 4px;
  margin-right:0;
}

.contenedor_informacion
{
  background-position: right 0px;
  background-image: url('../imagenes/fondo_transparente.png');
  float: left;
  margin-top: 3px;
  background-repeat: no-repeat;
  height: 60px;
  padding: 5px 5px 0px 5px;
  min-width: 200px;
}

.contenedor_informacion .titulo_principal
{
  font-weight: bold;
  font-size: 15px;
  padding-right: 5px;
  color: #003366;
}

.contenedor_informacion .titulo_secundario
{
  font-size: 13px;
  font-weight: bold;
  padding-right: 5px;
  letter-spacing: 1px;
}
