.valora-icon {
  background-image: url();
}
.valora-icon .logo {
  background-position: 10px 20px;
}
.striped {
  background: url("../images/inicio/striped.png") repeat;
}
.center {
  width: 1023px;
  height: auto;
  margin: 0 auto;
}
.center-cont {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
.whitegradient {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#d1d3d4 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#d1d3d4));
  background: -webkit-linear-gradient(top,#ffffff 0%,#d1d3d4 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#d1d3d4 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#d1d3d4 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#d1d3d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d1d3d4',GradientType=0);
}
.greengradient {
  background: #00a453;
  background: -moz-linear-gradient(top,#00a453 0%,#00673a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a453),color-stop(100%,#00673a));
  background: -webkit-linear-gradient(top,#00a453 0%,#00673a 100%);
  background: -o-linear-gradient(top,#00a453 0%,#00673a 100%);
  background: -ms-linear-gradient(top,#00a453 0%,#00673a 100%);
  background: linear-gradient(to bottom,#00a453 0%,#00673a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a453',endColorstr='#00673a',GradientType=0);
}
.bluegradient {
  background: #0071bc;
  background: -moz-linear-gradient(left,#0071bc 0%,#002764 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0071bc),color-stop(100%,#002764));
  background: -webkit-linear-gradient(left,#0071bc 0%,#002764 100%);
  background: -o-linear-gradient(left,#0071bc 0%,#002764 100%);
  background: -ms-linear-gradient(left,#0071bc 0%,#002764 100%);
  background: linear-gradient(to right,#0071bc 0%,#002764 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071bc',endColorstr='#002764',GradientType=1);
}
.botonazul {
  background: #203391;
  font-family: ;
  font-size: 17px;
  border: 0;
  border-radius: 0;
  padding: 4px 15px;
  color: #fff;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.botonazul:hover {
  background: #172467;
  color: #fff;
  font-size: 17px;
}
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
  overflow-x: hidden;
}
a {
  outline: none;
  text-decoration: none;
}
p,
button,
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.sainet a {
  text-decoration: none;
  color: #4D4D4D;
  font-size: 12px;
  float: right;
}
.copy img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 7px;
}
header {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
}
header .header-top {
  width: 1080px;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
  z-index: 999;
}
header .header-top .wrap-1080-1 .moduletablecarrito {
  float: right;
  margin-right: 7px;
}
header .header-top .wrap-1080-1 .moduletablecarrito .total_products {
  font: 16px 'Fjalla One', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  position: relative;
  color: #fff;
  padding: 7px 10px 7px 45px;
  border-radius: 4px;
}
header .header-top .wrap-1080-1 .moduletablecarrito .total_products:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 28px;
  left: 5px;
  top: 2px;
  background: url(../images/icons/carrito.png) center no-repeat;
}
header .header-top .wrap-1080-1 .moduletablecarrito .show_cart a {
  font: 600 12px 'Open Sans', sans-serif;
  color: #000;
}
header .header-top .wrap-1080-1 .moduletablecarrito .total {
  display: none;
}
header .header-top .wrap-1080-1 .moduletablecarrito .vm_cart_products {
  display: none !important;
}
header .header-top .wrap-1080-1 #login-form .btn {
  font: 16px 'Fjalla One', sans-serif;
  color: #fff;
  border: 0;
  padding: 7px 10px 7px 10px;
  display: inline-block;
  border-radius: 4px;
  background: #203391;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
header .header-top .wrap-1080-1 #login-form div,
header .header-top .wrap-1080-1 #login-form a {
  display: inline-block;
  font: 14px 'Open Sans', sans-serif;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
header .header-top .wrap-1080-1 #login-form .logout-button {
  margin-right: -1px !important;
}
header .header-top .wrap-1080-1 .moduletablelogin {
  float: right;
  background: rgba(2,2,2,0.75);
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
}
header .header-top .wrap-1080-1 .moduletablelogin #form-login-username,
header .header-top .wrap-1080-1 .moduletablelogin #form-login-password,
header .header-top .wrap-1080-1 .moduletablelogin #form-login-remember {
  display: none;
}
header .header-top .wrap-1080-1 .moduletablelogin #form-login-submit {
  display: inline-block;
  margin-right: 3px;
}
header .header-top .wrap-1080-1 .moduletablelogin #form-login-submit button {
  font: 16px 'Fjalla One', sans-serif;
  color: #fff;
  border: 0;
  padding: 7px 10px 7px 48px;
  display: inline-block;
  border-radius: 4px;
  background: url(../images/icons/icono-login.png) 9px center no-repeat, #203391;
  cursor: pointer;
}
header .header-top .wrap-1080-1 .moduletablelogin .unstyled {
  display: inline-block;
}
header .header-top .wrap-1080-1 .moduletablelogin .unstyled li {
  display: none;
}
header .header-top .wrap-1080-1 .moduletablelogin .unstyled li:first-child {
  display: inline-block;
}
header .header-top .wrap-1080-1 .moduletablelogin .unstyled li:first-child a {
  font: 16px 'Fjalla One', sans-serif !important;
  color: #fff !important;
  border: 0;
  padding: 7px 10px 7px 48px;
  display: inline-block;
  border-radius: 4px;
  background: url(../images/icons/icono-registro.png) 9px center no-repeat, #203391;
}
header .header-bottom {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
header .header-bottom .wrap-1080-2 {
  width: 100%;
  float: left;
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ececec));
  background: -webkit-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0);
  border-radius: 10px;
  margin-top: 10px;
  padding: 4px 0;
}
header .header-bottom .logo {
  float: left;
  margin-right: 15px;
}
header .header-bottom .moduletablecertificacion {
  margin: 7px 0;
  float: left;
}
header .header-bottom nav {
  float: right;
  margin: 27px 0;
}
header .header-bottom nav .moduletable_menu ul .current.active a {
  background: #E20000;
  color: #fff;
}
header .header-bottom nav .moduletable_menu ul .current.active ul li a {
  color: #4D4D4D;
  background: transparent;
}
header .header-bottom nav .moduletable_menu ul .current.active ul li a:hover {
  background: #E20000;
  color: #fff;
}
header .header-bottom nav .moduletable_menu ul .deeper,
header .header-bottom nav .moduletable_menu ul .parent {
  position: relative;
}
header .header-bottom nav .moduletable_menu ul .deeper:after,
header .header-bottom nav .moduletable_menu ul .parent:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -14px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #999999 transparent transparent transparent;
  z-index: 9999;
  pointer-events: none;
}
header .header-bottom nav .moduletable_menu ul .deeper:hover ul,
header .header-bottom nav .moduletable_menu ul .parent:hover ul {
  opacity: 1;
  visibility: visible;
  left: 0 !important;
  top: 32px;
}
header .header-bottom nav .moduletable_menu ul li {
  display: inline-block;
  border-right: solid 1px #ccc;
}
header .header-bottom nav .moduletable_menu ul li:last-child {
  border-right: 0;
}
header .header-bottom nav .moduletable_menu ul li ul {
  padding-top: 18px;
  background: #f5f2f2;
  position: absolute;
  width: 190px;
  left: -190px !important;
  text-align: center;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  top: 32px;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header .header-bottom nav .moduletable_menu ul li ul li {
  border-right: 0;
  display: block;
}
header .header-bottom nav .moduletable_menu ul li ul li a {
  margin: 0 auto;
  display: block;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
  font: 14px 'Fjalla One', sans-serif;
  text-align: left;
}
header .header-bottom nav .moduletable_menu ul li ul li a:hover {
  background: #E20000;
}
header .header-bottom nav .moduletable_menu ul li a {
  font: 16px 'Fjalla One', sans-serif;
  color: #4D4D4D;
  border-radius: 4px;
  padding: 4px 15px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 8px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header .header-bottom nav .moduletable_menu ul li a:hover {
  background: #E20000;
  color: #fff;
}
.redes-lateral {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 9999;
  background: #FAFAFB;
  padding: 5px 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 #444;
  -moz-box-shadow: 0 0 10px 0 #444;
  box-shadow: 0 0 10px 0 #444;
}
.redes-lateral table {
  text-align: right;
}
.redes-lateral table tr {
  display: block;
  margin: 5px 0;
  text-align: right;
}
.redes-lateral table tr:last-child td a {
  border-bottom: 0;
}
.redes-lateral table tr td {
  display: block;
}
.redes-lateral table tr td a {
  padding: 2px 0px;
  display: inline-block;
  margin: 0 8px;
  border-bottom: solid 1px #ccc;
}
.redes-lateral table tr td a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.redes-lateral table tr img {
  vertical-align: bottom;
}
footer {
  width: 100%;
  float: left;
  position: relative;
  background: url(../images/backgrounds/bg-pie.png) center top no-repeat;
  background-size: 100% 96px;
}
footer .moduletable {
  padding-top: 22px;
  padding-bottom: 5px;
}
footer .moduletable tr td {
  display: inline-block;
  font: 16px 'Open Sans', sans-serif;
  color: #fff;
  vertical-align: middle;
  width: 33%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
footer .moduletable tr td a {
  color: #fff;
}
footer .moduletable tr td strong {
  font-weight: bold;
}
footer .moduletable tr td:first-child {
  text-align: left;
}
footer .moduletable tr td:nth-child(2) {
  text-align: left;
}
footer .moduletable tr td:last-child {
  text-align: left;
}
footer .moduletable tr td img {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 12%;
  float: left;
}
footer .copy {
  width: 100%;
  position: relative;
  float: left;
  background: #203391;
}
footer .copy span {
  width: 1000px;
  display: inline-block;
  padding: 5px 0;
  text-align: right;
}
footer .copy span a {
  float: none;
  font: 12px 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  color: #fff;
}
footer .copy span a img {
  vertical-align: middle;
}
main {
  width: 100%;
  position: relative;
  float: left;
}
.wrapper {
  width: 1024px;
  margin: 0 auto;
}
.text-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
.chat {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.chat img {
  float: left;
}
.redes-lateral li {
  right: 52px !important;
  display: block;
  padding: 5px 8px 5px 8px !important;
}
.redes-lateral li:hover {
  right: 130px !important;
}
.redes-lateral a {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 54px !important;
  font-size: 18px;
  text-transform: uppercase !important;
  text-align: left !important;
  padding: 11px 25px 10px 44px !important;
  float: left;
  -webkit-box-shadow: 0 1px 5px 0px #000;
  -moz-box-shadow: 0 1px 5px 0px #000;
  box-shadow: 0 1px 5px 0px #000;
}
.redes-lateral .jj_sl_facebook a {
  background: url(../images/icons/icono-fb.png) 10px center no-repeat, #3B5A9F !important;
}
.redes-lateral .jj_sl_twitter a {
  background: url(../images/icons/icono-tw.png) 10px center no-repeat #00B1EB !important;
}
.redes-lateral .jj_sl_custom1 a {
  background: url(../images/icons/icono-instagram.png) 10px center no-repeat #2E5E86 !important;
}
.redes-lateral .jj_sl_linkedin a {
  background: url(../images/icons/icono-linkedin.png) 10px center no-repeat #0485B2 !important;
}
.reset,
.reset-confirm,
.reset-complete {
  padding: 20px 30px;
  background: #ebebeb;
  background: -moz-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ebebeb),color-stop(50%,#f5f5f5),color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -o-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -ms-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: linear-gradient(to right,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#ebebeb',GradientType=1);
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.reset p,
.reset-confirm p,
.reset-complete p {
  font: 15px 'Open Sans', sans-serif;
}
.reset .control-label,
.reset-confirm .control-label,
.reset-complete .control-label {
  font: 14px 'Open Sans', sans-serif;
  color: #203391;
  margin: 17px 0 5px 10px;
  padding: 0 10px !important;
}
.reset input[type="text"],
.reset input[type="password"],
.reset-confirm input[type="text"],
.reset-confirm input[type="password"],
.reset-complete input[type="text"],
.reset-complete input[type="password"] {
  background: #fff;
  border: solid 2px #ccc !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  padding: 7px 0 7px 14px;
  width: 300px;
  margin-right: 10px;
  border-radius: 5px !important;
}
.reset button,
.reset-confirm button,
.reset-complete button {
  background: #333333;
  border: 0;
  font: 14px 'Fjalla One', sans-serif;
  padding: 9px 35px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff !important;
}
.reset button:hover,
.reset-confirm button:hover,
.reset-complete button:hover {
  background: #E20000;
}
#system-message-container #system-message {
  background: #EAECEF;
  border: solid 3px #203391;
  padding: 10px;
  margin-bottom: 20px;
}
#system-message-container #system-message .alert-heading {
  font: 18px 'Open Sans', sans-serif;
  color: #203391;
}
#system-message-container #system-message .alert-message {
  font: 15px 'Open Sans', sans-serif;
}
#system-message-container #system-message .close {
  float: right;
  font: 20px 'Open Sans', sans-serif;
}
.gradient-gris {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ececec));
  background: -webkit-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0);
}
.gradient-gris2 {
  background: #ebebeb;
  background: -moz-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ebebeb),color-stop(50%,#f5f5f5),color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -o-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -ms-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: linear-gradient(to right,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#ebebeb',GradientType=1);
}
.gradient-rojo {
  background: #b50000;
  background: -moz-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#b50000),color-stop(50%,#d00000),color-stop(100%,#b50000));
  background: -webkit-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -o-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -ms-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: linear-gradient(to right,#b50000 0%,#d00000 50%,#b50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000',endColorstr='#b50000',GradientType=1);
}
:-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::-webkit-input-placeholder {
  color: #000;
}
body {
  background: url(../images/backgrounds/bg-textura-main.png) center top repeat;
}
.wrap-1080-2 {
  -webkit-box-shadow: 0 3px 10px 0 #9796B3;
  -moz-box-shadow: 0 3px 10px 0 #9796B3;
  box-shadow: 0 3px 10px 0 #9796B3;
}
main .wrapper .item-page div[itemprop="articleBody"] {
  display: inline-block;
}
main .wrapper .item-page .page-header {
  text-align: left;
  margin: 35px 0;
  display: block;
  width: 100%;
  float: left;
}
main .wrapper .item-page .page-header h2 {
  font: 16px 'Fjalla One', sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  background: rgba(0,0,0,0.76);
  padding: 9px 25px 9px 30px;
  float: left;
}
main .wrapper .item-page .page-header h2:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 8px;
  top: 12px;
  bottom: 0;
  background: url(../images/icons/vinieta.png) center no-repeat;
}
main .wrapper .item-page .nav-tabs {
  border-bottom: 4px solid #E20000;
}
main .wrapper .item-page .nav-tabs:before {
  display: none;
}
main .wrapper .item-page .nav-tabs .nn_tabs-tab {
  margin-bottom: 0 !important;
}
main .wrapper .item-page .nav-tabs .nn_tabs-tab:before {
  display: none;
}
main .wrapper .item-page .nav-tabs .nn_tabs-tab a {
  font: 18px 'Fjalla One', sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  background: #333333;
  padding: 14px 21px;
  border-radius: 0;
  margin-right: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block !important;
  border: 0 !important;
  border-bottom: solid 2px #fff !important;
}
main .wrapper .item-page .nav-tabs .nn_tabs-tab a:hover {
  background: #E20000 !important;
}
main .wrapper .item-page .nav-tabs .active a {
  background: #E20000 !important;
  border-bottom: solid 2px transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
main .wrapper .item-page .tab-pane {
  padding: 30px 40px !important;
}
main .wrapper .item-page .tab-content {
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
main .wrapper .item-page .tab-content:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  background: url(../images/backgrounds/sombra-02.png) center no-repeat;
  width: 780px;
  height: 26px;
}
main .wrapper .item-page .tab-content table tr td {
  vertical-align: top;
}
main .wrapper .item-page .tab-content table tr td p {
  font: 15px 'Open Sans', sans-serif;
  color: #000;
  line-height: 28px;
  text-align: justify;
}
main .wrapper .item-page .tab-content table tr td img {
  border: solid 8px #EAECEF;
  margin-left: 30px;
  margin-bottom: 10px;
}
main .wrapper .item-page .tabla-contacto {
  width: 95% !important;
  margin: 0 auto;
  margin-top: 45px;
  border-radius: 10px;
}
main .wrapper .item-page .tabla-contacto .img-contacto {
  border-radius: 100%;
  border: solid 10px #EBEBEB;
  -webkit-box-shadow: 0 0 10px 0 #797777;
  -moz-box-shadow: 0 0 10px 0 #797777;
  box-shadow: 0 0 10px 0 #797777;
  float: left;
  position: relative;
  z-index: 999;
}
main .wrapper .item-page .tabla-contacto ul {
  float: left;
  display: inline-block;
  text-align: left;
  background: #ebebeb;
  background: -moz-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ebebeb),color-stop(50%,#f5f5f5),color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -o-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -ms-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: linear-gradient(to right,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#ebebeb',GradientType=1);
  width: 62.5%;
  padding: 20px 40px 20px 120px;
  margin: 60px 0;
  margin-left: -30px;
  border: solid 2px #fff;
  border-radius: 5px;
}
main .wrapper .item-page .tabla-contacto ul li {
  font: 16px 'Fjalla One', sans-serif;
  color: #4D4D4D;
  display: inline-block;
  margin: 8px 0;
  text-align: left;
  margin-right: 80px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
main .wrapper .item-page .tabla-contacto ul li:nth-child(even) {
  margin-right: 0;
}
main .wrapper .item-page .tabla-contacto ul li:first-child:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -6px;
  left: -40px;
  background: url(../images/icons/direccion.png) center no-repeat;
}
main .wrapper .item-page .tabla-contacto ul li:nth-child(2):before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -6px;
  left: -40px;
  background: url(../images/icons/telefono.png) center no-repeat;
}
main .wrapper .item-page .tabla-contacto ul li:nth-child(3):before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -6px;
  left: -40px;
  background: url(../images/icons/celular.png) center no-repeat;
}
main .wrapper .item-page .tabla-contacto ul li:nth-child(4):before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -6px;
  left: -40px;
  background: url(../images/icons/mail.png) center no-repeat;
}
main .wrapper .item-page .tabla-contacto ul li a {
  color: #4D4D4D;
}
main .wrapper .item-page .tabla-mapa {
  background: #fff;
  border: solid 2px #EAECEF;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 40px;
}
main .wrapper .item-page .tabla-mapa tbody {
  padding: 10px;
  display: inline-block;
  float: left;
}
main .wrapper .item-page .tabla-mapa h2 {
  font: 600 16px 'Open Sans', sans-serif;
  color: #203391;
  margin-top: 10px;
}
.formRed {
  margin: 10px 0;
  color: #000 !important;
}
.formResponsive {
  background: #ebebeb;
  background: -moz-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ebebeb),color-stop(50%,#f5f5f5),color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -o-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: -ms-linear-gradient(left,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  background: linear-gradient(to right,#ebebeb 0%,#f5f5f5 50%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#ebebeb',GradientType=1);
  padding: 30px 20px;
  border-radius: 15px;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 3px 10px 0 #9796B3;
  -moz-box-shadow: 0 3px 10px 0 #9796B3;
  box-shadow: 0 3px 10px 0 #9796B3;
  width: 90%;
  margin: 0 auto;
}
.formResponsive input[type="button"] {
  background: #b50000;
  background: -moz-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#b50000),color-stop(50%,#d00000),color-stop(100%,#b50000));
  background: -webkit-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -o-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -ms-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: linear-gradient(to right,#b50000 0%,#d00000 50%,#b50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000',endColorstr='#b50000',GradientType=1);
  border: 0;
  font: 16px 'Fjalla One', sans-serif;
  padding: 9px 35px;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff !important;
}
.formResponsive input[type="button"]:hover {
  background: #EB212E;
}
.rsform-block {
  width: 48%;
  display: inline-block;
  margin-bottom: 15px !important;
  line-height: 0 !important;
  margin-right: 15px;
  border: solid 2px #ccc;
  background: #fff;
  border-radius: 10px;
}
.rsform-block input[type="text"] {
  font: 14px 'Open Sans', sans-serif;
  padding: 8px 10px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  line-height: 20px;
  border-radius: 10px;
  height: auto;
  width: 68%;
  color: #4D4D4D;
  height: 20px;
  margin-bottom: 0 !important;
}
.rsform-block .formDescription {
  margin-top: 0 !important;
}
.rsform-block .formValidation {
  display: none !important;
}
.rsform-block .formControlLabel {
  width: 68px !important;
  font: 14px 'Open Sans', sans-serif;
  padding: 8px 10px 8px 42px !important;
  line-height: 20px;
  height: 20px;
  color: #fff;
  position: relative;
  z-index: 999;
  text-align: left !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rsform-block .formControls {
  margin-left: 0 !important;
}
.rsform-block-nombre .formControlLabel {
  background: url(../images/icons/form-nombre.png) 3px center no-repeat, rgba(0,0,0,0.76);
}
.rsform-block-empresa {
  margin-right: 0 !important;
}
.rsform-block-empresa .formControlLabel {
  background: url(../images/icons/form-empresa.png) 3px center no-repeat, rgba(0,0,0,0.76);
}
.rsform-block-email .formControlLabel {
  background: url(../images/icons/form-mail.png) 3px center no-repeat, rgba(0,0,0,0.76);
}
.rsform-block-telefono {
  margin-right: 0 !important;
}
.rsform-block-telefono .formControlLabel {
  background: url(../images/icons/form-telefono.png) 3px center no-repeat, rgba(0,0,0,0.76);
}
.rsform-block-celular .formControlLabel {
  background: url(../images/icons/form-telefono.png) 3px center no-repeat, rgba(0,0,0,0.76);
}
.rsform-block-ciudad {
  margin-right: 0 !important;
}
.rsform-block-ciudad .formControlLabel {
  background: url(../images/icons/form-ciudad.png) 3px center no-repeat, rgba(0,0,0,0.76);
}
.rsform-block-mensaje {
  margin-right: 0 !important;
}
.rsform-block-mensaje .formControlLabel {
  background: url(../images/icons/form-mensaje.png) 3px center no-repeat, rgba(0,0,0,0.76);
}
.rsform-block-enviar {
  width: 100%;
  text-align: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  margin-right: 0 !important;
  text-align: center;
  margin-bottom: 0 !important;
}
.rsform-block-enviar .formControlLabel {
  display: none;
}
.rsform-block-enviar input[type="submit"] {
  background: #b50000;
  background: -moz-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#b50000),color-stop(50%,#d00000),color-stop(100%,#b50000));
  background: -webkit-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -o-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -ms-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: linear-gradient(to right,#b50000 0%,#d00000 50%,#b50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000',endColorstr='#b50000',GradientType=1);
  border: 0;
  font: 16px 'Fjalla One', sans-serif;
  padding: 9px 35px;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 0 5px;
}
.rsform-block-enviar input[type="submit"]:hover {
  background: #EB212E;
}
.rsform-block-enviar input[type="reset"] {
  background: #b50000;
  background: -moz-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#b50000),color-stop(50%,#d00000),color-stop(100%,#b50000));
  background: -webkit-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -o-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: -ms-linear-gradient(left,#b50000 0%,#d00000 50%,#b50000 100%);
  background: linear-gradient(to right,#b50000 0%,#d00000 50%,#b50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000',endColorstr='#b50000',GradientType=1);
  border: 0;
  font: 16px 'Fjalla One', sans-serif;
  padding: 9px 35px;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 0 5px;
}
.rsform-block-enviar input[type="reset"]:hover {
  background: #EB212E;
}
.rsform-block-mensaje {
  width: 98.3%;
}
.rsform-block-mensaje textarea {
  font: 14px 'Open Sans', sans-serif;
  padding: 8px 10px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  line-height: 20px;
  height: auto;
  width: 83% !important;
  margin-top: -36px;
  padding-left: 138px !important;
  color: #333333;
  border-radius: 5px;
}
