.valora-icon {
  background-image: url();
}
.valora-icon .logo {
  background-position: 10px 20px;
}
.striped {
  background: url("../images/inicio/striped.png") repeat, #fff;
}
.blackgradient {
  background: #010101;
  background: -moz-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#010101),color-stop(50%,#323232),color-stop(100%,#010101));
  background: -webkit-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -o-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -ms-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: linear-gradient(to right,#010101 0%,#323232 50%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101',endColorstr='#010101',GradientType=1);
}
.yellowgradient {
  background: #fcb813;
  background: -moz-linear-gradient(left,#fcb813 0%,#ffd803 50%,#fcb813 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fcb813),color-stop(50%,#ffd803),color-stop(100%,#fcb813));
  background: -webkit-linear-gradient(left,#fcb813 0%,#ffd803 50%,#fcb813 100%);
  background: -o-linear-gradient(left,#fcb813 0%,#ffd803 50%,#fcb813 100%);
  background: -ms-linear-gradient(left,#fcb813 0%,#ffd803 50%,#fcb813 100%);
  background: linear-gradient(to right,#fcb813 0%,#ffd803 50%,#fcb813 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb813',endColorstr='#fcb813',GradientType=1);
}
.btgradient {
  background: #ffdb01;
  background: -moz-linear-gradient(top,#ffdb01 0%,#fcb813 87%,#fcb813 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffdb01),color-stop(87%,#fcb813),color-stop(100%,#fcb813));
  background: -webkit-linear-gradient(top,#ffdb01 0%,#fcb813 87%,#fcb813 100%);
  background: -o-linear-gradient(top,#ffdb01 0%,#fcb813 87%,#fcb813 100%);
  background: -ms-linear-gradient(top,#ffdb01 0%,#fcb813 87%,#fcb813 100%);
  background: linear-gradient(to bottom,#ffdb01 0%,#fcb813 87%,#fcb813 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb01',endColorstr='#fcb813',GradientType=0);
}
.greygradient {
  background: #d9d9d9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
}
.greengradient {
  background: #abc12f;
  background: -moz-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#abc12f),color-stop(100%,#8ea447));
  background: -webkit-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -o-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -ms-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: linear-gradient(to bottom,#abc12f 0%,#8ea447 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc12f',endColorstr='#8ea447',GradientType=0);
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  text-align: center;
  overflow-x: hidden;
}
a {
  outline: none;
}
strong {
  font-weight: 700;
  color: #8c8c8c;
}
em {
  font-style: italic;
}
.copy {
  width: 960px;
  height: auto;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: left;
  clear: both;
  padding-top: 7px;
}
.sainet a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
.copy img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
header {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 350;
  background: url("../images/inicio/header.png") repeat;
}
header:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 25%;
  width: 960px;
  height: 16px;
  background: url("../images/inicio/shadow.png") no-repeat;
}
header .header-center {
  width: 960px;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}
header .header-center .logo {
  width: auto;
  height: auto;
  float: left;
  margin-top: 14px;
}
header .header-center .idioma {
  width: 94px;
  height: auto;
  float: right;
  font-family: 'Coda', cursive;
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 10px;
  text-align: right;
}
header .header-center .idioma a {
  color: #AAC21A;
}
header .header-center .redes {
  width: auto;
  height: auto;
  float: right;
  clear: right;
  text-align: right;
}
header .header-center .redes h3 {
  font-family: 'Coda', cursive;
  font-size: 16px;
  font-weight: 500;
  margin: 53px 0 5px;
}
header .header-center .redes ul {
  margin-right: -5px;
}
header .header-center .redes ul li {
  display: inline-block;
  margin-right: 8px;
}
header .header-center .redes ul li:last-child {
  margin-right: 0;
}
header .header-center .redes ul li img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
header .header-center .redes ul li img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
header nav {
  width: 960px;
  height: auto;
  margin-top: 20px;
  padding: 10px 0 4px 0;
  display: inline-block;
}
header nav ul {
  border: 0 !important;
}
header nav ul li.first a {
  background: url("../images/inicio/home.png") no-repeat;
  background-position: 10px -3px;
  color: transparent !important;
}
header nav ul li.first a:hover {
  background: url("../images/inicio/home.png") no-repeat;
  background-position: 10px -3px;
  color: transparent !important;
}
header nav ul li.current a {
  color: #AAC21A;
}
header nav ul li a {
  font-family: 'Pontano Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  text-transform: uppercase;
  padding: 5px 11px 5px 8px;
}
header nav ul li ul {
  background: rgba(0,0,0,0.85) !important;
  width: 300px !important;
}
header nav ul li ul li {
  border-bottom: 1px solid rgba(255,255,255,0.3) !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header nav ul li ul li:hover {
  background: #abc12f;
  background: -moz-linear-gradient(top,#abc12f 0%,#8ea447 100%) !important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#abc12f),color-stop(100%,#8ea447)) !important;
  background: -webkit-linear-gradient(top,#abc12f 0%,#8ea447 100%) !important;
  background: -o-linear-gradient(top,#abc12f 0%,#8ea447 100%) !important;
  background: -ms-linear-gradient(top,#abc12f 0%,#8ea447 100%) !important;
  background: linear-gradient(to bottom,#abc12f 0%,#8ea447 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc12f',endColorstr='#8ea447',GradientType=0) !important;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
header nav ul li ul li:hover a {
  color: #fff !important;
}
header nav ul li ul li.current a {
  color: #fff !important;
}
header nav ul li ul li a {
  font-size: 15px !important;
  line-height: normal !important;
  padding: 8px 11px 8px 8px;
  color: #fff !important;
}
header nav ul li ul li a:hover {
  color: #fff !important;
}
header nav ul li ul li ul {
  background: rgba(53,53,53,0.85) !important;
}
header nav ul li ul li ul li ul {
  background: rgba(25,25,25,0.85) !important;
}
.banner {
  width: 1920px;
  height: auto;
  margin: 4px auto 0;
  display: inline-block;
  position: relative;
}
.banner .moduletable,
.banner .moduletablebanner-browse {
  position: relative;
}
.banner .moduletable:after,
.banner .moduletablebanner-browse:after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: #010101;
  background: -moz-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#010101),color-stop(50%,#323232),color-stop(100%,#010101));
  background: -webkit-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -o-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -ms-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: linear-gradient(to right,#010101 0%,#323232 50%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101',endColorstr='#010101',GradientType=1);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
  z-index: 300;
}
.banner .default-simple .ju-slide-navigation-dots {
  bottom: -32px;
  background: #2E2E2E;
  padding: 7px 15px;
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.3);
  border-radius: 7px;
  z-index: 301;
}
.banner .default-simple .ju-slide-navigation-dots .image_number {
  width: 24px;
  height: 24px;
  background: url("../images/inicio/dot.png");
}
.banner .default-simple .ju-slide-navigation-dots .image_number_select {
  width: 24px;
  height: 24px;
  background: url("../images/inicio/dot-active.png");
}
.banner .default-simple .prev_button,
.banner .default-simple .next_button {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: url("../images/inicio/arrows.png") no-repeat, #fff;
  opacity: 0.7;
  bottom: 53%;
}
.banner .default-simple .prev_button {
  background-position: 4px 5px;
  left: 360px;
}
.banner .default-simple .next_button {
  background-position: 9px -64px;
  left: 1523px;
}
.banner .default-simple .ju-slide-desc {
  background: rgba(33,25,21,0.8);
  width: 430px;
  left: 480px;
  opacity: 1 !important;
  bottom: 30%;
}
.banner .default-simple .ju-slide-desc .label-title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  margin-bottom: 18px;
}
.banner .default-simple .ju-slide-desc .label-desc {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
  text-align: justify;
  line-height: normal;
}
footer {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background: #010101;
  background: -moz-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#010101),color-stop(50%,#323232),color-stop(100%,#010101));
  background: -webkit-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -o-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -ms-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: linear-gradient(to right,#010101 0%,#323232 50%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101',endColorstr='#010101',GradientType=1);
  padding: 36px 0 10px;
}
footer .footer-center {
  width: 960px;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  padding-bottom: 2px;
}
footer .footer-center address {
  width: 350px;
  height: auto;
  float: left;
  text-align: left;
  color: #fff;
}
footer .footer-center address h2 {
  color: #AAC21A;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 22px;
  padding-bottom: 3px;
  border-bottom: 1px solid #AAC21A;
  display: inline-block;
  padding-right: 25px;
  margin-bottom: 26px;
}
footer .footer-center address table tr:nth-child(2) td ul {
  position: relative;
  margin-left: 55px;
  margin-bottom: 30px;
}
footer .footer-center address table tr:nth-child(2) td ul:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -60px;
  width: 56px;
  height: 55px;
  background: url("../images/inicio/mail-icon.png") no-repeat;
}
footer .footer-center address table tr:nth-child(2) td ul li {
  font-size: 13px;
  margin-bottom: 5px;
}
footer .footer-center address table tr:nth-child(4) td ul {
  position: relative;
  margin-left: 55px;
  margin-bottom: 50px;
  margin-top: 15px;
}
footer .footer-center address table tr:nth-child(4) td ul:before {
  position: absolute;
  content: "";
  top: -22px;
  left: -60px;
  width: 56px;
  height: 55px;
  background: url("../images/inicio/tel-icon.png") no-repeat;
}
footer .footer-center address table tr:nth-child(4) td ul li {
  font-size: 13px;
  margin-bottom: 5px;
}
footer .footer-center address table tr:nth-child(5) td ul {
  position: relative;
  margin-left: 55px;
}
footer .footer-center address table tr:nth-child(5) td ul:before {
  position: absolute;
  content: "";
  top: -4px;
  left: -60px;
  width: 56px;
  height: 55px;
  background: url("../images/inicio/dir-icon.png") no-repeat;
}
footer .footer-center address table tr:nth-child(5) td ul li {
  font-size: 13px;
  margin-bottom: 5px;
}
footer .footer-center .contacto-rapido {
  width: 397px;
  height: auto;
  float: right;
  text-align: left;
}
footer .footer-center .contacto-rapido h3 {
  color: #AAC21A;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 22px;
  padding-bottom: 3px;
  border-bottom: 1px solid #AAC21A;
  display: inline-block;
  padding-right: 25px;
  margin-bottom: 26px;
}
footer .footer-center .contacto-rapido .formCaption2 {
  display: none;
}
footer .footer-center .contacto-rapido .rsform-input-box {
  background: #d9d9d9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 2px 10px;
  width: 367px;
  height: 25px;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
footer .footer-center .contacto-rapido .rsform-input-box:focus {
  box-shadow: inset 0px 0px 9px rgba(0,0,0,0.3);
}
footer .footer-center .contacto-rapido .rsform-text-box {
  background: #d9d9d9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 2px 10px;
  width: 367px;
  height: 111px;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
footer .footer-center .contacto-rapido .rsform-text-box:focus {
  box-shadow: inset 0px 0px 9px rgba(0,0,0,0.3);
}
footer .footer-center .contacto-rapido .rsform-submit-button {
  background: #abc12f;
  background: -moz-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#abc12f),color-stop(100%,#8ea447));
  background: -webkit-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -o-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -ms-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: linear-gradient(to bottom,#abc12f 0%,#8ea447 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc12f',endColorstr='#8ea447',GradientType=0);
  color: #fff;
  padding: 2px 25px;
  border-radius: 3px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  margin-left: 292px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
footer .footer-center .contacto-rapido .rsform-submit-button: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 .footer-center .contacto-rapido .rsform p {
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
}
footer .footer-center .contacto-rapido .btn.btn-primary {
  margin-left: 0 !important;
}
main {
  background: url("../images/inicio/header.png") repeat;
  margin-top: -16px;
}
.content-main {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0 90px;
  text-align: center;
  display: inline-block;
}
.content-main h2 {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 33px;
  text-align: center;
  margin-top: 40px;
  position: relative;
  margin-bottom: 50px;
}
.content-main h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #AAC21A;
  left: 0;
  top: 18px;
}
.content-main h2 span {
  display: inline-block;
  text-align: right;
  position: relative;
  background: url("../images/inicio/header.png") repeat;
  z-index: 9;
  padding: 0 18px;
}
.content-main p {
  font-size: 17px;
  color: #808080;
  text-align: center;
  line-height: 22px;
}
.content-main h3 {
  text-align: center;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 22px;
  display: inline-block;
  padding: 0 80px 5px 80px;
  border-bottom: 2px solid rgba(170,192,48,0.5);
  margin-bottom: 30px;
  color: #595959;
}
.moduletabletrabaje {
  text-align: center;
}
.moduletabletrabaje form {
  width: 863px;
  margin: 80px auto 0;
}
.moduletabletrabaje p {
  text-align: center;
}
.moduletabletrabaje .formCaption2 {
  display: none;
}
.moduletabletrabaje .rsform-input-box,
.moduletabletrabaje .rsform-upload-box {
  background: #d9d9d9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 2px 10px;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 20px;
  box-shadow: 2px 5px 7px rgba(0,0,0,0.2);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.moduletabletrabaje .rsform-input-box:focus,
.moduletabletrabaje .rsform-upload-box:focus {
  box-shadow: inset 0px 0px 9px rgba(0,0,0,0.3), 2px 5px 7px rgba(0,0,0,0.2);
  outline-color: transparent;
  outline-style: none;
}
.moduletabletrabaje .rsform-block-nombre .rsform-input-box {
  width: 826px;
  height: 25px;
}
.moduletabletrabaje .rsform-text-box {
  background: #d9d9d9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 2px 10px;
  width: 367px;
  height: 111px;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;
  box-shadow: 2px 5px 7px rgba(0,0,0,0.2);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.moduletabletrabaje .rsform-text-box:focus {
  box-shadow: inset 0px 0px 9px rgba(0,0,0,0.3), 2px 5px 7px rgba(0,0,0,0.2);
}
.moduletabletrabaje .rsform-submit-button,
.moduletabletrabaje .rsform-reset-button {
  background: #abc12f;
  background: -moz-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#abc12f),color-stop(100%,#8ea447));
  background: -webkit-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -o-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -ms-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: linear-gradient(to bottom,#abc12f 0%,#8ea447 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc12f',endColorstr='#8ea447',GradientType=0);
  color: #fff;
  padding: 2px 25px;
  border-radius: 3px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-size: 19px;
  font-family: 'PT Sans', sans-serif;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  margin-top: 12px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.moduletabletrabaje .rsform-submit-button:hover,
.moduletabletrabaje .rsform-reset-button: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);
}
.moduletabletrabaje .rsform-reset-button {
  margin-left: 304px;
}
.moduletabletrabaje .rsform-submit-button {
  float: right;
  margin-left: 373px;
}
.moduletabletrabaje .rsform p {
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
}
.moduletabletrabaje .btn.btn-primary {
  margin-left: 0;
  float: none;
}
.moduletabletrabaje .check {
  margin: 0 auto 24px;
}
.moduletabletrabaje .formRed {
  text-align: left;
}
.moduletabletrabaje .formClr {
  clear: both;
  display: block;
  text-align: left;
}
.moduletabletrabaje .rsform-block.rsform-block-mail,
.moduletabletrabaje .rsform-block.rsform-block-tel,
.moduletabletrabaje .rsform-block.rsform-block-cargo,
.moduletabletrabaje .rsform-block.rsform-block-hojavida {
  float: left;
  width: 48%;
}
.moduletabletrabaje .rsform-block.rsform-block-cargo,
.moduletabletrabaje .rsform-block.rsform-block-tel {
  margin-right: 14px !important;
}
.moduletabletrabaje .rsform-block.rsform-block-mail input,
.moduletabletrabaje .rsform-block.rsform-block-tel input,
.moduletabletrabaje .rsform-block.rsform-block-cargo input,
.moduletabletrabaje .rsform-block.rsform-block-hojavida input {
  width: 390px;
  display: inline-block;
}
.moduletabletrabaje fieldset.formFieldset ol.formContainer li {
  clear: none;
  padding: 2px 5px;
}
.moduletabletrabaje .formError {
  position: relative;
  top: -13px;
}
.tabla-contacto {
  margin-top: 70px;
}
.tabla-contacto td {
  vertical-align: top;
}
.tabla-contacto td:first-child {
  width: 510px;
}
.tabla-contacto ul {
  margin: 0 0 25px 55px;
  position: relative;
}
.tabla-contacto ul:before {
  position: absolute;
  content: "";
  top: 0;
  left: -55px;
  background: url("../images/inicio/sprite-contacto.png") no-repeat;
  width: 46px;
  height: 46px;
}
.tabla-contacto ul:nth-child(1):before {
  background-position: 0 0;
}
.tabla-contacto ul:nth-child(2):before {
  background-position: 0 -68px;
}
.tabla-contacto ul:nth-child(3):before {
  background-position: 0 -143px;
}
.tabla-contacto ul li {
  text-align: left;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 22px;
}
.tabla-contacto ul li strong {
  font-weight: normal;
  color: #000;
}
.tabla-contacto ul li a {
  color: #20A7DF;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.tabla-contacto ul li a:hover {
  color: #AAC21A;
}
.moduletablecontactoform {
  text-align: center;
}
.moduletablecontactoform p {
  text-align: center;
}
.moduletablecontactoform .formCaption2 {
  display: none;
}
.moduletablecontactoform .rsform-input-box {
  background: #d9d9d9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 2px 10px;
  width: 367px;
  height: 25px;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;
  box-shadow: 2px 5px 7px rgba(0,0,0,0.2);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.moduletablecontactoform .rsform-input-box:focus {
  box-shadow: inset 0px 0px 9px rgba(0,0,0,0.3), 2px 5px 7px rgba(0,0,0,0.2);
}
.moduletablecontactoform .rsform-text-box {
  background: #d9d9d9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 2px 10px;
  width: 367px;
  height: 111px;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;
  box-shadow: 2px 5px 7px rgba(0,0,0,0.2);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.moduletablecontactoform .rsform-text-box:focus {
  box-shadow: inset 0px 0px 9px rgba(0,0,0,0.3), 2px 5px 7px rgba(0,0,0,0.2);
}
.moduletablecontactoform .rsform-submit-button,
.moduletablecontactoform .rsform-reset-button {
  background: #abc12f;
  background: -moz-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#abc12f),color-stop(100%,#8ea447));
  background: -webkit-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -o-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -ms-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: linear-gradient(to bottom,#abc12f 0%,#8ea447 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc12f',endColorstr='#8ea447',GradientType=0);
  color: #fff;
  padding: 2px 25px;
  border-radius: 3px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-size: 19px;
  font-family: 'PT Sans', sans-serif;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  margin-top: 12px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.moduletablecontactoform .rsform-submit-button:hover,
.moduletablecontactoform .rsform-reset-button: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);
}
.moduletablecontactoform .rsform-reset-button {
  margin-left: 154px;
}
.moduletablecontactoform .rsform-submit-button {
  float: right;
  margin-left: 286px;
}
.moduletablecontactoform .rsform p {
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
}
.moduletablecontactoform .btn.btn-primary {
  margin-left: 0;
  float: none;
}
.moduletablecontactoform .check {
  margin: 0 auto 24px;
}
.moduletablecontactoform .formRed {
  text-align: left;
}
.moduletablecontactoform .formClr {
  clear: both;
  display: block;
  text-align: left;
}
.browse-view .orderby-displaynumber {
  display: none;
}
.browse-view h1 {
  display: none;
}
.browse-view .row .spacer {
  padding: 12px !important;
}
.browse-view .row .spacer .width30 {
  width: 100%;
}
.browse-view .row .spacer .width30 img {
  border: 6px solid #fff;
  box-shadow: 0px 4px 9px rgba(0,0,0,0.2);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.browse-view .row .spacer .width30 img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.browse-view .row .spacer .width70 {
  width: 100%;
}
.browse-view .row .spacer .width70 h2 {
  font-size: 22px;
  text-align: left;
  margin: 18px 0 13px 17px;
  padding-bottom: 5px;
  border-bottom: 2px solid #AAC21A;
  min-height: 50px;
}
.browse-view .row .spacer .width70 h2:after {
  display: none;
}
.browse-view .row .spacer .width70 h2 a {
  color: #545454;
  text-decoration: none;
}
.browse-view .row .spacer .width70 .product_s_desc {
  padding: 0 16px 0 17px;
  min-height: 66px;
  text-align: left;
}
.browse-view .row .spacer .width70 .product-details {
  margin-left: 17px;
  background: #abc12f;
  background: -moz-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#abc12f),color-stop(100%,#8ea447));
  background: -webkit-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -o-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -ms-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: linear-gradient(to bottom,#abc12f 0%,#8ea447 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc12f',endColorstr='#8ea447',GradientType=0);
  color: #fff;
  font-family: ;
  font-size: 17px;
  font-weight: normal;
  border: 0;
  border-radius: 3px;
  padding: 4px 20px;
  float: left;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.browse-view .row .spacer .width70 .product-details:hover {
  background: #010101;
  background: -moz-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#010101),color-stop(50%,#323232),color-stop(100%,#010101));
  background: -webkit-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -o-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -ms-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: linear-gradient(to right,#010101 0%,#323232 50%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101',endColorstr='#010101',GradientType=1);
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.browse-view .horizontal-separator {
  background: transparent;
  margin: 20px 0;
}
.category_description {
  margin-bottom: 20px;
}
.category_description p {
  padding-left: 29px;
}
.category_description ul {
  margin-left: 45px;
}
.category_description ul li {
  text-align: justify;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 22px;
  list-style: disc;
  margin-bottom: 12px;
}
.category_description p {
  text-align: justify;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 22px;
}
.vm-pagination ul {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}
.vm-pagination ul li {
  margin: 0 7px;
  padding: 5px;
}
.vm-pagination ul li span {
  display: inline-block !important;
}
.vm-pagination ul li a {
  color: #AAC21A;
}
.vm-pagination span:last-child {
  display: none;
}
.productdetails-view.productdetails h1 {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 33px;
  text-align: center;
  margin-top: 40px;
  position: relative;
  margin-bottom: 50px;
}
.productdetails-view.productdetails h1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #AAC21A;
  left: 0;
  top: 18px;
}
.productdetails-view.productdetails h1 span {
  display: inline-block;
  text-align: right;
  position: relative;
  background: url("../images/inicio/header.png") repeat;
  z-index: 9;
  padding: 0 18px;
}
.productdetails-view.productdetails .product-short-description {
  display: none;
}
.productdetails-view.productdetails .width60 {
  margin: 0 auto;
  float: none !important;
}
.productdetails-view.productdetails .width60 img {
  border: 4px solid #fff;
  box-shadow: 0px 4px 9px rgba(0,0,0,0.2);
}
.productdetails-view.productdetails .width40 {
  display: none;
}
.productdetails-view.productdetails .product-description {
  width: 60%;
  margin: 40px auto 0;
  clear: both;
  text-align: left;
}
.productdetails-view.productdetails .product-description p {
  text-align: justify;
  margin-bottom: 20px;
}
.productdetails-view.productdetails .product-description .title {
  display: none;
}
.productdetails-view.productdetails .product-description ul {
  margin: 20px 0 22px 20px;
}
.productdetails-view.productdetails .product-description ul li {
  text-align: justify;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 22px;
  list-style: disc;
  margin-bottom: 12px;
}
.productdetails-view.productdetails .back-to-category {
  float: left;
  margin-left: 195px;
}
.productdetails-view.productdetails .back-to-category a {
  background: #abc12f;
  background: -moz-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#abc12f),color-stop(100%,#8ea447));
  background: -webkit-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -o-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: -ms-linear-gradient(top,#abc12f 0%,#8ea447 100%);
  background: linear-gradient(to bottom,#abc12f 0%,#8ea447 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc12f',endColorstr='#8ea447',GradientType=0);
  color: #fff;
  font-family: ;
  font-size: 17px;
  font-weight: normal;
  border: 0;
  border-radius: 3px;
  padding: 4px 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.productdetails-view.productdetails .back-to-category a:hover {
  background: #010101;
  background: -moz-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#010101),color-stop(50%,#323232),color-stop(100%,#010101));
  background: -webkit-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -o-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: -ms-linear-gradient(left,#010101 0%,#323232 50%,#010101 100%);
  background: linear-gradient(to right,#010101 0%,#323232 50%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101',endColorstr='#010101',GradientType=1);
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
