/*?********************************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************************************?*/
/*-----------------------------------------------------------
  ctlMenuNavegacionPrincipal.ascx
-------------------------------------------------------------*/

.esquina_menu_izq
{
  background-attachment: inherit;
  background-image: url("../imagenes/fondo_menu_izq.png");
  background-position: left 0;
  background-repeat: no-repeat;
  float: left;
  height: 25px;
  max-width: 580px;
  min-width: 100px;
  overflow: hidden;
  padding-left: 11px;
}

.esquina_menu_der
{
  background-attachment: inherit;
  background-image: url("../imagenes/fondo_menu_der.png");
  background-position: right 0;
  background-repeat: no-repeat;
  float: left;
  height: 25px;
  margin-right: 20px;
  padding-left: 5px;
  width: 5px;
}

.opciones_navegacion
{
  padding-top: 0px;
  padding-left: 10px;
  margin-top: 0px;
  clear:both;
}

.RadTabStrip_Windows7 .rtsLevel
{
  background: none repeat scroll 0 0 !important;
}
.RadTabStrip_Windows7 .rtsLevel1
{
  background-color: Transparent !important;
}

.logo_instrumento
{
  float: left;
  margin-right: 20px;
}


/*-----------------------------------------------------------
  control PanelGrupo
-------------------------------------------------------------*/

.opciones_navegacion .divContenedorGrupo
{
  display: block;
  float: left;
  height: 54px;
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 3px;
  min-width: 30px;
  position: relative;
}

.opciones_navegacion .divGrupo
{
  border-radius: 2px;
  background-color: #fff; /*#C8D9ED;*/
  border-color: #8DB2E3;
  height: 100%;
  border-width: 0 1px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 0;
  padding: 2px 2px 2px 1px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: inherit;
  top: 0;
  white-space: nowrap;
}

.opciones_navegacion .divTituloGrupo
{
  background-image: none;
  background-color: #C0D8EF;
  color: #15428B;
  bottom: 0;
  cursor: default;
  display: inline;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.opciones_navegacion .divContenidoGrupo
{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  white-space: normal;
  width: 100%;
  height: auto;
  padding: 2px;
}

.acceso_modulos
{
  position: absolute;
  right: 95px;
  top: -5px;
  height: 19px;
  min-width: 250px;
  color: #fff;
}

.acceso_modulos > em
{
  float: left;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  margin: 0 8px 0 0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}

.acceso_modulos > div
{
  float: left;
}

.divTituloSeccionGeneral .acceso_modulos
{
  position: absolute;
  right: 36px;
  top: 4px;
  color: inherit;
}