﻿.formulario .formtitle {
    color: #8CC640;
}

.navbar.navbar-inverse.navbar-fixed-top.topnav {
    background: #00583C;
    background: -moz-linear-gradient(left, #00583C 0%, #00583C 50%, #00583C 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00583C), color-stop(50%, #00583C), color-stop(100%, #00583C));
    background: -webkit-linear-gradient(left, #00583C 0%, #00583C 50%, #00583C 100%);
    background: -o-linear-gradient(left, #00583C 0%, #00583C 50%, #00583C 100%);
    background: -ms-linear-gradient(left, #00583C 0%, #00583C 50%, #00583C 100%);
    background: linear-gradient(to right, #00583C 0%, #00583C 50%, #00583C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0010', endColorstr='#bd0010', GradientType=1 );
}

a#dd-lang {
    padding-right: 0;
    text-align: right;
}

#main-navbar {
    float: right;
    font-family: Myriad_Pro_Condensed;
    box-shadow: none;
}

@media (min-width: 768px) {
    .dropdown-menu[aria-labelledby=dd-lang] {
        background: #00583C;
        background: -moz-linear-gradient(left, #00583C 0%, #00583C 26%, #00583C 65%, #00583C 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #00583C), color-stop(26%, #00583C), color-stop(65%, #00583C), color-stop(100%, #00583C));
        background: -webkit-linear-gradient(left, #00583C 0%, #00583C 26%, #00583C 65%, #00583C 100%);
        background: -o-linear-gradient(left, #00583C 0%, #00583C 26%, #00583C 65%, #00583C 100%);
        background: -ms-linear-gradient(left, #00583C 0%, #00583C 26%, #00583C 65%, #00583C 100%);
        background: linear-gradient(to right, #00583C 0%, #00583C 26%, #00583C 65%, #00583C 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00583C', endColorstr='#00583C', GradientType=1 );
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 6px;
        border: none;
    }

    .dropdown-menu > li > a {
        color: white;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: white;
            text-decoration: underline;
            background-color: transparent;
        }
}

input[type="submit"] {
    background: #8CC640 !important;
}

footer {
    border-top: none;
    background-color: transparent;
}

#container li, #containertwo li, #containerthree li {
    color: #8CC640 !important;
}

#divbtnAceptar #btnAceptar {
    background: #8CC640 !important;
    width: 130px;
    border-radius: 6px;
}

.conntentdiv #btnAceptar {
    background: #8CC640 !important;
    width: 130px;
    border-radius: 6px;
}

.k-window-titlebar.k-header {
    background: #00583C;
}

.ui-dialog-buttonpane .ui-accept-btn {
    background-color: #00583C;
    border: none;
}

.k-widget.k-window .ui-dialog-buttonpane {
    border-top: solid 2px #00583C;
}

.ui-dialog-buttonpane .ui-cancel-btn {
    border: solid 1px #96C852;
    background-color: #96C852;
}

.ui-dialog-buttonpane .ui-cancel-btn:hover, .ui-dialog-buttonpane .ui-cancel-btn:focus {
    color: #FFFFFF;
    border-color: #ffffff;
    background-color: #96C852;
}

.ui-dialog-buttonpane .ui-accept-btn:hover, .ui-dialog-buttonpane .ui-accept-btn:focus {
    color: #FFFFFF;
    border-color: #ffffff;
    background-color: #4f787e;
    border: solid 1px;
}