@charset"utf-8";
/* CSS Document */

/*---ANIMACIONES---*/

@-webkit-keyframes section {
    0% {
        max-height: 0px;
   }
   40% {
       max-height: 0px;
  }
  100% {
      max-height: 3000px;
 }
}
@keyframes section {
    0% {
        max-height: 0px;
   }
   40% {
       max-height: 0px;
  }
  100% {
      max-height: 3000px;
 }
}
@-webkit-keyframes serv {
    0% {
        width: 0;
        overflow: hidden;
   }
   50% {
       width: 0;
       overflow: hidden;
  }
  100% {
      width: 42%;
      overflow: hidden;
 }
}
@keyframes serv {
    0% {
        width: 0;
        overflow: hidden;
   }
   50% {
       width: 0;
       overflow: hidden;
  }
  100% {
      width: 42%;
      overflow: hidden;
 }
}
@-webkit-keyframes herra {
    0% {
        width: 0%
   }
   50% {
       width: 0%
  }
  100% {
      width: 23%;
 }
}
@keyframes herra {
    0% {
        width: 0%
   }
   50% {
       width: 0%
  }
  100% {
      width: 23%;
 }
}
@-webkit-keyframes herraul {
    0% {
        margin-right: -400px
   }
   50% {
       margin-right: -400px
  }
  100% {
      margin-right: 0px
 }
}
@keyframes herraul {
    0% {
        margin-right: -300px
   }
   50% {
       margin-right: -300px
  }
  100% {
      margin-right: 0px
 }
}
@-webkit-keyframes nos {
    0% {
        margin-left: -124px;
   }
   50% {
       margin-left: -124px;
  }
  100% {
      margin-left: -1.5px;
 }
}
@keyframes nos {
    0% {
        margin-left: -124px;
   }
   50% {
       margin-left: -124px;
  }
  100% {
      margin-left: -1.5px;
 }
}
@-webkit-keyframes servicios {
    0% {
        margin-top: -1500px;
   }
   40% {
       margin-top: -1500px;
  }
  100% {
      margin-top: 0px;
 }
}
@keyframes servicios {
    0% {
        margin-top: -1500px;
   }
   40% {
       margin-top: -1500px;
  }
  100% {
      margin-top: 0px;
 }
}
@-webkit-keyframes box {
    0% {
        margin-top: -600px;
   }
   40% {
       margin-top: -600px;
  }
  100% {
      margin-top: 0px;
 }
}
@keyframes box {
    0% {
        margin-top: -600px;
   }
   40% {
       margin-top: -600px;
  }
  100% {
      margin-top: 0px;
 }
}
@-webkit-keyframes iconos {
    0% {
        -webkit-transform: rotate3d(0, 90, 0, 0deg);
        transform: rotate3d(0, 90, 0, 0deg);
   }
   25% {
       -webkit-transform: rotate3d(0, 90, 0, 90deg);
       transform: rotate3d(0, 90, 0, 90deg);
  }
  50% {
      -webkit-transform: rotate3d(0, 90, 0, 180deg);
      transform: rotate3d(0, 90, 0, 180deg);
 }
 75% {
     -webkit-transform: rotate3d(0, 90, 0, 270deg);
     transform: rotate3d(0, 90, 0, 270deg);
}
100% {
    -webkit-transform: rotate3d(0, 90, 0, 360deg);
    transform: rotate3d(0, 90, 0, 360deg);
}
}
/*---ANIMACIÓN LOGO GROB---*/

#logoGrob {
    width: 100px;
    height: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}
#aro, #des, #grob, #sis {
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#logoGrob:hover #aro {
    left: 65px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#logoGrob:hover #des {
    left: -24px;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    -moz-transition: all 0.5s ease-in-out 0.1s;
    -ms-transition: all 0.5s ease-in-out 0.1s;
    -o-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
}
#logoGrob:hover #grob {
    left: -24px;
    -webkit-transition: all 0.5s ease-in-out 0.2s;
    -moz-transition: all 0.5s ease-in-out 0.2s;
    -ms-transition: all 0.5s ease-in-out 0.2s;
    -o-transition: all 0.5s ease-in-out 0.2s;
    transition: all 0.5s ease-in-out 0.2s;
}
#logoGrob:hover #sis {
    left: -24px;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
}
/*---------------*/

/*---GENERAL---*/

* {
    margin: 0;
    padding: 0;
}
#sends-result {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.19);
    position: fixed;
    z-index: 200;
    padding: 5px;
}
#sends-table {
    background: #FFF;
    max-width: 700px;
    min-height: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #333;
    overflow-y: auto;
    font: normal 12px arial, sans-serif;
}
#history tr:nth-child(odd) {
    background: #EEEEEE;
    color: #000;
}
#history {
    width: 100%;
    border-collapse: collapse;
}
#history td {
    padding: 3px;
}
.list-send {
    width: 100%;
    margin-bottom: 10px;
}
.list-send tr:nth-child(odd) {
    background: #EEEEEE;
    color: #000;
}
.list-send td {
    padding: 3px;
}
.bold {
    font-weight: bold;
    background: none;
}
body {
    background: #0068B6;
    font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding: 0 20px;
}
a {
    color: inherit;
    text-decoration: none;
}
a img {
    border: none;
}
.contenedor {
    background: #fff;
    max-width: 990px;
    border-radius: 27px;
    margin: 20px auto;
    position: relative;
}
.SomRight {
    width: 14px;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    z-index: 10;
    right: -14px;
}
.SomLeft {
    width: 14px;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    z-index: 10;
    left: -14px;
}
.right {
    text-align: right;
}
section {
    overflow: hidden;
    animation: section 2s;
    -webkit-animation: section 2s;
    border-radius: 0 0 27px 27px;
}
#search {
    position: absolute;
    top: 127px;
    left: 0;
    right: 0px;
    background: #0068B6;
    padding: 12px 6px 7px;
    border-radius: 0px 0px 7px 7px;
    z-index: 1;
    max-width: 300px;
    margin: 0 28px;
    text-align: center;
}
#search input[type=submit] {
    border: none;
    padding: 4px 0;
    width: 26%;
    border-radius: 4px;
    font-weight: bold;
    background: #3e9dd2;
    color: #fff;
    cursor: pointer;
}
#search input[type=submit]:hover {
    background: #cc0000;
}
#search input[type=text] {
    border: none;
    padding: 4px 2%;
    width: 68%;
    border-radius: 4px;
}
#search input[type=text]: : -webkit-input-placeholder {
    /*Para Google Chrome y Opera Next*/

color: #909090;
    font-weight: bold;
}
#search input[type=text]: -moz-placeholder {
    /*Para Firefox 18-*/

color: #909090;
    font-weight: bold;
}
#search input[type=text]: : -moz-placeholder {
    /*Para Firefox 18+*/

color: #909090;
    font-weight: bold;
}
#search input[type=text]: -ms-input-placeholder {
    /*Para IE10+*/

color: #909090;
    font-weight: bold;
}
#search input[type=text]: : input-placeholder {
    /*Propiedad sin prefijos (no funciona en ningún navegador)*/

color: #909090;
    font-weight: bold;
}
/*---HEADER---*/

header {} header figure {
    width: 260px;
    position: absolute;
    top: 17px;
    right: 20px;
}
header figure img {
    width: 100%;
    height: auto;
}
header nav {
    margin: 0 30px;
}
header nav li {
    position: relative;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 -1.5px;
}
header nav li: nth-child(4n+2) {
    -webkit-animation: nos 1s;
    animation: nos 1s;
}
header nav li: nth-child(4n+3) {
    -webkit-animation: nos 1s;
    animation: nos 1s;
}
header nav li: nth-child(4n+4) {
    -webkit-animation: nos 1s;
    animation: nos 1s;
}
header nav li a {
    display: block;
    padding: 51px 5px;
    width: 113px;
    text-align: center;
    background: -moz-linear-gradient(50% 96.95% 90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 96.95%, 50% -0.32%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0055A0', endColorstr='#009DDD', GradientType=0);
}
header nav li a:hover {
    background: -moz-linear-gradient(50% 0.78% -90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 0.78%, 50% 98.89%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0', GradientType=0);
}
.actual {
    position: relative;
    z-index: 10;
    background: -moz-linear-gradient(50% 0.78% -90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%) !important;
    background: -webkit-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 0.78%, 50% 98.89%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0', GradientType=0);
}
#menu {
    display: inline-block;
    background: -moz-linear-gradient(50% 96.95% 90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 96.95%, 50% -0.32%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0055A0', endColorstr='#009DDD', GradientType=0);
}
header nav li:hover #sub {
    display: block;
}
#sub {
    position: absolute;
    width: 243px;
    margin: 0 0 0 1px;
    z-index: 100;
    display: none;
}
#sub li {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    -webkit-animation: none;
    animation: none;
    width: auto;
}
#sub li: last-child {
    border: none;
}
#sub li a {
    padding: 10px 0;
    width: 100%;
    background: #C00;
}
#sub li a:hover {
    background: #fff;
    color: #C00;
}
.SomTop {
    width: 100%;
    position: absolute;
    height: 14px;
    opacity: 0.5;
    z-index: 10;
}
.intranet {
    background: #CC0000;
    border-radius: 6px;
    color: #fff;
    padding: 2px 10px 4px;
    font-weight: bold;
    position: absolute;
    left: -58px;
    top: 70px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 100;
}
/*---FOOTER---*/

footer {
    max-width: 990px;
    margin: 0 auto 20px;
    position: relative;
}
footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    margin: 0 0 20px;
}
footer small {
    text-align: center;
    display: block;
    color: rgba(255, 255, 255, 0.52);
    padding: 0 20px;
}
.planeta {
    position: absolute;
    top: -110px;
    right: 25px;
    width: 200px;
    border-radius: 300px;
    background: #fff;
    z-index: 110;
}
.fb {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    max-width: 996px;
    margin: auto;
    z-index: 100;
}
.fb img {
    width: 43px;
    height: auto;
    background: #0068B6;
    border-radius: 0 0 43px 43px;
    position: absolute;
    top: -2px;
    right: 20px;
    border: 2px solid #fff;
    padding-top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.fb img:hover {
    padding-top: 10px;
}
/*---BANNER---*/

#banner {
    width: 55%;
}
#serv {
    position: relative;
    float: right;
    top: 60px;
    right: 0;
    width: 42%;
    overflow: hidden;
    -webkit-animation: serv 2s;
    animation: serv 2s;
    margin-bottom: 128px;
}
#serv ul {} #serv ul li {
    list-style: none;
    background: #CA0000;
    color: #fff;
    margin: 0 0 10px 0;
    border-radius: 15px 0px 0px 15px;
    min-height: 125px;
    position: relative;
}
#serv ul li div {
    padding: 15px 20px;
    width: 61%;
}
#serv ul li h2 {
    font-size: 15px;
    margin: 0 0 10px;
}
#serv ul li p {
    font-size: 13px;
    text-align: justify;
}
#serv figure {
    width: 30%;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px 0px 1px 1px;
}
#serv figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
#descr {
    font-size: 14px;
    text-align: justify;
    width: 45%;
    padding: 40px 47px;
}
/*---NOSOTROS---*/

.nosotros {
    background: url(../img/partes/mapamundi.jpg) no-repeat bottom right fixed;
}
.box {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 0 30px;
    -webkit-animation: box 2s;
    animation: box 2s;
}
.box h2, .box h1, #servicios h1 {
    font-size: 18px;
    margin-bottom: 10px;
}
.box p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}
.box img {
    margin-bottom: -4px;
    width: 100%;
}
/*---SERVICIOS---*/

#servicios {
    width: 72%;
    vertical-align: top;
    padding: 30px 30px 0;
    -webkit-animation: servicios 2s;
    animation: servicios 2s;
}
#servicios ul li {
    background: #CA0000;
    display: inline-block;
    list-style: none;
    border-radius: 10px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    padding: 20px 5%;
    width: 90%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#servicios ul li:hover {
    background: #0068B6;
}
#servicios ul li:hover img {
    -webkit-animation: iconos 3s infinite ease-out;
    animation: iconos 3s infinite ease-out;
}
#servicios ul li img {
    width: 52px;
    float: right;
    margin: 0 0 5px 20px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#servicios ul li h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
#servicios ul li p {
    text-align: justify;
}
.listado {
    padding-left: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.listado li {
    display: list-item !important;
    padding: 0 !important;
    list-style: disc !important;
    background: none !important;
}
.columnas {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    column-gap: 5px;
}
#servi {
    width: 72%;
    vertical-align: top;
    padding: 30px 30px 0;
    -webkit-animation: servicios 2s;
    animation: servicios 2s;
}
#servi p {
    text-align: justify;
    max-width: 600px;
}
.bannerServ {
    margin: 0 0 20px;
    position: relative;
}
.bannerServ img {
    border-radius: 20px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    width: 100%;
}
.bannerServ h1 {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.83);
    color: #fff;
    padding: 5px 20px;
    border-radius: 0 10px 10px 0;
    max-width: 80%;
}
.imgServ {
    text-align: center;
    margin: 20px 0 40px;
}
.imgServ img {
    width: 30%;
    border-radius: 10px;
    margin: 0 0.5%;
    border: 2px solid #0068B6;
}
#herramientas {
    position: absolute;
    top: 127px;
    bottom: 143px;
    right: 0;
    width: 23%;
    border-bottom: 1px solid #0068B6;
    overflow-y: auto;
    -webkit-animation: herra 3s;
    animation: herra 3s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
@media(min-width: 911px) {
    #herramientas {
        right: 0 !important;
   }
}
#herramientas ul {
    float: right;
    -webkit-animation: herraul 3s;
    animation: herraul 3s;
    width: 100%;
}
#herramientas ul li {
    list-style: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#herramientas ul li: nth-child(2n+1) {
    background: #DBDBDB;
}
#herramientas ul li:hover {
    background: #0068B6;
    color: #fff;
}
#herramientas ul li a {
    display: block;
    padding: 10px;
    font-weight: bold;
}
#herramientas ul li a img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
#herramientas ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
}
#herramientas h2 {
    font-size: 18px;
    margin: 0 0 0px;
    padding: 10px 20px 10px;
    text-align: center;
    background: #0068B6;
    color: #fff;
}
.btnHerra {
    display: none;
}
/*---CONTACTO---*/

.fondoCont {
    background: url(../img/partes/contacto.jpg) no-repeat center right fixed;
}
.contacto {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 0 30px;
    margin-bottom: 60px;
    -webkit-animation: box 2.2s;
    animation: box 2.2s;
}
.contacto h1 {
    font-size: 18px;
    margin-bottom: 10px;
}
.contacto input {
    width: 94%;
    padding: 9px 3%;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background: -moz-linear-gradient(50% 96.95% 90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 96.95%, 50% -0.32%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0055A0', endColorstr='#009DDD', GradientType=0);
}
.contacto input[type=submit] {
    background: #CC0000;
    width: auto;
    border-radius: 6px;
    padding: 4px 20px 7px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.contacto textarea {
    width: 94%;
    padding: 9px 3%;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background: -moz-linear-gradient(50% 96.95% 90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 96.95%, 50% -0.32%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0055A0', endColorstr='#009DDD', GradientType=0);
}
: : -webkit-input-placeholder {
    /*Para Google Chrome y Opera Next*/

color: #94DBFF;
    font-weight: bold;
}
: -moz-placeholder {
    /*Para Firefox 18-*/

color: #94DBFF;
    font-weight: bold;
}
: : -moz-placeholder {
    /*Para Firefox 18+*/

color: #94DBFF;
    font-weight: bold;
}
: -ms-input-placeholder {
    /*Para IE10+*/

color: #94DBFF;
    font-weight: bold;
}
: : input-placeholder {
    /*Propiedad sin prefijos (no funciona en ningún navegador)*/

color: #94DBFF;
    font-weight: bold;
}
#mapa {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 0 30px;
    margin-bottom: 60px;
    -webkit-animation: box 2.2s;
    animation: box 2.2s;
}
#mapa iframe {
    border: 2px solid #CC0000;
    width: 100%;
    height: 310px;
}
/*---ERROR404---*/

.error {
    min-height: 370px;
    padding: 20px;
    position: relative;
}
.error img {
    position: absolute;
    width: 100%;
    max-width: 796px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media(max-width: 1088px) {
    .intranet {
        position: absolute;
        left: inherit;
        right: 30px;
        top: 131px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
   }
}
@media(max-width: 1012px) {
    #herramientas ul li a img {
        display: block;
        margin: 0 auto;
   }
   #herramientas ul li {
       text-align: center;
  }
}
@media(max-width: 910px) {
    header figure {
        position: relative;
        top: 10px;
        right: 0;
        margin: auto;
   }
   header nav {
       margin: 20px 0px 0;
       text-align: center;
       background: -moz-linear-gradient(50% 96.95% 90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
       background: -webkit-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
       background: -webkit-gradient(linear, 50% 96.95%, 50% -0.32%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
       background: -o-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
       background: -ms-linear-gradient(90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
       -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
       background: linear-gradient(0deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
       filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0055A0', endColorstr='#009DDD', GradientType=0);
  }
  .intranet {
      top: 10px;
 }
 .planeta {
     top: 0px;
     width: 100px;
}
#herramientas {
    position: fixed;
    float: inherit;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 40%;
    overflow-y: auto;
    -webkit-animation: none;
    animation: none;
    margin-bottom: 0;
    background: #FFF;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.47);
    z-index: 150;
}
#herramientas h2 {
    margin: 0 0 0px;
    padding: 10px 20px 10px;
    text-align: center;
    background: #0068B6;
    color: #fff;
}
#servicios {
    width: 92%;
    padding: 30px 4% 0;
}
#servi {
    width: 92%;
    padding: 30px 4% 0;
}
.btnHerra {
    display: block;
    position: fixed;
    background: #CC0000;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 6px 6px 0 0;
    -webkit-transform: rotate(-90deg);
    top: 50%;
    right: -51px;
    z-index: 1000;
    cursor: pointer;
}
#search {
    top: 246px;
}
}
@media(max-width: 800px) {
    #serv {
        position: relative;
        float: inherit;
        top: 10px;
        right: 0;
        width: 90%;
        overflow: hidden;
        -webkit-animation: none;
        animation: none;
        margin-bottom: 0;
        margin: auto;
   }
   #serv figure img {
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       margin: auto;
       width: auto;
       height: 100%;
       max-width: 123px;
       max-height: 124px;
  }
  #banner {
      width: 90%;
      margin: 10px auto;
 }
 #descr {
     width: 90%;
     padding: 20px 0;
     margin: auto;
}
.box {
    width: 43%;
}
.contacto {
    width: 40%;
}
#mapa {
    width: 44%;
}
#search {
    position: relative;
    top: 0px;
    margin: 0 5%;
}
}
@media(max-width: 700px) {
    .planeta {
        opacity: 0.2;
        z-index: -1;
   }
   #logoGrob {
       position: relative;
       display: block;
       margin: 15px auto 0;
  }
  .box {
      width: 90%;
      padding: 30px 0 0;
      margin: auto;
      display: block;
      margin-bottom: 40px;
 }
 .box img {
     margin-bottom: -40px;
}
.columnas {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
}
.contacto {
    width: 90%;
    margin: 0 5%;
    padding: 30px 0 0;
    max-width: 400px;
}
#mapa {
    width: 90%;
    padding: 30px 0;
    margin: auto;
    display: block;
}
}
@media(max-width: 546px) {
    #menu {
        width: 90%;
        margin: auto;
   }
   header nav {
       background: none;
  }
  header nav li {
      width: 50%;
      margin: 0 -1.5px;
 }
 header nav li a {
     width: 100%;
     padding: 51px 0;
}
header nav li: nth-child(4n+2) {
    -webkit-animation: none;
    animation: none;
}
header nav li: nth-child(4n+3) {
    -webkit-animation: none;
    animation: none;
}
header nav li: nth-child(4n+4) {
    -webkit-animation: none;
    animation: none;
}
.intranet {
    top: 85px;
    right: inherit;
    left: 30px;
}
#serv ul li div {
    width: 48%;
}
}