@charset "UTF-8";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
body {
  font-family: Arial, Helvetica, "Sans serif";
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  color: #898989;
}

a {
  text-decoration: none;
  color: #1ca331;
}
a:hover {
  color: #898989;
}

img {
  border: 0;
}

*:focus {
  outline: none;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: 'Varela Round', sans-serif;
}

h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: 'Varela Round', sans-serif;
  color: #324d5b;
  text-align: center;
  font-weight: normal;
  font-size: 35px;
}

h3 {
  margin: 0;
  padding: 0;
  font-family: 'Varela Round', sans-serif;
}

h4 {
  margin: 0;
  padding: 0;
  font-family: 'Varela Round', sans-serif;
}

hr {
  margin: 4em 0;
  border-bottom: none;
  border-top: 1px solid #ccd0d2;
}

p {
  margin: 0 0 1em 0;
}

.oculto {
  display: none;
}

.clear {
  clear: both;
}

.noBorder {
  border: none;
}

#impresion, .infBuspre {
  display: none;
}

.capaTotal:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

.tamanoFuente:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

.espacio {
  height: 10px;
}

.fotoIzk {
  margin-right: 10px;
}

.fotoDer {
  margin-left: 10px;
}

.contenedoraCentro:after {
  display: block;
  clear: both;
  height: 1px;
  content: '';
}

.TextoSmall {
  font-size: xx-small;
}

.TextoMedium {
  font-size: meduim;
}

.TextoXXLarge {
  font-size: xx-large;
}

.resumenLeft {
  text-align: left;
}

.resumenCenter {
  text-align: center;
}

.resumenRight {
  text-align: right;
}

.resumenJustify {
  text-align: justify;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb10 {
  margin-bottom: -10px;
}

#contenedoraWeb {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#h_cont_0 {
  position: relative;
  width: 100%;
  height: 350px;
  clear: both;
}

#h_cont_0 {
  position: relative;
  width: 100%;
  height: 280px;
  clear: both;
}

.home #h_cont_0 {
  position: relative;
  width: 100%;
  height: 647px;
  clear: both;
}

/* BARRA SUPERIOR IDIOMAS */
#h_cell_5 {
  background: #324d5b;
  height: 35px;
  position: absolute;
  top: 0;
  width: 100%;
}
#h_cell_5 #mod_cont_idiomas {
  width: 920px;
  margin: 0 auto;
  text-align: right;
}
#h_cell_5 .id_idioma {
  display: inline;
  font-size: 12px;
  text-transform: lowercase;
}
#h_cell_5 .id_idioma a {
  line-height: 35px;
  color: #fff;
}
#h_cell_5 .id_idioma a:hover {
  color: #1ca331;
}

.cas :lang(es-ES) {
  color: #1ca331;
}

#h_cell_5:after {
  content: "";
  display: table;
  clear: both;
}

/* LOGO */
#h_cell_6 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 35px;
  z-index: 2;
}
#h_cell_6 #logowrap {
  width: 920px;
  padding: 0;
  margin: 0 auto;
}
#h_cell_6 #logowrap #logo {
  width: 129px;
  padding: 0;
  float: left;
}

/* MENU */
#h_cell_2 {
  height: 73px;
  background: #fff;
  position: absolute;
  top: 35px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.2);
  z-index: 2;
}

#menuListas {
  width: 920px;
  margin: 0 auto;
  text-align: right;
  padding: 0;
  font-size: 0;
}
#menuListas li {
  list-style: none;
  display: inline-block;
}
#menuListas li a {
  color: #898989;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 1em;
  line-height: 73px;
  height: 73px;
  display: block;
}
#menuListas li:hover {
  color: #fff;
  background: #324d5b;
}
#menuListas li:hover > a {
  color: #fff;
}

#h_cell_2 .nivel1 {
  width: auto;
  display: none;
  position: absolute;
  top: 73px;
  background-color: #fff;
  text-transform: none;
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#h_cell_2 .nivel1 li {
  list-style: none;
  display: block;
  text-align: left;
}
#h_cell_2 .nivel1 li:hover {
  color: #324d5b;
  background: #fff;
}
#h_cell_2 .nivel1 li:hover > a {
  color: #324d5b;
}
#h_cell_2 .nivel1 a {
  color: #898989;
  padding: 0;
  text-transform: none;
  text-align: left;
  line-height: 40px;
  padding: 0 2em;
  height: 35px;
}
#h_cell_2 .nivel1 a:before {
  content: "— ";
  color: #324d5b;
}
#h_cell_2 .nivel1 a:hover {
  color: #324d5b;
}

#h_cell_2 li:hover .nivel1 {
  display: block;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.2);
}

#h_cell_2 li .nivel1:before {
  content: '';
  -webkit-box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.2);
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  top: -5px;
}

#h_cell_2 .nivel1 li:first-child {
  margin-top: 15px;
}

#menuListas > .elementoActual {
  background: #324d5b;
}
#menuListas > .elementoActual > a {
  color: #fff !important;
}

/* SLIDER */
#h_cell_7 {
  width: 100%;
  text-align: center;
  height: 539px;
  position: absolute;
  top: 108px;
}

#h_cell_7 {
  display: none;
}

.home #h_cell_7 {
  display: block;
}

#slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slider .img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  z-index: -4;
}
#slider .item {
  background-size: cover;
  float: left;
}
#slider .owl-carousel, #slider .owl-stage-outer, #slider .owl-stage, #slider .owl-item, #slider .item {
  width: 100%;
  height: 100%;
}
#slider .owl-carousel {
  height: 463px;
  position: relative;
  margin: 0 auto;
}
#slider .pagination {
  position: absolute;
  bottom: 105px;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  text-align: center;
}
#slider .pagination .swiper-pagination-switch {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  margin: 0 2px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .pagination .swiper-active-switch {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#slider .textolider {
  width: 920px;
  margin: 0 auto;
  font-family: 'Varela Round', sans-serif;
  font-size: 55px;
  line-height: 60px;
  text-align: left;
  height: 377px;
  position: relative;
  top: -460px;
}
#slider .textolider .titulo {
  font-family: 'Varela Round', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  width: 520px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#slider #textosInferiores {
  position: relative;
  left: 50%;
  top: -100px;
  z-index: 1;
  width: 920px;
  height: 150px;
  margin-left: -460px;
  background: #fff;
}
#slider #textosInferiores .texto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
}
#slider #textosInferiores .texto div {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider #textosInferiores .texto.on div {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#slider #textosInferiores .tituloinferior {
  font-family: 'Varela Round', sans-serif;
  font-size: 35px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #324d5b;
  display: block;
}
#slider #textosInferiores .descinferior {
  font-family: Arial, Helvetica, "Sans serif";
  font-size: 16px;
  line-height: 23px;
  color: #898989;
  display: block;
}
#slider .arrow-left {
  position: absolute;
  left: 40px;
  top: 215px;
  height: 60px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 60px;
  z-index: 4;
}
#slider .arrow-left:before {
  content: '\f104';
  width: 60px;
  height: 60px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
#slider .arrow-right {
  position: absolute;
  right: 40px;
  top: 215px;
  height: 60px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 60px;
  z-index: 4;
}
#slider .arrow-right:before {
  content: '\f105';
  width: 60px;
  height: 60px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

/* BANNER */
.bannerFondo {
  width: 100%;
  height: 135px;
  position: absolute;
  top: 107px;
  background-size: cover;
}

/* CABECERA INTERIOR */
#cont_cabecera_centro {
  position: absolute;
  top: -85px;
  width: 920px;
  left: 50%;
  margin-left: -460px;
}
#cont_cabecera_centro h1 {
  color: #324d5b;
  font-size: 40px;
}

.ancho100, .contenedoraCentro {
  width: 920px;
  margin: 0 auto;
}

#div_izq {
  display: none;
}

#div_central {
  position: relative;
  z-index: 1;
}

#pie {
  background: #324d5b;
  margin-top: 4em;
}

.home #pie {
  margin-top: 2em;
}

#pie1 {
  width: 920px;
  margin: 0 auto;
  padding: 2em 0;
  color: #fff;
}
#pie1 a {
  color: #fff;
}
#pie1 a:hover {
  color: #1ca331;
}

#pie1wrap {
  position: relative;
}

#mapaweb {
  position: absolute;
  right: 0;
  top: 0;
}

#mapaweb ul li {
  list-style: none;
  float: left;
  margin-left: 1em;
}
#mapaweb ul li a {
  text-transform: uppercase;
  font-size: 13px;
}

#pie2 {
  float: right;
}
#pie2 a {
  font-size: 13px;
}

#pie2 ul {
  margin: 0;
  padding: 0;
}

#pie2 ul li {
  list-style: none;
  float: left;
  margin-left: 1em;
}

#pie1:after {
  content: "";
  display: table;
  clear: both;
}

.home .col {
  width: 280px;
  float: left;
  margin-right: 40px;
  text-align: center;
}
.home .col:hover .iconoHome img {
  background: #1ca331;
}

.home .col .iconoHome {
  background: #fff;
  text-align: center;
}
.home .col .iconoHome img {
  background: #ccd0d2;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home .tituloHome {
  display: block;
  color: #324d5b;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: .5em 0;
}

.home .sinMargen {
  margin-right: 0;
}

.home .descHome {
  text-align: center;
}

#fotosHome {
  margin: 5em 0 2.2em 0;
}

#iconosHome:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

#fotosHome:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

body.home #capa_contenidos:before {
  position: absolute;
  top: 982px;
  left: 0;
  width: 100%;
  height: 410px;
  background: #f6f6f6;
  display: block;
  content: '';
  z-index: -1;
}

.tecci .col {
  width: 280px;
  float: left;
  margin-right: 40px;
  text-align: center;
}
.tecci .col:hover .iconoHome img {
  background: #1ca331;
}

.tecci .col .iconoHome {
  background: #fff;
  text-align: center;
}
.tecci .col .iconoHome img {
  background: #ccd0d2;
  transition: all .3s ease;
}

.tecci .tituloHome {
  display: block;
  color: #1ca331;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: .5em 0;
}

.tecci .sinMargen {
  margin-right: 0;
}

.tecci .descHome {
  text-align: center;
}

#fotosHome {
  margin: 5em 0 2.2em 0;
}

#iconosTecci:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

.tecci h2 {
  text-align: center;
  color: #324d5b;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 1em;
}

.fotoTecci {
  float: left;
  margin-right: 2em;
}

.preparados {
  margin-bottom: 2em;
}

.fotoPreparados {
  float: right;
  margin-left: 2em;
}

.suCasa:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

.preparados:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

.calidad .fotoCalidad {
  float: right;
  margin-left: 2em;
}
.calidad .ancho100 li {
  list-style: none;
  margin-left: .7em;
}
.calidad .ancho100 li:before {
  content: "+ ";
  color: #1ca331;
  margin-left: -.7em;
}
.calidad .boton {
  background: #1ca331;
  padding: 0.5em 1em;
  display: inline-block;
  float: right;
  margin-bottom: 1em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calidad .boton:before {
  content: '';
  font-family: 'fontawesome';
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #fff;
  margin-right: .5em;
}
.calidad .boton:hover {
  background: #188d2a;
}
.calidad .boton a {
  color: #fff;
}

.datos {
  display: none;
}

.fromAddress {
  padding: 0.5em 1em;
  border: 1px solid #ccd0d2;
}

.ubicacion input[type="button"] {
  padding: 0.5em 1em;
  background: #1ca331;
  color: #fff;
  border: 1px solid #1ca331;
  cursor: pointer;
  font-size: .85em;
}

.datosUbicacion {
  margin: 3em 0;
}
.datosUbicacion h2 {
  text-align: left;
  margin: 0 0 .5em 0;
}

.ubicacion form {
  margin-top: 2em;
}

.delegaciones .row:nth-child(1) .delegacion {
  min-height: 200px;
}
.delegaciones .row .delegacion {
  float: left;
  width: 30%;
  margin: 0 1.5% 2em 1.5%;
  padding: 0 1.5%;
  box-sizing: border-box;
}
.delegaciones .row .delegacion:nth-child(2) {
  border-left: 1px solid #ccd0d2;
  border-right: 1px solid #ccd0d2;
}
.delegaciones .row .delegacion:nth-child(5) {
  border-left: 1px solid #ccd0d2;
  border-right: 1px solid #ccd0d2;
}
.delegaciones .row .delegacion:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}
.delegaciones .row:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

#contenedoraFormulario .filaCampo {
  margin-bottom: 1em;
}
#contenedoraFormulario .fila50 {
  width: 45%;
  display: block;
  margin-right: 5%;
  float: left;
}
#contenedoraFormulario .fila100 {
  clear: both;
}
#contenedoraFormulario label {
  display: block;
}
#contenedoraFormulario .cajas {
  width: 100%;
  border: 1px solid #ccd0d2;
  padding: 0.5em 1em;
  font-size: 1em;
  color: #898989;
  box-sizing: border-box;
}
#contenedoraFormulario .mensaje {
  width: 100%;
  border: 1px solid #ccd0d2;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
#contenedoraFormulario #clausula {
  margin-bottom: 1em;
}
#contenedoraFormulario #clausula input {
  position: relative;
  top: 3px;
  float: left;
}
#contenedoraFormulario #clausula p {
  width: auto;
  float: left;
  margin: 0 0 0 6px;
}
#contenedoraFormulario #clausula:after {
  content: '';
  display: block;
  clear: both;
}

.deshabilitado {
  padding: 0.5em 1em;
  border: 1px solid #dadada;
  background: #dadada;
  color: #b1b1b1;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-size: .85em;
}

.habilitado {
  padding: 0.5em 1em;
  border: 1px solid #1ca331;
  background: #1ca331;
  color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-size: .85em;
  cursor: pointer;
}

.productos .filaElementos {
  margin-bottom: 40px;
}
.productos .filaElementos:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}
.productos .boton {
  background: #1ca331;
  padding: 0.5em 1em;
  display: inline-block;
  float: right;
  margin-bottom: 4em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.productos .boton:before {
  content: '';
  font-family: 'fontawesome';
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #fff;
  margin-right: .5em;
}
.productos .boton:hover {
  background: #188d2a;
}
.productos .boton a {
  color: #fff;
}
.productos .elemFila {
  width: 280px;
  height: 161px;
  float: left;
  margin-right: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.productos .elemFila:last-child {
  margin-right: 0;
}
.productos .elemFila .imagenHijos img {
  position: relative;
  z-index: 0;
}
.productos .elemFila .imagenHijos:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  font-family: fontawesome;
  content: '';
  color: #fff;
  font-size: 32px;
  display: block;
  z-index: 3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.productos .elemFila .tituloHijos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.productos .elemFila .tituloHijos a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-weight: normal;
}
.productos .elemFila .tituloHijos a strong {
  position: relative;
  width: 200px;
  margin: 0 auto;
  display: block;
  line-height: 20px;
  z-index: 4;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.productos .elemFila .tituloHijos a:before {
  content: '';
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  width: 280px;
  height: 161px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.productos .elemFila .tituloHijos a:after {
  content: '';
  border: 2px solid #fff;
  width: 260px;
  height: 141px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.productos .elemFila:hover .tituloHijos a strong {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  line-height: 250px;
}
.productos .elemFila:hover .tituloHijos a:before {
  background: #1ca331;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.productos .elemFila:hover .imagenHijos:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.productos h2 {
  margin: 2em 0 1em 0;
  clear: both;
}
.productos table th {
  text-transform: uppercase;
  font-family: 'Varela Round', sans-serif;
  color: #324d5b;
  text-align: center;
  width: 25%;
}
.productos table td {
  padding: 0.5em 1em;
  border-top: 1px solid #ccd0d2;
}
.productos table td:nth-child(even) {
  background: #f6f6f6;
}
.productos table p {
  margin: 0;
}
.productos table .fila td {
  border-top: none;
  background: #324d5b;
  color: #fff;
}

.sectores #tamanoFuente ul {
  padding: 0;
  margin: 1em 0 0 0;
  width: 45%;
  float: left;
  margin-right: 5%;
}
.sectores #tamanoFuente ul li {
  list-style: none;
  border-bottom: 1px solid #ccd0d2;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.sectores #tamanoFuente ul li:before {
  content: "+ ";
  color: #1ca331;
}
.sectores #tamanoFuente:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

.servicios h2 {
  clear: both;
}
.servicios table th {
  text-transform: uppercase;
  font-family: 'Varela Round', sans-serif;
  color: #324d5b;
  text-align: center;
  width: 25%;
}
.servicios table td {
  padding: 0.5em 1em;
  border-top: 1px solid #ccd0d2;
}
.servicios table td:nth-child(even) {
  background: #f6f6f6;
}
.servicios table p {
  margin: 0;
}
.servicios table .fila td {
  border-top: none;
  background: #324d5b;
  color: #fff;
}
.servicios .boton {
  background: #1ca331;
  padding: 0.5em 1em;
  display: inline-block;
  float: right;
  margin: 2em 0 4em 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicios .boton:before {
  content: '';
  font-family: 'fontawesome';
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #fff;
  margin-right: .5em;
}
.servicios .boton:hover {
  background: #188d2a;
}
.servicios .boton a {
  color: #fff;
}

/*

	FancyBox playground - just playing
	v.1.3.0 - RC2 02.01.10

*/
#fancybox-loading {
  position: fixed;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  background: transparent;
  z-index: 200;
}

* html #fancybox-loading {
  /* for IE6 */
  position: absolute;
  margin-top: 0;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_progress.png") no-repeat;
}

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  display: none;
  z-index: 80;
}

* html #fancybox-overlay {
  /* for IE6 */
  position: absolute;
  width: 100%;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  margin: 0;
  z-index: 90;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
}

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  outline: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  background: url("/tecci/diseno/img/fancybox/fancy_close.png") top left no-repeat;
  cursor: pointer;
  z-index: 165;
  display: none;
}

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

#fancybox-img {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: bicubic;
  outline: none;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

#fancybox-tmp {
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  overflow: auto;
}

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  z-index: 112;
}

.fancybox-title-inside {
  padding: 10px 0;
  padding-top: 10px;
  color: #333;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #FFF;
  font-weight: bold;
}

#fancybox-title-wrap {
  display: inline-block;
}

#fancybox-title-wrap span {
  height: 32px;
  float: left;
}

#fancybox-title-left {
  padding-left: 15px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_title_left.png") repeat-x;
}

#fancybox-title-main {
  line-height: 29px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_title_main.png") repeat-x;
  color: #FFF;
}

#fancybox-title-right {
  padding-left: 15px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_title_right.png") repeat-x;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  z-index: 111;
  display: none;
  background-image: url("data:image/gif;base64,AAAA");
  outline: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 112;
  cursor: pointer;
  display: block;
}

#fancybox-left-ico {
  left: -9999px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_nav_left.png") no-repeat;
}

#fancybox-right-ico {
  left: -9999px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_nav_right.png") no-repeat;
}

#fancybox-left:hover {
  visibility: visible;
}

#fancybox-right:hover {
  visibility: visible;
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

div.fancy-bg {
  position: absolute;
  z-index: 70;
  border: 0;
  padding: 0;
  margin: 0;
}

div#fancy-bg-n {
  top: -20px;
  width: 100%;
  height: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_n.png") repeat-x;
}

div#fancy-bg-ne {
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_ne.png") no-repeat;
}

div#fancy-bg-e {
  right: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_e.png") repeat-y;
}

div#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_se.png") no-repeat;
}

div#fancy-bg-s {
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_s.png") repeat-x;
}

div#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_sw.png") no-repeat;
}

div#fancy-bg-w {
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_w.png") repeat-y;
}

div#fancy-bg-nw {
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/tecci/diseno/img/fancybox/fancy_shadow_nw.png") no-repeat;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

.politicaCookies {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #555;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 5px 0 30px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.politicaCookies .closeP {
  position: absolute;
  top: 0;
  right: 3px;
  cursor: pointer;
  z-index: 2;
}

.politicaCookies a {
  color: #ff6600;
}

.cookiesTexto {
  text-align: left;
}

.pagEstatica #div_central {
  width: 920px;
  margin: 0 auto;
}
.pagEstatica #h_cont_0 {
  position: relative;
  width: 100%;
  height: 152px;
  clear: both;
}
.pagEstatica h1 {
  margin-bottom: 1em;
}

.mostrarCadnaCursor {
  cursor: pointer;
}

/*# sourceMappingURL=skin49.css.map */
