/*Inicio Estilo del menú superior*/

body {
    padding: inherit 50px;
    line-height: 1em;
    background-image: url(../Images/body-bg.jpg);
    background-repeat: repeat-x;
    background-color: #e6edf2;
    font-family: Verdana, Geneva, sans-serif;
}

#topnav {
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: right;
    font-family: Calibri, "Trebuchet MS", Verdana;
    color: #BED1DE;
    min-width: 800px;
    max-width: 1050px;
    width: auto;
    margin: 0px auto;
    overflow: auto;
    height: auto;
}

    #topnav ul {
        padding-right: 30px;
        display: block;
    }

        #topnav ul li {
            float: right;
        }

    #topnav a {
        display: block;
        padding: 15px 5px 2px 10px;
        border-right: 1px solid #4474ad;
        margin: 0 0 15px;
        text-decoration: none;
        color: #BED1DE;
    }

    #topnav p {
        display: block;
        padding: 15px 5px 2px 10px;
        border-right: 1px solid #4474ad;
        margin: 0 0 15px;
        text-decoration: none;
        color: #fff;
    }

    #topnav a:hover {
        background-color: #043C60;
        color: #FFF;
        padding: 12px 5px 5px 10px;
    }
/*Fin Estilo del menú superior*/

/*Inicio Estilo de la caja contenedora del sitio*/
#Contenedor {
    font: Verdana, Geneva, sans-serif;
    font-size: 100%;
    min-width: 800px;
    max-width: 1050px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    -moz-box-shadow: 1px 1px 5px #001f31; /* IMPORTANTE para navegadores Mozilla y otros que usen el mismo motor de render*/
    -webkit-box-shadow: 1px 1px 7px #001f31; /* IMPORTANTE para navegadores Safari y otros que usen el mismo motor de render*/
    border-radius: 10px;
}
/*Fin Estilo de la caja contenedora del sitio*/

/*Inicio Estilo del encabezado y el menu superior*/
#encabezado {
    overflow: auto;
    height: 110px;
    background-image: url(../Images/top_BG.jpg);
    background-repeat: repeat-x;
    background-position: right top;
    border-radius: 10px 10px 0 0;
}

    #encabezado img {
        height: 103px;
    }

#LogoMINVU {
    float: right;
    display: block;
    position: relative;
    top: 0px;
    right: 30px;
}

#Logo {
    font-family: Verdana;
    text-decoration: none;
    font-size: 200%;
    color: #2d7bad;
    margin: 0px;
    background-color: transparent;
    position: relative;
    top: 42px;
    left: 30px;
}

#slogan {
    font-family: Verdana;
    font-size: 100%;
    color: #2d7bad;
    position: relative;
    top: 50px;
    left: 31px;
}

/*menu superior simple*/
#menu_top {
    height: 44px;
    overflow: hidden;
    display: block;
    padding: 0 30px;
    background: url(../Images/menu_top-bg.jpg) repeat-x left top;
}

    #menu_top li {
        display: inline;
        font-size: 75%;
        float: left;
    }

        #menu_top li a:link, #menu_top li a:visited {
            display: block;
            height: 44px;
            margin: 0 1px;
            text-decoration: none;
            color: #fff;
        }

        #menu_top li a {
            display: block;
            height: 24px;
            padding: 17px 5px 3px;
        }

            #menu_top li a:hover, #menu_top li a:active {
                background-image: url(../Images/menuTop_hover.jpg);
                background-repeat: repeat-x;
                background-position: left top;
                display: block;
                border-radius: 5px 5px 0 0;
            }

/*Fin Estilo del encabezado y el menu superior*/

/*Inicio Estilo del cuerpo principal del sitio*/
#cuerpo {
    clear: both;
    background-color: #FFF;
    padding: 20px 5px;
    overflow: auto;
}

    #cuerpo h1 {
        font-size: 1.4em;
        color: #990000;
        display: block;
        padding: 5px 5px 6px 8px;
        margin: 5px 5px 10px;
        font-weight: normal;
        text-align: left;
        border-left: 12px #A80000 solid;
        background-color: #f1e7e8;
        overflow: hidden;
    }

.h1_sub {
    font-size: 0.5em;
    color: #1e6a9e;
    text-align: left;
    margin: 0.5em 0 0.1em;
    display: block;
}

#cuerpo h2 {
    font-size: 1.2em;
    color: #990000;
    display: inline;
    padding: 5px 5px 6px 8px;
    margin: 5px 5px 10px;
    font-weight: normal;
    text-align: inherit;
    background-color: #f1e7e8;
    overflow: hidden;
}

#cuerpo h3 {
    font-size: 1em;
    color: #fff;
    line-height: 160%;
    font-weight: normal;
    margin: 1em 12px 0.4em;
}

.parrafo, .error-txt {
    color: #666;
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    margin: 0 30px 1.5em;
    text-align: left;
}

.parrafo_menu_fse {
    color: #666;
    font-size: 12px;
    line-height: 1.3em;
    display: block;
    margin: 0 30px 1.5em;
    text-align: left;
}

.link {
    font: 0.9em Calibri, Verdana;
    color: #fff;
    background: #55a8dc url(../Images/link-bg.jpg) repeat-x;
    border: #009cff 1px solid;
    display: inline;
    padding: 2px 4px;
    margin: 2px;
    text-decoration: none;
}

    .link:hover {
        color: #fff;
        background: #0084d8;
        border: #009cff 2px solid;
    }
/*Fin Estilo del cuerpo principal del sitio*/

/*Inicio Estilo del cuerpo MessageControl*/
#message {
    background-color: #FFF;
}

    #message h1 {
        font-size: 2.4em;
        color: Red;
        display: block;
        padding: 5px 5px 6px 8px;
        font-weight: bold;
        text-align: left;
        border-left: 12px #A80000 solid;
        background-color: #f1e7e8;
        overflow: hidden;
    }

/*Fin Estilo del cuerpo MessageControl*/

/*Inicio Estilo del menu lateral izquierdo*/
#lateral_izq {
    /*font-size: 0.8em;*/
    font-size: smaller width :auto;
    float: left;
    /*margin: 5px 30px 20px 0;*/
    display: block;
    list-style-type: none;
    position: relative;
    left: -10px;
}

    #lateral_izq ul {
        text-align: left;
        display: block;
        border-top: dotted 1px #6FB5E3;
        border-radius: 0 5px 5px 0;
        position: relative;
    }

        #lateral_izq ul li {
            background: #AFD9F6;
            display: block;
            padding: 8px 8px 8px 30px;
            border-bottom: 1px solid #6FB5E3;
        }

            #lateral_izq ul li a {
                text-decoration: none;
                color: #1e6a9e;
                display: block;
            }

            #lateral_izq ul li:hover {
                background: #D2E8F7;
                background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(142,205,248)), color-stop(1, rgb(255,255,255)));
                background-image: -moz-linear-gradient( left center, rgb(142,205,248) 0%, rgb(255,255,255) 100%);
                border-left: solid 5px #6FB5E3;
                padding: 8px 4px 8px 30px;
            }

/*Inicio Estilo del menu lateral derecho*/
#lateral_der {
    font-size: 0.7em;
    float: right;
    margin: 5px 0 20px 30px;
    display: block;
    list-style-type: none;
    position: relative;
    right: -5px;
}

    #lateral_der ul {
        text-align: right;
        display: block;
        border-top: dotted 1px #6FB5E3;
        border-radius: 5px 0 0 5px;
        position: relative;
    }

        #lateral_der ul li {
            display: block;
            padding: 8px 25px 8px 8px;
            border-bottom: 1px solid #6FB5E3;
        }

            #lateral_der ul li a {
                text-decoration: none;
                color: #1e6a9e;
                display: block;
            }

            #lateral_der ul li:hover {
                background: #D2E8F7;
                background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgb(142,205,248)), color-stop(1, rgb(255,255,255)));
                background-image: -moz-linear-gradient( right center, rgb(142,205,248) 0%, rgb(255,255,255) 100%);
                border-right: solid 5px #6FB5E3;
                padding: 8px 25px 8px 4px;
            }

/*Inicio Estilo tabla*/
#cuerpo form {
    font-family: Calibri, "Trebuchet MS", Verdana;
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #18394B;
    width: auto;
    background: #fff;
    padding: 0.5em;
    overflow: hidden;
    font-size: 0.9em;
}

.tabla {
    with: 100%;
    margin: auto;
    background-color: #FFF;
    font-size: 1em; /* Default sin font-size*/
}

    .tabla td, .tabla th {
        padding: 6px 5px;
        border-left: dotted 1px #09F
    }

    .tabla thead th {
        /*border-bottom: 3px #e37574 solid;*/
        background-color: #62afd9;
        color: #ffffff;
    }

    .tabla tbody td {
        border-bottom: 1px solid #0e6dad;
        font-size: 95%;
    }

    .tabla tbody {
        border-bottom: 1px solid #0e6dad;
    }

        .tabla tbody td a {
            color: #900;
        }

    .tabla .par {
        background-color: #edeeef;
    }

    .tabla tbody tr:hover {
        background-color: #D2E8F7;
        color: #000;
    }

.noborder {
    border-left: #fff solid 1px;
}
/*Inicio Estilo Paginación de Tabla*/
.numera td {
    padding: 0px 0px 1px;
    text-align: center;
    background-color: #e7a5a5;
}

.numera table {
    margin: 0px auto;
}

.numera td:hover, .numera tbody tr:hover {
    background-color: #e7a5a5;
}

.numera table tbody, .numera table tbody td {
    border: #FFF solid 0px;
}

    .numera table tbody a {
        color: #d05f58;
        display: block;
        padding: 5px 8px;
        background: #ecd4d4;
        margin: 0 1px 2px;
        text-decoration: none;
        border-right: 1px solid #e29493;
        border-bottom: 1px solid #e29493;
        border-left: 1px solid #e29493;
    }

    .numera table tbody span {
        color: #a00000;
        display: block;
        padding: 5px 8px;
        background: #ffefef;
        margin: 0 1px 2px;
        text-decoration: none;
        border-right: 1px solid #e29493;
        border-bottom: 1px solid #e29493;
        border-left: 1px solid #e29493;
    }

    .numera table tbody a:hover {
        color: #FFF;
        background: #d95251;
    }
/*Fin Estilo Paginación de Tabla*/
/*Fin Estilo tabla*/

/*Inicio Estilo formulario*/
.formulario {
    background: #fff;
    padding: 1em 0.5em;
    border: 1px solid #e5e5e5;
    margin: 1em;
    overflow: hidden;
    font-size: 0.9em;
}

fieldset {
    padding: 0.2em;
    background-color: #eaf1f5;
    margin-bottom: 1em;
    border-radius: 4px;
    border: #D1E0E9 solid 1px;
    overflow: visible;
}

legend {
    color: #0b77b7;
    font-size: 1.1em;
    /*display: inline;*/
    padding: 3px 5px;
    margin: -0px 0.5em 0.5em 0;
    background: #FFF;
    border-radius: 4px;
    border: #D1E0E9 solid 1px;
    max-width: 60em;
}
/*Inicio Clase para formulario sin tablas*/
.GRP_form {
    float: left;
    display: inline;
    margin: 0.8em 0.3em 0.5em;
    /*position: relative;*/
}

    .GRP_form label {
        /*float:left;*/
        margin: 0.1em 0.5em 5px;
        padding: 3px;
    }

    .GRP_form div {
        /*margin: 0.5em 5px;
	text-align: center;
	width: auto;*/ /*default activados*/
        /*position: relative;*/
        /*clear: left;*/
    }

    .GRP_form p {
        float: left;
        margin: 10px 3px;
        border: #D1E0E9 solid 1px;
        background-color: #DDE8EE;
        color: #18394b;
        font-size: 1em;
    }

        .GRP_form p label {
            float: left;
            clear: left;
        }
/*Fin Clase para formulario sin tablas*/

/*Inicio Clase para formulario CON tablas*/
.GRP_form2 {
    float: none;
    display: block;
    margin: 0.8em 0.3em 1em;
    position: relative;
    width: auto;
}

    .GRP_form2 label {
        margin: 0.1em 0.5em 5px;
        padding: 3px;
    }

    .GRP_form2 div {
        margin: 0.3em 5px;
        text-align: center;
        width: auto;
        position: relative;
    }

    .GRP_form2 td {
        border-bottom: 1px solid #D1E0E9;
        padding: 6px;
    }

    .GRP_form2 p {
        float: left;
        margin: 10px 3px;
        border: #D1E0E9 solid 1px;
        background-color: #DDE8EE;
        color: #18394b;
        font-size: 1em;
        overflow: auto;
    }

        .GRP_form2 p label {
            float: left;
            clear: left;
        }

.centra { /* Clase para centrar botones en DIVs*/
    clear: both;
    display: block;
    padding: 2px;
    margin: 5px auto 3px;
    position: relative;
    text-align: center;
}

.boton { /* Clase para botones, input, etc*/
    background: #0e6dad url(../Images/boton-bg.jpg) repeat-x;
    padding: 4px 8px;
    border-radius: 5px;
    color: white;
    font-size: 0.9em;
    font-family: calibri, Verdana, Arial, Sans-Serif;
    text-decoration: none;
    border: 1px solid #3880b2;
    -moz-box-shadow: 1px 1px 5px #001f31; /* IMPORTANTE para navegadores Mozilla y otros que usen el mismo motor de render*/
    -webkit-box-shadow: 1px 1px 5px #001f31; /* IMPORTANTE para navegadores Safari y otros que usen el mismo motor de render*/
    cursor: pointer;
}

    .boton:hover {
        border: 1px solid #003d83;
        background: #004a95;
    }

    .boton:active {
        border: 1px solid #fff;
        background: #006cb5;
    }

.importante {
    font-weight: bold;
    color: #C00;
    font-style: italic;
    text-align: inherit;
    display: block;
}
/*Fin Clase para formulario CON tablas*/

/*Boton Pequeño*/
.botonPequeño { /* Clase para botones, input, etc*/
    background: #0e6dad url(../Images/boton-bg.jpg) repeat-x;
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 0.9em;
    font-family: calibri, Verdana, Arial, Sans-Serif;
    text-decoration: none;
    border: 1px solid #3880b2;
    -moz-box-shadow: 1px 1px 5px #001f31; /* IMPORTANTE para navegadores Mozilla y otros que usen el mismo motor de render*/
    -webkit-box-shadow: 1px 1px 5px #001f31; /* IMPORTANTE para navegadores Safari y otros que usen el mismo motor de render*/
    cursor: pointer;
}

    .botonPequeño:hover {
        border: 1px solid #003d83;
        background: #004a95;
    }

    .botonPequeño:active {
        border: 1px solid #fff;
        background: #006cb5;
    }
/*Fin Boton Pequeño*/

/*Fin Estilo formulario*/

/* Ventana de Error u otro mensaje */

#cuerpo #error {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    font-style: italic;
    color: #C30;
    text-align: left;
    line-height: 1.1em;
    margin: 15px 35px 8px 0;
    padding: 8px 10px 10px 30px;
    background: #f1e7e8 url(http://desarrollo.minvu.cl/norma_dinfo/img/error_icon.png) no-repeat 8px 6px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: #ffdad0 1px solid;
    border-left: none;
    border-radius: 0 4px 4px 0;
    width: auto;
    display: block;
    position: relative;
    overflow: auto;
}

.error {
    margin: 10px 20px;
    padding: 10px auto 10px 0;
    border-radius: 8px;
    background: #FFF;
    border: #ffdad0 1px solid;
    overflow: auto;
    background: url(http://desarrollo.minvu.cl/norma_dinfo/img/warning.jpg) no-repeat 820px -70px;
}

    .error p {
        margin: 20px 20px 15px;
        color: #335366;
        line-height: 1.4em;
        width: 85%;
    }

.error-det {
    font-size: 12px;
    display: block;
    color: #A31919;
    font-family: Verdana;
    font-weight: bold;
    float: left;
    background: #ffffdd;
    border: 1px solid #A31919;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    height-min: 500px;
}

    .error-det tbody {
        display: block;
    }


    .error-det strong {
        color: red;
    }

.error-msg {
    color: #444;
    font-size: 12px;
    line-height: 1.3em;
    display: block;
    margin: 0 30px 1.5em;
    padding: 8px;
    background: #ffecc7;
    border-radius: 4px;
}

    .error-msg strong {
        color: red;
    }

/*Inicio Estilo del pie de página del sitio*/
#pie {
    font-family: Calibri, Verdana;
    font-size: 75%;
    color: #000;
    background-color: #568cb2;
    text-align: right;
    padding: 8px 10px 47px 5px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
}

    #pie strong {
        font-size: 120%;
    }

.form_cont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: Bold;
    font-variant: normal;
    background-color: #ffffff;
    vertical-align: middle;
    padding: 5px;
    border-bottom-width: 1px;
    /*	border-bottom-style: solid; */
    border-bottom-color: #006633;
}





/* Vertical Accordion Style */
.va-container {
    position: relative;
    margin: 50px auto 0 auto;
    z-index: 9998;
    -webkit-border-radius: 0 .5em 0 0;
    -moz-border-radius: 0 .5em 0 0;
    border-radius: .5em .5em .5em .5em;
}

.va-wrapper {
    width: 92.5%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px;
    z-index: 9998;
}

.va-slice {
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0px;
    overflow: hidden;
    z-index: 9998;
}

.va-slice-1 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-2 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-3 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-4 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-5 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-6 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-7 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-8 {
    background: url(../img/accordion/pattern.png) repeat top left;
    background-color: #4887b1;
    background-image: -o-linear-gradient(170deg, #115a16 30px, #209f29 50px);
    z-index: 9998;
}

.va-slice-color-1 {
    background-color: #97c5eb;
}

.va-slice-color-2 {
    background-color: #68ace5;
}

.va-slice-color-3 {
    background-color: #0072cf;
}

.va-slice-color-4 {
    background-color: #0039a6;
}

.va-slice-color-5 {
    background-color: #00338e;
}

.va-slice-color-6 {
    background-color: #002c76;
}

.va-slice-color-7 {
    background-color: #002144;
}

.va-title {
    font-family: Calibri, "Trebuchet MS", Verdana;
    /*text-transform:uppercase;*/
    font-size: 17px;
    margin-left: 20px;
    color: #fff;
}

    .va-title:hover {
        font-family: Calibri, "Trebuchet MS", Verdana;
        /*text-transform:uppercase;*/
        font-size: 17px;
        margin-left: 20px;
        color: #d8d8d8;
    }

.va-content {
    display: none;
    margin-left: 25px;
}

.va-slice p {
    font-size: 15px;
    font-style: italic;
    font-family: Georgia, serif;
}

.va-slice ul {
    margin-top: 20px;
}

    .va-slice ul li {
        float: left;
        margin: 0px 2px;
    }

        .va-slice ul li a {
            /*color:#000;
	/*background:#61c269;*/
            padding: 3px 120px;
            font-size: 14px;
            font-family: 'PT Sans', sans-serif;
            text-transform: uppercase;
        }

            .va-slice ul li a:hover {
                /*background:#38f847;
	color:#38f847;*/
                cursor: pointer;
            }

.va-nav span {
    width: 40px;
    height: 25px;
    background: transparent url(../img/accordion/prev.png) no-repeat center center;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -20px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    display: none;
    z-index: 100;
}

    .va-nav span.va-nav-next {
        background-image: url(../img/accordion/next.png);
        top: auto;
        bottom: -35px;
    }

    .va-nav span:hover {
        opacity: 1.0;
    }

/*** Cuadro regiones formulario llamado  ***/



.cuadro-regiones {
    float: left;
    width: 450px;
    margin: 10px 20px;
}

/*******************************************/

.CajaDialogo {
    border: 2px solid #336699;
    width: 350px;
    height: 110px;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
}
/*
#MainContent_MessageControl
{
	
	

    }
*/
.Hidden {
    display: none;
}

label {
    display: inline !important;
}
