@import url(fonts.css);
@font-face {
  font-family: "Libre Baskerville Italic";
  src: url("http://www.fontsaddict.com/fontface/libre-baskerville-italic.ttf"); }
  
  


  
  
  
  
/* box-sizing */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* box-sizing end */
/* Fabian Luna http//fabian.mx */
body {
  font-size: 16px;
  line-height: 1.3em;
  font-family: "Trebuchet MS", sans-serif;
  min-width: 1100px;
  color: #6d6e70; }

h2 {
  font-size: 2.1em;
  text-transform: uppercase;
  font-family: "avenirblack", sans-serif;
  line-height: 1.2em;
  color: #434244; }

h3 {
  font-family: "Libre Baskerville Italic";
  font-size: 1.7em;
  line-height: 1.3em; color:#01497F;
  color: #e9ba44; color:#999; font-family: 'times', serif;  font-weight: 100; font-style: italic;}
  h3 span {
    font-weight: 700; }

h4 {
  font-size: 1.4em;
  font-weight: 300; }

div.container {
  width: 960px;
  min-width: 960px;
  margin: 0 auto; }

.parallax {
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.parallax-fixed {
  background: no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

div.half {
  width: 45%;
  vertical-align: top;
  display: inline-block;
  margin-right: 2em; }

header {
  background: #01497F url("../img/header-bg.jpg") repeat-x 50% 50%;
  background-size: cover;
  height: 125px;
  color: white;
  width: 100%;
  min-width: 960px; }
  header img.logo, header nav {
    display: inline-block;
    vertical-align: top; }
  header img.logo {
    width: 270px;
    margin-top: 50px; }
  header nav {
    width: 670px;
    float: right;
    margin-top: 49px;
    text-align: right; }
    header nav ul li {
      text-transform: uppercase;
      display: inline;
      height: 60px;
      border-bottom: solid 5px transparent;
      padding: 30px 0.3em;
      font-family: "avenirmedium", sans-serif;
      cursor: pointer;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      vertical-align: middle; }
      header nav ul li img {
        width: 22px;
        vertical-align: middle; }
      header nav ul li img:hover {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1); }
    header nav ul li:hover {
      border-bottom: solid 5px #e9ba44;  border-bottom: solid 5px #999; }
    header nav ul a {
      color: white;
      padding: 26px 0.5em;
      text-decoration: none; }
    header nav ul a:hover {
      color: #e9ba44;color:#bbb; }

section#sub-header {
  background: url("../img/sub-header-home.jpg") no-repeat center center;
  height: 310px;
  margin-top: -5px;
  min-width: 960px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

section#nuestra-firma {
  width: 100%;
  text-align: left;
  padding-bottom: 3em;
  min-width: 960px; }
  section#nuestra-firma div.icono {
    width: 100px;
    margin: 0 auto; }
    section#nuestra-firma div.icono img {
      width: 100px;
      margin-top: -50px; }
  section#nuestra-firma h3.nuestra-firma {
    margin-top: 60px;
    margin-bottom: 10px;
    color:#01497F;
    text-align: left;
    font-size: 2.7em;
    font-style: italic;
    text-transform: none; }
  section#nuestra-firma p.text-cursiva {
    /*color: #01497F;*/
    font-size: 16px;
    font-style: italic; }
  section#nuestra-firma p.p-cursiva {
    color: #01497F;
    font-size: 16px;
    font-style: italic; }
   section.nuestra-firma h2 {
    margin-top: -20px; 
    color:#01497F;
    text-align: left;
    text-transform: none; }
  section#nuestra-firma h3, section#nuestra-firma p {
    text-align: left; }
    
    
    section#nuestra-firma h3 {font-family: 'times', serif;  font-weight: 100; font-style: italic; color:#999;}
    
    
  div.text-container{
    width: 100%;
    vertical-align: top;
    display: inline-block;
    margin-right: 2em; 
  }  
  section#nuestra-firma p {
    color: #76787a; color:#333;
    font-size: 16px;
    text-align: justify; }
  section#nuestra-firma p.subtitulo {
    margin-top: -20px;
    font-size: 1.1em; }
  section#nuestra-firma p.dato-relevante {
    font-family: "Libre Baskerville Italic";
    font-size: 1.2em;
    line-height: 1.2em;
    color: #e9ba44;
    text-align: left;
    margin-top: 1.7em; font-family: 'times', serif;  font-weight: 100; font-style: italic; color:#999;}

section#saludos {
  background: url("../img/saludo.jpg") no-repeat center center fixed;
  height: 210px;
  margin-top: -4px;
  min-width: 960px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

section#clientes {
  background: white url("../img/clientes-bg.png") no-repeat 45% 50%;
  height: 258px;
  text-align: center;
  min-width: 960px; }
  section#clientes a.servicios {
    color: #01497F;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-bottom: solid 2px transparent; }
  section#clientes a.servicios:hover {
    border-bottom: solid 2px #e9ba44; }
  section#clientes img.clientes-icon {
    width: 200px;
    margin-top: 2em; }
  section#clientes h3 {
    text-align: left;
    padding: 1.5em 0 1.5em;
    width: 400px;
    color: #01497F;
    font-size: 1.8em;
    line-height: 1em; }
    section#clientes h5 {
    text-align: left;
    padding: 1.5em 0 1.5em;
    width: 400px;
    color: #01497F;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 500; }
    section#clientes h3 span {
      /*font-family: "avenirblack", sans-serif;
      line-height: 1.2em;
      color: #01497F;
      font-style: normal;
      font-weight: lighter; 
      //*/
      line-height: 1.2em;
      color: #01497F;
      font-style: italic;
      font-weight: 100;
      /*font-family: sans-serif;*/}
      /*section#clientes h5 span{ *//*menos bold*/
      /*font-family: "avenirblack", sans-serif;
      line-height: 1.2em;
      color: #01497F;
      font-style: normal;
      font-weight: lighter ;}
*/    

section#sub-header-serv {
  background: url("../img/sub-header-serv.jpg") no-repeat center center;
  height: 310px;
  margin-top: -5px;
  min-width: 960px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

section#servicios {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  min-width: 960px; }
  section#servicios div.icono {
    width: 100px;
    margin: 0 auto; }
    section#servicios div.icono img {
      width: 100px;
      margin-top: -50px; }
  section#servicios div.izquierda {
    width: 60%; }
  section#servicios div.derecha {
    width: 60%;
    margin-left: 40%;
    padding-left: 5%; }
  section#servicios h2 {
    font-size: 1.8em;
    color:#01497F;
    font-style: italic;
    margin-top: -20px; }
  section#servicios p {
    margin-top: -20px;
    width: 85%;
    color: #76787a; color:#333; }
  section#servicios h3 {
    font-size: 1.5em; color:#01497F; padding-bottom:10px; font-family: 'times', serif;  font-weight: 100; font-style: italic;}
  section#servicios div#consultoria {
    height: 400px;
    background: transparent url("../img/consultoria-bg.jpg") no-repeat center center;
    margin-top: -55px;
    padding: 5em 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
  section#servicios div#litigio {
    height: 400px;
    background: transparent url("../img/litigio-bg.jpg") no-repeat center center;
    padding: 5em 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
  section#servicios div#comercio-exterior {
    height: 400px;
    background: transparent url("../img/comercio-exterior-bg.jpg") no-repeat center center;
    padding: 3.5em 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
    section#servicios div#comercio-exterior h2, section#servicios div#comercio-exterior h3, section#servicios div#comercio-exterior p {
      color: white; }
  section#servicios div#competencia {
    height: 400px;
    background: transparent url("../img/competencia-bg.jpg") no-repeat center center;
    padding: 4em 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }

section#sub-header-expertos {
  background: url("../img/sub-header-expertos.jpg") no-repeat center center;
 
  height: 310px;
  margin-top: -5px;
  min-width: 960px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   }

.hexagono { 
 width: 150px; 
 height: 90px; 
 background: #666; 
 position: relative; 
}

.hexagono:before { 
 content: ""; 
 position: absolute; 
 top: -50px; 
 left: 0; 
 width: 0; 
 height: 0; 
 border-left: 75px solid transparent; 
 border-right: 75px solid transparent; 
 border-bottom: 50px solid #666; 
} 
.hexagono:after { 
 content: ""; 
 position: absolute; 
 bottom: -50px; 
 left: 0; 
 width: 0; 
 height: 0; 
 border-left: 75px solid transparent; 
 border-right: 75px solid transparent; 
 border-top: 50px solid #666;  
}













section#expertos {
  width: 100%;
  text-align: left;
  min-width: 960px; }
  section#expertos div.icono {
    width: 100px;
    margin: 0 auto; }
    section#expertos div.icono img {
      width: 100px;
      margin-top: -50px; }
  section#expertos div#nosotros {
    padding-bottom: 2em; }
    section#expertos div#nosotros h3 {
      margin-top: -20px; color:#01497F; font-style: italic;margin-top: 20px;}
       /*section#expertos div#nosotros h3 {
      margin-top: -20px; color:#01497F;}*/
    section#expertos div#nosotros p{
      color: #333;
    }
    section#expertos div#nosotros ul {
      margin: 0;
      padding: 50px 0;
      text-align: center; }
      section#expertos div#nosotros ul li {
        text-align: center;
        width: 255px;
        display: inline-block;
        vertical-align: top;
        margin: 0; }
        section#expertos div#nosotros ul li figure {
          background: url('../img/hexagono-bg.png') center center no-repeat;
          margin: 0;
          float: left;
          width: 100%;
          height: 255px;
          position: relative; }
          // section#expertos div#nosotros ul li figure a {
          //   float: left;
          //   width: 100%;
          //   position: relative;
          // }
          section#expertos div#nosotros ul li figure:hover {
            background: url('../img/hexagono-hover-bg.png') center center no-repeat;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
          }
          section#expertos div#nosotros ul li figure .mas-info {
            background-color: transparent;
            border-radius: 105px;
            width: 100%;
            display: block;
            width: 100%;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            text-decoration: none;

            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);

            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
/*
          section#expertos div#nosotros ul li figure div.mas-info:hover {
            background-color: rgba(0, 0, 0, 0.75);
            background-image: url("../img/leer-mas.png");
            background-repeat: no-repeat; }
*/
          section#expertos div#nosotros ul li figure figcaption p {
            margin: 0; }
          section#expertos div#nosotros ul li figure figcaption p.nombre {
            font-size: 1.2em;
            font-weight: bold;
            margin-top: 15px;
            color: #6d6e70;color:#333; }
          section#expertos div#nosotros ul li figure figcaption p.mail {
            color: #e9ba44;color:#01497F;
            margin: 5px 0; }
          section#expertos div#nosotros ul li figure figcaption div.division {
            display: block;
            margin: 10px auto;
            height: 2px;
            width: 40%;
            background-color: #dddddd; }
          section#expertos div#nosotros ul li figure:hover figcaption div.division {
            background-color: #ffffff;
          }
          section#expertos div#nosotros ul li figure:hover figcaption p {
            color: white !important;
          }
          section#expertos div#nosotros ul li figure figcaption img {
            margin-top: 10px;
            width: 24px; }
          section#expertos div#nosotros ul li figure figcaption img:hover {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3); }

section#sub-header-experto {
  background: url("../img/sub-header-expertos.jpg") no-repeat center center;
  height: 205px;
  margin-top: -5px;
  min-width: 960px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

section#experto-single {
  width: 100%;
  min-width: 960px; }
  section#experto-single div.experto {
    /*background: white url("../img/pedro-arias.jpg");
    background-repeat: no-repeat;
    background-position: 430px 10%;*/
    width: 960px;
    margin: 0 auto; }
    section#experto-single div.experto div.bio {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-align: justify;
      position: relative;
      z-index: 888;
      padding-bottom: 1.5em; }
      section#experto-single div.experto div.bio h3 {
        margin-top: 3em;
        padding: 0; }
      section#experto-single div.experto div.bio div.nombre, section#experto-single div.experto div.bio .nacimiento {
        display: inline-block;
        vertical-align: top; }
      section#experto-single div.experto div.bio div.nombre {
        width: 55%; }
        section#experto-single div.experto div.bio div.nombre h2 {
          margin-top: 40px;
          text-align: left;
          color: #01497F; }
      section#experto-single div.experto div.bio div.nacimiento {
        width: 40%;
        margin-top: -1.5em;
        line-height: 1em;
        border-right: solid 2px #01497F;
        padding-right: 1em;
        color: #333; }
        section#experto-single div.experto div.bio div.nacimiento p {
          font-size: 0.9em;
          text-align: right;
          margin: 0;
          color: #333;}
        section#experto-single div.experto div.bio div.nacimiento p span{
          color: #01497F;
          font-weight: bold;
        }
        section#experto-single div.experto div.bio div.nacimiento p img{
              width: 18px;
              position: relative;
              bottom: -3px;
              margin-right: 5px; }

      section#experto-single div.experto div.bio div.cv {
        color: #6d6e70; }
        section#experto-single div.experto div.bio div.cv p.experiencia{
        margin-bottom: 0; }
        section#experto-single div.experto div.bio div.cv p.text-experiencia{
        margin-top: 0;
        color: #333;
        }
        section#experto-single div.experto div.bio div.cv p{
          color: #333;
        }
        section#experto-single div.experto div.bio div.cv p span {
          color: #01497F; 
          font-weight: bold;}
        section#experto-single div.experto div.bio div.cv img {
          width: 24px;
          vertical-align: middle;
          margin-right: 10px; }
        section#experto-single div.experto div.bio div.cv img.afiliacion {
          width: 70px;
          margin-left: 10px; }
        section#experto-single div.experto div.bio div.cv ul li {
          padding-bottom: 10px;
          color: #01497F; }
          section#experto-single div.experto div.bio div.cv ul li p{
          /*color: #6d6e70; */
          margin-top: 10px;
          margin-bottom: 10px;
        }

div.navegacion {
  position: relative;
  z-index: 999;
  background-color: #f1f1f2;
  border-top: solid 1px white;
  padding: 2em 0 3em;
  text-align: center;
  width: 100%; }
  div.navegacion div.otros-expertos {
    width: 960px;
    margin: 0 auto; }
    div.navegacion div.otros-expertos a {
      color: #939597;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.8em;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    div.navegacion div.otros-expertos img {
      width: 17px;
      vertical-align: middle; }
    div.navegacion div.otros-expertos img:hover {
      transform: scale(1.3);
      -ms-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -o-transform: scale(1.3); }
    div.navegacion div.otros-expertos div.tercios {
      width: 32%;
      vertical-align: top;
      display: inline-block; }
    div.navegacion div.otros-expertos div.next {
      text-align: right;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    div.navegacion div.otros-expertos div.next:hover {
      padding-right: 6px; }
    div.navegacion div.otros-expertos div.back {
      text-align: left;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    div.navegacion div.otros-expertos div.back:hover {
      padding-left: 6px; }

section#contacto {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  section#contacto div.formulario, section#contacto .mapa {
    vertical-align: top;
    display: inline-block; }
  section#contacto div.mapa {
    width: 49.5%;
    height: auto; }
    @media (min-width: 320px) {
      section#contacto div.mapa {
        width: 100%; } }
    @media (min-width: 960px) {
      section#contacto div.mapa {
        width: 49.5%; } }
  section#contacto div.formulario {
    width: 50%;
    position: relative;
    z-index: 888;
    padding-bottom: 1.5em;
    padding: 0 3em 3em 3em;
    min-width: 620px; }
    @media (min-width: 320px) {
      section#contacto div.formulario {
        width: 100%; } }
    @media (min-width: 960px) {
      section#contacto div.formulario {
        width: 50%; } }
    section#contacto div.formulario h3 {
      margin-top: 3em; font-family: 'times', serif;  font-weight: 100; font-style: italic; color:#01497F;
      padding: 0; }
    section#contacto div.formulario h2 {
      margin-top: -20px;
      margin-bottom: 10px; 
      color:#01497F;
      text-align: left; }
    section#contacto div.formulario h4 {
      font-family: "Libre Baskerville Italic";
      font-size: 1.3em; font-family: 'times', serif;  font-weight: 100; font-style: italic;  
      line-height: 1.3em;
      color: #01497F; }
    section#contacto div.formulario p {
      text-align: left; }
    section#contacto div.formulario div.form {
      color: #939597; color:#333; }
      section#contacto div.formulario div.form p span {
        color: #939597; }
      section#contacto div.formulario div.form img {
        width: 24px;
        vertical-align: middle;
        margin-right: 10px; }
      section#contacto div.formulario div.form form {
        margin: 0 auto;
        text-align: left;
        border: none; }
        section#contacto div.formulario div.form form div.border-bottom {
          border-bottom: solid 1px #939597;
          margin-bottom: 20px;
          padding-bottom: 0.3em; }
        section#contacto div.formulario div.form form div.border-bottom-medio {
          border-bottom: solid 1px #939597;
          margin-bottom: 20px;
          display: inline-block;
          vertical-align: top;
          width: 49%;
          padding-bottom: 0.3em; }
        section#contacto div.formulario div.form form div.submit {
          float: right;
          padding: 0.5em;
          border: solid 1px white;
          transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease; }
        section#contacto div.formulario div.form form div.submit:hover {
          border: solid 1px white;
          margin-right: 6px; }
        section#contacto div.formulario div.form form label {
          font-family: "Libre Baskerville Italic";
          font-size: 1em;
          line-height: 1.3em;
          color: #939597;
          margin-right: 15px; }
          section#contacto div.formulario div.form form label input {
            font-family: "Trebuchet MS", sans-serif;
            color: #939597;
            height: 45px;
            padding: 0 0.5em;
            background-color: white;
            border: solid 0px #eaeaea; }
          section#contacto div.formulario div.form form label input:focus {
            background-color: white;
            border: solid 1px white;
            outline: 0px; }
          section#contacto div.formulario div.form form label input:invalid {
            background-color: white;
            outline: 0px; }
          section#contacto div.formulario div.form form label input:required:invalid {
            background-color: white;
            outline: 0px; }
          section#contacto div.formulario div.form form label input.nombre {
            background-image: url("../img/nombre.png");
            background-repeat: no-repeat;
            background-position: 10px 50%;
            margin-right: 0.6em;
            border-radius: 3px;
            width: 80%; }
          section#contacto div.formulario div.form form label input.phone {
            border-radius: 3px;
            width: 68%; }
          section#contacto div.formulario div.form form label input.mail {
            border-radius: 3px;
            width: 70%; }
          section#contacto div.formulario div.form form label input.submit[type=submit] {
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
          section#contacto div.formulario div.form form label input.submit[type=submit]:hover {
            text-decoration: underline !important; }
          section#contacto div.formulario div.form form label textarea {
            font-family: "Trebuchet MS", sans-serif;
            color: #939597;
            border-radius: 3px;
            padding: 0.7em 1em 1em 0.5em;
            background-color: white;
            border: solid 0px #eaeaea;
            resize: none;
            vertical-align: top;
            width: 100%; }
          section#contacto div.formulario div.form form label textarea:focus {
            background-color: white;
            border: solid 0px white;
            outline: 0px; }
          section#contacto div.formulario div.form form label textarea:invalid {
            background-color: white;
            outline: 0px; }
          section#contacto div.formulario div.form form label textarea:required:invalid {
            background-color: white;
            outline: 0px; }

footer {
  background: black url("../img/footer-bg.jpg") repeat-x 0 0;
  height: 193px;
  color: white;
  text-align: left;
  margin-top: -1em;
  position: relative;
  z-index: 999;
  min-width: 960px; }
  footer div.contacto, footer .footer-logo {
    display: inline-block;
    vertical-align: top; }
  footer div.footer-logo {
    margin-top: -9px;
    float: right; }
    footer div.footer-logo img {
      width: 200px; }
  footer div.contacto {
    width: 70%; }
    footer div.contacto div.phone {
      padding-top: 2.5em;
      font-size: 1.5em;
      vertical-align: middle; }
      footer div.contacto div.phone img {
        width: 30px;
        vertical-align: middle;
        margin-right: 0.5em; }
    footer div.contacto ul {
      padding: 0;
      margin-top: 0.5em; }
      footer div.contacto ul li {
        text-transform: uppercase;
        display: inline;
        height: 60px;
        padding: 0 0.3em;
        font-family: "avenirmedium", sans-serif;
        cursor: pointer;
        vertical-align: middle; }
        footer div.contacto ul li img {
          width: 22px;
          vertical-align: middle; }
        footer div.contacto ul li img:hover {
          transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1); }
      footer div.contacto ul li.facebook {
        margin-left: 40px; }
      footer div.contacto ul li.facebook:after, footer div.contacto ul .twitter::after, footer div.contacto ul .linkedin::after, footer div.contacto ul .contacto::after {
        content: " "; }
      footer div.contacto ul li::after {
        content: "|"; }
      footer div.contacto ul a {
        color: white;
        margin-right: 10px;
        text-decoration: none;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      footer div.contacto ul a:hover {
        color: #e9ba44; }
  footer div.copyright {
    font-size: 0.9em;
    margin-top: 1.8em; }
    footer div.copyright a {
      color: white;
      text-decoration: none;
      border-bottom: solid 2px transparent;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    footer div.copyright a:hover {
      border-bottom: solid 2px #e9ba44; }
    footer div.copyright p {
      margin: 0;
      padding: 0;
      font-size: 13.5px; }
    footer div.copyright div#amyr-credits, footer div.copyright #orange-credits {
      display: inline-block;
      vertical-align: top; }
    footer div.copyright div#amyr-credits {
      width: 70%; }
    footer div.copyright div#orange-credits {
      float: right; }
      
      
      
      
      
/*   COLORS */
.darkBlue  {color:#01497F;}      





section#contacto div.formulario div.form p span {color:#01497F;}






