.valora-icon {
  background-image: url();
}
.valora-icon .logo {
  background-position: 10px 20px;
}
.striped {
  background: url("../images/inicio/striped.png") repeat, #fff;
}
.bodygradient {
  background: #003355;
  background: -moz-linear-gradient(left,#003355 0%,#009efb 49%,#003355 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#003355),color-stop(49%,#009efb),color-stop(100%,#003355));
  background: -webkit-linear-gradient(left,#003355 0%,#009efb 49%,#003355 100%);
  background: -o-linear-gradient(left,#003355 0%,#009efb 49%,#003355 100%);
  background: -ms-linear-gradient(left,#003355 0%,#009efb 49%,#003355 100%);
  background: linear-gradient(to right,#003355 0%,#009efb 49%,#003355 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003355',endColorstr='#003355',GradientType=1);
}
.menugradient {
  background: #005491;
  background: -moz-linear-gradient(left,#005491 0%,#0071b9 49%,#005492 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#005491),color-stop(49%,#0071b9),color-stop(100%,#005492));
  background: -webkit-linear-gradient(left,#005491 0%,#0071b9 49%,#005492 100%);
  background: -o-linear-gradient(left,#005491 0%,#0071b9 49%,#005492 100%);
  background: -ms-linear-gradient(left,#005491 0%,#0071b9 49%,#005492 100%);
  background: linear-gradient(to right,#005491 0%,#0071b9 49%,#005492 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005491',endColorstr='#005492',GradientType=1);
}
.menuintgradient {
  background: #005593;
  background: -moz-linear-gradient(left,#005593 0%,#0071b9 33%,#0071b9 50%,#0071b9 69%,#005593 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#005593),color-stop(33%,#0071b9),color-stop(50%,#0071b9),color-stop(69%,#0071b9),color-stop(100%,#005593));
  background: -webkit-linear-gradient(left,#005593 0%,#0071b9 33%,#0071b9 50%,#0071b9 69%,#005593 100%);
  background: -o-linear-gradient(left,#005593 0%,#0071b9 33%,#0071b9 50%,#0071b9 69%,#005593 100%);
  background: -ms-linear-gradient(left,#005593 0%,#0071b9 33%,#0071b9 50%,#0071b9 69%,#005593 100%);
  background: linear-gradient(to right,#005593 0%,#0071b9 33%,#0071b9 50%,#0071b9 69%,#005593 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005593',endColorstr='#005593',GradientType=1);
}
.submenugradient {
  background: #005491;
  background: -moz-linear-gradient(top,#005491 0%,#0071b9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#005491),color-stop(100%,#0071b9));
  background: -webkit-linear-gradient(top,#005491 0%,#0071b9 100%);
  background: -o-linear-gradient(top,#005491 0%,#0071b9 100%);
  background: -ms-linear-gradient(top,#005491 0%,#0071b9 100%);
  background: linear-gradient(to bottom,#005491 0%,#0071b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005491',endColorstr='#0071b9',GradientType=0);
}
.blackgradient {
  background: #1a1a1a;
  background: -moz-linear-gradient(left,#1a1a1a 0%,#333333 30%,#333333 73%,#1a1a1a 99%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#1a1a1a),color-stop(30%,#333333),color-stop(73%,#333333),color-stop(99%,#1a1a1a));
  background: -webkit-linear-gradient(left,#1a1a1a 0%,#333333 30%,#333333 73%,#1a1a1a 99%);
  background: -o-linear-gradient(left,#1a1a1a 0%,#333333 30%,#333333 73%,#1a1a1a 99%);
  background: -ms-linear-gradient(left,#1a1a1a 0%,#333333 30%,#333333 73%,#1a1a1a 99%);
  background: linear-gradient(to right,#1a1a1a 0%,#333333 30%,#333333 73%,#1a1a1a 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a',endColorstr='#1a1a1a',GradientType=1);
}
.whitegradient {
  background: #f1f1f1;
  background: -moz-linear-gradient(left,#f1f1f1 0%,#ffffff 30%,#ffffff 50%,#ffffff 68%,#f1f1f1 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f1f1f1),color-stop(30%,#ffffff),color-stop(50%,#ffffff),color-stop(68%,#ffffff),color-stop(100%,#f1f1f1));
  background: -webkit-linear-gradient(left,#f1f1f1 0%,#ffffff 30%,#ffffff 50%,#ffffff 68%,#f1f1f1 100%);
  background: -o-linear-gradient(left,#f1f1f1 0%,#ffffff 30%,#ffffff 50%,#ffffff 68%,#f1f1f1 100%);
  background: -ms-linear-gradient(left,#f1f1f1 0%,#ffffff 30%,#ffffff 50%,#ffffff 68%,#f1f1f1 100%);
  background: linear-gradient(to right,#f1f1f1 0%,#ffffff 30%,#ffffff 50%,#ffffff 68%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#f1f1f1',GradientType=1);
}
.bodygradientcont {
  background: #0063a0;
  background: -moz-radial-gradient(center,ellipse cover,#0063a0 0%,#0063a0 44%,#003659 79%,#003659 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#0063a0),color-stop(44%,#0063a0),color-stop(79%,#003659),color-stop(100%,#003659));
  background: -webkit-radial-gradient(center,ellipse cover,#0063a0 0%,#0063a0 44%,#003659 79%,#003659 100%);
  background: -o-radial-gradient(center,ellipse cover,#0063a0 0%,#0063a0 44%,#003659 79%,#003659 100%);
  background: -ms-radial-gradient(center,ellipse cover,#0063a0 0%,#0063a0 44%,#003659 79%,#003659 100%);
  background: radial-gradient(ellipse at center,#0063a0 0%,#0063a0 44%,#003659 79%,#003659 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063a0',endColorstr='#003659',GradientType=1);
}
.orangegradient {
  background: #f3781e;
  background: -moz-linear-gradient(left,#f3781e 0%,#f38f1e 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f3781e),color-stop(100%,#f38f1e));
  background: -webkit-linear-gradient(left,#f3781e 0%,#f38f1e 100%);
  background: -o-linear-gradient(left,#f3781e 0%,#f38f1e 100%);
  background: -ms-linear-gradient(left,#f3781e 0%,#f38f1e 100%);
  background: linear-gradient(to right,#f3781e 0%,#f38f1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3781e',endColorstr='#f38f1e',GradientType=1);
}
.orangemenu {
  background: #d16c07;
  background: -moz-linear-gradient(left,#d16c07 0%,#fc880b 29%,#fc880b 50%,#fc880b 70%,#d16c07 100%,#d16c07 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#d16c07),color-stop(29%,#fc880b),color-stop(50%,#fc880b),color-stop(70%,#fc880b),color-stop(100%,#d16c07),color-stop(100%,#d16c07));
  background: -webkit-linear-gradient(left,#d16c07 0%,#fc880b 29%,#fc880b 50%,#fc880b 70%,#d16c07 100%,#d16c07 100%);
  background: -o-linear-gradient(left,#d16c07 0%,#fc880b 29%,#fc880b 50%,#fc880b 70%,#d16c07 100%,#d16c07 100%);
  background: -ms-linear-gradient(left,#d16c07 0%,#fc880b 29%,#fc880b 50%,#fc880b 70%,#d16c07 100%,#d16c07 100%);
  background: linear-gradient(to right,#d16c07 0%,#fc880b 29%,#fc880b 50%,#fc880b 70%,#d16c07 100%,#d16c07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d16c07',endColorstr='#d16c07',GradientType=1);
}
.fadegradient {
  background: #f2f2f2;
  background: -moz-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#f2f2f2 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f2f2f2),color-stop(21%,#ffffff),color-stop(50%,#ffffff),color-stop(77%,#ffffff),color-stop(100%,#f2f2f2));
  background: -webkit-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#f2f2f2 100%);
  background: -o-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#f2f2f2 100%);
  background: -ms-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#f2f2f2 100%);
  background: linear-gradient(to right,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#f2f2f2',GradientType=1);
}
.fadegradient-left {
  background: #f2f2f2;
  background: -moz-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f2f2f2),color-stop(21%,#ffffff),color-stop(50%,#ffffff),color-stop(77%,#ffffff),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 100%);
  background: -o-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 100%);
  background: -ms-linear-gradient(left,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 100%);
  background: linear-gradient(to right,#f2f2f2 0%,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#ffffff',GradientType=1);
}
.fadegradient-right {
  background: #ffffff;
  background: -moz-linear-gradient(left,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 78%,#f2f2f2 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(21%,#ffffff),color-stop(50%,#ffffff),color-stop(77%,#ffffff),color-stop(78%,#ffffff),color-stop(100%,#f2f2f2));
  background: -webkit-linear-gradient(left,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 78%,#f2f2f2 100%);
  background: -o-linear-gradient(left,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 78%,#f2f2f2 100%);
  background: -ms-linear-gradient(left,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 78%,#f2f2f2 100%);
  background: linear-gradient(to right,#ffffff 21%,#ffffff 50%,#ffffff 77%,#ffffff 78%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=1);
}
.greengradient {
  background: #04887b;
  background: -moz-linear-gradient(left,#04887b 0%,#00a99d 29%,#00a99d 50%,#00a99d 70%,#04887b 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#04887b),color-stop(29%,#00a99d),color-stop(50%,#00a99d),color-stop(70%,#00a99d),color-stop(100%,#04887b));
  background: -webkit-linear-gradient(left,#04887b 0%,#00a99d 29%,#00a99d 50%,#00a99d 70%,#04887b 100%);
  background: -o-linear-gradient(left,#04887b 0%,#00a99d 29%,#00a99d 50%,#00a99d 70%,#04887b 100%);
  background: -ms-linear-gradient(left,#04887b 0%,#00a99d 29%,#00a99d 50%,#00a99d 70%,#04887b 100%);
  background: linear-gradient(to right,#04887b 0%,#00a99d 29%,#00a99d 50%,#00a99d 70%,#04887b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04887b',endColorstr='#04887b',GradientType=1);
}
.darkgreengradient {
  background: #013e34;
  background: -moz-linear-gradient(left,#013e34 0%,#075848 25%,#0a5647 50%,#075848 72%,#013e34 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#013e34),color-stop(25%,#075848),color-stop(50%,#0a5647),color-stop(72%,#075848),color-stop(100%,#013e34));
  background: -webkit-linear-gradient(left,#013e34 0%,#075848 25%,#0a5647 50%,#075848 72%,#013e34 100%);
  background: -o-linear-gradient(left,#013e34 0%,#075848 25%,#0a5647 50%,#075848 72%,#013e34 100%);
  background: -ms-linear-gradient(left,#013e34 0%,#075848 25%,#0a5647 50%,#075848 72%,#013e34 100%);
  background: linear-gradient(to right,#013e34 0%,#075848 25%,#0a5647 50%,#075848 72%,#013e34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013e34',endColorstr='#013e34',GradientType=1);
}
.greygradient {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f2f2f2));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
}
.logradient {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ededed));
  background: -webkit-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}
.menutitle {
  display: inline-block;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  margin-bottom: 9px;
  margin-top: 5px;
  padding: 7px 45px 4px 13px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
  text-transform: uppercase;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
  overflow-x: hidden;
}
a {
  outline: none;
}
strong {
  font-weight: 700;
  color: #000000;
}
em {
  font-style: italic;
}
.copy {
  width: 100%;
  font-size: 1.2em;
  padding: 2px 0;
}
.sainet a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
.copy img {
  vertical-align: middle;
  display: inline-block;
}
footer {
  background: url("../images/inicio/bgfooter.jpg") repeat;
  border-top: solid 5px #fff;
  width: 100%;
  height: auto;
  float: left;
}
footer address {
  width: 960px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
}
footer address .tbdatospie {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
footer address .tbdatospie td {
  width: 50%;
  vertical-align: top;
}
footer address .tbdatospie td ul {
  text-align: left;
}
footer address .tbdatospie td ul li {
  font-size: 15px;
  color: #fff;
  font-weight: 100;
  text-align: left;
  padding: 0px 10px 5px 0;
}
footer address .tbdatospie td ul li img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
footer address .tbdatospie td ul li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
footer address .tbdatospie td:last-child ul {
  text-align: right;
}
footer address .tbdatospie td:last-child ul li {
  font-size: 12px;
  color: #fff;
  text-align: right;
  display: inline-block;
  padding: 5px 10px 5px 0;
}
footer address .tbdatospie td:last-child ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
footer address .tbdatospie td:last-child ul li a:hover {
  color: #fff;
}
header {
  width: 100%;
  height: 165px;
  background: url("../images/inicio/bgheader.png") no-repeat top center;
  position: relative;
}
header .header-centered {
  width: 1000px;
  height: 165px;
  margin: 0 auto;
  position: relative;
  z-index: 301;
  display: inline-block;
}
header .header-centered .logo {
  float: left;
  clear: both;
  margin-top: -5px;
  width: 396px;
  height: 165px;
}
header .header-centered nav {
  width: 600px;
  height: 60px;
  text-align: center;
  float: right;
  margin-top: 35px;
}
header .header-centered nav .menu {
  width: 100%;
  height: auto;
}
header .header-centered nav .menu li {
  display: inline-block;
  margin-top: 16px;
}
header .header-centered nav .menu li.current.active a {
  color: #fff;
  text-decoration: underline;
}
header .header-centered nav .menu li a {
  color: #fff;
  text-decoration: none;
  font-family: 'Fjalla One', sans-serif;
  font-size: 17px;
  padding: 13px 25px;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
header .header-centered nav .menu li a:hover {
  text-decoration: underline;
}
main {
  background: url("../images/inicio/bg-01.png") repeat;
  width: 100%;
  height: auto;
  margin-top: -46px !important;
  padding-top: 70px;
  margin: 0 auto;
  padding-bottom: 50px;
}
main .contenidos {
  width: 960px;
  height: auto;
  margin: 0 auto 50px;
}
main .contenidos .item-pageempresa {
  position: relative;
}
main .contenidos .item-pageempresa:before {
  position: absolute;
  content: "";
  top: -71px;
  left: -480px;
  width: 1920px;
  height: 331px;
  background: url("../images/nosotros/fondo-02.png") no-repeat;
  z-index: -1;
}
main .contenidos .item-pageempresa h2:before {
  background: url("../images/inicio/icono-empresa.png") no-repeat;
}
main .contenidos .item-pageproductos h2:before {
  background: url("../images/inicio/productos.png") no-repeat;
}
main .contenidos .item-pagecontactenos h2:before {
  background: url("../images/inicio/contactenos.png") no-repeat;
}
main .contenidos h2 {
  color: #000;
  font-family: 'Fjalla One', sans-serif;
  font-size: 23px;
  text-align: left;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-bottom: 40px;
  position: relative;
}
main .contenidos h2:after {
  position: absolute;
  content: "";
  top: 30px;
  left: -25px;
  width: 255px;
  height: 9px;
  background: url("../images/inicio/after-titulos.png") no-repeat;
}
main .contenidos h2:before {
  position: absolute;
  content: "";
  top: -6px;
  left: -20px;
  width: 33px;
  height: 33px;
}
main .contenidos p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #5b5b5f;
  text-align: justify;
  line-height: 20px;
  padding: 20px;
}
main .contenidos strong {
  font-weight: bold;
  color: #fff;
}
main .contenidos img {
  border: solid 4px #fff;
  border-radius: 8px;
}
main .tbproductos {
  background: #fbfcfc;
  background: -moz-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(13%,#fbfcfc),color-stop(100%,#edeef0));
  background: -webkit-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: -o-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: -ms-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: linear-gradient(to bottom,#fbfcfc 13%,#edeef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfcfc',endColorstr='#edeef0',GradientType=0);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.5);
  box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.5);
  position: relative;
}
main .tbproductos:before {
  position: absolute;
  content: "";
  top: 225px;
  left: -7px;
  width: 967px;
  height: 123px;
  background: url("../images/inicio/before-cont-nosotros.png") no-repeat;
  z-index: -1;
}
main .tbproductos img {
  margin: 20px;
}
main .tbproductos td {
  vertical-align: top;
}
main .tbproductos td p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #5b5b5f;
  text-align: justify;
  line-height: 20px;
  padding: 20px 30px 5px 10px;
}
main .tbproductos td span {
  color: #910617;
  font-weight: bold;
}
main .tbproductos td li {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #5b5b5f;
  text-align: justify;
  line-height: 20px;
  padding: 20px 30px 5px 35px;
  position: relative;
}
main .tbproductos td li:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 13px;
  width: 9px;
  height: 9px;
  background-color: #211915;
}
.nn_tabs_container.outline_handles.outline_content.align_left.nn_tabs_container_1_ {
  margin-left: 30px;
  position: relative;
}
.nn_tabs_container.outline_handles.outline_content.align_left.nn_tabs_container_1_:before {
  position: absolute;
  content: "";
  top: 250px;
  left: -35px;
  width: 967px;
  height: 123px;
  background: url("../images/inicio/before-cont-nosotros.png") no-repeat;
}
div.nn_tabs_container.outline_handles > div.nn_tabs_nav > ul.nn_tabs_tabs > li > span > a,
div.nn_tabs_container.outline_handles > div.nn_tabs_nav > ul.nn_tabs_tabs > li > span > a:hover {
  bbackground: #000000;
  background: -moz-linear-gradient(left,#000000 0%,#333333 50%,#333333 50%,#000000 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#000000),color-stop(50%,#333333),color-stop(50%,#333333),color-stop(100%,#000000));
  background: -webkit-linear-gradient(left,#000000 0%,#333333 50%,#333333 50%,#000000 100%);
  background: -o-linear-gradient(left,#000000 0%,#333333 50%,#333333 50%,#000000 100%);
  background: -ms-linear-gradient(left,#000000 0%,#333333 50%,#333333 50%,#000000 100%);
  background: linear-gradient(to right,#000000 0%,#333333 50%,#333333 50%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
  border: none;
  border-radius: 0px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  color: #fff;
  width: 100px;
  height: 47px;
  margin-top: 7px;
  padding-top: 28px;
}
div.nn_tabs_container.outline_content > div.nn_tabs_content {
  border: solid 1px #cccccc;
  background: #fbfcfc;
  background: -moz-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#fbfcfc),color-stop(100%,#cccccc));
  background: -webkit-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: -o-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: -ms-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: linear-gradient(to bottom,#fbfcfc 10%,#cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfcfc',endColorstr='#cccccc',GradientType=0);
  height: 315px !important;
  width: 750px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
div.nn_tabs_container > div.nn_tabs_nav {
  clear: left;
  display: block;
  line-height: 1em;
  width: 124px;
  float: left;
}
div.nn_tabs_container > div.nn_tabs_nav > ul.nn_tabs_tabs > li.active > span > a:focus {
  background-color: #5b5b5f !important;
  color: #cccccc !important;
  transition-duration: 0.2s;
}
div.nn_tabs_container > div.nn_tabs_nav > ul.nn_tabs_tabs {
  border-bottom: none;
}
div.nn_tabs_container > div.nn_tabs_nav > ul.nn_tabs_tabs > li {
  margin-top: -6px !important;
  position: relative;
}
div.nn_tabs_container > div.nn_tabs_nav > ul.nn_tabs_tabs > li:after {
  position: absolute;
  content: "";
  top: 68px;
  left: 0;
  width: 122px;
  height: 42px;
  background: url("../images/inicio/after-tabs.png") no-repeat;
}
div.nn_tabs_container > div.nn_tabs_nav > ul.nn_tabs_tabs > li:last-child:after {
  position: absolute;
  content: "";
  top: 68px;
  left: 0;
  width: 122px;
  height: 42px;
  background: url("../images/inicio/after-tabs-last.png") no-repeat;
}
div.nn_tabs_container > div.nn_tabs_nav > ul.nn_tabs_tabs > li:nth-child(1) a {
  border-top-left-radius: 15px !important;
}
div.nn_tabs_container > div.nn_tabs_nav > ul.nn_tabs_tabs > li:nth-child(4) a {
  border-bottom-left-radius: 15px !important;
}
.nspArt > div {
  background: #fbfcfc;
  background: -moz-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#fbfcfc),color-stop(100%,#cccccc));
  background: -webkit-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: -o-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: -ms-linear-gradient(top,#fbfcfc 10%,#cccccc 100%);
  background: linear-gradient(to bottom,#fbfcfc 10%,#cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfcfc',endColorstr='#cccccc',GradientType=0);
  border: solid 1px #cccccc;
  border-radius: 15px;
  margin-bottom: 40px;
}
.nspArt img.nspImage {
  border: solid 4px #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nspArt img.nspImage:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.nspArt h4.nspHeader {
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  color: #910617;
  width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #910617;
}
.readon.fleft {
  background: #000000;
  background: -moz-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(50%,#333333),color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -o-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -ms-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: linear-gradient(to bottom,#000000 0%,#333333 50%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
  margin-top: -10px;
  padding: 5px 40px 8px 10px;
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: oblique;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.readon.fleft:after {
  position: absolute;
  content: "";
  top: -3px;
  left: 60px;
  width: 31px;
  height: 26px;
  background: url("../images/inicio/after-vermas.png") no-repeat;
}
.readon.fleft:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.volver-noticias {
  background: #000000;
  background: -moz-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(50%,#333333),color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -o-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -ms-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: linear-gradient(to bottom,#000000 0%,#333333 50%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
  margin-top: -50px;
  margin-right: 30px;
  padding: 5px 40px 8px 10px;
  color: #fff !important;
  text-decoration: none !important;
  border: solid 1px #fff;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: oblique;
  position: relative;
  width: 45px;
  float: right;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.volver-noticias:after {
  position: absolute;
  content: "";
  top: -3px;
  left: 60px;
  width: 31px;
  height: 26px;
  background: url("../images/inicio/after-vermas.png") no-repeat;
}
.volver-noticias:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.volver-noticias a {
  text-decoration: none;
  color: #fff;
}
.tbdatos td:first-child {
  width: 35%;
}
.tbdatos p {
  font-family: 'Fjalla One', sans-serif !important;
  font-size: 18px !important;
  color: #000 !important;
  padding: 10px 30px 5px 30px !important;
  position: relative;
}
.tbdatos p:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 13px;
  width: 9px;
  height: 9px;
  background-color: #211915;
}
.tbdatos p strong {
  color: #910617;
  font-weight: 100;
}
.tbdatos p a {
  text-decoration: none;
  color: #000;
}
.tbform {
  width: 960px;
  height: 390px;
  margin: 0 auto;
  margin-top: 40px;
  background: #fbfcfc;
  background: -moz-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(13%,#fbfcfc),color-stop(100%,#edeef0));
  background: -webkit-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: -o-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: -ms-linear-gradient(top,#fbfcfc 13%,#edeef0 100%);
  background: linear-gradient(to bottom,#fbfcfc 13%,#edeef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfcfc',endColorstr='#edeef0',GradientType=0);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.5);
  box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.5);
  position: relative;
}
.tbform:before {
  position: absolute;
  content: "";
  top: 310px;
  left: -7px;
  width: 967px;
  height: 123px;
  background: url("../images/inicio/before-cont-nosotros.png") no-repeat;
  z-index: -1;
}
.tbform td {
  width: 50%;
  vertical-align: top;
}
.tbform img {
  margin: 40px 0;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 3px 3px 5px 0px rgba(50,50,50,0.5);
  box-shadow: 3px 3px 5px 0px rgba(50,50,50,0.5);
}
.tbform h4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 35px;
  margin-left: -30px;
  margin-top: 140px;
}
.tbform h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-left: -150px;
  margin-top: 30px;
}
form {
  margin-bottom: 35px;
  margin-top: 35px;
}
.rsform-input-box {
  height: 25px;
  margin-left: 20px;
  padding-left: 10px;
  width: 370px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: solid 2px #cccccc;
  border-radius: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(13%,#ffffff),color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: -o-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: -ms-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: linear-gradient(to bottom,#ffffff 13%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d9d9d9',GradientType=0);
}
textarea {
  width: 370px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-left: 20px;
  padding-left: 10px;
  border: solid 2px #cccccc;
  border-radius: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(13%,#fbfcfc),color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: -o-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: -ms-linear-gradient(top,#ffffff 13%,#d9d9d9 100%);
  background: linear-gradient(to bottom,#ffffff 13%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d9d9d9',GradientType=0);
}
.formCaption2 {
  display: none;
}
.rsform-submit-button {
  margin-top: 10px;
  margin-left: 190px;
  background: #000000;
  background: -moz-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(50%,#333333),color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -o-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -ms-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: linear-gradient(to bottom,#000000 0%,#333333 50%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
  padding: 4px 30px 4px 30px;
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  border-radius: 5px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  position: relative;
}
.rsform-submit-button:after {
  position: absolute;
  content: "";
  top: -3px;
  left: 60px;
  width: 31px;
  height: 26px;
  background: url("../images/inicio/after-vermas.png") no-repeat;
}
.rsform-reset-button {
  margin-top: 10px;
  background: #000000;
  background: -moz-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(50%,#333333),color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -o-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: -ms-linear-gradient(top,#000000 0%,#333333 50%,#000000 100%);
  background: linear-gradient(to bottom,#000000 0%,#333333 50%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
  padding: 4px 30px 4px 30px;
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  border-radius: 5px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  position: relative;
}
.rsform-reset-button:after {
  position: absolute;
  content: "";
  top: -3px;
  left: 60px;
  width: 31px;
  height: 26px;
  background: url("../images/inicio/after-vermas.png") no-repeat;
}
