@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  font-weight: 200;
  background-color: #f0f0f0
}

p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-style: normal;
  color: #333;
  margin-bottom: 12px
}

a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: normal;
  color: #818181;
  text-decoration: underline
}

ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: normal;
  color: #818181
}

button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  height: 40px;
  font-weight: 400;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  cursor: pointer;
  text-align: center;
  background-color: #FFF;
  padding: 2px 30px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  -moz-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1)
}

button:hover {
  background-color: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

button[disabled=disabled],
button:disabled {
  background-color: #FFF;
  cursor: default;
  border: solid 1px #d6d6d6;
  color: #d6d6d6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

button[disabled=disabled]:hover,
button:disabled:hover {
  background-color: #FFF
}

button[disabled=disabled]:before,
button:disabled:before {
  background-color: #FFF;
  border-radius: 4px;
  opacity: .5
}

.negrita {
  font-weight: 700
}

.vin-01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-decoration: none;
  height: 40px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  background-color: #0da1de;
  border: none;
  cursor: pointer;
  padding: 10px 30px 0;
  border-bottom: solid 2px #1f7aa5;
  border-radius: 4px;
  display: inline-block
}

.version a {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #999;
  box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  color: #999;
  max-width: 250px;
  padding: 6px 45px;
  margin: 10px auto;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  -moz-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  border-radius: 4px
}

.texto {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f7fafc;
  border: solid 1px #d5d5d5;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.texto .sub-title {
  border-bottom: 1px solid #dbdbdb;
  border-radius: 4px 4px 0 0;
  height: 44px;
  margin: 0 15px
}

.texto .sub-title h2 {
  background-image: url(../images/icon-20n-faq.png);
  background-position: 0 13px;
  background-repeat: no-repeat;
  color: #f90;
  font-size: 1.4rem;
  line-height: 4.3rem;
  padding: 0 0 0 25px
}

.texto .texto-main {
  padding: 15px 15px 5px
}

.texto .texto-main p,
.texto .texto-main ul li {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #666;
  margin-bottom: 10px
}

a.btn-01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 3.5rem;
  height: 40px;
  font-weight: 400;
  color: #FFF;
  border: none;
  cursor: pointer;
  text-align: left;
  background-color: #0da1de;
  border-bottom: solid 2px #1f7aa5;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block
}

a.btn-01:hover {
  background-color: #0c91c7
}

.btn-01 {
  text-align: left;
  position: relative;
  padding: 2px 25px 0 45px;
  margin-right: 2%;
  margin-bottom: 15px;
  min-width: 245px;
  border: solid 1px #999;
  background-color: #FFF;
  color: #999;
  -webkit-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  -moz-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1)
}

.btn-01:hover {
  background-color: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.btn-01::before {
  float: left;
  border: none;
  content: " ";
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 9px 7px;
  background-color: transparent
}

.search::before {
  background-image: url(../images/icon-24g-search.png)
}

.add-doc::before {
  background-image: url(../images/icon-24g-add-doc.png)
}

.print::before {
  background-image: url(../images/icon-24g-print.png)
}

.search-doc::before {
  background-image: url(../images/icon-24g-search-doc.png)
}

.delete::before {
  background-image: url(../images/icon-24g-delete.png)
}

.save::before {
  background-image: url(../images/icon-24g-save.png)
}

.folder::before {
  background-image: url(../images/icon-24g-folder.png)
}

.bell::before {
  background-image: url(../images/icon-24g-bell.png)
}

.stat::before {
  background-image: url(../images/icon-24g-stat.png)
}

.link::before {
  background-image: url(../images/icon-24g-link.png)
}

.faq::before {
  background-image: url(../images/icon-24g-faq.png)
}

.attach::before {
  background-image: url(../images/icon-24g-attach.png)
}

.pass::before {
  background-image: url(../images/icon-24g-pass.png)
}

.down-doc::before {
  background-image: url(../images/icon-24g-save-doc.png)
}

.refresh::before {
  background-image: url(../images/icon-24g-refresh.png)
}

table.dataTable.compact tbody td.icon {
  padding-top: 5px;
  padding-bottom: 0;
  vertical-align: top;
  text-align: center
}

table.dataTable.compact tbody td.icon a,
table.dataTable.compact tbody span.dtr-data a {
  width: 24px;
  height: 24px;
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto
}

table.dataTable a.icon-view {
  background-image: url(../images/icon-24g-view.png);
  cursor: pointer;
  cursor: hand;
}

table.dataTable a.icon-info {
  background-image: url(../images/icon-24g-info.png);
  cursor: pointer;
  cursor: hand;
}

table.dataTable a.search-doc {
  background-image: url(../images/icon-24g-search-doc.png);
  cursor: pointer;
  cursor: hand;
}

table.dataTable a.save-doc {
  background-image: url(../images/icon-24g-save-doc.png);
  cursor: pointer;
  cursor: hand;
}

table.dataTable a.icon-delete {
  background-image: url(../images/icon-24g-delete.png);
  cursor: pointer;
  cursor: hand;
}

.btn-03 {
  font-size: 1.5rem;
  line-height: 4.5rem;
  text-decoration: none;
  font-weight: 700;
  color: #FFF;
  background-color: #8db600;
  text-align: center;
  padding: 0 25px;
  height: 45px;
  width: 100%;
  display: block;
  border-radius: 4px;
  border-bottom: solid 2px #627f00
}

.btn-04 {
  height: auto;
  line-height: 2.2rem;
  padding: 0 20px;
  height: 25px
}

div.no-bottom {
  margin-bottom: 0
}

a.event-01 {
  background-color: #3baf04
}

a.event-02 {
  background-color: #847b74
}

a.event-03 {
  background-color: #ffbe24
}

a.event-04 {
  background-color: #99c9ff
}

a.event-05 {
  background-color: #1a2873
}

a.event-06 {
  background-color: #8bcb8d
}

a.event-07 {
  background-color: #214622
}

a.event-08 {
  background-color: #c00
}

.mobile {
  display: none
}

.lista {
  margin: 0 0 30px;
  padding: 0;
  border: none
}

.lista dl {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  width: 100%
}

.lista dt {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 8px 15px 6px;
  min-height: 42px;
  clear: right;
  color: #666;
  min-width: 195px;
  float: left
}

.lista dl.min dt {
  min-width: 132px
}

.lista dl.min dd {
  width: calc(100% - 140px)
}

.lista dd {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  border-bottom: solid 1px #ebebeb;
  padding: 8px 15px 6px;
  min-height: 42px;
  color: #999;
  width: calc(100% - 200px);
  float: right
}

.lista dd:after {
  content: " ";
  display: table;
  clear: both
}

.lista .lista-title {
  border-bottom: 1px dotted #1f7aa5;
  color: #1f7aa5;
  font-size: 1.6rem;
  line-height: 3.5rem;
  margin-bottom: 40px;
  padding: 0 0 0 15px;
  width: 100%;
  text-align: left
}

form {
  text-align: center
}

form fieldset {
  overflow: hidden
}

form label {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #666;
  display: block;
  padding: 0 0 0 6px;
  text-align: left;
  height: 24px
}

form legend {
  border-bottom: 1px dotted #1f7aa5;
  color: #1f7aa5;
  font-size: 1.6rem;
  line-height: 3.5rem;
  margin-bottom: 40px;
  padding: 0 0 0 45px;
  width: 100%;
  text-align: left
}

form legend.user {
  background-image: url(../images/icon-24a-user.png);
  background-repeat: no-repeat;
  background-position: 9px 6px
}

form legend.doc {
  background-image: url(../images/icon-24a-doc.png);
  background-repeat: no-repeat;
  background-position: 9px 6px
}

form .form-group {
  display: block;
  overflow: hidden;
  margin: 0 0 30px
}

form span.example {
  display: block;
  color: #999;
  font-size: 1.2rem;
  line-height: 3rem;
  float: left;
  text-align: left;
  padding: 0 0 0 6px;
  margin: 0 0 5px
}

form span.error {
  display: block;
  color: red;
  font-size: 1.2rem;
  line-height: 1.6rem;
  float: right;
  text-align: right;
  padding: 7px 6px 0 25px;
  margin: 0 0 5px;
  background-image: url(../images/icon-16r-error.png);
  background-repeat: no-repeat;
  background-position: 0 7px
}

form span.switch {
  display: block;
  margin: 0;
  float: right;
  text-align: right;
  padding: 0 10px 0 0;
  width: 100%
}

form .switch label {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 5px 0 0
}

form .switch input[type=checkbox] {
  float: right;
  background-color: #9C9;
  height: 14px
}

form input.error,
form textarea.error,
form textarea.error,
form select.error {
  border: solid 1px red
}

form input,
form textarea,
form select {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  color: #999;
  border: solid 1px #CCC;
  background-repeat: no-repeat;
  background-position: 9px 5px
}

form input[type=text] {
  padding: 8px 10px;
  height: 36px;
  width: 100%
}

form input[type=password] {
  padding: 8px 10px;
  height: 36px;
  width: 100%
}

form input[type=email] {
  padding: 8px 10px;
  height: 36px;
  width: 100%
}

form input[type=tel] {
  padding: 8px 10px;
  height: 36px;
  width: 100%
}

form input[type=number] {
  padding: 8px 10px;
  height: 36px;
  width: 100%
}

form input[type=time] {
  padding: 8px 10px;
  height: 36px;
  width: 100%
}

form select {
  padding: 8px 10px;
  height: 36px;
  width: 100%
}

form input[type=checkbox] {
  padding: 8px 10px;
  height: 36px
}

form textarea {
  padding: 8px 10px;
  width: 100%;
  height: 95px;
  resize: vertical
}

form input[type="submit"] {
  border: solid #ccc 1px;
  background-color: #ebebeb;
  height: 45px;
  padding: 0 45px;
  cursor: pointer;
  font-size: 1.8rem;
  text-transform: uppercase
}

form input[type="reset"],
form input[type="submit"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  height: 40px;
  font-weight: 400;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  cursor: pointer;
  text-align: center;
  background-color: #FFF;
  padding: 2px 30px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  -moz-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1)
}

form input[type="reset"]:hover,
form input[type="submit"]:hover {
  background-color: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.inputfile {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  cursor: pointer;
  height: 40px;
  padding: 2px 30px 0;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px;
  max-width: 200px;
  position: relative
}

.inputfile:hover {
  background-color: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.inputfile span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #999
}

.inputfile input {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0
}

.inputfile.des {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: none
}

.inputfile.des:hover {
  cursor: default
}

.inputfile.des span {
  color: #d6d6d6
}

.inputfile.des input {
  cursor: default
}

form .col-f2 {
  width: 32%
}

form .col-f3 {
  width: 48%
}

form .col-f6 {
  width: 100%
}

.botones button {
  margin-right: 20px;
  margin-bottom: 15px
}

.botones {
  border-top: solid 1px #d5d5d5;
  padding: 20px 0 0;
  text-align: left
}

form .der {
  float: right
}

form .izq {
  float: left
}

form .cen {
  display: inline-block
}

form input[type="text"].calendar {
  background-image: url(../images/icon-24g-calendar.png);
  padding-left: 40px
}

form.editar .activar {
  float: right
}

form.editar .activar label {
  cursor: pointer;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: center;
  padding: 3px 20px;
  background-color: #FFF;
  width: auto;
  height: auto;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  -moz-box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1);
  box-shadow: 0 2px 0 0 rgba(217, 217, 217, 1)
}

form.editar .activar label:hover {
  background-color: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

form.editar .activar input {
  display: none
}

form.editar label {
  float: left;
  width: 140px;
  text-align: right;
  height: 36px;
  padding: 0 10px;
  line-height: 3.0rem
}

form.editar .switch label {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 5px 0 0;
  float: none;
  height: auto;
  width: auto
}

form.editar input[type="text"],
form.editar input[type="password"],
form.editar input[type="email"],
form.editar input[type="tel"],
form.editar input[type="number"],
form.editar select {
  width: calc(100% - 145px);
  background-color: #FFF;
  float: right;
  display: inline-block
}

form.editar .form-group input[type="text"]#rut {
  border-bottom: solid 1px #ebebeb;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0
}

form.editar fieldset[disabled=disabled] .form-group input[type="text"],
form.editar fieldset[disabled=disabled] .form-group input[type="password"],
form.editar fieldset[disabled=disabled] .form-group input[type="email"],
form.editar fieldset[disabled=disabled] .form-group input[type="tel"],
form.editar fieldset[disabled=disabled] .form-group input[type="number"],
form.editar fieldset[disabled=disabled] .form-group select {
  border-bottom: solid 1px #ebebeb;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0
}

.choice {
  float: left;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  text-align: left
}

.choice input {
  float: left;
  display: inline-block;
  margin-right: 5px
}

.choice label {
  float: left;
  display: inline-block;
  padding: 0;
  color: #999;
  line-height: 1.8rem
}

.choice span.error {
  float: left;
  width: 100%;
  text-align: left
}

.choice .sub-choice {
  display: inline-block;
  overflow: hidden;
  margin-right: 35px
}

.time {
  width: 48%;
  float: right
}

.time:nth-child(2) {
  float: left
}

.time:nth-child(1) select {
  float: left
}

.time:nth-child(2) select {
  float: right
}

.radio-choice {
  display: inline-block;
  float: left;
  margin-right: 4%;
  padding-top: 10px
}

.radio-choice label {
  float: left;
  display: inline-block
}

.radio-choice input {
  float: left;
  display: inline-block;
  margin: 7px 0 0 10px
}

.data {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  width: 100%;
  padding-top: 20px
}

.description {
  background-color: #ffc;
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.7rem;
  text-align: justify;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px
}

form.editar2 .activar {
  float: right;
  width: 36px;
  height: 36px
}

form.editar2 .activar label {
  cursor: pointer;
  float: right;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon-24g-solicitudes.png);
  background-repeat: no-repeat;
  background-position: 7px 6px
}

form.editar2 .activar input {
  display: none
}

form.editar2 label {
  float: left;
  width: 140px;
  text-align: right;
  height: 36px;
  padding: 0 10px;
  line-height: 3.6rem
}

form.editar2 .switch {
  margin-right: 36px
}

form.editar2 .switch label {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 5px 0 0;
  float: none;
  height: auto;
  width: auto
}

form.editar2 input[type="text"],
form.editar2 input[type="password"],
form.editar2 input[type="email"],
form.editar2 input[type="tel"],
form.editar2 input[type="number"],
form.editar2 select {
  width: calc(100% - 190px);
  background-color: #FFF;
  float: right;
  display: inline-block
}

form.editar2 input[type="text"][disabled=disabled],
form.editar2 input[type="password"][disabled=disabled],
form.editar2 input[type="email"][disabled=disabled],
form.editar2 input[type="tel"][disabled=disabled],
form.editar2 input[type="number"][disabled=disabled],
form.editar2 select[disabled=disabled] {
  width: calc(100% - 190px);
  background-color: #FFF;
  background-color: #e1e1e1;
  float: right;
  display: inline-block
}

form ul li::-webkit-input-placeholder {
  color: blue
}

form ul li:-moz-placeholder {
  color: blue
}

form ul li::-moz-placeholder {
  color: blue
}

form ul li:-ms-input-placeholder {
  color: blue
}

.mi-input::-webkit-input-placeholder {
  color: red;
  font-weight: 700
}

.mi-input:-moz-placeholder {
  color: red;
  font-weight: 700
}

.mi-input::-moz-placeholder {
  color: red;
  font-weight: 700
}

.mi-input:-ms-input-placeholder {
  color: red;
  font-weight: 700
}

body {
  background-color: #f0f0f0;
  margin: 16px 0 0
}

#wrap {
  background-color: #f0f0f0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-top: solid 2px #666;
  background-image: url(../images/bg_header.jpg);
  background-position: top center;
  background-repeat: no-repeat
}

#content {
  width: 100%;
  margin: 0 auto;
  max-width: 1164px;
  padding: 0;
  overflow: hidden
}

header {
  width: 100%;
  height: 177px;
  margin: 0 0 30px
}

footer {
  width: 100%;
  padding: 20px;
  background-color: #eaeaea;
  height: 110px;
  border-top: solid 1px #d2d2d2
}

main {
  width: 100%;
  margin: 0 auto;
  max-width: 1164px;
  padding: 0;
  overflow: hidden
}

.page-title {
  width: 100%;
  height: 42px;
  border: none;
  margin: 0 0 30px;
  background-color: #FFF;
  padding: 0;
  text-align: center
}

.page-title h1 {
  display: inline;
  padding: 0;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 4rem;
  color: #1f7aa5;
  font-weight: 700
}

.page-subtitle {
  width: 100%;
  border: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  border-bottom: solid 1px #ccc;
  overflow: hidden
}

.page-subtitle h1 {
  display: inline;
  padding: 0;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 3rem;
  color: #1f7aa5;
  font-weight: 700
}

.page-subtitle .boton {
  border: none;
  margin: 0 0 7px;
  padding: 0;
  float: right
}

.page-subtitle .boton button {
  font-size: 1.5rem;
  height: auto;
  line-height: 1.8rem;
  padding: 3px 20px
}

.item-title {
  font-size: 1.3rem;
  padding: 5px 10px;
  text-transform: uppercase;
  border-bottom: dotted 1px #999;
  text-align: left;
  margin-bottom: 20px
}

#login form ul li::-webkit-input-placeholder {
  color: blue
}

#login form ul li:-moz-placeholder {
  color: blue
}

#login form ul li::-moz-placeholder {
  color: blue
}

#login form ul li:-ms-input-placeholder {
  color: blue
}

.mi-input::-webkit-input-placeholder {
  color: red;
  font-weight: 700
}

.mi-input:-moz-placeholder {
  color: red;
  font-weight: 700
}

.mi-input::-moz-placeholder {
  color: red;
  font-weight: 700
}

.mi-input:-ms-input-placeholder {
  color: red;
  font-weight: 700
}

header .logotype {
  width: 423px;
  height: 24px;
  display: block;
  float: left;
  overflow: hidden;
  margin: 52px 0 45px 20px
}

header .user-panel {
  display: block;
  float: right;
  width: 362px;
  height: 113px;
  overflow: hidden;
  margin: 8px 0 0;
  background: rgba(50, 183, 231, 1);
  background: -moz-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50, 183, 231, 1)), color-stop(100%, rgba(31, 123, 165, 1)));
  background: -webkit-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: -o-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: -ms-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: linear-gradient(to bottom, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%)
}

header .user-panel .icon-user-tab {
  display: none
}

header .user-panel .perfil {
  display: block;
  height: 32px;
  border-bottom: solid 1px #1f7aa5
}

header .user-panel .perfil .icon-user {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  height: 20px;
  width: 20px;
  background-image: url(../images/icon-20b-user.png);
  background-repeat: no-repeat
}

header .user-panel .perfil .user {
  float: left;
  margin-left: 20px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 3.1rem
}

header .user-panel .perfil .user span {
  font-weight: 700
}

header .user-panel ul {
  display: block;
  border-top: solid 1px #32b7e7;
  padding-top: 7px;
  overflow: hidden
}

header .user-panel ul li {
  color: #e5e5e5;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-left: 20px;
  float: left;
  display: block
}

header .user-panel .botones {
  display: block;
  float: left;
  width: 100%;
  margin-top: 7px;
  padding: 0;
  border-top: none
}

header .user-panel .botones a {
  color: #e5e5e5;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 20px;
  display: inline-block;
  padding: 0 0 0 24px;
  background-repeat: no-repeat
}

header .user-panel .botones a:hover {
  text-decoration: none
}

header .user-panel .botones a:nth-child(1) {
  background-image: url(../images/icon-20b-update.png)
}

header .user-panel .botones a:nth-child(2) {
  background-image: url(../images/icon-20b-logout.png)
}

header .bt-menu {
  display: none
}

header nav {
  width: 100%;
  max-width: 1164px;
  height: 48px;
  overflow: hidden;
  display: block;
  float: left;
  margin-top: 8px;
  background-color: #FFF;
  border-bottom: solid 1px #999
}

header nav .off-menu {
  display: none
}

header nav ul {
  padding: 0 20px;
  margin: 0;
  border: none
}

header nav ul li {
  margin: 0;
  padding: 0;
  border: none;
  float: left
}

header nav ul li:last-child {
  display: none
}

header nav ul li a {
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 4.1rem;
  color: #666;
  font-weight: 700;
  margin: 3px 0 0;
  padding: 0 11px 0 33px;
  display: block;
  background-position: 10px 10px;
  background-repeat: no-repeat
}

header nav ul li a:hover {
  background-color: #f0f0f0;
  text-decoration: none
}

header nav ul li a.ico-menu-home {
  background-image: url(../images/icon-20g-home.png)
}

header nav ul li a.ico-menu-causas {
  background-image: url(../images/icon-20g-causas.png)
}

header nav ul li a.ico-menu-solicitudes {
  background-image: url(../images/icon-20g-solicitudes.png)
}

header nav ul li a.ico-menu-citaciones {
  background-image: url(../images/icon-20g-citaciones.png)
}

header nav ul li a.ico-menu-ley {
  background-image: url(../images/icon-20g-ley.png)
}

header nav ul li a.ico-menu-pass {
  background-image: url(../images/icon-20g-pass.png)
}

header nav ul li a.ico-menu-faq {
  background-image: url(../images/icon-20g-faq.png)
}

header nav ul li a.ico-menu-ayuda {
  background-image: url(../images/icon-20g-ayuda.png)
}

footer a {
  float: left;
  margin: 0 20px 0 0
}

footer p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #999;
  margin-bottom: 0
}

.breadcrumb {
  width: 100%;
  height: 30px;
  border: solid 1px #d5d5d5;
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0 20px;
  position: relative
}

.breadcrumb .mob-back {
  display: none
}

.breadcrumb .mob-back a {
  width: 43px;
  height: 43px;
  display: block;
  background-image: url(../images/icon-24a-back.png);
  background-repeat: no-repeat;
  background-position: 10px 7px
}

.breadcrumb .mob-next {
  display: none
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  border: none
}

.breadcrumb ul li {
  font-size: 1.3rem;
  line-height: 3rem;
  color: #999;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 20px 0 0;
  background-image: url(../images/arrow-breadcrumb.png);
  background-repeat: no-repeat;
  background-position: right
}

.breadcrumb ul li a {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #999;
  text-decoration: none;
  color: #999
}

.breadcrumb ul li a:hover {
  color: #666
}

.widget {
  height: 155px;
  float: left;
  display: inline-block;
  margin: 0 0 50px;
  background: rgba(50, 183, 231, 1);
  background: -moz-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50, 183, 231, 1)), color-stop(100%, rgba(31, 123, 165, 1)));
  background: -webkit-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: -o-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: -ms-linear-gradient(top, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  background: linear-gradient(to bottom, rgba(50, 183, 231, 1) 0%, rgba(31, 123, 165, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#32b7e7', endColorstr='#1f7ba5', GradientType=0);
  border-bottom: 1px solid #999
}

.widget:nth-child(even) {
  float: right
}

.widget .data {
  width: 100%;
  height: 110px;
  padding: 32px 20px;
  border-bottom: solid 1px #196284;
  float: left;
  overflow: hidden
}

.widget .data .icon {
  float: left;
  height: 50px;
  width: 49%
}

.widget .data .cifra {
  float: right;
  height: 50px;
  width: 49%;
  color: #fff;
  text-align: right;
  font-size: 5rem;
  line-height: 5rem
}

.widget .title {
  float: left;
  width: 100%;
  height: 45px;
  display: block;
  border-top: solid 1px #2892b9;
  font-size: 1.4rem;
  line-height: 4rem;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  display: block;
  float: left;
  height: 44px;
  width: 100%;
  padding: 0 20px
}

.widget .title:hover {
  background-color: #50a2c5
}

.row {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center
}

.panel-plain {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 30px
}

.panel {
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  overflow: hidden
}

.panel .panel-header {
  height: 45px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #dbdbdb;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0
}

.panel .panel-header h2 {
  font-size: 1.6rem;
  line-height: 4.4rem;
  color: #1f7aa5;
  padding: 0 20px
}

.panel .panel-main {
  padding: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  overflow: hidden
}

.panel-help {
  background-color: #ececec;
  text-align: left;
  border: solid 1px #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.panel-help .panel-header {
  height: 44px;
  background-color: #ececec;
  border-bottom: solid 1px #dbdbdb;
  margin: 0 20px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0
}

.panel-help .panel-header h2 {
  font-size: 1.4rem;
  line-height: 4.3rem;
  color: #f90;
  padding: 0 0 0 25px;
  background-image: url(../images/icon-20n-faq.png);
  background-repeat: no-repeat;
  background-position: 0 13px
}

.panel-help .panel-main {
  padding: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: justify
}

.col2 {
  max-width: 362px;
  width: 31%
}

.col3 {
  max-width: 562px;
  width: 48%
}

.col4 {
  max-width: 763px;
  width: 65%
}

.col6 {
  max-width: 1164px;
  width: 100%
}

.der {
  float: right
}

.izq {
  float: left
}

.cen {
  display: inline-block
}

.panel-login {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  background-color: #FFF;
  overflow: hidden;
  padding: 30px
}

.panel-login .panel-brand {
  max-width: 562px;
  width: 48%;
  float: left;
  height: 330px;
  background-image: url(../images/brand-acces.png);
  background-repeat: no-repeat;
  background-position: center center
}

.panel-login .panel-brand h2 {
  display: none
}

.panel-login .panel-access {
  max-width: 562px;
  width: 48%;
  float: right
}

#page {
  width: 960px
}

dialog {
  display: block
}

.modal {
  position: fixed;
  left: 25%;
  right: auto;
  top: 25%;
  width: 50%;
  margin: 0 auto;
  z-index: 99999;
  background: #f0f2f5;
  overflow: hidden;
  border-bottom: 2px solid #1f7aa5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999
}

.hidden {
  display: none
}

.modal-header {
  background-color: #32b7e7;
  border-bottom: solid 1px #1f7aa5;
  height: 44px;
  overflow: hidden;
  padding: 12px 15px
}

.modal-header .modal-title {
  float: left;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFF
}

.modal-header .modal-close {
  float: right;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url(../images/icon-20b-delete.png)
}

.modal-header .modal-close .modal-close_text {
  font-size: 0
}

#js-modal-content {
  background-color: #f0f2f5;
  overflow: hidden;
  padding: 15px
}

#js-modal-content h2 {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px
}

#js-modal-content p {
  color: #707070;
  font-size: 1.3rem
}

#modalbox-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999
}

#modalbox {
  position: fixed;
  left: 25%;
  right: auto;
  top: 25%;
  width: 50%;
  margin: 0 auto;
  z-index: 99999;
  background: #f0f2f5;
  overflow: hidden;
  border-bottom: 2px solid #1f7aa5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

#modalbox .modalbox-header {
  background-color: #32b7e7;
  border-bottom: solid 1px #1f7aa5;
  height: 44px;
  overflow: hidden;
  padding: 12px 15px
}

#modalbox .modalbox-header .modalbox-title {
  float: left;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFF
}

#modalbox .modalbox-header .modalbox-close {
  font-size: 0;
  float: right;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url(../images/icon-20b-delete.png);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

#modalbox .modalbox-content {
  background-color: #f0f2f5;
  overflow: hidden;
  padding: 15px 20px;
  text-align: justify
}

#modalbox div.center {
  text-align: center
}

#modalbox .modalbox-content h2 {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px
}

#modalbox .modalbox-content p {
  color: #707070;
  font-size: 1.3rem
}

#modalbox .modalbox-footer {
  text-align: center;
  overflow: hidden;
  padding-bottom: 15px
}

#ui-datepicker-div {
  z-index: 999!important;
  width: auto
}

.ui-datepicker-trigger {
  margin: 2px;
  padding: 0;
  vertical-align: bottom
}

.ui-datepicker-trigger img {
  width: 25px;
  height: 25px
}

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  margin: 0;
  padding: 0
}

button.ui-datepicker-trigger {
  background-color: transparent!important;
  border: none!important;
  margin: auto!important
}

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
  border: none!important;
  margin: auto!important;
  outline: 2px solid #8cc63f!important;
  background-color: #fdf6e7!important
}

#master-tooltip {
  width: 100%;
  margin: 0 auto;
  line-height: 1.4rem
}

#master-tooltip div div {
  line-height: 1.8rem;
  margin-bottom: 20px
}

.button,
.button--git {
  background: #933;
  border-radius: 1em;
  color: #fff;
  padding: .5em;
  text-decoration: none;
  line-height: 1.2;
  text-align: center
}

.button:focus,
.button:hover,
.button:active,
.button--git:focus,
.button--git:hover,
.button--git:active {
  background: #882525
}

.button--git {
  padding: .5em
}

.simpletooltip[aria-hidden="true"],
.minimalist-simpletooltip[aria-hidden="true"],
.minimalist-left-simpletooltip[aria-hidden="true"] {
  display: none
}

.simpletooltip_container,
.minimalist-simpletooltip_container,
.minimalist-left-simpletooltip_container {
  position: relative
}

.simpletooltip,
.minimalist-simpletooltip,
.minimalist-left-simpletooltip {
  position: absolute;
  z-index: 666;
  width: 10em;
  border-radius: .4em;
  background: rgba(0, 0, 0, .9);
  color: #eee;
  padding: .5em;
  text-align: left;
  line-height: 1.3
}

.simpletooltip,
.minimalist-simpletooltip {
  right: auto;
  left: 100%;
  margin-left: .5em;
  font-size: 1.4rem
}

.minimalist-left-simpletooltip {
  right: 100%;
  left: auto;
  margin-right: .5em
}

.simpletooltip::before,
.minimalist-simpletooltip::before,
.minimalist-left-simpletooltip::before {
  content: '';
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 10px
}

.simpletooltip::before,
.minimalist-simpletooltip::before {
  top: .5em;
  left: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, .9)
}

.minimalist-left-simpletooltip::before {
  top: .5em;
  right: -10px;
  margin-right: -10px;
  border: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, .9)
}

@media (max-width: 44.375em) {
  .simpletooltip,
  .minimalist-simpletooltip,
  .minimalist-left-simpletooltip {
    top: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    margin-top: .7em;
    margin-left: -5em
  }
  .simpletooltip::before,
  .minimalist-simpletooltip::before,
  .minimalist-left-simpletooltip::before {
    top: -10px;
    right: auto;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .9)
  }
}

.ui-progressbar {
  position: relative
}

.progress-label {
  position: absolute;
  left: 50%;
  top: 4px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff
}

#calendar {
  max-width: 1164px;
  margin: 0 auto;
  margin: 40px 10px;
  padding: 0;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px
}

@media screen and (max-width: 1034px) {
  body {
    margin: 0
  }
  #wrap {
    border-top: 0
  }
  header {
    padding: 0 15px
  }
  section {
    border-top: 0;
    padding: 0 15px
  }
  .breadcrumb {
    margin: 0 15px 30px
  }
}

@media screen and (max-width: 1280px) {
  header nav ul li a {
    font-size: 1.1rem;
    padding: 0 5px 0 33px
  }
}

@media screen and (max-width: 1024px) {
  .version {
    display: block!important
  }
  #modalbox {
    top: 25%;
    left: 15%;
    width: 70%
  }
  .inputfile span {
    font-size: 1.3rem
  }
  button {
    font-size: 1.5rem
  }
  .btn-01 {
    margin-right: 2%;
    min-width: 220px;
    padding: 2px 15px 0 45px
  }
  #wrap {
    background-image: none
  }
  main {
    padding-top: 45px
  }
  header {
    background-image: none;
    background-color: #0da1de;
    height: 45px;
    border-bottom: solid 2px #1f7aa5;
    text-align: center;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999
  }
  header .user-panel {
    float: right;
    height: 43px;
    width: 43px;
    background: #0da1de;
    margin: 0
  }
  header .user-panel .icon-user-tab {
    display: block;
    height: 43px;
    width: 43px;
    margin: 0;
    background-image: url(../images/icon-20b-user.png);
    background-repeat: no-repeat;
    background-position: 10px 10px
  }
  header .user-panel .perfil {
    display: none
  }
  header .user-panel ul {
    display: none
  }
  header .user-panel .botones {
    display: none
  }
  header .logotype {
    float: none;
    margin: 11px auto 0;
    display: inline-block;
    width: 320px
  }
  header .logotype img {
    width: 320px
  }
  header .bt-menu {
    display: block;
    color: #fff;
    width: 43px;
    height: 43px;
    float: left;
    background-image: url(../images/icon-20b-menu.png);
    background-repeat: no-repeat;
    background-position: 10px 10px
  }
  header nav {
    width: 100%;
    height: 100%;
    left: -100%;
    margin: 0;
    position: fixed;
    top: 44px;
    padding: 0;
    background-color: transparent;
    z-index: 1000;
    overflow: hidden;
    display: block
  }
  header nav .off-menu {
    width: 20%;
    height: 100%;
    margin: 0 0 20px;
    padding: 0;
    z-index: 2000;
    background-color: transparent;
    float: right;
    display: block
  }
  header nav ul {
    width: 80%;
    height: calc(100% - 44px);
    margin: 0 0 20px;
    padding: 20px;
    z-index: 2000;
    background-color: #0c91c7;
    float: left;
    display: block;
    overflow-y: auto
  }
  header nav ul li {
    display: block;
    float: none;
    border-top: 1px solid #32b7e7;
    border-bottom: 1px solid #1f7aa5
  }
  header nav ul li a {
    margin: 0;
    color: #FFF;
    text-align: left;
    padding: 12px 11px 12px 44px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400
  }
  header nav ul li a:hover {
    background-color: #1f7aa5
  }
  header nav ul li:last-child {
    display: block
  }
  header nav ul li a.ico-menu-home {
    background-image: url(../images/icon-20b-home.png)
  }
  header nav ul li a.ico-menu-causas {
    background-image: url(../images/icon-20b-causas.png)
  }
  header nav ul li a.ico-menu-solicitudes {
    background-image: url(../images/icon-20b-solicitudes.png)
  }
  header nav ul li a.ico-menu-citaciones {
    background-image: url(../images/icon-20b-citaciones.png)
  }
  header nav ul li a.ico-menu-ley {
    background-image: url(../images/icon-20b-ley.png)
  }
  header nav ul li a.ico-menu-pass {
    background-image: url(../images/icon-20b-pass.png)
  }
  header nav ul li a.ico-menu-faq {
    background-image: url(../images/icon-20b-faq.png)
  }
  header nav ul li a.ico-menu-ayuda {
    background-image: url(../images/icon-20b-ayuda.png)
  }
  header nav ul li a.ico-menu-logout {
    background-image: url(../images/icon-20b-logout.png)
  }
  .breadcrumb {
    width: 100%;
    height: 42px;
    border: none;
    margin: 0 0 30px;
    background-color: #FFF;
    padding: 0;
    position: relative
  }
  .breadcrumb ul {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px
  }
  .breadcrumb ul li {
    display: none;
    background-image: none;
    float: none
  }
  .breadcrumb ul li:last-child {
    display: inline;
    padding: 0;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 4rem;
    color: #1f7aa5;
    font-weight: 700
  }
  .breadcrumb .mob-back {
    display: block;
    width: 43px;
    height: 43px;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0
  }
  div.desktop {
    display: none
  }
  div.mobile {
    display: block
  }
  div.widget {
    margin: 0 20px 30px;
    width: calc(50% - 40px)
  }
  .panel .panel-header {
    display: none
  }
  div.panel-help {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
  }
  div.col2 {
    max-width: none;
    width: 100%
  }
  div.col4 {
    max-width: none;
    width: 100%
  }
  .page-subtitle {
    width: calc(100% - 32px);
    margin: 0 auto 30px
  }
}

@media screen and (max-width: 768px) {

  /* NUEVOS CSS */

  .col-cg{
    padding-top: 7em !important;
  }
  .col-bg{
  }
  .panel-login .panel-brand {
    display: none
  }
  .panel-login .panel-access {
    max-width: none;
    width: 100%;
    padding: 0
  }
  .panel .botonera {
    text-align: center
  }
  .botonera.col3 {
    width: 100%;
    max-width: none
  }
  form .col-f3 {
    width: 100%
  }
}

@media screen and (max-width: 600px) {
  #modalbox {
    top: 25%;
    left: 10%;
    width: 80%
  }
  header .logotype {
    width: 200px;
    margin-top: 16px
  }
  header .logotype img {
    width: 200px
  }
  div.widget {
    margin: 0 10px 15px;
    width: calc(100% - 20px);
    float: left;
    height: 94px
  }
  div.widget:nth-child(2n) {
    float: left
  }
  .widget .data {
    height: 65px;
    padding: 8px 20px 0
  }
  .widget .title {
    height: 29px;
    font-size: 1.3rem;
    line-height: 2.5rem;
    height: 28px
  }
  section {
    padding: 0
  }
  .panel-login {
    background-color: #f0f0f0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 10px
  }
  div.panel-help {
    margin: 0 10px 20px;
    width: calc(100% - 20px)
  }
  .panel-help .panel-header {
    margin: 0 15px
  }
  .panel-help .panel-main {
    padding: 15px 15px 10px
  }
  .panel {
    background-color: #f0f0f0
  }
  .panel .panel-main {
    padding: 0 10px
  }
  .lista dt {
    min-height: 0;
    width: 100%;
    padding: 6px 10px 0
  }
  .lista dd {
    width: 100%;
    min-height: 0;
    padding: 3px 10px 7px;
    border-bottom: solid 1px #CCC
  }
  .lista dl.min dd {
    width: 100%
  }
  form.editar fieldset[disabled="disabled"] .form-group input[type="text"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="password"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="email"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="tel"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="number"],
  form.editar fieldset[disabled="disabled"] .form-group select {
    background-color: transparent;
    border-bottom: solid 1px #CCC
  }
  form.editar .form-group input#rut[type="text"] {
    background-color: transparent;
    border-bottom: solid 1px #CCC
  }
  .btn-03 {
    margin: 0 10px;
    width: calc(100% - 20px)
  }
  .col2 {
    width: 48%
  }
  form .izq {
    margin-right: 4%
  }
  form .der {
    float: none
  }
  form .cen {
    float: right
  }
  form .col-f2 {
    width: 100%
  }
  .page-subtitle {
    width: calc(100% - 20px);
    margin: 0 auto 30px
  }
  .choice .sub-choice {
    width: 120px
  }
  .panel .botonera .btn-01 {
    width: 47%
  }
  footer {
    height: 90px
  }
  footer a img {
    width: 70px;
    height: 42px
  }
  footer p {
    font-size: 1.2rem;
    line-height: 1.6rem
  }
}

@media screen and (max-width: 480px) {

  .col-gn{
    background-color: rgba(128, 128, 128, 0.09);
    margin-bottom: 0;
  }
  .col-cg{
    width: 100%;
    display: block;
    text-align: -webkit-center;
    padding-top: 3em !important;
  }
  .col-bg{
    border-top: solid 1px rgba(34, 34, 34, 0.1);
    width: 100%;
    padding-top: 10px !important;
  }

  .breadcrumb ul li span {
    display: none
  }
  #modalbox {
    top: 20%;
    left: 7%;
    width: 86%
  }
  .col3 {
    width: 100%
  }
  .col2 {
    width: 100%;
    max-width: none
  }
  form .izq {
    margin-right: 0
  }
  form .der {
    float: none
  }
  form .cen {
    float: none
  }
  form.editar label {
    width: 100%;
    text-align: left;
    height: 31px;
    padding: 0
  }
  form.editar fieldset[disabled="disabled"] .form-group input[type="text"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="password"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="email"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="tel"],
  form.editar fieldset[disabled="disabled"] .form-group input[type="number"],
  form.editar fieldset[disabled="disabled"] .form-group select {
    width: 100%
  }
  form.editar input[type="text"],
  form.editar input[type="password"],
  form.editar input[type="email"],
  form.editar input[type="tel"],
  form.editar input[type="number"],
  form.editar select {
    width: 100%
  }
  form.editar .form-group {
    margin: 0 0 30px
  }
  .page-subtitle .boton {
    width: 100%;
    display: none
  }
  .page-subtitle .boton button {
    width: calc(100% - 20px)
  }
  form legend {
    padding: 0 0 0 28px
  }
  form legend.doc {
    background-position: 0 6px;
    font-size: 1.5rem
  }
  form.editar .activar {
    margin: 4px 0 0
  }
  #calendar {
    margin: 0 10px
  }
  .panel .botonera .btn-01 {
    width: 100%
  }
}
