

body, html, form {
    /*line-height: 1;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about {
    margin: 70px auto 40px;
    padding: 8px;
    width: 260px;
    font: 10px/18px 'Lucida Grande', Arial, sans-serif;
    color: #666;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    background: #eee;
    background: rgba(250, 250, 250, 0.8);
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}

    .about a {
        color: #333;
        text-decoration: none;
        border-radius: 2px;
        -webkit-transition: background 0.1s;
        -moz-transition: background 0.1s;
        -o-transition: background 0.1s;
        transition: background 0.1s;
    }

        .about a:hover {
            text-decoration: none;
            background: #fafafa;
            background: rgba(255, 255, 255, 0.7);
        }

.about-links {
    height: 30px;
}

    .about-links > a {
        float: left;
        width: 50%;
        line-height: 30px;
        font-size: 12px;
    }

.about-author {
    margin-top: 5px;
}

    .about-author > a {
        padding: 1px 3px;
        margin: 0 -1px;
    }

body {
    font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
    color: #404040;
}

.container {
    margin: 0px auto;
    margin-top: 100px;
    width: 640px;
}

.login {

    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px 20px 20px;
    width: 230px;
    background: white;
    border-radius: 3px;
    border: 1px solid transparent;
    border-color: lightgray;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);

}

    .login:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }

    .login h1 {
        margin: -20px -20px 21px;
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        background: rgba(0, 0, 0, 0.87);
        background-color: #ED1C24;
        border-bottom: 4px solid #AD0B04;
        border-radius: 3px 3px 0 0;
        -webkit-box-shadow: 0 1px whitesmoke;
        box-shadow: 0 1px whitesmoke;
    }

    .login p {
        margin: 0px 0 10px 0;
    }

        .login p:first-child {
            margin-top: 0;
        }

    .login input[type=text], .login input[type=password] {
        width: 122px;
    }

    .login p.remember_me {
        float: left;
        line-height: 31px;
    }

        .login p.remember_me label {
            font-size: 12px;
            color: #777;
            cursor: pointer;
        }

        .login p.remember_me input {
            position: relative;
            bottom: 1px;
            margin-right: 4px;
            vertical-align: middle;
        }

    .login p.submit {
        text-align: right;
    }

.login-help {
    margin: 20px 0;
    font-size: 11px;
    color: white;
    text-align: center;
    text-shadow: 0 1px #2a85a1;
}

    .login-help a {
        color: #cce7fa;
        text-decoration: none;
    }

        .login-help a:hover {
            text-decoration: underline;
        }

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

    input[type=text], input[type=password] {
        margin: 2px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        color: #000000;
        background: white;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        outline: 0px solid #E7E7E7;
        -moz-outline-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    }

    input[type=submit] {
        padding: 0 18px;
        height: 29px;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        background: #AD0B04;
        border: 1px solid;
        border-radius: 10px;
        cursor: pointer;
        outline: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    }

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}


#body {
    padding: 10px;
    padding-bottom: 60px; /* Height of the footer */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    background: #6cf;
}


/*GIS, luego sacar de aca*/
.barra td {
    vertical-align: top;
}

.barra input[type=image] {
    width: 42px;
    padding: 1px;
    z-index: 14000;
}

.barra .no-iluminado {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -khtml-opacity: 0.8;
}

    .barra .no-iluminado:hover {
        filter: alpha(opacity=95);
        -moz-opacity: 0.95;
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        -khtml-opacity: 0.5;
    }

.iluminado {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
}

.divHeader {
    background: #D72F38;
    color: white;
}

.transparent80 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.transparent98 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98);
    -moz-opacity: 0.98;
    -khtml-opacity: 0.98;
    opacity: 0.98;
}

.transparent100 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

div.fondoModal {
    background-color: #252525;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

div.frenteCargando {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color: white;
    position: fixed;
    margin: -25px 0 0 -100px;
    width: 170px;
    height: 50px;
    top: 50%;
    left: 50%;
    z-index: 99999;
    border: 1px solid #cccccc;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0 0 5px;
    font-size: 15px;
    font-weight: bold;
}

div.contenedorCargando {
    display: none;
}

.tituloModal {
    background-color: #404040;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: white;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.divPanel {
    height: 200px;
    overflow: auto;
}

.ulPanel {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.liPanel {
    /*   border: 1px solid #999999;*/
    /*border-top: 1px solid #999999;*/
    padding: 4px;
    /* margin: 6px;*/
    cursor: pointer;
    min-width: 330px;
    font-size: 15px;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    float: left;
}

    .liPanel:hover {
        /* border: 1px solid gray;*/
        background-color: rgba(150,150,150,150);
        color: white;
    }

.liPanelHoja {
    /*  border-top: 1px solid #999999;*/
    padding: 4px;
    /* margin: 6px;*/
    cursor: default;
    min-width: 330px;
    font-size: 15px;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    float: left;
}

    .liPanelHoja:hover {
        /*border: 1px solid gray;*/
        background-color: rgba(150,150,150,150);
        color: white;
    }

.tituloFooter {
    font-size: 14px;
    color: white;
}

.valorTituloFooter {
    font-size: 17px;
    color: white;
}

.limpiar {
    clear: both;
}

.tituloFooter {
}

.containerChico {
    height: 122px;
    overflow: auto;
}

#pnlDatosElemento {
    height: 182px;
    margin: 6px 4px 0 4px;
}

#divArbol {
    height: 130px;
    margin-top: 5px;
}

.datosFooter {
}

.imgVolver {
    width: 18px;
    cursor: pointer;
}

.hoja {
}

.rama {
    cursor: pointer;
}

    .rama:hover {
        background-color: rgba(150,150,150,150) !important;
        color: white !important;
    }

.nombreDato {
    color: white !important;
    font-size: 15px !important;
}

.valorDato {
    font-size: 15px !important;
}

.botonLabel {
    margin: 0 auto;
    border: 1px solid #999999;
    padding: 2px;
    cursor: pointer;
    margin-top: 2px;
    font-size: 14px;
}

    .botonLabel:hover {
        background-color: rgba(150,150,150,150) !important;
        color: white !important;
    }
