﻿* {
    outline: none;
    font-size: 12px;
}

html {
    /*background: #F6F6F6 url(themes/base/Images/Layout/main-bg.png) center top repeat-y;*/
}

html, body {
    margin: 0;
    padding: 0;
    text-align: center;
}

body {
    /*background: transparent url(themes/base/Images/Layout/body-bg.png) center top repeat-x;*/
    font-size: .80em;
    font: 12px/140% Trebuchet MS;
    color: #000;
}


h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
    -ms-font-variant: small-caps;
    -o-font-variant: small-caps;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}


h1 {
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 20px !important;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px !important;
}

    h2.title {
        clear: both;
        color: #006cb7;
        border-bottom: 1px solid #e2e2e2;
        font-size: 20px;
        font-weight: normal;
        text-transform: none;
        font-family: 'gobCL', Verdana, sans-serif;
        padding: 30px 20px 15px 0;
        overflow: hidden;
        margin-bottom: 10px;
        width: 660px;
    }

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


p {
    text-align: left;
    color: #000000;
    font-family: sans-serif;
    font-size: 14px;
}

div.cb {
    clear: both !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0;
    outline: none;
}


div#MainLayout {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

div#ContentMian {
    margin: 0;
    padding: 0 0;
}

div#Header {
    background-image: none !important;
    width: 990px;
    margin: 0 auto;
    position: relative;
    height: 100px;
}

    div#Header h1.logo a {
        display: block;
        width: 200px;
        height: 80px;
        outline: 0 none;
        background-image: none !important;
    }

    div#Header h1.logo {
        margin: 0;
        width: 250px;
        /*height: 167px;*/
        background: url('themes/base/images/Layout/logo-sence.png') no-repeat;
        /*background-size: cover;*/
        background-color: #fff;
        /*background-color: #f6f6f6;*/
        text-indent: -10000px;
        position: absolute;
        top: 15px;
        left: 20px;
        z-index: 100;
    }


    div#Header div#tools {
        width: 565px;
        /*height: 147px;*/
        /*background-color: #f6f6f6;*/
        position: absolute;
        top: 20px;
        right: 6px;
        padding-top: 5px;
    }

div#banner1 {
    width: 100%;
    height: 20px;
    background-color: #001c41;
    position: relative;
}

div#banner2 {
    width: 100%;
    height: 50px;
    background-color: #0f69b4;
    position: relative;
}

.navbar-default {
    background-color: #0f69b4;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}


element.style {
}

.navbar-default .navbar-nav > .active > a:focus {
    color: #b3a7a7;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    background-color: #0f69b4;
}

div#tituloHeader {
    color: #78787D;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 4px;
    float: right;
    text-align: right;
    font-size: 20px !important;
    padding-right: 10px;
}

    div#tituloHeader span {
        font-size: 20px !important;
    }

div#tituloHeaderLow {
    color: #243E6F;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 4px;
    float: right;
    text-align: right;
    font-size: 23px !important;
    padding-right: 10px;
}


    div#tituloHeaderLow span {
        font-size: 23px !important;
    }

div#Ayuda {
    text-align: right;
    padding-right: 10px;
    color: #243E6F;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 4px;
    margin-bottom: 0;
}

    div#Ayuda a {
        font-size: 14px !important;
        color: #243E6F;
        text-decoration: underline;
    }

div#infoCuenta {
    width: 966px !important;
    background-color: #f6f6f6;
    position: absolute;
    top: 139px;
    text-align: right !important;
    font-size: 12px !important;
    font-weight: bold;
    color: #78787D;
    font-weight: bold;
    text-align: right;
    font-family: Trebuchet MS;
    left: 18px;
    color: #424251;
    border-bottom: 1px solid #DBDBDB;
    background-color: #F6F6F6;
    height: 27px;
}

    div#infoCuenta a {
        margin-right: 10px;
    }


/* estilos para la botonera */

div#menu {
    position: absolute;
    top: 145px;
    left: -400px;
    width: 965px;
    height: 40px;
    margin: 0 0 0 0;
    background-image: url(themes/base/Images/Layout/menu-bg.png);
    background-repeat: repeat-x;
}

    div#menu ul {
        color: #fff;
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-transform: uppercase;
    }


        div#menu ul li {
            float: left;
            display: inline;
            position: relative;
            z-index: 100;
            height: 37px;
            background: url(themes/base/Images/Layout/menu-li-right.png) right top no-repeat;
        }

            div#menu ul li a {
                color: #787878;
                font-family: Trebuchet MS;
                font-size: 13px;
                text-decoration: none;
                background: url(themes/base/Images/Layout/menu-li-left.png) left top no-repeat;
                padding: 12px 18px 12px 15px;
                height: 14px;
                float: left;
                outline: none;
            }

            div#menu ul li.last {
                background: none;
            }

            div#menu ul li.first a {
                background: none;
            }


            div#menu ul li a.active,
            div#menu ul li a:hover {
                color: #000000 !important;
            }

    div#menu.ul li:hover {
        overflow: hidden;
    }

    /*div#menu li:hover a
    {
    }*/

    div#menu ul li ul {
        display: none;
    }

    div#menu ul li:hover ul {
        display: block;
        position: absolute;
        top: 37px;
        left: 0;
        margin: 0;
    }

    div#menu ul li ul li {
        float: none;
        background: url(themes/base/Images/Layout/menu-bg.png);
        margin: 0;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

        div#menu ul li ul li a {
            background: none;
        }

        div#menu ul li ul li:last-child {
            border-bottom: 1px solid #CCC !important;
        }

    /*Agregados para dejar item seleccionado del menú*/
    div#menu ul a.selected {
        color: #FFFFFF !important;
        background-color: #FFFFFF !important;
        border-color: #FFFFFF !important;
        font-size: 14px !important;
        background: url("themes/base/Images/Layout/fondo_menu_p.jpg") repeat-x scroll 0 0 transparent !important;
    }

div#Footer div#ribbon {
    /*background: #f6f6f6 url(themes/base/Images/Layout/footer-final.png) top center no-repeat;*/
    background: #001c41;
    height: 60px;
    position: relative;
}


#bottommenu {
    padding: 15px 10px 0;
    height: 30px;
    font-size: 10px;
    color: white;
    background-color: #001c41;
    clear: both;
}

    #bottommenu div.address {
        float: left;
        font-style: normal;
        color: white;
    }

    #bottommenu div.nav {
        float: right;
        color: white;
    }

        #bottommenu div.nav a {
            color: white;
        }

            #bottommenu div.nav a:hover {
                color: white;
            }


div#Footer div#ribbon a {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 184px;
    height: 23px;
    background: #001c41;
    text-indent: -10000px;
}

div#MainContainer div.MarginContentMain {
    /*margin: 50px 20px;*/
    margin: auto;
    width: 65%;
    max-width: 930px;
}

div.Submenu {
    margin: 0;
    padding: 0;
}

    div.Submenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: none !important;
    }

        div.Submenu ul li {
            margin: 0 0 1px 0;
            float: left;
            margin-right: 3px;
        }

            /* ReSharper disable once Html.CssClassElementsNotFound */
            div.Submenu ul li a {
                text-decoration: none;
                display: block !important;
                padding: 5px 10px !important;
                float: none !important;
                color: #333;
                background: #eeeeee;
                float: none !important;
                outline: none;
                padding: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
            }

                /* ReSharper disable once Html.CssClassElementsNotFound */
                div.Submenu ul li a:hover, div.Submenu ul a.selected {
                    color: #135C91;
                    background: #C7E2F8;
                }


div.MarginContentMain div.Opciones {
    float: left !important;
}

div.MarginContentMain div.ContentDinamic {
    /*float:left !important;*/
    margin-left: 165px;
}

/*TABLE*/
table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

    table.tabla_sin {
        border-collapse: collapse;
        border: none;
    }

    table th {
        /*background: #eee;*/
        /*border: 1px solid #eee;*/
        color: #767676;
        padding: 5px;
        text-align: left;
    }

    table td {
        /*background: #fff;*/
        /*border: 1px solid #eee;*/
        color: #000;
        padding: 5px;
    }

        table td.celda_sin {
            padding: 0;
            border: 0;
        }

/*FORM*/
form {
    margin: 30px 0;
    display: block;
}

    form div.item {
        background: #f9f9f9;
        margin-bottom: 1px;
    }

        form div.item div.c {
            padding: 2px;
            float: left;
        }

    form div.panel-button {
        background: #f9f9f9;
        text-align: right;
        padding: 5px;
        border: 1px solid #f0f0f0;
        margin-top: 20px;
    }

    form div.item div.element {
        padding-right: 6px;
    }


    /*INPUT*/
    form input[type="text"], form input[type="password"],
    select {
        padding: 5px 5px;
        font-size: 12px;
        -ms-text-shadow: 0 1px 0 #fff;
        text-shadow: 0 1px 0 #fff;
        outline: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
        background: -moz-linear-gradient(top, #f0f0f0, #ffffff);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border: 1px solid #ccc;
        -webkit-box-shadow: 1px 1px 0 #efefef;
        -moz-box-shadow: 1px 1px 0 #efefef;
        -ms-box-shadow: 1px 1px 0 #efefef;
        box-shadow: 1px 1px 0 #efefef;
        margin: 2px;
        color: #333;
        behavior: url("border-radius.htc");
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari and Chrome */
        -khtml-border-radius: 5px;
        border-radius: 3px;
        /* Linux browsers */
        border-radius: 5px; /* Opera 10.50, IE and CSS3 */
    }

        form input[type="text"]:focus, input[type="text"]:hover {
            -webkit-box-shadow: 0 0 7px #aaa;
            -moz-box-shadow: 0 0 7px #aaa;
            -ms-box-shadow: 0 0 7px #aaa;
            box-shadow: 0 0 7px #aaa;
        }

    form input[disabled="disabled"] {
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9));
        background: -moz-linear-gradient(top, #f0f0f0, #f5f5f5);
        color: #999;
        -webkit-box-shadow: 0 0 7px #ddd !important;
        -moz-box-shadow: 0 0 7px #ddd !important;
        -ms-box-shadow: 0 0 7px #ddd !important;
        box-shadow: 0 0 7px #ddd !important;
        border: 1px solid #ddd;
        margin: 10px 0;
    }

    /*SELECT*/
    form select {
        width: auto;
        background: #eee;
        line-height: 1;
        border: 1px solid #135C91;
        padding: 3px 1px;
    }
    /*BUTTON*/
    form input[type=submit], input[type=reset], input[type="button"] {
        padding: 6px 10px;
        -webkit-border-radius: 2px 2px;
        background: #eee;
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
        -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
        -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
        background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(221, 221, 221));
        color: #333;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        -ms-text-shadow: 0px 1px 1px rgba(255,255,255,1);
        text-shadow: 0px 1px 1px rgba(255,255,255,1);
        line-height: 1;
        behavior: url("border-radius.htc");
        -moz-border-radius: 4px; /* Firefox */
        -webkit-border-radius: 4px; /* Safari and Chrome */
        -khtml-border-radius: 4px; /* Linux browsers */
        -ms-border-radius: 4px;
        border-radius: 4px; /* Opera 10.50, IE and CSS3 */
        border: solid 1px #ccc !important;
    }

.linkbutton {
    padding: 6px 10px;
    -webkit-border-radius: 2px 2px;
    background: #eee;
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
    background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(221, 221, 221));
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -ms-text-shadow: 0px 1px 1px rgba(255,255,255,1);
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
    line-height: 1;
    behavior: url("border-radius.htc");
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    -khtml-border-radius: 4px; /* Linux browsers */
    -ms-border-radius: 4px;
    border-radius: 4px; /* Opera 10.50, IE and CSS3 */
    border: solid 1px #ccc !important;
}

form input[type=submit]:active, input[type=reset]:active, input[type="button"]:active {
    position: relative;
    top: 2px;
    left: 2px;
}
/*MENSAJES*/
.info, .exito, .alerta, .error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('themes/base/Images/Layout/info.png');
}

.exito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('themes/base/Images/Layout/exito.png');
}

.alerta {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('themes/base/Images/Layout/alerta.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('themes/base/Images/Layout/error.png');
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/*LISTAS*/

ul.list {
    padding: 0;
    list-style-type: none;
}

    ul.list li {
        padding-left: 20px;
        margin-bottom: 5px;
        line-height: 130%;
        background: url('themes/base/Images/Layout/icon_list.png') no-repeat left -1px;
    }

/*ANCLA*/
.Estilo {
    font-size: 14px;
}

    .Estilo:link {
        color: #2347d3;
    }

    .Estilo:hover {
        color: #e97818;
    }

    .Estilo:active {
        color: #708be6;
    }

    .Estilo:visited {
        color: #0f2981;
    }

div.tabla {
    clear: none;
    overflow: auto;
}

div.fila {
    clear: both;
}

div.col_titulo {
    float: left;
    padding: 5px;
    background: #F0E0A0;
    border-color: #F0E0A0;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
}

div.col {
    float: left;
    padding: 5px;
    border-color: #F0E0A0;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
}

textarea {
    display: block;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    width: 730px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

fieldset {
    /*background: #eee;*/
    border: 1px solid #eee;
    color: #000;
    padding: 5px;
    border: 1px solid;
    /*border-color: #F0E0A0;*/
    border-style: solid;
    margin-left: initial;
    margin-right: auto;
    width: 500px;
}

.regEmp fieldset {
    width: 470px;
    margin: 0 auto;
    float: left;
}

.RepLegal {
    margin-left: 0;
    margin-top: 0;
    width: 420px;
}

.btnReg {
    margin-left: 0;
    width: 440px;
}

#repLegal {
    margin-left: 511px;
    margin-top: 10px;
    width: 420px;
}

div.dataTables_wrapper {
    width: 430px;
    margin: 0 auto;
}

.captcha fieldset {
    margin-left: 511px;
    width: 420px;
    margin-top: 5px;
}

#infoRepLegal {
    width: 420px;
    margin-left: 511px;
}

legend {
    font-size: 14px;
    font-weight: bold;
    /*background: #eee;*/
    /*border: 1px solid #eee;*/
    color: #767676;
    padding: 5px;
    word-wrap: break-word;
    width: fit-content;
    border-bottom: none;
    margin-bottom: 5px;
}

table.tabla2 {
    border-collapse: collapse;
    border: none;
    margin: 0;
    width: 100%;
}

.info2 {
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
}

#fieldCursos {
    width: 450px;
}

#textoAlerta {
    float: left;
    margin-left: 50px;
    text-align: right;
}

.textoNegrita {
    font-weight: bold;
}

#fieldCursos {
    float: left;
    width: 450px;
}

#textoAlerta {
    width: 327px;
    margin-left: 49px;
}

.texto11 {
    font-size: 11px !important;
}

.textoDerecha {
    text-align: right !important;
}

.textoJustificado {
    text-align: justify !important;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/*OPEN ID*/
#openid_form {
    width: 470px;
}

    #openid_form legend {
        font-weight: bold;
    }

#openid_choice {
    display: none;
}

#openid_input_area {
    clear: both;
    padding: 20px;
}

#openid_btns, #openid_btns br {
    clear: both;
}

#openid_highlight {
    padding: 3px;
    background-color: #FFFCC9;
    float: left;
}

.openid_large_btn {
    width: 200px;
    height: 60px;
    border: 1px solid #DDD;
    margin: 3px;
    float: left;
}

.openid_small_btn {
    width: 200px;
    height: 60px;
    border: 1px solid #DDD;
    margin: 3px;
    float: left;
}

a.openid_large_btn:focus {
    outline: none;
    -moz-outline-style: none;
}

.openid_selected {
    border: 4px solid #DDD;
}

.hidden {
    display: none;
}

/*OPEN ID*/

#openid_form {
    width: 470px;
}

    #openid_form legend {
        font-weight: bold;
    }

#openid_choice {
    display: none;
}

#openid_input_area {
    clear: both;
    padding: 10px;
}

#openid_btns, #openid_btns br {
    clear: both;
}

#openid_highlight {
    padding: 3px;
    background-color: #FFFCC9;
    float: left;
}


.openid_small_btn {
    width: 24px;
    height: 24px;
    border: 1px solid #DDD;
    margin: 3px;
    float: left;
}


.openid_selected {
    border: 4px solid #DDD;
}

.editar {
    background: url(img/editar.png) no-repeat;
    display: block;
    height: 21px;
    width: 21px;
    float: left;
}

.agregar {
    background: url(img/icon-08.png) no-repeat;
    display: block;
    height: 31px;
    width: 31px;
    float: right;
}

.eliminar {
    background: url(img/eliminar.png) no-repeat;
    display: block;
    float: right;
    height: 21px;
    width: 21px;
}

.txtMail {
    text-transform: lowercase;
}
/*  DIALOG  */
.ui-widget.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

/*.ui-widget-content.success-dialog {
    background: #F9F9F9;
    border: 1px solid #00529B;
    color: #222222;
}*/

.ui-dialog.success-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

    .ui-dialog.success-dialog .ui-dialog-content {
        background: none repeat scroll 0 0 transparent;
        border: 10px none;
        overflow: auto;
        position: relative;
        padding: 0 !important;
        margin: 10px;
    }

    .ui-dialog.success-dialog.dialog-info .ui-widget-header {
        background: #BDE5F8;
        border: 0;
        color: #00529B;
        font-weight: bold;
    }

    .ui-dialog.success-dialog.dialog-alerta .ui-widget-header {
        background: #FEEFB3;
        border: 0;
        color: #9F6000;
        font-weight: bold;
    }

    .ui-dialog.success-dialog.dialog-error .ui-widget-header {
        background: #FFBABA;
        border: 0;
        color: #D8000C;
        font-weight: bold;
    }

    .ui-dialog.success-dialog.dialog-exito .ui-widget-header {
        background: #DFF2BF;
        border: 0;
        color: #4F8A10;
        font-weight: bold;
    }

    .ui-dialog.success-dialog .ui-dialog-titlebar {
        padding: 0.5em .10em;
        position: relative;
        font-size: 1em;
    }

.ui-widget-content.dialog-info.success-dialog {
    background: #F9F9F9;
    border: 1px solid #00529B;
    color: #222222;
}

.ui-widget-content.dialog-alerta.success-dialog {
    background: #F9F9F9;
    border: 1px solid #9F6000;
    color: #222222;
}

.ui-widget-content.dialog-error.success-dialog {
    background: #F9F9F9;
    border: 1px solid #D8000C;
    color: #222222;
}

.ui-widget-content.dialog-exito.success-dialog {
    background: #F9F9F9;
    border: 1px solid #4F8A10;
    color: #222222;
}


.enabled-fieldset {
    background: #CEE3F6;
    border: 1px solid #eee;
    color: #000;
    padding: 5px;
    border: 1px solid;
    border-color: #F0E0A0;
    border-style: solid;
    margin-left: initial;
    margin-right: auto;
    width: 500px;
}

div#dvPerNat {
    border-right: 1px solid #787878;
    height: 100%;
    top: 0;
    left: 170px;
    width: 300px;
    position: relative;
}

div#dvPerJur {
    position: relative;
    height: 100%;
    top: -362px;
    left: 570px;
    width: 300px;
    /*top:-680px;*/
}

div.botones ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    text-transform: uppercase;
}

div.botones li a {
    display: block;
    color: #787878;
    font-family: Trebuchet MS;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 0 8px 16px;
}

/* Change the link color on hover */
div.botones li a:hover {
    background-color: #555;
    color: white;
}

.menubotones {
    position: relative;
    margin-left: 45px;
    right: 49px;
}

div#Footer {
    position: relative;
}

@media screen and (max-width: 1530px) {
    .navbar-default {
        width: 60%;
    }
}

@media screen and (max-width: 1050px) {
    div#MainContainer div.MarginContentMain {
        width: 75%;
    }

    div#dvPerNat {
        left: 50px;
    }

    div#dvPerJur {
        left: 470px;
    }
    div#Header div#tools {
        right: 0px;
    }

    .navbar-default {
        left: 30%;
    }
}

@media screen and (max-width: 800px) {
    /* For tablets: */
    
    
    div #dvPerNat {
        border-right: none;
        margin: auto;
        width: 50%;
    }

    div#dvPerJur {
        position: inherit;
        margin: auto;
        width: 50%;
        padding-left: 50px;
    }

    
    div#banner2 {
        height: 60px;
    }

    div#ContentMian {
        /*height: 1800px;*/
        height: auto;
    }

    .navbar-default {
        width: 100%;
        margin-left: 120px;
    }

    div#Header {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    /* For mobile phones: */
    div#dvPerNat {
        border-right: none;
        margin-left: 10%;
    }

    div#banner2 {
        height: 50px;
    }

    div#ContentMian {
        /*height: 1450px;*/
    }

    div#dvPerJur {
        padding-left: 0px;
        padding-top: 40px;

        top: unset;
    }

    
    .navbar-default {
        position: unset;
        left: unset;
        transform: none;
    }

    .menubotones {
        position: relative;
        margin:auto;
        right:unset;
    }

    div#tools {
        display:none;
    }

    div#Header {
        width: 100%;
    }

    fieldset {
        width:auto;
    }
    table, tr, td {
        width: 100%;
    }

    input[type=text], select, textarea {
        max-width: 50%;
        resize: vertical;
    }

    
 }
