/*
 * Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
 */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

div.background {
    width: 100%;
    height: auto;
    background-image: url('/assets/images/inicio.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid red;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

form legend {
    display: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

ol,
ul {
    list-style: none;
}

hr {
    display: none;
    visibility: hidden;
}

:focus {
    outline: 0;
}

article {}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #333;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0.5em;
}

article h1 a,
article h2 a,
article h3 a,
article h4 a,
article h5 a,
article h6 a {
    font-weight: inherit;
    color: #333;
}

article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover,
article h5 a:hover,
article h6 a:hover {
    color: #333;
}

article h1 {
    font-size: 36px;
    margin: 0 0 18px;
    border-bottom: 4px solid #eee;
}

article h2 {
    font-size: 25px;
    margin-bottom: 9px;
    border-bottom: 2px solid #eee;
}

article h3 {
    font-size: 18px;
    margin-bottom: 9px;
}

article h4 {
    font-size: 15px;
    margin-bottom: 3px;
}

article h5 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
}

article .subheader {
    color: #777;
    font-weight: 300;
    margin-bottom: 24px;
}

article p {
    line-height: 1.3em;
    margin: 1em 0;
}

article p img {
    margin: 0;
}

article p.lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}

article li>p:first-child {
    margin-top: 0;
}

article li>p:last-child {
    margin-bottom: 0;
}

article ul li,
article ol li {
    position: relative;
    padding: 4px 0 4px 14px;
}

article ul li ol,
article ol li ol,
article ul li ul,
article ol li ul {
    margin-left: 20px;
}

article ul li:before,
article ol li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "►";
    color: #ccc;
    font-size: 10px;
    margin-right: 5px;
}

.ol-imp {
    list-style-type: decimal !important;
}
.ol-imp dl,
.ol-imp-extra dl {
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    display: flex;
}

.ol-imp li,
.ol-imp-extra li{
    padding: 0;
    font-size: 12px;
}

.ol-imp li:before,
.ol-imp-extra li:before {
    content: none;
}

.ol-imp-extra {
    list-style-type: none;
}

.ol-imp, input
.ol-imp-extra, input {
    cursor: pointer;
}

.ol-imp a {
    color: black;
}

.ol-imp a:hover {
    color: #3882BF;
}

.files-tutorial a {
    font-size: 12px;
    color: black;
}

.files-tutorial a:hover {
    color: #3882BF;
}


article>ol {
    counter-reset: section;
}

article>ol li:before {
    color: #ccc;
    font-size: 13px;
}

article>ol>li {
    padding: 6px 0 4px 20px;
    counter-reset: chapter;
}

article>ol>li:before {
    content: counter(section) ".";
    counter-increment: section;
}

article>ol>li>ol>li {
    padding: 6px 0 4px 30px;
    counter-reset: item;
}

article>ol>li>ol>li:before {
    content: counter(section) "." counter(chapter);
    counter-increment: chapter;
}

article>ol>li>ol>li>ol>li {
    padding: 6px 0 4px 40px;
}

article>ol>li>ol>li>ol>li:before {
    content: counter(section) "." counter(chapter) "." counter(item);
    counter-increment: item;
}

article em,
article i {
    font-style: italic;
    line-height: inherit;
}

article strong,
article b {
    font-weight: bold;
    line-height: inherit;
}

article small {
    font-size: 60%;
    line-height: inherit;
}

article h1 small,
article h2 small,
article h3 small,
article h4 small,
article h5 small {
    color: #777;
}

article hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 12px 0 18px;
    height: 0;
}

article abbr,
article acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px solid #ddd;
    cursor: help;
}

article abbr {
    text-transform: none;
}

article img {
    max-width: 100%;
}

article pre {
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fafafa;
    color: #666;
    overflow: auto;
    border-radius: 5px;
}

article code {
    background: #fafafa;
    color: #666;
    font-family: inconsolata, monospace;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 4px;
    padding: 0;
}

article pre code {
    border: 0;
    background: inherit;
    border-radius: 0;
    line-height: inherit;
    font-size: 14px;
}

article pre.prettyprint {
    border: 1px solid #ddd;
    padding: 10px;
}

article blockquote,
article blockquote p,
article p.note {
    line-height: 20px;
    color: #4c4742;
}

article blockquote,
article .note {
    margin: 0 0 18px;
    padding: 1px 20px;
    background: #fff7d6;
}

article blockquote li:before,
article .note li:before {
    color: #e0bc6f;
}

article blockquote code,
article .note code {
    background: #f5d899;
    border: none;
    color: inherit;
}

article blockquote a,
article .note a {
    color: #4E46C7;
}

article blockquote pre,
article .note pre {
    background: #F5D899 !important;
    color: #48484C !important;
    border: none !important;
}

article p.note {
    padding: 15px 20px;
}

article table {
    width: 100%;
}

article table td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

article table tr {
    background: #F4F4F7;
    border-bottom: 1px solid #eee;
}

article table tr:nth-of-type(odd) {
    background: #fafafa;
}

article dl dt {
    font-weight: bold;
    display: inline-block;
    width: 190px;
    vertical-align: top;
}

article dl.tabbed {
    position: relative;
}

article dl.tabbed dt {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
    padding: 0 20px;
    line-height: 2;
    border-radius: 5px 5px 0 0;
}

article dl.tabbed dt a {
    display: block;
    height: 30px;
    color: #333;
    text-decoration: none;
}

article dl.tabbed dt.current {
    background: #f7f7f7;
}

article dl dd {
    display: inline-block;
    height: 21px
}

article dl dd pre {
    margin-top: 0;
    border-top-left-radius: 0;
}

a {
    color: #4038AE;
}

a:hover {
    color: #4E46C7;
}

p {
    margin: 1em 0;
}

h1 {
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-weight: bold;
    font-size: 28px;
}

hr {
    clear: both;
    margin: 20px 0 25px 0;
    border: none;
    border-top: 1px solid #444;
    visibility: visible;
    display: block;
}

section {
    padding: 50px 0;
}

body {
    background: #f5f5f5;
    background: #fff;
    color: #555;
    font: 15px "Helvetica Nueue", sans-serif;
    padding: 0px 0 0px;
}

.menu {
    background: #f5f5f5;
    background: #fff;
    color: #FFD500;
    font: 15px "Helvetica Nueue", sans-serif;
    padding: 0px 0 0px;
}

.wrapper {
    width: auto;
    margin: 0;
    margin-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 60px 0
}

.wrapper:after {
    content: " ";
    display: block;
    clear: both;
}

.wrapper article {
    min-height: 310px;
    width: auto;
    float: left;
}

.wrapper aside {
    width: 270px;
    float: right;
}

.wrapper aside ul {
    margin: 2px 0 30px;
}

.wrapper aside ul a {
    display: block;
    padding: 3px 0 3px 10px;
    margin: 2px 0;
    border-left: 4px solid #eee;
}

.wrapper aside ul a:hover {
    border-color: #4038AE;
}

.wrapper aside h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 2em;
    margin: 9px 0;
    border-bottom: 1px solid #eee;
}

.wrapper aside.stick {
    position: fixed;
    right: 50%;
    margin-right: -480px;
    top: 120px;
    bottom: 0;
    overflow: hidden;
}

.half {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.formError {
    color: red;
}

.formInfo {
    color: blue;
}

header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 30px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

header #logo {
    position: absolute;
    left: 50%;
    margin-left: -480px;
}

header nav {
    position: absolute;
    right: 50%;
    margin-right: -480px;
}

header nav a {
    padding: 0 10px 4px;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
}

header nav a.selected {
    border-bottom: 3px solid #E9E9E9;
}

header nav a.download {
    position: relative;
    background: #4038AE;
    color: white;
    margin-left: 10px;
    padding: 5px 10px 2px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 3px 0 #4E46C7;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 70ms ease-out;
    border: 0;
}

header nav a.download:hover {
    box-shadow: 0 3px 0 #4E46C7, 0 3px 4px rgba(0, 0, 0, 0.3);
}

header nav a.download:active {
    box-shadow: 0 1px 0 #4E46C7;
    top: 2px;
    -webkit-transition: none;
}

#download,
#getLogo {
    display: none;
    position: absolute;
    padding: 5px 20px;
    width: 200px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #999;
    line-height: 15px;
}

#download a,
#getLogo a {
    color: #ccc;
    text-decoration: none;
}

#download a:hover,
#getLogo a:hover {
    color: #fff;
}

#getLogo {
    text-align: center;
}

#getLogo h3 {
    font-size: 16px;
    color: #4038AE;
    margin: 0 0 15px;
}

#getLogo figure {
    border-radius: 3px;
    margin: 5px 0;
    padding: 5px;
    background: #fff;
    line-height: 25px;
    width: 80px;
    display: inline-block;
}

#getLogo figure a {
    color: #999;
    text-decoration: none;
}

#getLogo figure a:hover {
    color: #666;
}

#download {
    top: 85px;
    right: 50%;
    margin-right: -480px;
}

#download .button {
    font-size: 16px;
    color: #4038AE;
}

#getLogo {
    top: 85px;
    left: 50%;
    padding: 20px;
    margin-left: -480px;
}

#getLogo ul {
    margin: 5px 0;
}

#getLogo li {
    margin: 1px 0;
}

#news {
    background: #f5f5f5;
    color: #999;
    font-size: 17px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    padding: 3px 0;
}

#news ul {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(/assets/images/news.png) 10px center no-repeat;
    padding: 19px 0 19px 60px;
}

#content {
    padding: 0px 0;
}

#topHeader {
    background: #3882BF;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 0;
    height: 48px;
    width: 100%;
    position: sticky;
    z-index: 1000;
}

#topHeader .wrapper {
    padding: 0px 0;
}

#topHeader h1 {
    vertical-align: center;
    text-align: center;
    margin-right: 15%;
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    font-family: "calibri";
}

#topHeader h1 a {
    text-decoration: none;
    color: #fff;
}

#topHeader nav {
    float: right;
    line-height: 25px;
}

#topHeader nav .languages,
#topHeader nav form {
    float: left;
    margin: 0 20px;
    margin-top: 10px;
}

#topHeader nav .languages {
    height: 25px;
    display: inline-block;
    border: 1px solid #4038AE;
    border-radius: 3px;
    background: #4E46C7;
    background: -moz-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4038AE), color-stop(100%, #4E46C7));
    background: -webkit-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: -o-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: -ms-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4E46C7', endColorstr='#4038AE', GradientType=0);
    box-shadow: inset 0 -1px 1px #4E46C7;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #4038AE;
}

#topHeader nav .languages span {
    padding: 0 4px;
    position: absolute;
}

#topHeader nav .languages span:before {
    content: "►";
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 0 #4038AE;
    margin-right: 4px;
}

#topHeader nav .languages select {
    opacity: 0;
    position: relative;
    z-index: 9;
}

#topHeader .follow {
    display: inline-block;
    border: 1px solid #4038AE;
    border-radius: 3px;
    background: #4038AE;
    background: -moz-linear-gradient(top, #4E46C7 0%, #4E46C7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4038AE), color-stop(100%, #4E46C7));
    background: -webkit-linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    background: -o-linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    background: -ms-linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    background: linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4038AE', endColorstr='#4E46C7', GradientType=0);
    box-shadow: inset 0 -1px 1px #4038AE;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: -1px -1px 0 #4E46C7;
    padding: 4px 8px;
    text-decoration: none;
    position: absolute;
    top: 41px;
    left: 50%;
    margin-left: 210px;
    width: 250px;
}

#topHeader .follow:before {
    vertical-align: middle;
    content: url(/assets/images/twitter.png);
    margin-right: 10px;
}

#topHeader input {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    width: 80px;
    -webkit-transition: width 200ms ease-in-out;
    -moz-transition: width 200ms ease-in-out;
}

#topHeader input:focus {
    width: 200px;
}

#topHeaderError {
    background: #4038AE url(/assets/images/headerError.png) fixed;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 0;
    position: relative;
}

#topHeaderError .wrapper {
    padding: 30px 0;
}

#topHeaderError h1 {
    float: left;
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#topHeaderError h1 a {
    text-decoration: none;
    color: #fff;
}

#topHeaderError nav {
    float: right;
    margin-top: 10px;
    line-height: 25px;
}

#topHeaderError nav .languages,
#topHeaderError nav form {
    float: left;
    margin: 0 5px;
}

#topHeaderError nav .languages {
    height: 25px;
    display: inline-block;
    border: 1px solid #4038AE;
    border-radius: 3px;
    background: #4E46C7;
    background: -moz-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4038AE), color-stop(100%, #4E46C7));
    background: -webkit-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: -o-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: -ms-linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    background: linear-gradient(top, #4E46C7 0%, #4038AE 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4E46C7', endColorstr='#4038AE', GradientType=0);
    box-shadow: inset 0 -1px 1px #4E46C7;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #4038AE;
}

#topHeaderError nav .languages span {
    padding: 0 4px;
    position: absolute;
}

#topHeaderError nav .languages span:before {
    content: "►";
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 0 #4038AE;
    margin-right: 4px;
}

#topHeaderError nav .languages select {
    opacity: 0;
    position: relative;
    z-index: 9;
}

#topHeaderError .follow {
    display: inline-block;
    border: 1px solid #4E46C7;
    border-radius: 3px;
    background: #4038AE;
    background: -moz-linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4038AE), color-stop(100%, #4E46C7));
    background: -webkit-linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    background: -o-linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    background: -ms-linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    background: linear-gradient(top, #4038AE 0%, #4E46C7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4038AE', endColorstr='#4E46C7', GradientType=0);
    box-shadow: inset 0 -1px 1px #4038AE;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: -1px -1px 0 #4E46C7;
    padding: 4px 8px;
    text-decoration: none;
    position: absolute;
    top: 41px;
    left: 50%;
    margin-left: 210px;
    width: 250px;
}

#topHeaderError .follow:before {
    vertical-align: middle;
    content: url(/assets/images/twitter.png);
    margin-right: 10px;
}

#topHeaderError input {
    width: 80px;
    -webkit-transition: width 200ms ease-in-out;
    -moz-transition: width 200ms ease-in-out;
}

#topHeaderError input:focus {
    width: 200px;
}

figure {
    display: inline-block;
}

figure img {
    display: block;
}

figure figcaption {
    width: 100%;
    /* display: table-caption */
    ;
    text-align: center;
}

#title {
    width: 500px;
    float: left;
    font-size: 17px;
    color: #2d6201;
}

#quicklinks {
    width: 350px;
    margin: -15px 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    padding: 30px;
    background: #fff;
    color: #888;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#quicklinks h2 {
    color: #4038AE;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 0 5px 0;
    border-top: 1px solid #eee;
}

#quicklinks h2:first-child {
    margin: 0;
    padding: 0 0 5px 0;
    border: 0;
}

#quicklinks p {
    margin: 0;
}

#quicklinks a {
    color: #444;
}

#quicklinks a:hover {
    color: #222;
}

.tweet {
    border-bottom: 1px solid #eee;
    padding: 6px 0 20px 60px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

.tweet img {
    position: absolute;
    left: 0;
    top: 8px;
}

.tweet strong {
    font-size: 14px;
    font-weight: bold;
}

.tweet span {
    font-size: 12px;
    color: #888;
}

.tweet p {
    padding: 0;
    margin: 5px 0 0 0;
}

div.coreteam {
    position: relative;
    min-height: 80px;
    border-bottom: 1px solid #eee;
}

div.coreteam img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px;
    border: 1px solid #ddd;
}

div.coreteam a {
    color: inherit;
    text-decoration: none;
}

div.coreteam h2 {
    padding-left: 70px;
    border: none;
    font-size: 20px;
}

div.coreteam p {
    margin-top: 5px;
    padding-left: 70px;
}

ul.contributors {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.contributors li {
    padding: 6px 0 !important;
    margin: 0;
}

ul.contributors li:before {
    content: ' ';
}

ul.contributors img {
    width: 25px;
    padding: 1px;
    border: 1px solid #ddd;
    margin-right: 5px;
    vertical-align: middle;
}

ul.contributors a {
    color: inherit;
    text-decoration: none;
}

ul.contributors span {
    font-weight: bold;
    color: #666;
}

ul.contributors.others li {
    display: inline-block;
    width: 32.3333%;
}

div.list {
    float: left;
    width: 33.3333%;
    margin-bottom: 30px;
}

h2 {
    clear: both;
}

span.by {
    font-size: 14px;
    font-weight: normal;
}

form dl {
    padding: 3px 0;
}

dd.info {
    color: #888;
    font-size: 12px;
}

dd.error {
    color: #c00;
}

aside a[href^="http"]:after,
.doc a[href^="http"]:after {
    content: url(/assets/images/external.png);
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 60px;
}

#textoNegro {
    color: black;
}

#textoRojo {
    color: red;
}

#textoAzul {
    color: blue;
}

#textoVerde {
    color: green;
}

#textNegro {
    color: black;
}

#textoVerdeMarMedio {
    color: mediumSeaGreen;
}

#textoVerdeMar {
    color: seaGreen;
}

#textoMagenta {
    color: magenta;
}

#textoMarron {
    color: brown;
}

.botonRojo {
    background-color: red;
    color: white;
}

.botonAzulClaro {
    background-color: LightBlue;
    color: black;
}

.botonAzul {
    background-color: DeepSkyBlue;
    color: white;
}

.cursiva {
    font-style: italic;
}

.negrita {
    font-weight: bold;
}

.negrita-rojo {
    font-weight: bold;
    color: red;
}

.negrita-verde {
    font-weight: bold;
    color: green;
}

.infPdvPrimeraCol {
    width: 300px;
}

.infTerrCertPrimeraCol {
    width: 150px;
}

.vacacionesPrimeraCol {
    width: 112px;
}

tr.informePdvTitulos {
    padding: 2px;
    word-wrap: break-word;
    height: 30px;
    text-align: center;
    background-color: #bfbfbf;
    border: 1px solid black;
    font-size: 80%;
}

td.informePdvTitulos {
    padding: 2px;
    word-wrap: break-word;
    height: 30px;
    text-align: center;
    background-color: #bfbfbf;
    border: 1px solid black;
    font-size: 80%;
}

td.informePdvTitulosInst {
    padding: 2px;
    word-wrap: break-word;
    height: 30px;
    text-align: center;
    background-color: blue;
    border: 1px solid black;
    font-size: 80%;
    color: white
}

td.informePdvTitulosVuelo {
    padding: 2px;
    word-wrap: break-word;
    height: 30px;
    text-align: center;
    background-color: green;
    border: 1px solid black;
    font-size: 80%;
    color: white
}

td.informePdvTitulosAnulado {
    padding: 2px;
    word-wrap: break-word;
    height: 30px;
    text-align: center;
    background-color: red;
    border: 1px solid black;
    font-size: 80%;
    color: white
}

tr.dottedBottom {
    border-bottom: 1px dotted black;
}

td.dottedLeft {
    border-left: 1px dotted black;
}

tr.ranking1 td {
    font-size: 200%;
}

tr.ranking2 td {
    font-size: 180%;
}

tr.ranking3 td {
    font-size: 150%;
}

tr.ranking4 td {
    font-size: 120%;
}

#izq2col {
    width: 50%;
    float: left;
}

#izq3col {
    width: 33%;
    float: left;
}

#izq4col {
    width: 25%;
    float: left;
}

#izq5col {
    width: 20%;
    float: left;
}

#izq90px {
    width: 90px;
    float: left;
}

#izq180px {
    width: 180px;
    float: left;
}

#izq200px {
    width: 200px;
    float: left;
}

.izq200px {
    width: 200px;
    float: left;
}

#izq240px {
    width: 240px;
    float: left;
}

#izq250px {
    width: 250px;
    float: left;
}

#izq300px {
    width: 300px;
    float: left;
}

#izq340px {
    width: 340px;
    float: left;
}

.izq400px {
    width: 400px;
    float: left;
}

.izq500px {
    width: 500px;
    float: left;
}

#izq400px {
    width: 400px;
    float: left;
}

#izq450px {
    width: 450px;
    float: left;
}

#izq500px {
    width: 500px;
    float: left;
}

#izq600px {
    width: 600px;
    float: left;
}

#colCalendario {
    width: 100px;
    float: left;
}

#colFestivos {
    width: 300px;
    float: left;
}

#hidden {
    display: none;
}

#logo {
    margin-top: 100px;
    margin-bottom: 50px;
}

#intranet1 {
    display: block;
    float: left;
    margin-top: 50px;
}

#editarPerfil {
    float: right;
    margin-top: 60px;
    margin-right: 20px;
}

#numsDiasVacaciones {
    text-align: center;
    width: 50px;
    float: right;
    font-weight: bold;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.padding3 {
    padding: 3px;
}

.paddingless {
    padding-top: 0px;
    padding-bottom: 0px;
}

.noLabel dt {
    display: none;
}

.paddingless form dl {
    padding-top: 0px;
    padding-bottom: 0px;
}

.floatRight {
    float: right;
}

.widthInputCalendario input {
    width: 45px;
}

.width200 input {
    width: 200px;
}

.width125 input {
    width: 125px;
}

.height17 input {
    height: 17px;
}

.height17readonly input {
    height: 17px;
    color: grey;
    border-style: none;
}

.cuentasBancarias dt {
    width: 60px;
}

.cuentasBancarias input {
    width: 200px;
    color: grey;
    border-style: none;
}

.gevicosCliente dt {
    width: 60px;
}

.gevicosCliente input {
    width: 200px;
    color: grey;
    border-style: none;
}

.publicoObjetivos dt {
    width: 60px;
}

.publicoObjetivos input {
    width: 200px;
    color: grey;
    border-style: none;
}

.readonly {
    color: grey;
    width: 200px;
    border-style: none;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.labelWidth100 dt {
    width: 100px;
}

.selectWidth380 select {
    width: 380px;
}

.selectWidth276 select {
    width: 276px;
}

.selectWidth289 select {
    width: 289px;
}

.selectWidth173 select {
    width: 173px;
}

.inputWidth168 input {
    width: 168px;
}

.indent20 {
    text-indent: 20px;
}

.indent40 {
    text-indent: 40px;
}

.margin60 {
    margin-left: 60px;
}

.margin18TopBottom {
    margin: 18px 0 18px;
}

.margin15Top16Bottom {
    margin: 15px 0 16px;
}

.marginTop50Right32 {
    margin-top: 50px;
    margin-right: 32px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop145 {
    margin-top: 145px;
}

.marginTop35 {
    margin-top: 35px;
}

.marginTop160 {
    margin-top: 160px;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.underline {
    text-decoration: underline;
}

.width100perc {
    width: 100%;
}

.positionFixed {
    position: fixed;
}

.tableLayoutFixed {
    table-layout: fixed;
}

.widthAuto {
    width: auto;
}

dl {
    display: inline-block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.td-precioObjetivo {
    display: flex;
}

.td-input-precioObjetivo {
    width: 100%;
}

#table-informe {
    width: auto;
}

.flex-row-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-row-space-around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.flex-column>dl {
    display: flex;
    flex-direction: column;
}

.tr-estructura-conceptos {
    height: 250px;
}

input[type=submit]:hover {
    cursor: pointer;
}

.button-categoria {
    width: 156px;
    height: 156px;
    font-size: 19px;
    border-radius: 15px;
    margin: 20px;
    word-break: break-word;
    text-shadow: 2px 2px black;
    color: white;
}

.button-subcategoria {
    width: 110px;
    height: 110px;
    font-size: 15px;
    border-radius: 15px;
    margin: 20px;
    word-break: break-word;
    text-shadow: 2px 2px black;
    color: white;
}

button:hover {
    cursor: pointer;
}

#seleccion-productos {
    display: inline-block;
    font-size: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#detalles-producto {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

#detalles-producto>table>caption {
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}

#detalles-producto table {
    width: 50% !important;
}

#detalles-producto table th {
    font-weight: bold;
}

#button-nueva-fila {
    width: 100px;
}

#table-ventas th {
    font-weight: bold;
    text-align: center;
}

#table-ventas td {
    text-align: center;
}

#div-boton-nueva-venta {
    padding-left: 30px;
}

.rgpdTexto,
.cookiesTexto {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    text-align: justify;
}

.rgpdTexto dl,
.cookiesTexto dl {
    display: flex;
    flex-flow: row wrap;
    border: solid #333;
    border-width: 1px 1px 0 0;
}

.rgpdTexto dt,
.cookiesTexto dt {
    flex-basis: 20%;
    padding: 2px 4px;
    background: #3882BF;
    text-align: right;
    color: #fff;
}

.rgpdTexto dd,
.cookiesTexto dd {
    flex-basis: 70%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    border-bottom: 1px solid #333;
}

.rgpdTexto h3,
.rgpdTexto h4,
.cookiesTexto h3,
.cookiesTexto h4 {
    font-weight: bold;
}

.rgpdTexto ul,
.cookiesTexto ul {
    margin-left: 20px;
    list-style-type: square;
}

#rgpd-cookies {
    display: flex;
    flex-direction: row;
}

#cookies-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#cookies-table td,
#cookies-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

#cookies-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#cookies-table tr:hover {
    background-color: #ddd;
}

#cookies-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3882BF;
    color: white;
}

footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: black;
    background: #3882BF;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    color: black;
}

#inicio-logo-mapa {
    margin-top: 50px;
}

#inicio-logo-mapa iframe {
    height: 40rem;
    margin-left: 50px;
}

#version {
    color: darkgrey;
    font-size: 11px;
}