* {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #121212;
  margin: 0;
  padding: 0;
  background: none;
}

body {
  font-size: 16px;
  background: none;
  color: #121212;
  margin: 0 auto;
  max-width: 1920px;
}

#slogan {
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  min-height: 37px;
  line-height: 1.15;
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

::-moz-selection {
  background-color: #073A71 !important;
  color: #fff;
}

::selection {
  background-color: #073A71 !important;
  color: #fff;
}
::-moz-selection *, ::-moz-selection .c-primary {
  color: #fff !important;
}
::selection *, ::selection .c-primary {
  color: #fff !important;
}
::-moz-selection .top-bar-section a {
  background-color: #073A71 !important;
  color: #fff !important;
}
::selection .top-bar-section a {
  background-color: #073A71 !important;
  color: #fff !important;
}
::-moz-selection a {
  color: #fff;
}
::selection a {
  color: #fff;
}
::-moz-selection a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::selection a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::-moz-selection a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::selection a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::-moz-selection .active a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
::selection .active a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}

.primary {
  background-color: #073A71 !important;
  color: #fff;
}
.primary *, .primary .c-primary {
  color: #fff !important;
}
.primary .top-bar-section a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.primary a {
  color: #fff;
}
.primary a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.primary a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.primary .active a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}

.secondary {
  background-color: #FFB800;
  color: #272520;
}
.secondary *, .secondary .c-secondary {
  color: #272520 !important;
}
.secondary .top-bar-section a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.secondary a {
  color: #272520;
}
.secondary a:hover {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.secondary a:hover * {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.secondary .active a {
  background-color: #073A71 !important;
  color: #fff !important;
}

.ocultar-texto {
  overflow: hidden;
  text-overflow: ellipsis;
}

.li-inline li {
  display: inline;
}

.ls-none {
  list-style: none;
}

.lst-none {
  list-style-type: decimal;
}

.lst-upper-latin {
  list-style-type: upper-latin;
}

.lsp-inside, ul {
  list-style-position: inside;
}

.lsp-outside {
  list-style-position: outside;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ww-break-word {
  word-wrap: break-word;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.outline-0 {
  outline: 0;
}

.telefono, .movil, .fax {
  width: 9em !important;
}

.dni {
  width: 8em !important;
}

.cp {
  width: 5em !important;
}

.menu-basico {
  background-color: #073A71;
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 1em;
  float: left;
}
.menu-basico a {
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-basico a:hover, .menu-basico a:active, .menu-basico a:focus {
  background-color: #042141;
}
.menu-basico a.mb-seleccionado {
  background-color: #031529;
}
.menu-basico li {
  position: relative;
  display: inline-block;
  float: left;
}
.menu-basico li ul, .menu-basico li nav {
  display: none;
  position: absolute;
  margin: 2em 0 0 0;
  left: 0;
  z-index: 1;
  background: #073A71;
}
.menu-basico li ul li, .menu-basico li nav li {
  background: #073A71;
  display: block;
}
.menu-basico li:hover > ul, .menu-basico li:hover > nav {
  display: block;
}

.label-linea label {
  vertical-align: top;
}
.label-linea * {
  display: inline !important;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.label-linea select {
  padding-right: 1em;
}
.label-linea select option {
  display: block !important;
}
.label-linea input, .label-linea select, .label-linea textarea {
  margin-bottom: 0.5em !important;
}

.datepicker.label-linea label, .timepicker.label-linea label {
  display: inline !important;
}

form .required:not(.radio):not(.checkbox) label:after, form .require:not(.radio):not(.checkbox) label:after {
  color: #FE472F;
  content: " *";
  display: inline;
}

.obligatorio label:after, label.obligatorio:after {
  color: #FE472F;
  content: " *";
  display: inline;
}

a {
  color: #073A71;
  outline: 0;
}
a:hover, a:focus, a:active {
  outline: 0;
  color: #996e00;
}
a:hover *, a:focus *, a:active * {
  color: #073A71;
}
a[href="#"] {
  cursor: default;
}
a span {
  color: #FFB800;
}

input,
input[type=checkbox],
input[type=radio], label {
  margin: 0;
}

input[type=text],
input[type=password],
textarea,
select {
  margin: 0 0 0.5em 0;
}

input[type=password] {
  font-family: Arial !important;
}

/*input[type="radio"],
input[type="checkbox"]
{
  margin-right: .5em;
}*/
input[type=button], input[type=submit], button, .boton, .button {
  font-family: "Open Sans", sans-serif;
  background-color: #073A71;
  color: #fff;
  border-color: transparent !important;
  border-radius: 0.5em;
  border: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  min-height: 2em;
  line-height: 1.3em;
  padding: 0.4em 1em 0.3em;
  font-weight: normal;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 1em 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type=button]:hover, input[type=submit]:hover, button:hover, .boton:hover, .button:hover {
  background-color: #0a53a1;
  color: #fff;
}
input[type=button]:active, input[type=submit]:active, button:active, .boton:active, .button:active {
  background-color: #0a53a1;
  color: #fff;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
}
input[type=button]:focus, input[type=submit]:focus, button:focus, .boton:focus, .button:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  background-color: #073A71;
}

.ta-right input[type=button], .ta-right input[type=submit], .ta-right button, .ta-right .boton, .ta-right .button {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 640px) {
  .ta-right input[type=button], .ta-right input[type=submit], .ta-right button, .ta-right .boton, .ta-right .button {
    margin-bottom: 0.5em;
  }

  input[type=button], input[type=submit], button, .boton, .button {
    margin-bottom: 0.5em;
  }
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background-color: #fff;
  font-size: 0.9em;
  outline: #fff dotted 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type=text] *,
input[type=password] *,
input[type=date] *,
input[type=datetime] *,
input[type=datetime-local] *,
input[type=month] *,
input[type=week] *,
input[type=email] *,
input[type=number] *,
input[type=search] *,
input[type=tel] *,
input[type=time] *,
input[type=url] *,
textarea *,
select * {
  outline: #fff dotted 0 !important;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=date]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=month]:hover,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=week]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=time]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=url]:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: 0 0 5px #bbb;
          box-shadow: 0 0 5px #bbb;
  outline: #fff dotted 0 !important;
}
input[type=text]:hover *, input[type=text]:focus *, input[type=text]:active *,
input[type=password]:hover *,
input[type=password]:focus *,
input[type=password]:active *,
input[type=date]:hover *,
input[type=date]:focus *,
input[type=date]:active *,
input[type=datetime]:hover *,
input[type=datetime]:focus *,
input[type=datetime]:active *,
input[type=datetime-local]:hover *,
input[type=datetime-local]:focus *,
input[type=datetime-local]:active *,
input[type=month]:hover *,
input[type=month]:focus *,
input[type=month]:active *,
input[type=week]:hover *,
input[type=week]:focus *,
input[type=week]:active *,
input[type=email]:hover *,
input[type=email]:focus *,
input[type=email]:active *,
input[type=number]:hover *,
input[type=number]:focus *,
input[type=number]:active *,
input[type=search]:hover *,
input[type=search]:focus *,
input[type=search]:active *,
input[type=tel]:hover *,
input[type=tel]:focus *,
input[type=tel]:active *,
input[type=time]:hover *,
input[type=time]:focus *,
input[type=time]:active *,
input[type=url]:hover *,
input[type=url]:focus *,
input[type=url]:active *,
textarea:hover *,
textarea:focus *,
textarea:active *,
select:hover *,
select:focus *,
select:active * {
  outline: #fff dotted 0 !important;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
textarea:disabled,
select:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #aaa;
}
input[type=text]:disabled:hover, input[type=text]:disabled:focus, input[type=text]:disabled:active,
input[type=password]:disabled:hover,
input[type=password]:disabled:focus,
input[type=password]:disabled:active,
input[type=date]:disabled:hover,
input[type=date]:disabled:focus,
input[type=date]:disabled:active,
input[type=datetime]:disabled:hover,
input[type=datetime]:disabled:focus,
input[type=datetime]:disabled:active,
input[type=datetime-local]:disabled:hover,
input[type=datetime-local]:disabled:focus,
input[type=datetime-local]:disabled:active,
input[type=month]:disabled:hover,
input[type=month]:disabled:focus,
input[type=month]:disabled:active,
input[type=week]:disabled:hover,
input[type=week]:disabled:focus,
input[type=week]:disabled:active,
input[type=email]:disabled:hover,
input[type=email]:disabled:focus,
input[type=email]:disabled:active,
input[type=number]:disabled:hover,
input[type=number]:disabled:focus,
input[type=number]:disabled:active,
input[type=search]:disabled:hover,
input[type=search]:disabled:focus,
input[type=search]:disabled:active,
input[type=tel]:disabled:hover,
input[type=tel]:disabled:focus,
input[type=tel]:disabled:active,
input[type=time]:disabled:hover,
input[type=time]:disabled:focus,
input[type=time]:disabled:active,
input[type=url]:disabled:hover,
input[type=url]:disabled:focus,
input[type=url]:disabled:active,
textarea:disabled:hover,
textarea:disabled:focus,
textarea:disabled:active,
select:disabled:hover,
select:disabled:focus,
select:disabled:active {
  background-color: #eee;
  border-color: #eee;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

label {
  color: #121212;
  display: inline !important;
  margin-right: 1em;
  font-size: 1em !important;
  margin-bottom: 0;
}

fieldset {
  /*
  border: none;
  padding: 0;
  */
  min-width: 0;
  padding: 0.5em 0;
  border-color: #ddd;
}
fieldset legend {
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.9375rem;
}

hr {
  border-color: #ddd;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.tabla-cebra tbody tr.odd, .tabla-basica tbody tr.odd {
  background: #fff;
}
.tabla-cebra tbody tr.even, .tabla-basica tbody tr.even {
  background: #eee;
}

.tabla-basica {
  border: none;
}
.tabla-basica * {
  text-align: left;
}
.tabla-basica caption {
  padding: 0.5em 0;
}
.tabla-basica thead tr {
  background-color: #ddd;
}
.tabla-basica tfoot tr {
  background-color: #ddd;
}

table .acciones, table .controles {
  text-align: center;
  white-space: nowrap;
}
table .acciones a, table .controles a {
  display: inline-block;
  margin: 0 0.5em;
}
table .acciones a:first-child, table .controles a:first-child {
  margin-left: 0;
}
table .acciones a:last-child, table .controles a:last-child {
  margin-right: 0;
}

.tl-fixed {
  table-layout: fixed;
}

.ec-hide {
  empty-cells: hide;
}

h1, h2, h3, h4, h5, h6, .titulo-1, .titulo-2, .titulo-3, .titulo-4, .titulo-5, .titulo-6 {
  color: #073A71;
  margin: 0.5em 0;
  font-weight: bold;
  line-height: 1em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .titulo-1 span, .titulo-2 span, .titulo-3 span, .titulo-4 span, .titulo-5 span, .titulo-6 span {
  color: #FFB800;
  font-size: inherit;
}

h1, .titulo-1, h2, .titulo-2, h3, .titulo-3, h4, .titulo-4, h5, .titulo-5, h6, .titulo-6 {
  font-family: "Open Sans", sans-serif !important;
}

h1, .titulo-1 {
  font-size: 1.4em;
}

h2, .titulo-2 {
  font-size: 1.3em;
}

h3, .titulo-3 {
  font-size: 1.2em;
}

h4, .titulo-4 {
  font-size: 1.1em;
}

h5, .titulo-5 {
  font-size: 1em;
}

h6, .titulo-6 {
  font-size: 0.9em;
}

textarea {
  height: auto;
  line-height: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  resize: none;
  font-family: "Open Sans", sans-serif !important;
}

select {
  padding-top: 0;
  padding-bottom: 0;
  outline: #fff dotted 0 !important;
}
select * {
  outline: #fff dotted 0 !important;
}

ul {
  margin: 0;
}

ul.breadcrumbs {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
ul.breadcrumbs li {
  color: #121212;
}
ul.breadcrumbs li.current {
  color: #073A71;
}

.icon {
  font-size: 1.5em;
  color: #FFB800;
}

.icon.icon-twitter {
  color: #55ACEE;
}

.icon.icon-facebook {
  color: #3B5998;
}

.icon.icon-google-plus {
  color: #DA4835;
}

.icon.icon-android {
  color: #A4C63B;
}

.icon.icon-apple {
  color: #D9DCE1;
}

.icon.icon-fpdf {
  color: #f00;
}

button span.icon {
  font-size: 0.9em;
  display: block;
  float: left;
  margin-bottom: -0.14em;
  margin-top: 0.14em;
  margin-right: 0.5em;
}
button span.icono-derecha {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: local("GalanoGrotesque"), url("fonts/GalanoGrotesque.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoGrotesque.woff") format("woff"), url("fonts/GalanoGrotesque.ttf") format("truetype"), url("fonts/GalanoGrotesque.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
@font-face {
  font-family: "GalanoGrotesqueSemiBold";
  src: local("GalanoGrotesqueSemiBold"), url("fonts/GalanoGrotesqueSemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoGrotesqueSemiBold.woff") format("woff"), url("fonts/GalanoGrotesqueSemiBold.ttf") format("truetype"), url("fonts/GalanoGrotesqueSemiBold.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
@font-face {
  font-family: "GalanoGrotesqueBold";
  src: local("GalanoGrotesqueBold"), url("fonts/GalanoGrotesqueBold.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoGrotesqueBold.woff") format("woff"), url("fonts/GalanoGrotesqueBold.ttf") format("truetype"), url("fonts/GalanoGrotesqueBold.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
@font-face {
  font-family: "GalanoGrotesqueThin";
  src: local("GalanoGrotesqueThin"), url("fonts/GalanoGrotesqueThin.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoGrotesqueThin.woff") format("woff"), url("fonts/GalanoGrotesqueThin.ttf") format("truetype"), url("fonts/GalanoGrotesqueThin.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
@font-face {
  font-family: "GalanoGrotesqueExtraLightItalic";
  src: local("GalanoGrotesqueExtraLightItalic"), url("fonts/GalanoGrotesqueExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoGrotesqueExtraLightItalic.woff") format("woff"), url("fonts/GalanoGrotesqueExtraLightItalic.ttf") format("truetype"), url("fonts/GalanoGrotesqueExtraLightItalic.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
@font-face {
  font-family: "GalanoGrotesqueLight";
  src: local("GalanoGrotesqueLight"), url("fonts/GalanoGrotesqueLight.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoGrotesqueLight.woff") format("woff"), url("fonts/GalanoGrotesqueLight.ttf") format("truetype"), url("fonts/GalanoGrotesqueLight.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
@font-face {
  font-family: "GalanoGrotesqueMedium";
  src: local("GalanoGrotesqueMedium"), url("fonts/GalanoGrotesqueMedium.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoGrotesqueMedium.woff") format("woff"), url("fonts/GalanoGrotesqueMedium.ttf") format("truetype"), url("fonts/GalanoGrotesqueMedium.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
@font-face {
  font-family: "KeplerStdLight";
  src: local("KeplerStdLight"), url("fonts/KeplerStdLight.eot?#iefix") format("embedded-opentype"), url("fonts/KeplerStdLight.woff") format("woff"), url("fonts/KeplerStdLight.ttf") format("truetype"), url("fonts/KeplerStdLight.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-strecht: condensed;
  unicode-range: "U+0-10FFFF";
}
.c-primary {
  color: #073A71;
}

.c-secondary {
  color: #FFB800;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-default {
  color: #121212;
}

.f-style-normal {
  font-style: normal;
}

.f-style-italic {
  font-style: italic;
}

.f-style-oblique {
  font-style: oblique;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fw-bolder {
  font-weight: bolder;
}

.fw-lighter {
  font-weight: lighter;
}

.fs-1 {
  font-size: 1em;
}

.fs-inherit {
  font-size: inherit;
}

.fs-initial {
  font-size: initial;
}

.fs-xx-small {
  font-size: xx-small;
}

.fs-x-small {
  font-size: x-small;
}

.fs-small {
  font-size: small;
}

.fs-medium {
  font-size: medium;
}

.fs-large {
  font-size: large;
}

.fs-x-large {
  font-size: x-large;
}

.fs-xx-large {
  font-size: xx-large;
}

.fs-smaller {
  font-size: smaller;
}

.fs-larger {
  font-size: larger;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  .ta-left-m {
    text-align: left;
  }

  .ta-center-m {
    text-align: center;
  }

  .ta-right-m {
    text-align: right;
  }

  .ta-justify-m {
    text-align: justify;
  }
}
.tt-uppercase {
  text-transform: uppercase;
}

.tt-lowercase {
  text-transform: lowercase;
}

.tt-capitalize {
  text-transform: capitalize;
}

.fv-small-caps {
  font-variant: small-caps;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

.td-line-through {
  text-decoration: line-through;
}

.td-none {
  text-decoration: none;
}

.ti-1 {
  text-indent: 1em;
}

.to-ellipsis {
  text-overflow: ellipsis;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

.clear {
  clear: both;
}

.p-left-0 {
  padding-left: 0;
}

.p-right-0 {
  padding-right: 0;
}

.p-top-0 {
  padding-top: 0;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.p-0 {
  padding: 0;
}

.p-left-1 {
  padding-left: 1rem;
}

.p-right-1 {
  padding-right: 1rem;
}

.p-top-1 {
  padding-top: 1rem;
}

.p-bottom-1 {
  padding-bottom: 1rem;
}

.p-1 {
  padding: 1rem;
}

.p-boton, .p-form {
  padding-top: 1.45rem;
}
.p-boton .input.checkbox, .p-boton .input.radio, .p-form .input.checkbox, .p-form .input.radio {
  padding-top: 0.3rem;
}

@media only screen and (max-width: 640px) {
  .p-boton, .p-form {
    padding-top: 0 !important;
  }
  .p-boton .input.checkbox, .p-boton .input.radio, .p-form .input.checkbox, .p-form .input.radio {
    padding-top: 0 !important;
  }
}
.m-auto {
  margin: auto;
}

.m-0-auto {
  margin: 0 auto;
}

.m-left-0 {
  margin-left: 0;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-top-0 {
  margin-top: 0;
}

.m-bottom-0 {
  margin-bottom: 0;
}

.m-0 {
  margin: 0;
}

.m-0-i {
  margin: 0 !important;
}

.m-left-1 {
  margin-left: 1rem;
}

.m-right-1 {
  margin-right: 1rem;
}

.m-top-1 {
  margin-top: 1rem;
}

.m-bottom-1 {
  margin-bottom: 1rem;
}

.m-1 {
  margin: 1rem;
}

.m-boton {
  margin-top: 1.4rem;
}

.b-0 {
  border: 0;
}

.b-left-0 {
  border-left: 0;
}

.b-right-0 {
  border-right: 0;
}

.b-top-0 {
  border-top: 0;
}

.b-bottom-0 {
  border-bottom: 0;
}

.bc-primary {
  border-color: #073A71;
}

.bc-secondary {
  border-color: #FFB800;
}

.bc-white {
  border-color: #fff;
}

.bc-black {
  border-color: #000;
}

.bc-transparent {
  border-color: transparent;
}

.circle {
  border-radius: 50%;
}

.redondeado {
  border-radius: 1em;
}

.w-auto {
  width: auto !important;
}

.w-100p {
  width: 100% !important;
}

.with-transition {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-none {
  display: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.background-color-primary {
  background-color: #073A71;
}

.bg-primary-i {
  background-color: #073A71 !important;
}

.background-color-secondary {
  background-color: #FFB800;
}

.background-color-blanco {
  background-color: #fff;
}

.background-color-negro {
  background-color: #000;
}

.background-color-transparent {
  background-color: transparent;
}

.background-size-100 {
  background-size: 100% 100%;
}

.background-size-cover {
  background-size: cover;
}

.background-size-100 {
  background-size: contain;
}

.background-none {
  background: none;
}

.max-h-none {
  max-height: none;
}

.min-h-0 {
  min-height: 0;
}

.max-w-none {
  max-width: none;
}

.min-w-0 {
  min-width: 0;
}

.titulo {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.titulo-primary {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #073A71;
}

.titulo-secondary {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #FFB800;
}

div.exito, div.robertastico, div.fallo, div.txematidico, div.informacion {
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
}
div.exito *, div.exito label, div.robertastico *, div.robertastico label, div.fallo *, div.fallo label, div.txematidico *, div.txematidico label, div.informacion *, div.informacion label {
  color: #fff;
}
div.exito div, div.robertastico div, div.fallo div, div.txematidico div, div.informacion div {
  font-weight: bold;
}

div.exito {
  background-color: #59C465;
  border-color: #3dad4a;
}

.c-exito {
  color: #59C465;
}

div.fallo {
  background-color: #FE472F;
  border-color: #f91e01;
}

.c-fallo {
  color: #FE472F;
}

div.informacion {
  background-color: #FE9F2F;
  border-color: #f98701;
}

.c-informacion {
  color: #FE9F2F;
}

.paginacion {
  text-align: center;
}
.paginacion * {
  display: inline-block;
  list-style: none;
}
.paginacion .current, .paginacion .prev, .paginacion .next {
  background-color: #FFB800;
  color: #272520;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
}
.paginacion .current *, .paginacion .current .c-secondary, .paginacion .prev *, .paginacion .prev .c-secondary, .paginacion .next *, .paginacion .next .c-secondary {
  color: #272520 !important;
}
.paginacion .current .top-bar-section a, .paginacion .prev .top-bar-section a, .paginacion .next .top-bar-section a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.paginacion .current a, .paginacion .prev a, .paginacion .next a {
  color: #272520;
}
.paginacion .current a:hover, .paginacion .prev a:hover, .paginacion .next a:hover {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.paginacion .current a:hover *, .paginacion .prev a:hover *, .paginacion .next a:hover * {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.paginacion .current .active a, .paginacion .prev .active a, .paginacion .next .active a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.paginacion li {
  margin: 0 0.5em;
}
.paginacion li.next > a, .paginacion li.prev > a {
  color: #fff !important;
}
.paginacion li.next > a:hover, .paginacion li.next > a:active, .paginacion li.next > a:focus, .paginacion li.prev > a:hover, .paginacion li.prev > a:active, .paginacion li.prev > a:focus {
  background-color: #073A71 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.paginacion li a {
  background-color: #073A71 !important;
  color: #fff;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.paginacion li a *, .paginacion li a .c-primary {
  color: #fff !important;
}
.paginacion li a .top-bar-section a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.paginacion li a a {
  color: #fff;
}
.paginacion li a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.paginacion li a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.paginacion li a .active a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.paginacion li a:hover, .paginacion li a:active, .paginacion li a:focus {
  background-color: #073A71 !important;
  color: #fff !important;
}

.enlaces-primary a {
  background-color: #073A71 !important;
  color: #fff;
}
.enlaces-primary a *, .enlaces-primary a .c-primary {
  color: #fff !important;
}
.enlaces-primary a .top-bar-section a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.enlaces-primary a a {
  color: #fff;
}
.enlaces-primary a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-primary a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-primary a .active a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.enlaces-primary .active {
  background-color: #FFB800;
  color: #272520;
}
.enlaces-primary .active *, .enlaces-primary .active .c-secondary {
  color: #272520 !important;
}
.enlaces-primary .active .top-bar-section a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.enlaces-primary .active a {
  color: #272520;
}
.enlaces-primary .active a:hover {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a:hover * {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active .active a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.enlaces-primary .active a {
  background-color: #FFB800;
  color: #272520;
}
.enlaces-primary .active a *, .enlaces-primary .active a .c-secondary {
  color: #272520 !important;
}
.enlaces-primary .active a .top-bar-section a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.enlaces-primary .active a a {
  color: #272520;
}
.enlaces-primary .active a a:hover {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a a:hover * {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a .active a {
  background-color: #073A71 !important;
  color: #fff !important;
}

.enlaces-secondary a {
  background-color: #FFB800;
  color: #272520;
}
.enlaces-secondary a *, .enlaces-secondary a .c-secondary {
  color: #272520 !important;
}
.enlaces-secondary a .top-bar-section a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.enlaces-secondary a a {
  color: #272520;
}
.enlaces-secondary a a:hover {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.enlaces-secondary a a:hover * {
  color: #0b0a09 !important;
  text-decoration: underline !important;
}
.enlaces-secondary a .active a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.enlaces-secondary .active {
  background-color: #073A71 !important;
  color: #fff;
}
.enlaces-secondary .active *, .enlaces-secondary .active .c-primary {
  color: #fff !important;
}
.enlaces-secondary .active .top-bar-section a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.enlaces-secondary .active a {
  color: #fff;
}
.enlaces-secondary .active a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active .active a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}
.enlaces-secondary .active a {
  background-color: #073A71 !important;
  color: #fff;
}
.enlaces-secondary .active a *, .enlaces-secondary .active a .c-primary {
  color: #fff !important;
}
.enlaces-secondary .active a .top-bar-section a {
  background-color: #073A71 !important;
  color: #fff !important;
}
.enlaces-secondary .active a a {
  color: #fff;
}
.enlaces-secondary .active a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active a .active a {
  background-color: #FFB800 !important;
  color: #272520 !important;
}

tr.link-js:hover {
  background: #073A71 !important;
  cursor: pointer;
}
tr.link-js:hover * {
  color: #fff;
}
tr.link-js:hover .icon:hover, tr.link-js:hover i:hover, tr.link-js:hover a:hover, tr.link-js:hover a:hover * {
  color: #FFB800;
  cursor: pointer;
}
tr.link-js:hover td.no-link-js {
  cursor: default;
}

.arrow {
  width: 0px;
  height: 0px;
  display: inline-block;
}
.arrow.arrow-top {
  border-left: 1em solid transparent !important;
  border-right: 1em solid transparent !important;
  border-bottom: 1em solid #073A71;
}
.arrow.arrow-right {
  border-top: 1em solid transparent !important;
  border-bottom: 1em solid transparent !important;
  border-left: 1em solid #073A71;
}
.arrow.arrow-bottom {
  border-left: 1em solid transparent !important;
  border-right: 1em solid transparent !important;
  border-top: 1em solid #073A71;
}
.arrow.arrow-left {
  border-top: 1em solid transparent !important;
  border-bottom: 1em solid transparent !important;
  border-right: 1em solid #073A71;
}

.cnt-extensions .abrir-todos, .cnt-extensions .cerrar-todos {
  color: #121212;
}

.ampliar {
  margin-bottom: 1px;
}
.ampliar .mostrar-ampliado > .columns > div {
  background-color: #ddd;
  padding: 0.5em 0.9375rem;
  cursor: pointer;
}
.ampliar .mostrar-ampliado > .columns > div .arrow {
  float: right;
  margin-top: 0.3em;
  border-color: #121212;
}
.ampliar .ampliacion > .row {
  padding: 0.5em 0.9375rem;
}

#button-up-to-header {
  display: none;
  border-radius: 50%;
  bottom: 1.5em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  position: fixed;
  right: 1.5em;
  z-index: 999;
  cursor: pointer;
}