﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family:Verdana;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    max-height: 60px;
    /*background-color: lightgray;*/
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    padding-top: .3em;
    border-top: 2px solid lightgray;
}


/*Estilos para el menu*/

#NavigationMenu {
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    height: 51px;
    background: #d6eaf8 url(/botones/dropdownbg414.gif) repeat-x left top;
    top: 1px;
    left: 0px;
}

ul.nav-main, ul.nav-main li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nav-main {
    position: relative;
    z-index: 597;
}

    ul.nav-main li:hover > ul {
        visibility: visible;
    }

    ul.nav-main li.hover, ul.nav-main li:hover {
        position: relative;
        z-index: 599;
        cursor: pointer;
        background: url(dropdownbghover364.gif) repeat-x left top;
    }

    ul.nav-main li {
        float: left;
        display: block;
        height: 51px;
        color: #999;
        font: 14px Arial, Helvetica, sans-serif;
        background: url(separator.gif) no-repeat right center;
    }

        ul.nav-main li a {
            display: block;
            padding: 16px 16px 0 16px;
            color: #999;
            font: 14px Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

            ul.nav-main li a:hover {
                color: #D6D6D6;
            }

    ul.nav-main *.list {
        padding-right: 22px;
        background: url(navigationarrow529.gif) no-repeat right top;
    }

ul.nav-sub {
    visibility: hidden;
    position: absolute;
    padding: 10px;
    top: 48px;
    left: 0;
    z-index: 598;
    background: #353535 url(dropdownlistbg810.gif) repeat-x left top;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    width: 250px;
}

    ul.nav-sub li {
        list-style: none;
        display: block;
        padding: 0;
        height: 32px;
        float: none;
        width: 250px;
        border-bottom: 1px solid #5a5a5a;
        background: none;
    }

        ul.nav-sub li a {
            list-style: none;
            display: block;
            padding: 6px 5px 6px 5px;
            height: 20px;
            float: none;
            width: 250px;
            background: none;
            font: 12px Arial, Helvetica, sans-serif;
        }


.botoncito {
}
