:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.wrap {
  position: relative;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
}

.texto {
  font-family: "Arial";
  font-size: 18px;
  line-height: normal;
  font-variant: normal;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  table-layout: fixed;
}

.logo {
  background: #121212;
  padding: 0px 0;
}

.imagen{
  padding: 0 10px;
}

.logo img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.imagen img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.titulo_seccion img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.body_modo_oscuro {
  color: #E4E6EB;
  background-color: #0f0f0f;
}

.body_modo_claro {
  color: #000000;
  background-color: #ffffff;
}

.componente_modo_oscuro {
  color: #E4E6EB;
  background-color: #0f0f0f;
  border: 1px solid rgb(133, 133, 133);
}

.componente_modo_claro {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid rgb(118, 118, 118);
}

.texto_modo_oscuro {
  color: #E4E6EB;
}

.texto_modo_claro {
  color: #000000;
}

.titulo_imagen_modo_oscuro {
  width: auto;
  background: #121212;
  border: 1px solid #282828;
  border-top: 0px;
  margin: 0px 5px 20px 5px;
}

.titulo_imagen_modo_claro {
  width: auto;
  background: #B9CEDE;
  border: 1px solid #DFDDDD;
  border-top: 0px;
  margin: 0px 5px 20px 5px;
}

.titulo_modo_oscuro {
  margin-top: -17px;
  margin-left: -1px;
  margin-right: -1px;
  width: auto;
  height: 38px;
  padding-top: 2px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  line-height: 34px;
  color: #FFFDFD;
  background: #282828;
  border-radius: 0.4em 0.4em 0 0;
  -o-border-radius: 0.4em 0.4em 0 0;
  -moz-border-radius: 0.4em 0.4em 0 0;
  -webkit-border-radius: 0.4em 0.4em 0 0;
}

.titulo_modo_claro {
  margin-top: -17px;
  margin-left: -1px;
  margin-right: -1px;
  width: auto;
  height: 38px;
  padding-top: 2px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  line-height: 34px;
  color: #FFFDFD;
  background: #134D86;
  border-radius: 0.4em 0.4em 0 0;
  -o-border-radius: 0.4em 0.4em 0 0;
  -moz-border-radius: 0.4em 0.4em 0 0;
  -webkit-border-radius: 0.4em 0.4em 0 0;
}

.categorias_modo_oscuro {
  width: auto;
  font-weight: bold;
  color: #E4E6EB;
  background: #121212;
  border: 1px solid #282828;
  margin: 10px 5px 4px 5px;
  border-radius: 0 0 0.4em 0.4em;
  -o-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
}

.categorias_modo_claro {
  width: auto;
  font-weight: bold;
  color: rgb(102,102,102);
  background: #B9CEDE;
  border: 1px solid #DFDDDD;
  margin: 10px 5px 4px 5px;
  border-radius: 0 0 0.4em 0.4em;
  -o-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
  background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #B9CEDE));
  background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: linear-gradient(to top left, #FFFFFF 0%, #B9CEDE 100%);
}

.aplicacion_modo_oscuro {
  width: auto;
  color: #E4E6EB;
  background: #121212;
  border: 1px solid #282828;
  margin: 0px 5px 10px 5px;
  border-radius: 0 0 0.4em 0.4em;
  -o-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
}

.aplicacion_modo_claro {
  width: auto;
  font-weight: bold;
  color: rgb(102,102,102);
  background: #B9CEDE;
  border: 1px solid #DFDDDD;
  margin: 0px 5px 10px 5px;
  border-radius: 0 0 0.4em 0.4em;
  -o-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
  background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #B9CEDE));
  background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: linear-gradient(to top left, #FFFFFF 0%, #B9CEDE 100%);
}

.secciones_modo_oscuro {
  width: auto;
  color: #E4E6EB;
  background: #121212;
  border: 1px solid #282828;
  margin: 24px 5px 5px 5px;
  border-radius: 0 0 0.4em 0.4em;
  -o-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
}

.secciones_modo_claro {
  width: auto;
  color: #000000;
  background: #B9CEDE;
  border: 1px solid #DFDDDD;
  margin: 24px 5px 5px 5px;
  border-radius: 0 0 0.4em 0.4em;
  -o-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
  background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #B9CEDE));
  background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: linear-gradient(to top left, #FFFFFF 0%, #B9CEDE 100%);
}

.seccion_movil_modo_oscuro {
  width: auto;
  color: #E4E6EB;
  background: #121212;
  border: 1px solid #282828;
  margin: 23px 5px 6px 5px;
  border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.seccion_movil_modo_claro {
  width: auto;
  font-weight: bold;
  color: rgb(102,102,102);
  background: #B9CEDE;
  border: 1px solid #DFDDDD;
  margin: 23px 5px 6px 5px;
  border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #B9CEDE));
  background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #B9CEDE 100%);
  background-image: linear-gradient(to top left, #FFFFFF 0%, #B9CEDE 100%);
}

.sinopsis_imagen_modo_oscuro {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 1.2em;
  color: #E4E6EB;
}

.sinopsis_imagen_modo_claro {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 1.2em;
  color: rgb(102,102,102);
  font-weight: bold;
}

.sinopsis_texto_modo_oscuro {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 1.2em;
}

.sinopsis_texto_modo_claro {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 1.2em;
}

.boton_normal {
  background: #234A8B;
  background-image: -ms-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: -moz-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: -o-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4FA2E8), color-stop(1, #234A8B));
  background-image: -webkit-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: linear-gradient(to bottom, #4FA2E8 0%, #234A8B 100%);
  padding: 0.55em 1em 0.55em;
  width: auto;
  text-align: center;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 0.2em;
  border: #4FA2E8;
  -o-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  }

form input[type=submit],
form input[type=submit]:active,
button,
button:active{
  background: #234A8B;
  background-image: -ms-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: -moz-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: -o-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4FA2E8), color-stop(1, #234A8B));
  background-image: -webkit-linear-gradient(top, #4FA2E8 0%, #234A8B 100%);
  background-image: linear-gradient(to bottom, #4FA2E8 0%, #234A8B 100%);
  padding: 0.55em 1em 0.55em;
  width: auto;
  text-align: center;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 0.2em;
  border: #4FA2E8;
  -o-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
}

form input[type=submit]:hover,
button:hover {
  background: #214361;
  background-image: -ms-linear-gradient(top, #4FA2E8 0%, #214361 100%);
  background-image: -moz-linear-gradient(top, #4FA2E8 0%, #214361 100%);
  background-image: -o-linear-gradient(top, #4FA2E8 0%, #214361 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4FA2E8), color-stop(1, #214361));
  background-image: -webkit-linear-gradient(top, #4FA2E8 0%, #214361 100%);
  background-image: linear-gradient(to bottom, #4FA2E8 0%, #214361 100%);
}

form input[type=submit]:disabled,button[disabled],
button:disabled {
  background: #d3d3d3;
  background-image: -ms-linear-gradient(top,#FFFFFF 0%,  #d3d3d3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%,  #d3d3d3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%,  #d3d3d3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1,  #d3d3d3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%,  #d3d3d3 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #d3d3d3 100%);
  color: GrayText;
  cursor: inherit;
}

/* Tamaño del scroll */
.scroll_body::-webkit-scrollbar {
  width: 10px;
}

 /* Estilos barra (thumb) de scroll */
.scroll_body::-webkit-scrollbar-thumb {
  background: #134D86;
  border-radius: 0px;
}

.scroll_body::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.scroll_body::-webkit-scrollbar-thumb:hover {
  background: #134D86;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
.scroll_body::-webkit-scrollbar-track {
  background: #B9CEDE;
  border-radius: 0px;
}

.scroll_body::-webkit-scrollbar-track:hover, 
.scroll_body::-webkit-scrollbar-track:active {
  /*background: #d4d4d4;*/
}