﻿body {
  background-color: transparent;
}

.app-bar-header {
  margin-left: auto;
  margin-right: auto;
  height: 3.5em;
  max-width: 850px;
  width: 100%;
  z-index: 101;
}

  .app-bar-header .Logo {
    float: left;
    height: 100%;
  }

    .app-bar-header .Logo img {
      vertical-align: middle;
    }

.app-background {
  /*background-image: url('/imagenes/ImagenHome.gif');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .app-background h1#Crea {
    font-size: 2em;
    line-height: normal;
    text-align: left;
    margin-top: .3em;
    margin-bottom: 0.7em;
  }

  .app-background h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
  }

  .app-background .Encabezado {
    /*text-align: center;*/
    padding-bottom: 2em;
    color: #fff;
    overflow: auto;
  }

  .app-background .BandaRegistro {
    /*background-color: #1870ad;*/
    position: relative;
    height: 23em;
    padding: 3em 2em 2em 2em;
  }

    .app-background .BandaRegistro > * {
      margin-left: auto;
      margin-right: auto;
      max-width: 850px;
    }

    .app-background .BandaRegistro > div > div {
      display: table;
      float: left;
      width: 100%;
    }

      .app-background .BandaRegistro > div > div > div:first-child {
        display: table-cell;
      }

      .app-background .BandaRegistro > div > div > div:last-child {
        display: table-cell;
        vertical-align: top;
        padding-left: 0.5em;
        /*width: 20em;*/
      }

    .app-background .BandaRegistro #ImgRegistro {
      display: table-cell;
      vertical-align: bottom;
    }

      .app-background .BandaRegistro #ImgRegistro > img {
        /*width: 100%;*/
      }

    .app-background .BandaRegistro .Registro {
      float: right;
      margin-bottom: 10px;
    }



  .app-background .MainMenu ul li a {
    color: #fff !important;
  }

    .app-background .MainMenu ul li a:hover {
      color: #fff !important;
    }

  .app-background .MainMenu ul li:hover {
    border-bottom: 3px solid #fff !important;
  }

.app-bar-default {
  height: inherit;
  position: relative;
  float: right;
}

  /*.app-bar-actions > button {
    padding-right: .5em;
    color: #1870ad;
    font-weight: bold;
    border: none;
    background: none;
    height: inherit;
    float: right;
    cursor: pointer;
  }

    .app-bar-actions > button:hover {
      background-color: #DCDCDC;
    }

    .app-bar-actions > button.Open {
      background-color: #E2EAF7;
    }*/

  .app-bar-default > div {
    height: inherit;
    float: right;
    position: relative;
  }

    .app-bar-default > div > button {
      padding-right: .5em;
      color: #fff;
      font-weight: bold;
      border: none;
      background: none;
      height: inherit;
      float: right;
      cursor: pointer;
    }

      .app-bar-default > div > button:hover {
        background-color: #DCDCDC;
      }

      .app-bar-default > div > button.Open {
        background-color: #E2EAF7;
      }

  .app-bar-default .AyudaOnline {
    padding-right: .5em;
    padding-left: .5em;
  }

    .app-bar-default .AyudaOnline:hover {
      background-color: #DCDCDC;
    }

    .app-bar-default .AyudaOnline > button {
      padding-right: 0;
      padding-left: 0;
    }

    .app-bar-default .AyudaOnline > a {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      height: inherit;
    }

      .app-bar-default .AyudaOnline > a:visited {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
      }

      .app-bar-default .AyudaOnline > a:hover {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
      }

.main-content {
}

  .main-content h1 {
    font-size: 1.5em;
    /*font-weight: normal;*/
    margin-top: 1em;
    margin-bottom: 0.7em;
  }

  .main-content h1 span {
     color: #3178b0;
  }

  .main-content h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
  }


@media all and (max-width: 760px) {
  .app-bar-header {
    display: inline-block;
  }

  .app-background .BandaRegistro {
    height: unset;
  }

    .app-background .BandaRegistro #ImgRegistro {
      display: none;
    }

    .app-background .BandaRegistro .Registro {
      float: none;
    }

    .app-background .BandaRegistro > div > div {
      display: inline-table;
    }

      .app-background .BandaRegistro > div > div > div {
        float: left;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      }

        .app-background .BandaRegistro > div > div > div:last-child {
          padding-top: 1.5em;
        }
}

/* La caja de registro */

.Registro {
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 1em;*/
  margin-bottom: 1em;
  padding: 1.5em;
  width: 20em;
  /*border-radius: 4px;
  -webkit-box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.8);
  box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.8);*/
}

  .Registro .Titulo {
    color: #333;
    margin-bottom: 1em;
  }

  .Registro div:not(.FilaBoton) {
    margin-bottom: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }

  .Registro input {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: 100%;
  }

  .Registro > div {
    width: auto;
    position: relative;
  }

    .Registro > div > input {
      margin-bottom: 1.5em;
      width: auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-width: 2px;
      border-style: solid;
      border-color: #428DC1;
    }

    .Registro > div.FilaCheckbox label {
      color: #333;
      font-size: 80%;
    }

    .Registro > div > .InputWrapper {
      /*margin-bottom: 1.5em;*/
      width: auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /*border-width: 1px;
      border-style: solid;
      border-color: #428DC1;*/
    }

      .Registro > div > .InputWrapper > input {
        border: none;
        -moz-box-sizing: inherit;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        outline: none;
        width: 100%;
        height: 2em;
        background-color: #F2F2F2;
        padding: .3em;
      }

      .Registro > div > .InputWrapper > label {
        color: #BDBFC1;
      }

    .Registro > div > .InputImageWrapper {
      padding-right: 20px;
      /*margin-bottom: 15px;*/
      width: auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-width: 1px;
      border-style: solid;
      border-color: #428DC1;
      background-color: #F2F2F2;
      background-image: url("/imagenes/warnIcon.png");
      background-repeat: no-repeat;
      background-position: right center;
    }

      .Registro > div > .InputImageWrapper > input {
        /*font-size: 1.5em;*/
        border: none;
        -moz-box-sizing: inherit;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        width: 100%;
        height: 2em;
        background-color: #F2F2F2;
        padding: .3em;
      }

      .Registro > div > .InputImageWrapper > label {
        color: #BDBFC1;
      }

      .Registro > div > .InputImageWrapper.Error {
        border-color: red;
      }

  .Registro > select {
    margin-bottom: 15px;
    width: auto;
  }

  .Registro .FilaBoton {
    text-align: center;
    width: 100%;
    position: relative;
  }

/*.Registro #EmpiezaAhora:hover {
    background-color: #428DC1;
  }*/


.main-content .Pasos {
  padding-top: 2em;
  padding-bottom: 2em;
}

.Pasos h2 {
  font-size: 1.8em;
  text-align: center;
  /*margin-bottom: 2em;
  margin-top: 2em;*/
}

.Pasos h3 {
  font-weight: normal;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  color: #000000;
}

.Pasos p {
  padding: 0;
  margin: 0;
  color: #000000;
}

.Pasos > div {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

  .Pasos > div > section {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }

    .Pasos > div > section > a {
      text-decoration: none;
    }

    .Pasos > div > section > a > div:first-child {
      width: 30%;
      display: table-cell;
      text-align: right;
    }

      .Pasos > div > section > a > div:first-child > img {
        max-width: 100%;
        margin-right: 1em;
      }

    .Pasos > div > section > a > div:last-child {
      display: table-cell;
      width: 68%;
      vertical-align: top;
    }

  .Pasos > div:last-child {
    max-width: 45%;
  }

@media all and (max-width: 760px) {
  .Pasos > div {
    max-width: 100%;
  }

    .Pasos > div > section > a > div {
      width: 90%;
      display: block;
      margin-bottom: 2em;
    }

    .Pasos > div:last-child {
      max-width: 100%;
    }
}

.main-content .UsaloGratis {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #f2f2f2;
}

.UsaloGratis > div > div > a  {
  text-decoration: none;
}


.UsaloGratis h2 {
  font-size: 1.8em;
  text-align: left;
  line-height: initial;
  color: #000000;
}

.UsaloGratis p {
  padding: 0;
  margin: 0;
  color: #000000;
}

.UsaloGratis img {
  max-width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
}

.UsaloGratis > div {
  display: table-cell;
  vertical-align: middle;
}

  .UsaloGratis > div:first-child {
    width: 50%;
    text-align: left;
  }

  .UsaloGratis > div:last-child {
    padding-left: 2em;
  }

  .UsaloGratis > div div:last-child {
    max-width: 80%;
  }

@media all and (max-width: 640px) {
  .UsaloGratis > div {
    display: block;
    margin-bottom: 4em;
  }

    .UsaloGratis > div:first-child {
      width: 100%;
    }

    .UsaloGratis > div div:last-child {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
}

.brands {
  /*background: #F5F6F7 url('/imagenes/ImagenFondoClientes.gif');*/
  height: 200px;
  overflow-x: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat-y;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transition: opacity 180ms ease;
  -o-transition: opacity 180ms ease;
  -moz-transition: opacity 180ms ease;
  transition: opacity 180ms ease;
  opacity: 1;
  display: block;
}

@media (min-width: 480px) {
  .brands {
    height: 200px;
  }
}

.main-content .Confianza {
  margin-top: 2em;
  margin-bottom: 2em;
}

.Confianza h2 {
  font-size: 1.8em;
  text-align: left;
  line-height: initial;
}

.Confianza p {
  padding: 0;
  margin: 0;
}

.Confianza img {
  max-width: 100%;
  position: relative;
  padding-top: 3em;
}

.Confianza > div:first-child {
  position: absolute;
  right: 0;
  max-width: 50%;
}

.Confianza > div:last-child {
  position: relative;
  width: 48%;
  padding-right: 2em;
}

  .Confianza > div:last-child::after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
  }

.Confianza > div div:last-child {
  position: relative;
  float: right;
  width: 80%;
  padding: 10em 0 8em 0;
}

  .Confianza > div div:last-child::after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
  }

@media all and (max-width: 1200px) {
  .Confianza img {
    padding-top: 2em;
  }

  .Confianza > div div:last-child {
    padding: 8em 0 8em 0;
  }
}

@media all and (max-width: 1100px) {
  .Confianza img {
    padding-top: 2.5em;
  }

  .Confianza > div div:last-child {
    padding: 8em 0 8em 0;
  }
}

@media all and (max-width: 1000px) {
  .Confianza img {
    padding-top: 2.8em;
  }

  .Confianza > div div:last-child {
    padding: 5em 0 4.5em 0;
  }
}

@media all and (max-width: 950px) {
  .Confianza > div div:last-child {
    padding: 4em 0 4em 0;
  }
}

@media all and (max-width: 800px) {
  .Confianza img {
    padding-top: 3em;
  }

  .Confianza > div div:last-child {
    padding: 1.5em 0 2em 0;
  }
}

@media all and (max-width: 640px) {

  .Confianza img {
    max-width: 100%;
    position: relative;
    padding-top: 0;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .Confianza > div:first-child {
    position: relative;
    right: auto;
    max-width: 100%;
  }

  .Confianza > div:last-child {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 2em;
    display: block;
    margin-bottom: 4em;
  }

  .Confianza > div div:last-child {
    position: relative;
    float: none;
    width: 90%;
    padding: 0;
    max-width: 90%;
  }
}

.main-content .Garantia {
  padding-top: 2em;
  padding-bottom: 3em;
  background-color: #f2f2f2;
}

.Garantia h2 {
  font-size: 1.8em;
  text-align: left;
  line-height: initial;
}

.Garantia p {
  padding: 0;
  margin: 0;
}

.Garantia img {
  max-width: 100%;
  /*margin-top: 3em;
  margin-bottom: 3em;*/
}

.Garantia > div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}

  .Garantia > div:first-child {
    width: 50%;
    text-align: left;
  }

  .Garantia > div div:last-child {
    max-width: 70%;
  }

@media all and (max-width: 640px) {
  .Garantia > div {
    display: block;
    margin-bottom: 4em;
  }

    .Garantia > div:first-child {
      width: 100%;
    }

    .Garantia > div div:last-child {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
}

.main-content .Explicaciones {
  text-align: center;
  /*padding-left: 1em;
  padding-right: 1em;*/
  padding-bottom: 1em;
  padding-top: 1em;
  background-color: #F5F5F5;
  overflow: auto;
}

.Explicaciones > article {
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.main-content .Caracteristicas {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #F5F5F5;
}

.Caracteristicas > div {
  /*padding-left: 1em;
  padding-right: 1em;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
  /*-webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;*/
  justify-content: space-between;
}

.Caracteristica {
  display: inline-table;
  border-collapse: collapse;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #EFEDED;
  box-shadow: 0 2px 2px 0 #dcdcdc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
  margin-bottom: 1.5em;
  height: 280px;
  min-height: 280px;
  width: 32.9%;
}

  .Caracteristica h3 {
    font-weight: normal;
    text-align: center;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .Caracteristica > div:first-child {
    text-align: center;
    /*display: table-row;*/
    width: 100%;
  }

.Caracteristicas .Caracteristica > div > img {
  margin-top: .5em;
  margin-bottom: .5em;
}

.Caracteristica .Explicacion {
  text-align: center;
  /*display: table-row;*/
  vertical-align: middle;
  width: 100%;
  /*padding-left: 5px;
  padding-right: 5px;*/
}

  .Caracteristica .Explicacion > span {
  }

.Caracteristica:last-child {
  /*display: table;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: collapse;*/
}

@media all and (max-width: 640px) {
  .main-content .Caracteristicas {
  }

  .Caracteristica {
    width: 49%;
  }


    .Caracteristica h3 {
    }

    .Caracteristica > div:first-child {
    }

    .Caracteristica > div > img {
    }

    .Caracteristica .Explicacion {
    }

      .Caracteristica .Explicacion > span {
      }
}

@media all and (max-width: 425px) {
  .main-content .Caracteristicas {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #F5F5F5;
  }

  .Caracteristica {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0;
    display: table;
    border: none;
    border-top: 1px solid #DFDFDF;
    background-color: #FFFFFF;
    border-collapse: collapse;
    box-shadow: none;
    height: 100%;
    width: 100%;
  }

    .Caracteristica h3 {
      text-align: center;
      font-size: 1.1em;
      font-weight: normal;
      margin: 0;
    }

    .Caracteristica > div:first-child {
      text-align: center;
      display: table-cell;
      float: left;
      padding-left: 5px;
      padding-top: .5em;
      padding-bottom: .5em;
      width: 6em;
    }

    .Caracteristica .Explicacion {
      text-align: left;
      display: table-cell;
      vertical-align: middle;
      padding-left: 1em;
      padding-right: 5px;
    }

      .Caracteristica .Explicacion > span {
      }

    .Caracteristica:last-child {
      display: table;
      /*border-top: 1px solid #DFDFDF;*/
      border-bottom: 1px solid #DFDFDF;
      padding-left: 5px;
      padding-right: 5px;
      border-collapse: collapse;
    }
}

.main-content .Clientes {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.Clientes > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.Clientes > article {
  text-align: center;
  padding-bottom: 2em;
}

.Clientes .Imagen {
  text-align: center;
  margin-bottom: 1em;
}

  .Clientes .Imagen > .slideshow {
    display: inline-block;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #EFEDED;
    box-shadow: 0 2px 2px 0 #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 362px;
    height: 60px;
    z-index: 0;
  }

    .Clientes .Imagen > .slideshow .slide > div {
      display: table-cell;
    }

.Testimoniales {
  color: #808080;
  margin-top: 2em;
  margin-bottom: 2em;
  /*margin-left: 2em;
  margin-right: 2em;*/
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-around;*/
}

  .Testimoniales > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;*/
    justify-content: space-between;
  }

  .Testimoniales .Testimonial {
    text-align: center;
    display: inline-block;
    width: 40%;
  }

    .Testimoniales .Testimonial:last-of-type {
      float: right;
    }

    .Testimoniales .Testimonial > div:last-child {
      margin-top: 1em;
      text-align: right;
    }

.main-content .Gratis {
  background-color: #F5F5F5;
  text-align: center;
}

.Gratis > article:first-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.Gratis article {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 2.7em;
}

  .Gratis article:last-child {
    color: #808080;
    background-color: #E2EAF7;
  }

    .Gratis article:last-child > div {
      display: table;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 850px;
    }

      .Gratis article:last-child > div > div {
        display: table-cell;
        text-align: right;
        padding: 1em;
      }

        .Gratis article:last-child > div > div:last-child {
          text-align: left;
        }

        .Gratis article:last-child > div > div > span {
          display: block;
        }

.main-content .Instalacion {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #f2f2f2;
}

.Instalacion > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.Instalacion h2 {
  font-size: 1.8em;
  line-height: initial;
}

.Instalacion article {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 2.7em;
}

  .Instalacion article > div {
    padding: 1em;
    display: table-row;
    /*border-collapse: collapse;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #EFEDED;
    box-shadow: 0 2px 2px 0 #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
  }

.Instalacion > article > div > section {
  padding: 1em 3em;
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

  .Instalacion > article > div > section > div {
    /*height: 4em;*/
  }

    .Instalacion > article > div > section > div > span {
      top: 1.1em;
    }

.Instalacion .Nube {
  text-align: right;
}

  .Instalacion .Nube > div > img {
    float: right;
    margin-bottom: 1em;
  }

  .Instalacion .Nube > div > span {
    margin-right: 1em;
    float: right;
    position: relative;
  }

  .Instalacion .Nube a {
    color: inherit;
    text-decoration: inherit;
  }

    .Instalacion .Nube a > label {
      cursor: pointer;
    }

  .Instalacion .Nube > div:first-child {
    font-weight: bold;
    margin-bottom: 1em;
    clear: right;
  }

  .Instalacion .Nube > div {
    clear: right;
  }

.Instalacion .DataCenter {
  text-align: left;
}

  .Instalacion .DataCenter > div > img {
    float: left;
    margin-bottom: 1em;
  }

  .Instalacion .DataCenter > div > span {
    margin-left: 1em;
    position: relative;
  }

  .Instalacion .DataCenter a {
    color: inherit;
    text-decoration: inherit;
  }

    .Instalacion .DataCenter a > label {
      cursor: pointer;
    }

  .Instalacion .DataCenter > div:first-child {
    font-weight: bold;
    margin-bottom: 1em;
  }


  .Instalacion .DataCenter > div {
    clear: left;
  }

.main-content .Recuadro {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  border: solid 1px #ccc;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: .5em;
}

@media all and (max-width: 640px) {
  .main-content .Instalacion {
    text-align: center;
    /*background-color: #F5F5F5;*/
  }

  .Instalacion > * {
    max-width: 90%;
  }

  .Instalacion article {
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .Instalacion > article > div > section {
    display: inline-block;
    /*border-collapse: collapse;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #EFEDED;
    box-shadow: 0 2px 2px 0 #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    padding: .5em;
    margin-bottom: .5em;
    width: 100%;
  }

    .Instalacion > article > div > section > div {
      /*height: 4em;*/
    }

      .Instalacion > article > div > section > div > span {
        top: 1.1em;
      }

  .Instalacion .Nube {
    text-align: left;
  }

    .Instalacion .Nube > div > img {
      float: inherit;
    }

    .Instalacion .Nube > div > span {
      margin-right: 1em;
      float: left;
      position: relative;
    }

    .Instalacion .Nube a {
      color: inherit;
      text-decoration: inherit;
    }

      .Instalacion .Nube a > label {
        cursor: pointer;
      }

    .Instalacion .Nube > div:first-child {
      font-weight: bold;
    }

    .Instalacion .Nube > div:not(:first-child) {
      clear: right;
    }

  .Instalacion .DataCenter {
    text-align: left;
  }

    .Instalacion .DataCenter > div > img {
      float: inherit;
    }

    .Instalacion .DataCenter > div > span {
      margin-right: 1em;
      margin-left: 0;
      float: left;
      position: relative;
    }

    .Instalacion .DataCenter a {
      color: inherit;
      text-decoration: inherit;
    }

      .Instalacion .DataCenter a > label {
        cursor: pointer;
      }

    .Instalacion .DataCenter > div:first-child {
      font-weight: bold;
    }


    .Instalacion .DataCenter > div:not(:first-child) {
      clear: right;
    }
}

.main-content .OtrosServicios {
  color: #808080;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.OtrosServicios > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.OtrosServicios article {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 2em;
}

  .OtrosServicios article > div {
    padding: 1em;
    display: table-row;
  }

.OtrosServicios > article > div > section {
  text-align: left;
  padding: 0.4em;
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

  .OtrosServicios > article > div > section > div:first-child {
    text-align: center;
  }

  .OtrosServicios > article > div > section img {
    width: 100%;
    max-width: 230px;
  }
