﻿/* DISEÑO PROYECTO RECONVERSIÓN TARIJA BOLIVIA
-COLORES UTILIZADOS
* BASICOS
--COLOR 1
--COLOR 2
* SECUNDARIOS
--COLOR 1
--COLOR 2
* LETRAS
--COLOR 1
--COLOR 2
 */
/*CUERPO*/
body, html {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
}

/*CONTENEDOR PRINCIPAL */
table.ContenedorPrincipal {
    width: 100%;
    height: 100%;
    background-image: url(Imagenes/FondoContenedor.png);
    background-repeat: repeat-x;
}

    table.ContenedorPrincipal td.Contenido {
        height: 100%;
    }
/*CONTENEDOR SECUNDARIO */
table.ContenedorSecundario {
    width: 90%;
    height: 100%;
    background-color: #ffffff;
}

    table.ContenedorSecundario td.Cabeza {
        height: 15%;
    }

    table.ContenedorSecundario td.Contenido {
        height: 80%;
        background-color: #fef6dc;
    }

    table.ContenedorSecundario td.Pie {
        height: 5%;
        background-color: black;
    }

table.ContenedorPie {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}

table.BarraNevegador {
    background-image: url(Degradados/dg_Naranja.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 35px;
}

table.BarraNavegador td {
    text-align: center;
}

a.Link1 {
    color: #283c86;
    cursor: pointer;
    text-decoration: none;
}

    a.Link1:hover {
        color: #ffffff;
    }

a.Link2 {
    color: #283c86;
    cursor: pointer;
    text-decoration: none;
}

    a.Link2:hover {
        color: #ffffff;
    }

a.link3 {
    color: #204c8e;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
}

    a.link3:hover {
        color: #16325c;
        font-size: 12px;
        font-weight: bold;
        font-family: Verdana;
    }

Link2 {
    font-family: Verdana;
    color: #283c86;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

    Link2:hover {
        color: #ffffff;
    }
/*CABEZA*/
table.CabezaLogo {
    width: 100%;
    height: 100%;
    /*background-image: url(Imagenes/banner_001.png);*/
}

    table.CabezaLogo td.Logo {
        width: 185px;
    }

    table.CabezaLogo td.Links {
        text-align: right;
    }

.pestana {
    /*background-image:url(Imagenes/Tableta_Superior_Azul_Normal.png);*/
    /*background-image:url(Imagenes/Tableta_Superior_Gris_Normal.png);*/
    background-image: url(Imagenes/Tableta_Superior_Azul1_Normal.png);
    width: 120px;
    height: 32px;
    cursor: pointer;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
}

    .pestana:hover {
        /*background-image:url(Imagenes/Tableta_Superior_Azul_Over.png);*/
        /*background-image:url(Imagenes/Tableta_Superior_Gris_Over.png);*/
        background-image: url(Imagenes/Tableta_Superior_Azul1_Over.png);
        width: 120px;
        height: 32px;
    }

.pestana_activa {
    background-image: url(Imagenes/Pestana_Verde_Superior_Activa.png);
    width: 120px;
    height: 32px;
    cursor: pointer;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
}

.pestana_oculta {
    visibility: hidden;
}

/*CONTENEDOR LINKS*/

table.ContenedorLinks {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: underline;
}
/*CONTENIDO */
table.Contenido {
    background-color: #fcfaec;
    height: 100%;
    width: 100%;
}

    table.Contenido td.Menu {
        background-color: #e2eaf2;
        text-align: center;
        width: 185px;
        border-right: #ced9e8 1px solid;
    }

    table.Contenido td.ContenidoPagina {
        background-color: #f0f3f6;
    }

table.ContenidoPaginaPanel {
    height: 60px;
    width: 100%;
}

    table.ContenidoPaginaPanel tr.PanelInformacion {
        height: 60px;
        background-image: url(Imagenes/FondoPanelInformativo.png);
        background-repeat: repeat-x;
    }

    table.ContenidoPaginaPanel tr.Separador {
        height: 30px;
    }

    table.ContenidoPaginaPanel tr.Pagina {
    }
/* PAGINA MAESTRA */
table.PanelTituloPagina {
    height: 100%;
    width: 100%;
}

    table.PanelTituloPagina td.Icono {
        width: 10%;
    }

    table.PanelTituloPagina td.Titulo {
        width: 50%;
        font-family: Verdana;
        font-size: 14px;
        font-weight: bold;
        color: #283c86;
    }

    table.PanelTituloPagina td.Detalle {
        font-size: 12px;
        font-family: Verdana;
        width: 30%;
        text-align: left;
        color: #283c86;
    }

    table.PanelTituloPagina td.Volver {
        width: 10%;
    }
/* PAGINA MAESTRA */
table.PanelInfo {
}

table.Arbol {
    background-image: url(Imagenes/dg_100_amarillo.jpg);
    background-repeat: repeat-x;
    width: 100%;
}

    table.Arbol td.NodoPapa {
        background-image: url(Degradados/dg_panel_verde_normal.png);
        color: #ffffff;
        height: 25px;
        width: 180px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        cursor: pointer;
    }

        table.Arbol td.NodoPapa:hover {
            background-image: url(Degradados/dg_panel_verde_over.png);
            background-repeat: repeat-x;
        }

    table.Arbol td.NodoHijo {
        padding: 2px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #666666;
        font-size: 10px;
        height: 20px;
        width: 100%;
        text-align: left;
    }

        table.Arbol td.NodoHijo:hover {
        }
/*BOTÓN*/
.Boton {
    background-color: #69a4cc;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
    width: 120px;
    border: 0.5pt solid #0164a5;
}

.Boton1 {
    background-image: url(Imagenes/dg_25_azul.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #226694;
    height: 25px;
    width: 120px;
    border: 0.5pt solid #0164a5;
}
/*CSS WEB CONTROLS*/
/* GRILLA DATOS */
.Grilla {
    border: 2px solid #c3baa2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

    .Grilla tr.Cabeza {
        color: #FFFFFF;
        font-weight: bold;
        background-color: #6087b9;
        cursor: pointer;
    }

    .Grilla td.Cabezatd {
        background-image: url(Degradados/dg_cabeza_grilla_normal.png);
        background-repeat: repeat-x;
    }

        .Grilla td.Cabezatd:hover {
            color: #FFFFFF;
            font-weight: bold;
            background-image: url(Degradados/dg_cabeza_grilla_over.png);
            background-repeat: repeat-x;
        }

    .Grilla tr.FilaNormal {
        background-color: #faf9e9;
        font-size: 12px;
        color: #000000;
        cursor: pointer;
    }

        .Grilla tr.FilaNormal:hover {
            background-color: #f9cd8d;
            cursor: pointer;
        }

    .Grilla tr.FilaAlternada {
        background-color: #faf9e9;
        font-size: 12px;
        color: #000000;
        cursor: pointer;
    }

        .Grilla tr.FilaAlternada:hover {
            background-color: #f9cd8d;
            cursor: pointer;
        }

    .Grilla td.Celda {
        border: 0.1pt solid #CCCCFF;
    }

.td_c {
    text-align: center;
}
/* GRILLA DATOS */
/* GRILLA MENU */
.GrillaMenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #eff4fc;
    width: 100%;
    text-align: left;
}

    .GrillaMenu tr.FilaNormal {
        background-color: #f4f5f7;
        font-size: 10px;
        color: #000000;
        cursor: pointer;
        height: 25px;
        text-decoration: none;
    }

        .GrillaMenu tr.FilaNormal:hover {
            background-color: #dce6f6;
            color: #ffffff;
            font-weight: bold;
            cursor: pointer;
        }

    .GrillaMenu td.CeldaIcono {
        width: 70%;
        text-align: center;
    }

    .GrillaMenu td.CeldaOpcion {
        width: 30%;
        text-align: left;
    }
/* GRILLA MENU */
/* HYPERLINK MENU DCHO */
.link_menu {
    color: #09438d;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}
/* HYPERLINK MENU DCHO */
/* PANEL COLAPSABLE */
.collapsePanel {
    padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 10px;
    height: 20px;
    width: 100%;
    text-align: left;
}
/* PANEL COLAPSABLE */
.PanelMenuCabeza {
    background-image: url(Imagenes/Tableta_Izquierda_Azul_Normal.png);
    color: #ffffff;
    height: 25px;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

    .PanelMenuCabeza:hover {
        background-image: url(Imagenes/Tableta_Izquierda_Azul_Over.png);
        color: #ffffff;
        height: 25px;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
    }

.PanelMenuCabeza_Activa {
    background-image: url(Imagenes/Pestana_Verde_Izquierda_Activa.png);
    color: #ffffff;
    height: 25px;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.PestanaForm {
    background-image: url(Imagenes/Pestana_form.png);
    background-repeat: repeat;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    width: 10000px;
    height: 25px;
    text-align: left;
}
/* FORMULARIOS */
table.Formulario {
}
/* FORMULARIOS */
/* PANEL PUNTAS CURVAS */
.PanelCurvas {
    height: 27px;
    width: 100%;
}

    .PanelCurvas td.oreja_izq {
        background-image: url(Imagenes/EsquinaForm_izq.png);
        width: 10px;
    }

    .PanelCurvas td.centropanel {
        background-image: url(Imagenes/FondoCentroTitulo.png);
        background-repeat: repeat-x;
        color: #1b45af;
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
    }

    .PanelCurvas td.oreja_der {
        background-image: url(Imagenes/EsquinaForm_der.png);
        width: 10px;
    }
/* PANEL PUNTAS CURVAS */
/* BOTON ACEPTAR *
/
/* BOTON ACEPTAR */
/* PANEL */
.Tabla1Panel {
    background-color: #faf9e9;
    color: #647a5a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: solid;
    border-color: #c3baa2;
    border-width: 2px;
    width: 95%;
    text-align: left;
}

.Tabla2Panel {
    background-color: #faf9e9;
    color: #647a5a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: solid;
    border-color: #c3baa2;
    border-width: 2px;
    width: 100%;
    text-align: left;
}

.Tabla1PanelTitulo {
    background-color: #90a8c9;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #90a8c9;
    border-right-color: #90a8c9;
    border-bottom-color: #90a8c9;
    border-left-color: #90a8c9;
}

.Tabla1PanelResaltado {
    background-color: #d8ded9;
    color: #757575;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: solid;
    border-color: #c3baa2;
    border-width: 1px;
    width: 100%;
}
/* PANEL * /
/*FORM*/
.Formulario {
    width: 95%;
}
/*FORM*/
/* POPUP */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 1px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-color: Gray;
    min-width: 200px;
    max-width: 300px;
    min-height: 150px;
    max-height: 150px;
    top: 100px;
    left: 150px;
}
/*Estilo de Tabla Gris*/
.TablaPopupGrilla {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    width: 75%;
}

    .TablaPopupGrilla tr.Cabeza {
        background-color: #336699;
        font-size: 11px;
        font-weight: bold;
        font-family: Verdana;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

    .TablaPopupGrilla tr.Celda {
        background-image: url(Imagenes/FondoGris.jpg);
        background-repeat: repeat-x;
        font-family: Verdana;
        font-size: 10px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

.TablaPopup {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    width: 350px;
}

    .TablaPopup tr.Cabeza {
        background-color: #336699;
        font-size: 11px;
        font-weight: bold;
        font-family: Verdana;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

    .TablaPopup tr.Celda {
        background-image: url(Imagenes/FondoGris.jpg);
        background-repeat: repeat-x;
        font-family: Verdana;
        font-size: 10px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

.EtiquetaMensaje {
    font-family: Verdana;
    font-size: 12px;
    color: #003399;
    width: 100%;
}
/* POPUP*/
.Calendario .ajax__calendar_container {
    border: 1px solid #003399;
    background-color: #ffffff;
    color: #042567;
}

.PrompInvisible {
    visibility: hidden;
}
/* Paneles de Consulta dentro de un Formulario */
.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px!important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #71a8ee;
    color: black;
    padding: 1px;
    cursor: pointer;
}
/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.td_grilla {
    background-image: url(Imagenes/FondoCentroTitulo.png);
    background-repeat: repeat-x;
    color: #1b45af;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.BannerTop {
    background-image: url(Estilos/Estilo1/Imagenes/banner_001.png);
}

/* Tabla Contenedora de Iconos */
table .TablaContenidoIconos {
    margin-top: 50px;
}
/* Tabla Contenedora de Iconos */
/* Tabla Login */
table .TablaLogin {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 50%;
    background-color: #fcfcfc;
}

    table .TablaLogin td.CeldaEtiqueta {
        width: 30%;
    }

table .ContenedorTabLogin {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    width: 50%;
}
/* Tabla Login */
/*Tabla Icono*/
.TablaIcono {
    width: 120px;
}
/* Iconos  de Menu */
.opacityit img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.4;
}

.opacityit:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}
/* Iconos  de Menu */

.opacityDisable {
    opacity: 0.2;
}

.opacityEnable {
    opacity: 1;
}

.contentclass {
    margin: 1em;
    border-collapse: collapse;
}

.headerclass {
    padding: .3em;
    border: 1px #ccc solid;
    background: #4a7ac9;
}

body
{
    font-size: .80em;
    height: auto;
    width: 100%;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #dde4e9;
}

a:hover
{
    color: Blue;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    text-align:center;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
    color: White;
}


.page
{
    min-width: 100%;
    max-width: 100%;
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 155px;
    top: 0px;
    left: 0px;    
    border-top:5px solid #FF4500;  
    border-top-style:outset;
    background-color:#171717;
  /*  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F0EDED 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F0EDED 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0EDED 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F0EDED));
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0EDED 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #F0EDED 100%);*/
}

.header h1
{
   border-style: none;
   border-color: inherit;
   border-width: medium;
   font-weight:200;
   margin: 25px;
   padding: 0px 0px 0px 20px;
   color:#007fff;
   line-height: 2em;
   font-size: 2em;
   display:inline-block
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    background-color:#232323;
}

.main
{
    padding: 0px 12px;
    margin: 8px 8px 8px 8px;
    min-height: 500px;
    background-color: White;
}


.footer
{
    color: #EEE;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    margin-top: 10px;
    height: 50px;
    text-align: center;
    line-height: normal;
    background-color: #007fff;
    background: #000000;   
}


.clear
{
    clear: both;
    height: 1px;
}

.button
{
    display: inline-block;
    width: 100px;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    border: 0px #D7D7D7 solid;
    text-align: center;
    text-decoration: none;
    color: White;
    margin: 5px;
    background-color: #001940;
    cursor: pointer;
}

 .button:hover
{
   background: #000;
   text-decoration: none;
}

.button:active
{
    background: #001940;
}


.txt, .textarea
{
    padding: 8px;
    border: solid 1px #E5E5E5;
    font: normal 12px Verdana, Tahoma, sans-serif;
    width: 200px;
    margin: 5px;
}

.left
{
    border-left: 0px solid red;
    border-right: 0px solid red;
    border-top: 0px solid red;
    float: left;
    width: 32%;
    margin-left: 10px;
    background-color: #F2F5F9;
    margin-bottom: 10px;
}

.font
{
    font-size: 11px;
    font-family: Verdana;
    color: #800000;
}

.text
{
    font-family: Verdana;
    font-size: 13px;
    font-variant: inherit;
    font-weight: normal;
    margin-bottom: 5px;
    color: #000000;
}

.accordion_headings
{
    padding: 5px;
    background: #33CCCC;
    color: #000000;
    -moz-box-shadow: 3px 3px 5px #535353;
    -webkit-box-shadow: 3px 3px 5px #535353;
    box-shadow: 3px 3px 5px #535353;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #3a2d00;
    cursor: pointer;
    font-weight: normal;
    height: 23px;
    margin-top: 1px;
    font-family: 'Copperplate Gothic Bold';
    font-size: 20px;
    font-style: normal;
}

p
{
    margin-top: -5px;
    margin-left: 25px;
    color: Yellow;
    font-size: 20px;
}

ul#topnav
{
    margin: 0;
    padding: 0;
    float: left;
    min-width: 1024px;
    max-width: 1024px;
    list-style: none;
    position: relative;
    font-size: 1.2em;
    background-color: #9fd2e5;
    background: #f0f0f0;
    font-family:'Times New Roman';  
    font-variant:small-caps;
    text-transform: none;
    font-weight:900;
    margin-bottom: 0px; 
}

ul#topnav li
{
   float: left;
   margin: 0;
   padding: 0;
}

ul#topnav li a
{
   padding: 10px 15px;
   display: block;
   color:Blue;
   background: #f0f0f0;
   text-decoration: none;
}
ul#topnav li a:hover
{           
   background: #f0f0f0;
}

ul#topnav li:hover
{
   background: #1376c9 repeat-x;  background: #f0f0f0;
}

ul#topnav li span
{
    float: left;
    padding: 15px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    top: 34px;
    display: none;
    width: 994px;
    color:black;
    background: #DDE4E9;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; 
}

ul#topnav li:hover span
{
    display: block;  background: #DDE4E9;         
}

ul#topnav li span a
{
    display: inline;color:black;  background: #DDE4E9;
}

ul#topnav li span a:hover
{
   text-decoration: none;   color:red; background: #DDE4E9;
}
