@charset "UTF-8";
/**
     Formateado de textos
*/
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, input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  font-family: Roboto; }

h1 {
  font-size: 2em;
  color: black;
  margin: 0 0 0.5em 0;
  font-weight: bold; }

h2 {
  font-size: 1.75em;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
  color: #3F3F3F;
  margin: 0 0 0.5em 0; }

h3 {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
  color: #3F3F3F;
  line-height: 1.25;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.3em; }

ul {
  margin-top: -1em;
  margin-bottom: 1.1em;
  list-style-type: disc; }

li {
  line-height: 1.4em;
  margin-left: 30px;
  text-align: justify; }

p {
  line-height: 1.4em;
  margin-bottom: 1.1em;
  text-align: justify;
  font-size: 1.1em;
  padding-left: 8px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

ol {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style-type: upper-alpha;
  margin-bottom: 1.1em; }

ol > li > ol {
  list-style-type: lower-alpha;
  margin-bottom: 0; }

ol > li > ol > li > ol {
  list-style-type: lower-roman; }

table.listaDatos {
  color: #000000;
  margin: 0px;
  width: 100%;
  table-layout: fixed; }

.listaDatos tr:last-child {
  border-top: 1px solid black; }

.listaDatos tr:first-child th:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaDatos tr:first-child th:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaDatos tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaDatos tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaDatos tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px; }

.listaDatos tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px; }

.listaDatos tr {
  background-color: White; }

.listaDatos tr:nth-child(odd) {
  background: #C6C6EF; }

.listaDatos tr:first-child {
  font-weight: 500;
  font-size: 1.25em; }

.listaDatos tr {
  line-height: 1.8em; }

.listaDatos td {
  word-wrap: normal;
  padding: 3px;
  vertical-align: middle; }

.listaDatos a {
  margin-right: 15px;
  margin-left: 5px; }

.listaDatos input {
  width: auto;
  max-width: 100%; }

table.listaDatos2 {
  width: 100%; }

.listaDatos2 {
  /*    a
    {
        margin-right: 15px;
        margin-left: 5px;
    }       
    input
    {
        width: auto;
        max-width: 100%;
    }*/ }
  .listaDatos2 tr:last-child {
    border-top: 1px solid black; }
  .listaDatos2 tr:first-child th:first-child {
    border-radius: 10px 0px 0px 0px; }
  .listaDatos2 tr:first-child th:last-child {
    border-radius: 0px 10px 0px 0px; }
  .listaDatos2 tr:first-child td:first-child {
    border-radius: 10px 0px 0px 0px; }
  .listaDatos2 tr:first-child td:last-child {
    border-radius: 0px 10px 0px 0px; }
  .listaDatos2 tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px; }
  .listaDatos2 tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px; }
  .listaDatos2 tr {
    background-color: White; }
  .listaDatos2 tr:nth-child(odd) {
    background: #C6C6EF; }
  .listaDatos2 tr:first-child {
    font-weight: 500;
    font-size: 1.25em; }
  .listaDatos2 td:first-child {
    width: 200px; }
  .listaDatos2 tr {
    line-height: 1.8em; }
  .listaDatos2 td {
    word-wrap: normal;
    padding: 3px;
    vertical-align: middle; }

/**Lista Registro*/
table.listaRegistro {
  color: #000000;
  margin: 0px;
  width: 100%; }

.listaRegistro input {
  padding-left: 10px;
  width: 100% !important;
  border-radius: 0px 16px 16px 0px; }

.listaRegistro td:nth-child(2n) {
  width: 80%; }

.listaRegistro th:nth-child(2n) {
  width: 80%; }

.listaRegistro td:first-child {
  width: 20%; }

.listaRegistro th:first-child {
  width: 20%; }

.listaRegistro select {
  font-weight: bold;
  height: 2em;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.0em; }

.flogin table {
  color: #000000;
  margin: 0px;
  width: 100%;
  table-layout: fixed; }

.flogin .flogin td {
  text-align: center;
  padding-top: 20px; }

.flogin .flogin input[type="submit"] {
  width: 100%;
  padding: 5px;
  background-color: #4CAF50;
  /*    border: 0;*/
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s; }

table.listaInstalaciones {
  color: #000000;
  margin: 0px;
  width: 100%;
  font-size: 1.25em; }

/**LISTADO DE INSTALACIONES*/
.listaInstalaciones {
  /*  tr td {
        white-space: nowrap;
    }    */ }
  .listaInstalaciones tr:first-child th:first-child {
    border-radius: 10px 0px 0px 0px; }
  .listaInstalaciones tr:first-child th:last-child {
    border-radius: 0px 10px 0px 0px; }
  .listaInstalaciones tr:first-child td:first-child {
    border-radius: 10px 0px 0px 0px; }
  .listaInstalaciones tr:first-child td:last-child {
    border-radius: 0px 10px 0px 0px; }
  .listaInstalaciones tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px; }
  .listaInstalaciones tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px; }
  .listaInstalaciones tr {
    background-color: #ffffe0; }
  .listaInstalaciones tr:nth-child(odd) {
    background: #ffffd0; }
  .listaInstalaciones tr:first-child {
    font-weight: 500;
    font-size: 1.25em; }
  .listaInstalaciones tr {
    line-height: 1.8em;
    text-align: center; }
  .listaInstalaciones td {
    padding: 3px;
    vertical-align: middle; }
  .listaInstalaciones a {
    margin-right: 15px;
    margin-left: 5px; }
  .listaInstalaciones input {
    width: auto;
    max-width: 100%; }

table.Valores {
  color: #000000;
  margin: 0px;
  width: 100%;
  table-layout: fixed; }

/*
table.Valores thead th:first-child
{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

table.Valores td:last-child
{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
*/
.Valores tr {
  background-color: White; }

.Valores tr:nth-child(odd) {
  background: #C6C6EF; }

.Valores tr:first-child th:first-child {
  border-radius: 10px 0px 0px 0px; }

.Valores tr:first-child th:last-child {
  border-radius: 0px 10px 0px 0px; }

.Valores tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px; }

.Valores tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px; }

.Valores tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px; }

.Valores tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px; }

.Valores tr:first-child {
  font-weight: 500;
  font-size: 1.25em; }

.Valores td:nth-child(2n) {
  width: 20%;
  text-align: center; }

.Valores th:nth-child(2n) {
  width: 20%;
  text-align: center; }

.Valores td:first-child {
  width: 80%; }

.Valores th:first-child {
  width: 80%; }

.Valores td {
  word-wrap: normal;
  padding: 3px;
  vertical-align: middle; }

.Valores a {
  margin-right: 15px;
  margin-left: 5px; }

.Valores input {
  width: auto;
  max-width: 100%; }

.Valores p {
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 5px;
  vertical-align: middle;
  text-align: center;
  width: 100%; }

table.listaEquipos {
  color: #000000;
  margin: 0px;
  width: 100%; }

.listaEquipos tr:first-child th:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaEquipos tr:first-child th:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaEquipos tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaEquipos tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaEquipos tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px; }

.listaEquipos tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px; }

.listaEquipos tr {
  background-color: White; }

.listaEquipos tr:nth-child(odd) {
  background: #C6C6EF; }

.listaEquipos tr:first-child {
  font-weight: 500;
  font-size: 1.25em; }

.listaEquipos tr {
  line-height: 1.8em; }

.listaEquipos td {
  word-wrap: normal;
  padding: 3px;
  vertical-align: middle; }

.listaEquipos a {
  margin-right: 15px;
  margin-left: 5px; }

.listaEquipos input {
  width: auto;
  max-width: 100%; }

table.listaValores {
  color: #000000;
  margin: 0px;
  width: 100%; }

.listaValores tr:first-child th:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaValores tr:first-child th:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaValores tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaValores tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaValores tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px; }

.listaValores tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px; }

.listaValores tr {
  background-color: White; }

.listaValores tr:nth-child(odd) {
  background: #C6C6EF; }

.listaValores tr:first-child {
  font-weight: 500;
  font-size: 1.25em; }

.listaValores tr {
  line-height: 1.8em; }

.listaValores td {
  word-wrap: normal;
  padding: 3px;
  vertical-align: middle; }

.listaValores a {
  margin-right: 15px;
  margin-left: 5px; }

.listaValores input {
  width: auto;
  max-width: 100%; }

table.listaValoresPequena {
  color: #000000;
  margin: 0px;
  width: 100%;
  font-size: 0.8em; }

.listaValoresPequena tr:first-child th:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaValoresPequena tr:first-child th:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaValoresPequena tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px; }

.listaValoresPequena tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px; }

.listaValoresPequena tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px; }

.listaValoresPequena tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px; }

.listaValoresPequena tr {
  background-color: white; }

.listaValoresPequena tr:nth-child(odd) {
  background: lightgray; }

.listaValoresPequena tr:first-child {
  font-weight: 500;
  font-size: 1.25em; }

.listaValoresPequena tr:first-child {
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1.5em; }

.listaValoresPequena tr {
  line-height: 0.8em; }

.listaValoresPequena td {
  word-wrap: normal;
  padding: 3px;
  vertical-align: middle; }

.listaValoresPequena a {
  margin-right: 15px;
  margin-left: 5px; }

.listaValoresPequena input {
  width: auto;
  max-width: 100%; }

.listaValoresPequena p {
  text-align: center; }

.listaValoresPequena td:nth-child(2n) {
  width: 20%; }

/*Efectos*/
main, header, footer {
  display: block; }

footer {
  text-align: center;
  vertical-align: center;
  background-color: #4bad32;
  line-height: 1em; }

/**
    Valores por defecto (screen)
*/
.blanco {
  background-color: white;
  margin: 0; }

.pagina_azul {
  background: linear-gradient(to bottom, #395aa6 0%, #ffffff 100%);
  max-width: none !important; }

.login {
  display: block;
  position: fixed;
  top: 0;
  left: -50px;
  margin: 5px 10px 0px 0px;
  float: right;
  font-weight: 200;
  width: 95%;
  height: 20px;
  text-align: right; }

.login a {
  text-decoration: none;
  width: 100%;
  margin-left: 16px; }

.login p {
  text-align: right;
  line-height: 1.5em;
  margin-bottom: 0px; }

nav .login {
  display: none; }

/**Aplicación a Media*/
.hoja {
  border: 1px solid black;
  background: white;
  box-shadow: 5px 5px 5px 1px rgba(128, 128, 128, 0.5);
  border-radius: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 50px;
  padding-right: 50px; }

#MiBotonMenu {
  display: none; }

nav {
  background-color: white;
  display: block;
  line-height: 1.5em;
  margin-bottom: 16px;
  z-index: 3;
  overflow-y: visible;
  position: static;
  top: auto;
  left: auto; }

nav a {
  color: #707070;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin-left: 34px;
  outline: 0;
  width: auto;
  display: inline;
  text-shadow: none;
  background-image: none;
  line-height: 1.5em;
  border-top: none;
  border-bottom: none;
  padding: 0px; }

#logo {
  display: block;
  background-image: url("images/LogoTransparente.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: auto;
  height: 115px;
  min-width: 325px;
  margin-bottom: 16px; }

.contenedor {
  padding: 0.01em 16px; }

.contenedor::after, .contenedor::before {
  content: "";
  display: table;
  clear: both; }

header {
  background: linear-gradient(to bottom, #ffffff 93%, #4743a9 100%);
  max-width: 1400px;
  margin: 0 auto;
  width: auto; }

main {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
  border-radius: 16px; }

.modo-tabla-header-space {
  height: auto;
  z-index: -1; }

@media only screen and (min-width: 768px) {
  .modo_compacto .login, .modo_compacto #menu_principal, .modo_compacto #logo, .modo_compacto footer, .modo_compacto .modo-tabla-footer-space, .modo_compacto .modo-tabla-footer, .modo_compacto footer {
    display: none; }
  .modo_compacto #MiBotonMenu {
    display: block;
    /*            background: url(/css/images/nav-scada.svg);*/ }
  .modo_compacto .MiBotonMenu {
    background-color: transparent;
    width: 40px;
    height: 40px; }
  .modo_compacto .modo-tabla-header-space {
    height: 0;
    z-index: -1; }
  .modo_compacto .modo-tabla-tabla main {
    padding-bottom: 0; } }

.MiBotonMenu {
  z-index: 3;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/css/images/mobileUI-site-nav-opener-bg.svg);
  background-color: #ffffff;
  position: absolute;
  top: 15px;
  left: 20px; }

strong {
  font-weight: bold; }

@media only screen and (max-width: 768px) {
  .login {
    display: none; }
  nav .login {
    display: block;
    position: static;
    top: auto;
    left: auto;
    margin: none;
    float: none;
    font-weight: inherit;
    width: auto;
    height: auto;
    text-align: inherit; }
  .login p {
    text-align: inherit;
    color: white;
    font-size: 1.4em;
    outline: 0;
    width: 100%;
    display: inline-block;
    text-shadow: -1px -1px 1px #c8c8c8;
    background-image: url(/css/images/fondo_menu_desplegable.jpg);
    line-height: 2em;
    border-top: solid 1px #B7BdC0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    padding: 0.5em 1.5em 0.5em 1.5em; }
  .hoja {
    border: none;
    background: linear-gradient(to bottom, #4743a9 0px, #ffffff 10px, #ffffff 100%);
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 5px;
    padding-right: 5px; }
  #MiBotonMenu {
    display: block; }
  nav {
    background-color: #0c0b0b;
    display: block;
    line-height: 1.4em;
    margin-bottom: 16px;
    z-index: 3;
    overflow-y: visible;
    position: absolute;
    top: 60px;
    left: 0; }
  nav a {
    color: white;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-left: 0px;
    outline: 0;
    width: 100%;
    display: inline-block;
    text-shadow: -1px -1px 1px #c8c8c8;
    background-image: url("/css/images/fondo_menu_desplegable.jpg");
    line-height: 1.3 em;
    border-top: solid 1px #B7BdC0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    padding: 0.2em 1.5em 0em 1.5em; }
  #logo {
    display: block;
    background-image: url("images/LogoTransparente.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    height: 44px;
    min-width: 325px;
    margin-bottom: 0px; }
  .contenedor {
    padding: 0px; }
  .contenedor::after, .contenedor::before {
    content: "";
    display: table;
    clear: both; }
  header {
    background: linear-gradient(to bottom, #ffffff 93%, #4743a9 100%);
    max-width: 1400px;
    margin: 0 auto;
    width: 100%; }
  main {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    border-radius: 0px; }
  .modo-tabla-header-space {
    height: 44px;
    z-index: -1; }
  .oculto_movil, nav br, #menu_principal {
    display: none; }
  header, body, .formulario, html {
    width: 100%; }
  .modo-tabla-footer {
    position: static; } }

@media only print {
  .login {
    display: none; }
  .hoja {
    border: none;
    background: white;
    box-shadow: none;
    border-radius: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 50px;
    padding-right: 50px; }
  #MiBotonMenu {
    display: none; }
  nav {
    background-color: white;
    display: none;
    line-height: 1.5em;
    margin-bottom: 16px;
    z-index: 3;
    overflow-y: visible;
    position: static;
    top: auto;
    left: auto; }
  nav a {
    color: #707070;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-left: 34px;
    outline: 0;
    width: auto;
    display: inline;
    text-shadow: none;
    background-image: none;
    line-height: 1.5em;
    border-top: none;
    border-bottom: none;
    padding: 0px; }
  #logo {
    display: block;
    background-image: url("images/LogoTransparente.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    height: 115px;
    min-width: 325px;
    margin-bottom: 16px; }
  .contenedor {
    padding: 0.01em 16px; }
  .contenedor::after, .contenedor::before {
    content: "";
    display: table;
    clear: both; }
  header {
    background: linear-gradient(to bottom, #ffffff 93%, #4743a9 100%);
    max-width: 1400px;
    margin: 0 auto;
    width: auto; }
  main {
    max-width: 1400px;
    margin: 0 auto;
    width: auto;
    border-radius: 16px; }
  .modo-tabla-header-space {
    height: 4cm;
    z-index: -1; } }

.modo-tabla-tabla {
  width: 100%; }

.modo-tabla-tabla main {
  padding-bottom: 1em; }

.modo-tabla-footer, .modo-tabla-footer-space {
  min-height: 2cm; }

.modo-tabla-header {
  position: fixed;
  top: 0cm;
  width: 100%;
  background-color: white; }

.modo-tabla-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white; }

@media only screen and (max-width: 768px) {
  .modo-tabla-footer {
    width: 100%;
    position: static; } }

input {
  width: 80%;
  line-height: 2em; }

input:read-only {
  background-color: #aaa;
  border: 1px solid #888; }

.formulario td {
  text-align: center; }

.formulario input[type="submit"] {
  width: 100%;
  padding: 5px;
  margin-top: 20px;
  background-color: #4CAF50;
  /*    border: 0;*/
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s; }

.texto_error {
  color: red;
  padding: 16px;
  display: inline-block; }

.hint {
  background-color: #fcf5b6;
  margin: 1em;
  border: solid 1px black;
  padding: 1em;
  color: #282828; }

.hoja a {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.hoja p, h1, h2 {
  overflow-wrap: break-word;
  word-wrap: break-word; }

[class*="col-"] {
  border: none;
  padding: 0px;
  box-shadow: none;
  border-radius: 0;
  float: left;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%; }
  .col-2 {
    width: 16.66%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33%; }
  .col-5 {
    width: 41.66%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33%; }
  .col-8 {
    width: 66.66%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33%; }
  .col-11 {
    width: 91.66%; }
  .col-12 {
    width: 100%; } }

.fullmain {
  max-width: none;
  padding: 0; }

.pagina_oscura {
  background: #353D40 url("/images/bg02.jpg");
  max-width: none !important; }

.Instalaciones {
  /*		border-bottom: solid 1px #272e31;  */
  padding: 45px 0 45px 0;
  max-width: 1400px;
  margin: 0 auto;
  display: block; }

.Instalaciones p, .Instalaciones h1, .Instalaciones h2, .Instalaciones h3, .Instalaciones a {
  color: white;
  text-align: center;
  width: 100%; }

.Instalacion {
  height: 175px; }
  .Instalacion img {
    max-width: 250;
    height: 89; }
  .Instalacion h3 {
    padding-top: 16px; }

@media only screen and (max-width: 768px) {
  .Instalacion {
    height: auto; }
    .Instalacion img {
      max-width: none;
      max-height: 150; } }

.wscada svg {
  width: 100%;
  height: auto; }

.toolTip {
  background: rgba(20, 20, 20, 0.9) center left 5px no-repeat;
  border: 2px solid #87cefa;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #333;
  color: #87cefa;
  font-size: 1.0em;
  padding: 10px 10px 10px 35px;
  max-width: 600px;
  position: absolute;
  z-index: 100;
  line-height: 1.5em; }

.toolTip a {
  color: #00FF00; }

.botonNoDecorado {
  background-color: transparent;
  border: none;
  cursor: pointer; }

.visible0 {
  display: none; }

.visible1 {
  width: 100%; }

.graficas {
  text-align: center; }
  .graficas #favcolor {
    width: 50px; }
  .graficas #fechaInicial, .graficas #fechaFinal {
    width: fit-content; }
  .graficas #barraPeriodo, .graficas #Refrescar {
    width: 200px; }
  .graficas #Refrescar {
    display: none; }
  .graficas #EnlacePermanente, .graficas #EnlaceCSV, .graficas #cambioEje, .graficas #Normalizado {
    width: fit-content; }

output {
  position: fixed;
  background-image: linear-gradient(#444444, #999999);
  width: 40px;
  height: 30px;
  text-align: center;
  color: white;
  border-radius: 10px;
  display: none;
  font: bold 15px/30px Georgia;
  bottom: 100px;
  left: 100px; }

output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #999999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px; }

.noFooter {
  height: 0;
  display: none; }

.scadaValor a {
  text-decoration: none; }

.scadaValor img {
  text-align: rigth; }

.tiposkin {
  width: 16.6%;
  float: left;
  padding-left: 10px; }
  .tiposkin img {
    max-width: 100%;
    padding: 5px;
    border: 4px groove gainsboro;
    border-radius: 7px;
    background-color: #89aaf7; }
  .tiposkin h2 {
    text-align: center;
    text-decoration: none;
    font-size: 1.5em; }
  .tiposkin a {
    text-decoration: none; }

.ayuda_link {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  margin: 5px 10px 0px 0px;
  float: right;
  font-weight: 200;
  width: 95%;
  height: 20px;
  text-align: right; }
  .ayuda_link a {
    text-decoration: none;
    width: 100%;
    margin-left: 16px; }
  .ayuda_link p {
    text-align: right;
    line-height: 1.5em;
    margin-bottom: 0px; }
  .ayuda_link img {
    height: 40px;
    width: 40px; }
