/* ==================================================== */
/* = Footer	v1.1									  = */
/* ==================================================== */
#footer a {
  text-decoration: none; }

#footer a:hover {
  text-decoration: underline; }

#footer {
  background-color: #748cae;
  background-image: url(../images/footer-line-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 1px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 10px;
  line-height: 1rem; }

#footer .footer-panel {
  background-color: #dce0e9;
  background-image: url(../images/footer-shadow.png);
  background-position: center top;
  background-repeat: no-repeat; }

#footer .footer-panel .inner-content {
  color: #333;
  background: url(../images/footer-map.jpg) center 20px no-repeat;
  min-height: 50px;
  padding-bottom: 5px; }

#footer .footer-col-wrapper {
  background-image: url(../images/footer-sep-menu.png);
  background-position: right top;
  background-repeat: no-repeat;
  float: left;
  width: 20%; }

#footer .footer-col-wrapper:last-child {
  background-image: none; }

#footer h4 {
  color: #063b78;
  font-weight: bold;
  float: left;
  font-size: 12px;
  font-size: 1.2em;
  line-height: 1.2em;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-right: 10px;
  margin-left: 20px; }

#footer h4 a {
  color: #063b78; }

#footer .footer_col {
  width: 120px;
  margin-left: 20px;
  float: left; }

#footer ul {
  margin: 0; }

#footer ul li {
  list-style: none outside none;
  background-image: url(../images/footer-bullet.png);
  background-position: 6px 7px;
  background-repeat: no-repeat;
  padding: 2px 0 2px 15px;
  /*margin-right: 30px;*/
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-in;
  -o-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in; }

#footer ul li:hover {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#footer ul li a {
  padding: 2px 0;
  color: #333333;
  display: block; }

#footer ul li a:hover {
  text-decoration: none; }

#footer ul li ul li:hover {
  background-color: #dbe0e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px 0 0 3px; }

#footer .btn-panel {
  width: 97px;
  height: 21px;
  padding-top: 5px;
  margin: 0 auto;
  background-image: url(../images/footer-btn.png);
  background-position: left top;
  background-repeat: no-repeat; }

#footer .block-bottom .btn-panel a.link-panel {
  background-image: url(../images/footer-openclose.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  padding-left: 20px;
  width: 40%;
  margin: 0 auto;
  color: #063b78;
  text-decoration: none;
  height: 13px; }

#footer .btn-panel.no_display {
  width: 0; }

#footer .btn-panel.no_display a.link-panel {
  display: none; }

#footer .block-bottom .btn-panel .link-panel.fclose {
  background-position: left -13px; }

#footer .block-bottom {
  background-color: #073b77;
  background-image: url(../images/footer-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 1em; }

#footer .inner-content {
  width: 1080px;
  margin: 0 auto; }

#footer .block-bottom .inner-content,
#footer .block-bottom .inner-content a {
  color: #fff; }

#footer .block-bottom .block-left,
#footer .block-bottom .block-right {
  margin-top: -18px;
  font-size: 9px;
  font-size: 0.9rem; }

#footer .block-bottom .block-left {
  color: #fff;
  float: left;
  padding: 2px 0;
  margin-left: 20px;
  width: 400px; }

#footer .block-bottom .block-right {
  float: right;
  margin-right: 20px; }

#footer a.fav, #footer a.print, #footer a.rss, #footer a.log, #footer a.switch-mobile {
  padding: 3px 0 2px 20px;
  margin-right: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  text-transform: uppercase; }

#footer a.fav {
  background-image: url(../images/icns-send.png); }

#footer a.print {
  background-image: url(../images/icns-print.png); }

#footer a.rss {
  background-image: url(../images/icns-rss.png); }

#footer a.log {
  background-image: url(../images/icns-login.png); }

#footer a.switch-mobile {
  background-image: url(../images/icns-mobile.png);
  display: none; }

/* Footer mobile
----------------------------------------*/
#footer-mobile {
  font-size: 1.3rem;
  padding: 1em;
  color: white;
  position: relative;
  min-height: 110px; }

#footer-mobile a,
#footer-mobile span {
  color: white;
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-decoration: none; }

#footer-mobile div.footer-left {
  display: block;
  padding-right: 130px; }

#footer-mobile a.logo-coe-footer {
  background-image: url("../images/logo-coe@2x.png");
  background-size: 130px 99px;
  height: 99px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 7px;
  width: 130px; }

#footer-mobile div.block-left {
  padding-right: 130px; }

/* Icones de switch
----------------------------------------*/
a.switch-standard {
  margin-right: auto;
  margin-left: auto;
  width: 80px;
  display: block;
  background: url(../images/icns-standard.png) 90% center no-repeat #0f2858;
  padding: 7px;
  border-radius: 3px;
  margin: 15px; }

a.switch-standard:hover {
  text-decoration: none !important;
  background-color: black; }

