/*?********************************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************************************?*/
/*-----------------------------------------------------------
  ctlEncabezadoPrincipal.ascx
-------------------------------------------------------------*/

.foto_usuario_bg
{
  background-image: url('../imagenes/fondo_usuario.png');
  width: 92px;
  height: 84px;
  float: right;
  background-repeat: no-repeat;
  background-attachment: inherit;
  position: absolute;
  right: 0;
}

.foto_usuario
{
  border: 1px solid #E0E0E0;
  width: 68px;
  height: 60px;
  margin-top: 9px;
  margin-left: 9px;
  background-color: #FFFFFF;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
}

.informacion_usuario
{
  width: 300px;
  height: auto;
  margin-right: 5px;
  text-align: right;
  padding-top: 4px;
  overflow: hidden;
  color: #FFFFFF;
  position: absolute;
  right: 0px;
}

.panel-navegacion .informacion_usuario
{
  width: 200px;
  margin: 5px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 500;
}


.informacion_usuario .opciones_usuario
{
  width: 300px;
  height: auto;
  float: right;
  text-align: right;
  padding-top: 4px;
  overflow: hidden;
  color: #FFFFFF;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: #CCCCCC;
}

.informacion_usuario .opciones_usuario a
{
  color: #FFFFFF;
  font-weight: bold;
}

.informacion_usuario .opciones_usuario a:hover
{
  color: #FF9900;
  font-weight: bold;
}

.informacion_usuario .nombre
{
  font-size: 11px;
  font-weight: bold;
}

.informacion_usuario .cargo
{
  font-size: 10px;
}