/**********************/
/***** NETWALKER ******/
/******* 2014 *********/
/**********************/

/*FUENTES*/
/*fuente para titulos y menu*/
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fuentes/robotocondensed-regular-webfont.eot');
    src: url('../fuentes/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fuentes/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fuentes/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 12px;
    color: #414142;
    
    background: url("../images/pattern_back.jpg") #e7e7e7;
}

div.checkbox
{
    float: left;
    margin: 0 10px 0 0;
}
div.checkbox label
{
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-weight: normal;
}
div.checkbox input[type="checkbox"]
{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0 2px 0 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: arial, sans-serif;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

ul.nav {
    list-style: none;
}

ul.nav li {
    float: left;
}

/* Barra Usuario */
#user-bar {
    background: #f4f4f4;
    height: 24px;
    top: 0;
    float:right;
}

#user-bar #applist {
    display: block;
    position: absolute;
    height: 35px;
    top: 0;
    left: 0;
    z-index: 99999;
}

#user-bar #applist li a {
    display: block;
    color: #979797;
    text-decoration: none;
    padding: 0 10px 0 10px;
    line-height: 24px;
}

#applist li a.selected {
    color: #2d2d2d;
    background-color: #f5f5f5;
    font-weight: bold;
    background: url(../images/applist-sel.png) no-repeat;
    background-position: center 17px;
}

#user-bar .user {
    right: 0;
    top:0;
    padding: 2px 0 2px 10px;
    height: 22px;
    z-index: 100;
}

#user-bar .user span {
    padding-left: 16px;
    float:left;
    line-height: 20px;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size:11px;
}

#user-bar .user a {
    text-decoration: none;
    color:#636363;
    font-size: 14px;
}

#user-bar .user .close {
    background: url(../images/user-close.png) no-repeat;
    width: 16px;
    height: 14px;
    display: block;
    text-indent: -99999px;
    float: left;
    margin: 2px 5px 2px 10px;
}

/* Encabezado */
#header {
    background-color: #fff;
    top: 0;
    width: 100%;
    height: 90px;
    
   
}

#header #app {
    float: left;
    height: 33px;
    margin-right: 25px;
}

#header #app a {
    text-decoration: none;
}

#header #app h1 {
    font-size: 14px;
    border: none;
    color: white;
    font-weight: bold;
    line-height: 33px;
    height: inherit;
    margin: 0;
    padding: 0;
    line-height: 33px;

}

/* Menu */
#menu {
    min-height: 32px;
    font-size: 14px;
    padding-top:25px;

}

#menu ul {
    list-style-type: none;
}

#menu ul > li {
    float: right;
    position: relative;
    z-index: 100;
    cursor: pointer;

}

#menu ul li a {
    display: block;
    padding: 8px 0 8px 20px;
    color: #acacac;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'roboto_condensedregular';

}

#menu ul li ul {
    display: none;
    position: absolute;
    background-color: rgb(26, 39, 50);
    top: 32px;
    left: 0px;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul li ul li  {
    height: 32px;
    width: 160px;
    border-top: 1px solid rgb(169, 167, 167);
}

/* Contenedor Principal */
#wrap {
   
    width:80%;
    background-color: #fff;
    margin:10px auto;
    padding: 30px;
}

.volver {
    padding:6px 4px 6px 0;
    width: 21px;
    height: 21px;
    float: left;
    display: block;
    background-image: url(../images/volver.png);
    text-indent: -99999px;
    background-position: left center;
    background-repeat: no-repeat;
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.volver:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#wrap h1 {
    margin-bottom: 10px;
    font-size: 25px;
    color: white;
    line-height: 60px;
    font-weight: normal !important;
    font-family: 'roboto_condensedregular';
    letter-spacing:1px;
}

h2 {
    font-size: 19px;
    color:#444;
    line-height: 21px;
    padding:5px 10px 10px 0;
}

h3{
    padding:6px;
    margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    color:#444;
}
h4{
    padding: 8px 3px 3px 0; 
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color:#444;
    clear: both;
}

/* Acciones */
ul.acciones {
    padding-top: 13px;
    float: right;
}

ul.acciones li a {
    line-height: 21px;
    display: block;
    border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d4d4d4;
    padding: 5px 10px;
    margin: 0 3px;
    border: 1px solid #cecece;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-decoration: none;
    color: #676566;
    font-weight: bold;
}

ul.acciones li {
    float: left;
    margin-right: 4px;
    list-style: none;
}

ul.acciones li a:hover {
    border: 1px solid #676566;
    background-color: #e4e4e4;
}

/* FORMULARIOS */
form {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    width:70%;
}

/* Acceso */
form.acceso {
    margin: auto;
    width: 470px;
    margin-top:10px;
    padding-left:20px;
}

form.acceso h1 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #808080;
    font-weight: bold;
    background-color: #232323;
    padding: 10px;
}

form.guias {
    background-color: #f5f5f5;
    width:68%;
    margin:4px 0 4px 12%;
    padding-left:30px;
}

form.clave {
    width:340px;
    margin:4px 0 4px 32%;
    padding:20px 0 0 50px;
}

hr {
    border-top: 2px solid #ddd;
    clear: both;
}

fieldset {
    margin-top: 0px;
    padding: 5px 10px 10px 10px;
}

.detalles {
    width:45%;
    border-top: 1px solid #ebebeb;
    margin-left:25%;
    padding-left:50px;
}

fieldset legend {
    border-top: 2px solid black;
    border-bottom: 2px solid white;
    width: 100%;
    color:#444;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: -10px;
    font-weight: bold;
    background-color: white;
}

fieldset p {
    clear: left;
    line-height: 30px;
}

fieldset var {
    display: block;
    font-style: normal;
    margin: 2px 0 0 0;
    float: left;
}

fieldset var.corto {
    width:99px;
}

fieldset var.normal {
    width:193px;
}

fieldset var.largo {
    width:381px;
}

fieldset label {
    font-weight: bold;
    color: #535353;
    margin-top: 2px;
}

fieldset label.minimo {
    float: left;
}


fieldset label.chico{
    width: 55px;
    padding-right: 4px;
    margin-right: 2px;
    float: left;
}

fieldset label.corto {
    width: 86px;
    padding-right: 4px;
    margin-right: 2px;
    float: left;
}

fieldset label.normal {
    width: 146px;
    padding: 2px;
    margin-right: 4px;
    float: left;
    text-transform:uppercase;
}

fieldset label.largo {
    width: 206px;
    padding-right: 4px;
    margin-right: 4px;
    float: left;
}

fieldset input, fieldset select {
    padding: 1px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    height: 26px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    resize: none;
    margin-right: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

fieldset select {

}

fieldset textarea {
    padding: 1px;
    padding-left: 5px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    resize: none;
    margin-right: 2px;
}

fieldset input.corto, fieldset select.corto  {
    width: 90px;
}

fieldset input.normal, fieldset select.normal  {
    width: 150px;
}

fieldset input.largo, fieldset select.largo {
    width: 210px;
}

fieldset input.xlargo, fieldset select.xlargo, fieldset textarea.xlargo {
    width: 270px;
}

fieldset input.validation-failed, fieldset select.validation-failed, fieldset textarea.validation-failed  {
    border-color: red;
    background-color: #FFB0B0;
}

/* Tabs */
.tabs {
    background: transparent;
}
.tabs ul {
    list-style:none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    height: 30px;
}
.tabs li {
    float: left;
    line-height: 30px;
    padding:0;
    background: #ececec;
    }
.tabs a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color:#444;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    font-weight: bold;
}
.tabs a:hover {
    color: #0171e1;
}

.tabs .active, #tabHeaderActive a {
    background-color: #fdfdfd;
    color:#444;
}

#tabscontent {
    background-color: #fdfdfd;
    border: 1px solid #c8c8c8;
    min-height: 245px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

#tabscontent table {
    font-size: 12px;
    margin: 5px 0;
}

#tabscontent table td {
    border: 1px solid #ddd;
    padding: 5px;
    background: #f5f5f5;
}

/*#tabscontent table td:hover {
    background: #b9dff7;
}*/

table.mensajes {
    width: 100%;
    border-collapse: collapse;
}

table.mensajes td {
    font-size: 13px;
    padding: 4px;
    vertical-align: top;
    border: 1px solid #c8c8c8;
}

/* Result List */
table.lista {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse;
}

table.lista caption {
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
}

table.lista th {
    font-size: 13px;
    padding: 4px;
    color:white;
}

table.lista td {
    font-size: 13px;
    padding: 4px;
}

table.lista thead tr, table.lista tfoot tr {
    background-color: #a9ca6b;
    border: 1px solid #d8d8d8;
}

table.lista tbody tr {
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}

table.lista tbody tr:hover {
    background-color: #cdcdcd;
}

table.lista tr.impar {
    background-color: #ebebeb;
}

.advice {
    font-weight: bold;
    color: red;
}

.warnings {
    font-style: italic;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff3c2;
    color: #706b58;
}

.errors {
    background-color: #F5A9A9;
    border: 1px solid red;
    margin: 10px 4px;
    padding: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #851d1b;
}

.messages {
    background-color: #BCF5A9;
    border: 1px solid green;
    margin: 10px 4px;
    padding: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.errors ul, .messages ul {
    padding-left: 20px;
}

.requerido {
    position: relative;
}

.requerido input{
    background: #fff2ef;
    border: 1px dotted #ee6378;
    float: left;
}

.requerido .rut {
    position: absolute;
    top: -10px;
    left: 0;
    border: 1px solid red;
}

.mensaje{
    display: block;
    color: #ee6378;
    line-height: 25px;
    margin-left: 10px;
    float: left;
}

.comandos {
    margin-top: 2px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin-right:20px;
    
}

.comandos input {
    padding: 0px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    height: 26px;
    cursor: pointer;
    line-height: 150%;
    background-color: #626262;
    color: white;
    font-weight: bold;
}

.comandos input:hover {
    background-color: #828282;
}

.comando {
    padding: 0px 10px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    height: 24px;
    cursor: pointer;
    line-height: 150%;
}

.comando:hover {

}

a.comando{
    line-height: 200%;
}

input.comando:hover, input.boton:hover{

}

.boton {
    cursor: pointer;
    text-decoration: none;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

a.boton {
    border: 1px solid #0171e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px;
    border: 1px solid red;
}

#info {
    margin-bottom: 10px;
    border: 1px solid red;
    background-color: #ebebeb;
    border: 1px solid #ddd;
}

.pie {
    height: 20px;
}


/*LOGO*/
#logo {
    width:185px;
    height:60px;
    margin-top:15px;
    background: url("../images/logo.jpg") no-repeat;
    float:left;
}

#logo_acceso {
    width:185px;
    height:60px;
    background: url("../images/logo.jpg") no-repeat;
    margin: 15px 0 30px 180px;
}

/*HEADER*/
.wrap_header {
    width:70%;
    height:90px;
    margin:auto;
    background: #fff;
    padding-top:0px;
}

/*TITULO*/
.titulo {
    width:100%;
    height:56px;
    background: url("../images/bg-seccion.jpg")  #338e25;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    margin:0 0 20px 0;  
}

.indicaciones {
    width:500px;
    height:100px;
    color:#989898;
    margin:50px 0 50px 0;
    margin-left:12%;
}

p.indicaciones2 {
    width:100%;
    color:#989898;
    text-align:center;
    line-height:15px;
}

.resultado {
    color:#338e25;
    font-weight: bold;
    margin-left:12%;
}

/*PAGINA ACCESO*/
.wrap_inicio {
    width: 550px;
    height:250px;
    background: white;
    margin:auto;
    margin-top:100px;
    padding:40px;
    border-radius:10px;
}

label.error {
    float:left;
    width:300px;
    margin-left:95px;
    margin-top:-5px;
    font-size: 10px;
}