html,
body {
  min-height: 100%;
}
body {
  padding: 0;
  text-align: center;
  background: url(unnamed.png);
  overflow-x: hidden
}
body::before{
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  background: #002B4A url(LogoXunta.svg) left 48px top 50% no-repeat;
  background-size: contain;
}
#lbOverlay {
  background: #f3f3f3;
}
#content {
  width: 100%;
  max-width: 1230px;
  min-width: 300px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding-bottom: 21px;
}
#main-wrapper {
  padding: 90px 25px 75px 305px;
  background: #ffffffff url(_intef_left_column.gif) repeat-y 0 0;
  box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 8px;
  border-radius: 16px;
  margin-top: -65px;
}
.no-nav #main-wrapper {
  padding-left: 25px;
  background: #ffffffff;
}
#main {
  width: 100%;
}
#header,
#emptyHeader {
  border: none;
  padding: 20px 20px 20px 20px;
  background: none;
  font-size: 1em;
  position: relative;
  z-index: 3;
}
#emptyHeader {
  height: 42px;
}
#headerContent {
  font-size: 2.5em;
  color: #002b4a;
  line-height: 1.2em;
}
#nodeDecoration {
  padding: 0;
  margin: 0 0 25px 0;
  border: none;
  text-shadow: none;
  background: none;
  border-top: 1px solid #BFDEF0;
  height: 1px;
}
#nodeTitle {
  padding: 8px 342px 0px 0;
  color: #007bc4;
  font-size: 1.5em;
  font-family: "Atkinson Bold";
  line-height: normal;
  position: absolute;
  z-index: 1;
  bottom: calc(100% - 175px);
  display: flex;
  height: 80px;
  align-items: center;
}
#nodeTitle.longHeader {
  bottom: calc(100% - 225px);
}
#siteFooter {
  padding: 5px 20px 20px 20px;
  text-align: right;
  margin-top: -56px;
}
/* Navigation */
#skipNav {
  font-size: 1em;
  text-align: center;
  padding-top: 25px;
}
#skipNav a {
  padding: 5px 15px;
  background: #3a4749;
}
#siteNav {
  width: 279px;
  float: left;
  padding-right: 20px;
  margin: 0px 0 70px 0;
  border-radius: 16px 0 0 16px;
  position: relative;
  top: 40px;
}
#siteNav ul,
#siteNav li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 25px;
}
#siteNav a {
  font-size: 1.25em;
  display: block;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  background: #007bc4;
  text-decoration: none;
  line-height: 1.2em;
}
#siteNav ul ul a {
  padding-left: 35px;
  font-size: 1em;
  background: #007bc4;
  border-color: #007bc4;
  color: #FFFFFF;
}
#siteNav ul ul ul a {
  padding-left: 50px;
}
#siteNav ul ul ul ul a {
  padding-left: 65px;
}
#siteNav a:hover,
#siteNav a:focus {
  color: #ffffff;
  background: #3f9cd2;
  border-color: #0066a5;
}
/*
#siteNav ul li:first-child a {
  border-top-left-radius: 16px;
}
*/
#siteNav ul ul a:hover,
#siteNav ul ul a:focus {
  color: #ffffff;
  background: #3f9cd2;
  border-color: #0066a5;
}
#siteNav .active {
  color: #ffffff;
  text-decoration: none;
  background: #002b4a;
  border-color: #002b4a;
}
#siteNav .active:hover {
  color: #ffffff;
  text-decoration: none;
  background: #002b4a;
  border-color: #002b4a;
}
#siteNav .other-section {
  display: none;
}
/* IE6 */
* html #siteNav a {
  display: inline-block;
  width: 249px;
}
* html #siteNav ul ul a {
  width: 234px;
}
* html #siteNav ul ul ul a {
  width: 219px;
}
* html #main {
  width: auto;
}
/* Pagination */
.pagination {
  padding-right: 16px;
  text-align: right;
}
.pagination .sep {
  display: none;
}
.pagination a {
  padding: 8px 16px;
  background: #007bc4;
  color: #ffffff;
  margin-left: 8px;
  border-radius: 8px;
  font-size: 1em;
}
.pagination a span span {
  display: none;
}
.pagination a:hover,
.pagination a:focus {
  background: #3f9cd2;
  text-decoration: none;
}
#topPagination {
  position: relative;
  top: -10px;
  width: 100%;
  z-index: 2;
}
#topPagination .prev {
  margin-left: 8px;
}
#topPagination .pagination {
  text-align: right;
}
#bottomPagination {
  padding: 0 20px 71px 0;
  position: relative;
  top: -50px;
}
.no-nav #bottomPagination {
  padding-left: 20px;
}
/* Page counter */
#topPagination .page-counter {
  margin-left: 6px;
  color: #002B4A;
}
#bottomPagination .page-counter {
  margin-left: 16px;
  margin-right: 0;
  color: #002B4A;
}

#exe-client-search-form {
  text-align: left;
  padding: 25px 0 0;
  margin: 0;
  font-size: 1em;
}

@media all and (min-width: 1230px) {
  #bottomPagination,
  #siteFooter {
    padding-right: 0;
  }
  #topPagination {
    right: 0;
  }
  #header {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Autoclear */
#content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#content {
  display: inline-block;
}

html[xmlns] #content {
  display: block;
}
* html #content {
  height: 1%;
  overflow: visible;
}
#header-options {
  width: 96px;
  height: 20px;
  background: url(crg.hamburguesa.svg) #007bc4 0% 45% no-repeat padding-box;
  position: relative;
  top: 20px;
  left: 30px;
  z-index: 999;
  margin-top: 0px;
  margin-bottom: 0px;
}
#header-options a {
  display: inline-block;
  font-size: 1.25rem;
  margin: 0px 10px 0px 0px;
  padding: 1px 0 0 0;
  color: #ffffff;
  text-decoration: none;
}
#header-options a:hover,
#header-options a:focus {
  color: #ffffff;
}
#header-options #toggle-nav {
  right: 20px;
}
#header-options:has(.show-nav){
  padding: 14px;
  border-radius: 8px;
  background-position-x: 17px;
  left: 13px;
}
#header-options:has(.hide-nav){
  height: 48px
}
#header-options .hide-nav{
  padding-top: 15px;
  padding-left: 33px;
}
#header-options .show-nav{
  padding-left: 36px;
  padding-top: 1px;
}

#exe-client-search-text {
  max-width: 50%;
}
.exe-client-search-result {
  background: #ecd078;
  padding: 0 2px;
}
a .exe-client-search-result {
  color: #00566a;
}

.exe-udlContent-content li,
.exe-udlContent-content td
{
  font-size: 1.1em;
  line-height: 1.25rem;
}

@media all and (max-width: 768px) {
  #content {
    width: 100%;
    border: none;
    margin: 0;
  }
  #main-wrapper {
    background: #ffffff;
  }
  #header,
  #emptyHeader {
    padding-left: 20px;
    padding-right: 20px;
    background-position: 50% 23px;
  }
  #exe-client-search-text {
    max-width: 70%;
  }
  #topPagination {
    display: none;
  }
  #bottomPagination,
  .no-nav #bottomPagination {
    padding: 0 20px;
  }
  #siteNav {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em;
  }
  #siteNav a {
    padding: 10px 20px;
  }
  #siteNav ul ul a {
    padding-left: 40px;
  }
  #siteNav ul ul ul a {
    padding-left: 60px;
  }
  #main-wrapper,
  .no-nav #main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
  }
  #siteFooter,
  .no-nav #siteFooter {
    padding: 20px;
    text-align: center;
    margin: 0;
  }
  #content .exe-col {
    float: none;
    width: 100%;
    padding: 0;
  }
  iframe,
  object,
  embed {
    max-width: 100%;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  .pagination {
    text-align: center;
    height: 35px;
    position: relative;
  }
  .pagination .prev {
    position: absolute;
    left: 0;
    margin: 0;
  }
  .pagination .next {
    position: absolute;
    right: 0;
  }
  #header-options {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    background: #ffffff;
    font-size: 1em;
  }
  #header-options a {
    margin-left: 0;
    display: block;
    width: 100%;
    height: auto;
    color: #ffffff;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    line-height: 2.6em;
    letter-spacing: 1px;
    padding: 0;
  }
  #header-options a span {
    background: url(_intef_menu.gif) no-repeat 18px 1px;
    padding-left: 45px;
  }
  #header-options #print-page {
    display: none;
  }
  #header-options #toggle-nav {
    background: #007bc4;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 40px;
  }
  #bottomPagination .page-counter {
    margin: 0;
    padding-top: 5px;
    display: inline-block;
  }
  #siteNav ul li:first-child a {
    border-top-right-radius: 16px;
  }
}

@media print {
  #header,
  #emptyHeader {
    margin: 0;
    padding-top: 30px;
    padding-left: 0;
  }
  #siteNav,
  #header-options,
  .noprt,
  .toggle-idevice,
  #exe-client-search {
    display: none !important;
  }
  #main-wrapper,
  .no-nav #main-wrapper {
    padding: 20px 0;
    box-shadow: none;
  }
  body #content {
    background: #fff;
  }
  #content {
    max-width: 100%;
  }
}

@-moz-document url-prefix() {
  #header-options{
    background-position-x: 16px;
    padding: 14px;
    left: 14px;
    border-radius: 8px;
  }

  #header-options .hide-nav{
    padding-top: 1px;
    padding-left: 33px;
  }
  #header-options .show-nav{
    padding-left: 33px;
    padding-top: 1px;
  }
}
