/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* custom variables
********************************************************************************/
/*
font-family: 'loraregular';
font-family: 'loraitalic';
font-family: 'lorabold';
font-family: 'lorabold_italic';
//
font-family: 'ubunturegular';
font-family: 'ubuntuitalic';
font-family: 'ubuntubold';
font-family: 'ubuntubold_italic';
*/
/*******************************************************************************/
/*******************************************************************************
bootstrap rewrite variables
********************************************************************************/
/*
h1, .h1,
h2, .h2,
h3, .h3 ,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: (@line-height-computed / 2);
  margin-bottom: (@line-height-computed / 2);
}*/
/*@border-radius-base:        0;//4px;
@border-radius-large:       0;//6px;
@border-radius-small:       0;//3px;*/
/* filters
********************************************************************************/
/* **********************************************************************/
/* bootstrap custom
 * **********************************************************************/
ul.list-group {
  margin: 0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f0f0f0;
}
/* bootstrap styles 
********************************************************************************/
form [class^="checkbox"] label,
form [class*=" checkbox"] label,
form [class^="checkbox-"] label,
form [class*=" checkbox-"] label,
form [class^="radio"] label,
form [class*=" radio"] label,
form [class^="radio-"] label,
form [class*=" radio-"] label {
  cursor: pointer;
}
.radio-inline,
.checkbox-inline {
  position: relative;
}
.radio-inline .form-control-feedback,
.checkbox-inline .form-control-feedback {
  position: relative !important;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  top: 0;
  line-height: 2;
}
.form-control:focus {
  border-color: #999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(0, 0, 0, 0.2);
  /*
    border-color: inherit;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(223, 32, 29, 0.6);
    */
  /*
	border-color: #DF2027;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 32, 29, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 32, 29, .6);
    */
}
.has-feedback .form-control-feedback {
  position: absolute;
  z-index: 9;
}
.has-feedback.aceptoForm i.form-control-feedback {
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle;
  top: 0;
}
.has-error .form-control {
  border-color: #DF2027;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control-feedback {
  color: #DF2027;
}
.has-error .form-control:focus {
  border-color: #DF2027;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #df2027;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #DF2027;
}
/*
.has-success .form-control {
    border-color: #428bca;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}*/
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #cccccc;
}
.has-success .form-control-feedback {
  /*color: #148984;
    color: #99D31E;*/
  color: #ccc;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: inherit;
}
/* dropdown
********************************************************************************/
.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
.dropdown-menu {
  margin: 0;
}
/* navs 
********************************************************************************/
.navbar-custom {
  margin: 0;
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-menu li a {
  display: block;
}
.dropdown-menu li a:hover {
  color: #DF2027;
}
.nav > li > a {
  display: block;
  padding: .4em .8em;
  position: relative;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
  min-height: inherit;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-nav > li > a {
  display: block;
  margin: 0;
  padding: .5em;
}
/* nav tabs / pills
*********************************************************************************/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #DF2027;
  background-color: #000;
  color: #fff;
}
.nav-pills > li + li {
  margin-left: 0;
}
img {
  max-width: 100%;
  /*width:100%;*/
  height: auto;
  -ms-interpolation-mode: bicubic;
}
video {
  /* html5 video */
  max-width: 100%;
  height: auto;
}
.embed {
  position: relative;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  background-color: #000;
}
.embed iframe,
.embed iframe div,
.embed iframe object,
.embed iframe embed,
.embed iframe div object,
.embed iframe div embed,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* general
********************************************************************************/
.spacerS {
  padding: 5px;
}
.spacer {
  padding: 10px;
}
.spacerL {
  padding: 20px;
}
.spacerXL {
  padding: 40px;
}
.spacerTB {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.spacerLeft {
  margin-left: 20px;
}
.spacerRight {
  margin-right: 20px;
}
.spacerTop {
  margin-top: 20px;
}
.spacerBottom {
  margin-bottom: 20px;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.txtL {
  text-align: left !important;
}
.txtR {
  text-align: right !important;
}
.txtC {
  text-align: center !important;
}
.txtSmall {
  font-size: small;
}
.floatR {
  float: right !important;
}
.floatL {
  float: left !important;
}
.pointer {
  cursor: pointer !important;
}
.inlineB {
  display: inline-block !important;
}
.nowrap {
  white-space: nowrap;
}
/* layout columnas
****************************************************************/
.anchoFix {
  display: block;
  position: relative;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 0em;
  max-width: 950px;
  max-width: 1200px;
}
.blokInline {
  display: inline-block !important;
  vertical-align: top;
  float: none !important;
}
.blok,
.blok5,
.blok10,
.blok15,
.blok20,
.blok25,
.blok30,
.blok33,
.blok34,
.blok35,
.blok40,
.blok45,
.blok50,
.blok55,
.blok60,
.blok65,
.blok66,
.blok67,
.blok70,
.blok75,
.blok80,
.blok90,
.blok100 {
  position: relative;
  float: left;
  border: 0;
}
.blok {
  float: none;
}
.blok {
  width: 100%;
}
.blok5 {
  width: 5%;
}
.blok10 {
  width: 10%;
}
.blok15 {
  width: 15%;
}
.blok20 {
  width: 20%;
}
.blok25 {
  width: 25%;
}
.blok30 {
  width: 30%;
}
.blok33 {
  width: 33.3333%;
}
.blok34 {
  width: 34%;
}
.blok35 {
  width: 35%;
}
.blok40 {
  width: 40%;
}
.blok45 {
  width: 45%;
}
.blok50 {
  width: 50%;
}
.blok55 {
  width: 55%;
}
.blok60 {
  width: 60%;
}
.blok65 {
  width: 65%;
}
.blok66 {
  width: 66.665%;
}
.blok67 {
  width: 67%;
}
.blok70 {
  width: 70%;
}
.blok75 {
  width: 75%;
}
.blok80 {
  width: 80%;
}
.blok90 {
  width: 90%;
}
.blok100 {
  width: 100%;
}
[class^="blok"],
[class*=" blok"] {
  padding-left: 2em;
  padding-right: 2em;
}
[class*=" blok"].odd,
[class^="blok"].odd,
[class*=" blok"].even,
[class^="blok"].even {
  padding: 0;
}
[class*=" blok"].odd,
[class^="blok"].odd {
  padding-right: 2em;
}
[class*=" blok"].even,
[class^="blok"].even {
  padding-left: 2em;
}
[class^="blok"].blokGap,
[class*=" blok"].blokGap {
  padding: 2em !important;
}
[class^="blok"].blokClear,
[class*=" blok"].blokClear {
  padding: 0 !important;
}
[class^="blok"].blokGrid,
[class*=" blok"].blokGrid {
  display: inline-block !important;
  vertical-align: top !important;
  margin-right: -4px !important;
  float: none !important;
}
[role="form"] [class^="blok"],
[role="form"] [class*=" blok"] {
  padding: 0 !important;
}
/* tablet & mobile
**********************************************************************/
@media screen and (max-width: 800px) {
  .anchoFix {
    padding: 0 5% !important;
  }
  .odd {
    padding-right: 0 !important;
  }
  .even {
    padding-left: 0 !important;
  }
  [class^="blok"],
  [class*=" blok"] {
    float: none !important;
    display: block !important;
    width: 100% !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .blok25.blokGrid.responsive {
    display: inline-block !important;
    width: 50% !important;
  }
}
/* Mobile
**********************************************************************/
@media screen and (max-width: 480px) {
  [class^="blok"],
  [class*=" blok"] {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  [class^="blok"].blokGap,
  [class*=" blok"].blokGap {
    padding: 1em !important;
  }
  /*.blok25 { width:100% !important; }*/
  .blok25.blokGrid.responsive {
    /*float:left !important;*/
    display: inline-block !important;
    width: 100% !important;
  }
}
/***********************************************************************/
/*
.clearfix:after {
    visibility: hidden;
    display: block !important;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
*/
/*
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    margin:0;
    padding:0;
}*/
html,
body {
  position: relative;
  min-height: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
html {
  margin-top: 0 !important;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}
body {
  /*font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*font-weight: 300;*/
  font-size: 1.5em;
  text-rendering: optimizeLegibility;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-backface-visibility: hidden;*/
  /*text-align: justify;*/
  text-align: left;
}
/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
h1,
h2,
h3 {
  margin: 0 0 .5em 0;
  font-weight: 100;
}
/*
h3, h4, h5, h6 {}
*/
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
a,
a:link,
a:visited {
  /*color:#FF1D25;*/
  color: #DF2027;
  text-decoration: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a:hover {
  color: #FF2B40;
  text-decoration: underline;
}
a:active {
  outline: 0;
}
a:focus {
  outline: 0;
}
p,
ul,
ol,
dl {
  margin-bottom: 1em;
}
p {
  line-height: 1.4em;
}
ul,
ol,
dl {
  margin-left: 1.2em;
}
li {
  list-style-position: outside;
  margin-bottom: .5em;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
/* responsive media
*******************************************************/
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
/* ie 8 img max-width */
@media screen {
  img {
    width: auto;
  }
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
  height: auto;
}
/*****************************************************/
/* msg cookie
 * ***************************************************/
#msgcookie {
  display: block;
  position: fixed;
  z-index: 999999999999999999999998;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1em 0 3em;
  /*background-color:rgba(0,0,0,1);*/
  background-color: #fff;
  color: #222;
  font-size: .9em;
  line-height: normal;
  -moz-box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.5);
}
#msgcookie > div {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 2em 0;
}
#msgcookie a.closeCookies {
  float: right;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  opacity: 1;
  margin: 0 0 0 40px;
  padding: .2em .5em;
  /*background-color: #ff0033;*/
  color: #000;
  opacity: 0.5;
}
#msgcookie a.closeCookies:hover {
  opacity: 1;
  text-decoration: none;
}
/*****************************************************/
/* styles
 * ***************************************************/
#anchorDummySection {
  /*min-height: 100px;*/
}
#header {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#header {
  /*position: fixed;*/
  z-index: 999000;
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
}
#header > [data-device="mobile"] {
  display: none;
}
#header > [data-device="mobile"] #headerLogo {
  margin-top: 3px;
  padding: 0;
}
#header > [data-device="mobile"] #headerLogo > a {
  position: relative;
  top: 4px;
  display: block;
  margin-right: -4px;
  padding: 0;
}
#header > [data-device="mobile"] #headerLogo > a:hover {
  opacity: .5;
}
#header > [data-device="mobile"] #headerLogo > a > img {
  /*width:100%;*/
  max-width: 28px;
  height: auto;
}
#header #headerLogo,
#header #headerBar {
  vertical-align: middle;
}
#header #headerLogo {
  text-align: center;
}
#header #headerLogo > a {
  position: relative;
  top: 0;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  padding: .2em 0;
  max-width: 100%;
  text-align: center;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#header #headerLogo > a img {
  /*display: block;*/
  /*
    width:auto;
    height:100%;*/
}
#header #headerLogo > a:hover img {
  opacity: .8;
}
#header #headerBar {
  /*margin:1em 0;*/
  margin: 0;
}
#header #nav-header-top,
#header #nav-header-bottom {
  position: relative;
  margin: 0;
  padding: .3em 0;
}
#header #nav-header-top {
  /*display: none;*/
  border-bottom: 1px solid #A2A2A2;
  text-align: right;
  font-size: .9em;
}
#header #nav-header-top > .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
#header #nav-header-top #formLogin {
  padding: 0;
}
#header #nav-header-top #formLogin .formLoginBox {
  display: inline-block;
  vertical-align: middle;
}
#header #nav-header-top #formLogin #formLoginBox {
  display: none;
}
#header #nav-header-top #formLogin #loginToggleBTN,
#header #nav-header-top #formLogin #errorLogin {
  display: inline-block;
  vertical-align: middle;
}
#header #nav-header-top #formLogin #errorLogin {
  margin-left: 0;
  /*
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    */
}
#header #nav-header-top #formLogin:hover #errorLogin {
  /*margin-left:1em;*/
}
#header #headerBar a:hover {
  text-decoration: none;
}
#header #headerBar button[class^="font-"],
#header #headerBar button[class*=" font-"],
#header #headerBar a[class^="font-"],
#header #headerBar a[class*=" font-"],
#header #headerBar a span[class^="font-"],
#header #headerBar a span[class*=" font-"] {
  position: relative;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  padding: 2px;
  color: #808080;
  background: transparent;
  text-decoration: none;
  line-height: 1;
  border: 3px solid transparent;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0px);
}
#header #headerBar button[class^="font-"]:hover,
#header #headerBar button[class*=" font-"]:hover,
#header #headerBar a[class^="font-"]:hover,
#header #headerBar a[class*=" font-"]:hover,
#header #headerBar a:hover span[class^="font-"],
#header #headerBar a:hover span[class*=" font-"],
#header #headerBar a span[class^="font-"]:hover,
#header #headerBar a span[class*=" font-"]:hover {
  z-index: 99;
  color: #DF2027;
  text-decoration: none;
  /*
    -webkit-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
    */
}
#header #headerBar button[class^="font-"]:before,
#header #headerBar button[class*=" font-"]:before,
#header #headerBar a[class^="font-"]:before,
#header #headerBar a[class*=" font-"]:before,
#header #headerBar a span[class^="font-"]:before,
#header #headerBar a span[class*=" font-"]:before {
  margin-top: 0;
}
#header #headerBar button[class^="font-"]:after,
#header #headerBar button[class*=" font-"]:after,
#header #headerBar a[class^="font-"]:after,
#header #headerBar a[class*=" font-"]:after,
#header #headerBar a span[class^="font-"]:after,
#header #headerBar a span[class*=" font-"]:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 2px solid #DF2027;
  text-decoration: none;
  -webkit-border-radius: 100em;
  -moz-border-radius: 100em;
  border-radius: 100em;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  /*-webkit-backface-visibility:hidden;
    -webkit-font-smoothing:antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0px);*/
  visibility: hidden;
  opacity: 0;
}
#header #headerBar a span[class^="font-"],
#header #headerBar a span[class*=" font-"] {
  z-index: 999;
}
#header #headerBar a span[class^="font-"]:after,
#header #headerBar a span[class*=" font-"]:after {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header #headerBar button[class^="font-"]:hover:after,
#header #headerBar button[class*=" font-"]:hover:after,
#header #headerBar a[class^="font-"]:hover:after,
#header #headerBar a[class*=" font-"]:hover:after,
#header #headerBar a span[class^="font-"]:hover:after,
#header #headerBar a span[class*=" font-"]:hover:after,
#header #headerBar a:hover span[class^="font-"]:after,
#header #headerBar a:hover span[class*=" font-"]:after {
  top: -5px;
  left: -6px;
  width: 40px;
  height: 40px;
  padding: 14px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  /*
    -webkit-transform: scale(1.6,1.6);
    -ms-transform: scale(1.6,1.6);
    transform: scale(1.6,1.6);
    */
  visibility: visible;
  opacity: 1;
  text-decoration: none;
}
#header #headerBar a[class^="font-"].active,
#header #headerBar a[class*=" font-"].active {
  background-color: #DF2027;
  color: #fff;
  -webkit-border-radius: 100em;
  -moz-border-radius: 100em;
  border-radius: 100em;
}
#header #headerBar a[class^="font-"].active:after,
#header #headerBar a[class*=" font-"].active:after {
  background-color: #DF2027;
  color: #fff;
}
/*********************************************************/
#footer {
  position: relative;
  padding: 4em 0 0;
  border-top: 1px solid #A2A2A2;
}
#footer > .copy,
#footer > .copy > a.anchortop,
#footer > .copy > a.anchortop span {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#footer > .copy {
  position: relative;
  margin-top: 6em;
  color: #fff;
  text-align: center;
}
#footer > .copy a {
  display: block;
  padding: 1.5em 1em 1em;
  background-color: #808080;
  color: #fff;
}
#footer > .copy a:hover {
  /*padding:2em 1em;*/
  background-color: #DF2027;
  color: #fff;
  text-decoration: none;
}
#footer > .copy a.anchortop span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -11px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background-color: #808080;
  line-height: 2.1;
  font-size: 10px;
  color: #fff;
  -webkit-border-radius: 100em;
  -moz-border-radius: 100em;
  border-radius: 100em;
}
#footer > .copy:hover a.anchortop span {
  /*background-color: #DF2027;*/
  background-color: #4F0000;
  background-color: #fff;
  text-decoration: none;
  color: #DF2027;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
/*******************************************************/
#section {
  position: relative;
  margin-bottom: 4em;
  /*padding-top:2em;*/
}
#section.sombra {
  /*
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .8) inset;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .8) inset;
    box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, .8);
    */
}
#section > #anchoTopSecction {
  /*transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;*/
}
.header-template {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 2em 0;
}
.header-template h1 {
  margin: 0;
}
.header-template > div.item {
  position: relative;
  width: 100%;
  /*max-width: 1400px;*/
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.header-template > div .title {
  margin: 0;
  padding: 2em;
}
/* contenido */
.headerImagen {
  position: relative;
  margin-bottom: 2em;
}
.headerImagen img {
  position: relative;
  width: 100%;
  height: auto;
}
.headerImagen figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 0;
  padding: 0;
}
.headerImagen figcaption h1,
.headerImagen figcaption h2 {
  /*display:inline-block;*/
  margin: 0 0 1% 1%;
  padding: 0 0 2% 2%;
  color: #2a2a2a;
}
.headerImagen figcaption h1 {
  font-size: 2.6em;
}
.headerImagen figcaption h2 {
  font-size: 2em;
}
.headerImagen figcaption h1 > span,
.headerImagen figcaption h2 > span {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.title-arrow {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.title-arrow > span:before {
  margin-right: .5em;
  color: #DF2027;
  font-size: 90%;
}
/* lectura 
********************************************************************************/
.entradilla,
.txt_largo {
  text-align: justify;
}
.entradilla {
  font-size: 1.2em;
}
.txt_largo {
  margin-top: 2em;
  font-size: 1.1em;
}
.txt_largo > figure {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 2em;
  margin-bottom: .5em;
}
/* repeater
*******************************************************************************/
.c-repeater {
  margin-top: 4em;
}
.c-repeater figure {
  margin: 0;
  padding: 0;
}
.c-repeater .contenido {
  text-align: justify;
}
.c-repeater .contenido {
  margin-top: 1em;
  text-align: justify;
}
.c-repeater.horizontal figure {
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.c-repeater.vertical > div {
  border-right: 1px solid #e9e9e9;
}
.c-repeater.vertical > div:nth-child(4n+1) {
  border-left: 1px solid #e9e9e9;
}
.c-repeater.vertical > div figure {
  border: 8px solid transparent;
  border-bottom: 0;
}
.c-repeater.vertical > div .inner {
  position: relative;
  padding: 0 1em 1em;
}
.c-repeater.vertical > div .inner .title {
  margin: .5em 0;
}
.c-repeater.vertical > div .inner .box {
  padding-bottom: 2em;
}
.c-repeater.vertical > div .inner .contenido {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.c-repeater .destacado {
  background-color: #ecdbe1;
}
.c-repeater.vertical > .destacado {
  padding: 0;
  border: 1px solid #edced8;
  border-left: 1px solid #edced8 !important;
  border-color: #edced8;
}
/* descargas
*******************************************************************************/
/*
#s-descargas > div article .contenido .innerTxt {
    position: absolute;
    left:0;
    height:100%;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}
*/
#s-descargas article.principal > .contenido {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 0px dashed #ccc;
}
#s-descargas > div article {
  padding: 3em 0;
}
#s-descargas > div article:first-child {
  margin: 0;
  border-top: 0;
}
#s-descargas > div article .title.contenido {
  margin: 0 0 1em;
  padding: 0 0 .3em;
  border-bottom: 1px solid #ccc;
}
#s-descargas > div article figure {
  padding: 0;
}
#s-descargas > div article figure a {
  display: block;
}
#s-descargas > div article .c-repeater {
  margin: 0;
}
/* 3D pamesa
*******************************************************************************/
.tresDpamesa article {
  margin: 2em 0;
}
/* historia
********************************************************************************/
#videoTabs {
  margin: 1em 0;
  padding: 0;
  text-align: center;
}
#videoTabs li {
  float: none;
  display: inline-block;
  margin-right: -4px;
}
.videoEmbed {
  position: relative;
}
.videoEmbed > .videoBox {
  position: relative;
}
.videoEmbed > .videoBox .embed {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.videoEmbed > .videoBox .embed:before,
.videoEmbed > .videoBox .embed:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 2%;
  bottom: 80px;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.videoEmbed > .videoBox .embedToggleBtn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAD0lEQVQImWNgQAX/yeAAAIHCA/0RE2WAAAAAAElFTkSuQmCC ) repeat;*/
  /*background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQUlEQVQYlWOwO3X+v92p8/8ZCAGiFWIDD27Y/X9ww46wZqIVYgUV5+3+V5wnQjfRCrGBTzPj/n+aGUdYM9EKsQEAvrAs3dt7J2YAAAAASUVORK5CYII= ) repeat;*/
  /*background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGElEQVQImWNgYGD4j4YZGJAZRAliaMcAAPeNC/XZUzjRAAAAAElFTkSuQmCC ) repeat;*/
  /*background-color: #fff;
    background-color: rgba(255,255,255,.7);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.videoEmbed > .videoBox .embedToggleBtn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  /*width:64px;
    height:64px;*/
  margin-top: -44px;
  margin-left: -44px;
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  color: #DF2027;
  -webkit-border-radius: 100em;
  -moz-border-radius: 100em;
  border-radius: 100em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.videoEmbed > .videoBox .embedToggleBtn > span:before {
  font-size: 48px;
}
/* timeline
-*******************************************************************************/
#timelineTabs {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#timelineTabs li {
  display: inline-block;
  margin: 0;
  margin-right: -4px;
  padding: .3em .5em;
  cursor: pointer;
}
#timelineTabs li.active {
  background-color: #e0e0e0;
}
#timelinePanels .eventPanel .title {
  margin: 1em 0;
  display: table;
}
#timelinePanels .eventPanel .title > span {
  display: table-cell;
  vertical-align: top;
}
#timelinePanels .eventPanel .title > span.date {
  color: #DF2027;
}
#timelinePanels .eventPanel .title > span.font-ico_arrow_left_list:before {
  margin: 0 .5em;
  color: #DF2027;
}
#timelinePanels .eventPanel .content figure {
  margin: 0 2em 1em 0;
}
#timelinePanels .eventPanel .content .texto {
  text-align: justify;
}
/* descatalogados
********************************************************************************/
#descatalogados {
  margin: 0;
  margin-top: 4em;
}
#descatalogados li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#descatalogados ul {
  margin: 0;
  padding: 0;
}
#descatalogados ul.active {
  /*background-color: #ccc;*/
}
#descatalogados a.siblings {
  display: block;
  padding: .5em 1em;
  border-bottom: 1px solid #DF2027;
}
#descatalogados a.siblings:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
#descatalogados a.siblings h3 {
  margin: 0;
  padding: 0;
}
#descatalogados a.siblings h3 > span:before {
  margin-right: 1em;
  margin-top: -0.5em;
  font-size: 16px !important;
}
#descatalogados .submenu {
  border-bottom: 2px solid #DF2027;
}
#descatalogados .submenu a.siblings {
  padding-left: 3.1em;
  border-bottom: 1px dotted #DF2027;
}
/* contacto 
*********************************************************************************/
.contacto article {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #ccc;
}
.contacto article:first-child {
  margin-top: 0em;
  padding-top: 0em;
  border-top: 0;
}
/* slider
********************************************************************/
.slider {
  margin-bottom: 3em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJ1dXX/SeUwMDAAAE2VCeWwF+eEAAAAAElFTkSuQmCC);
}
.slider,
.slider .bx-wrapper,
.slider .bx-wrapper .bx-viewport,
.slider .bx-wrapper .bx-viewport ul.bxslider,
.slider .bx-wrapper .bx-viewport ul.bxslider li {
  min-height: 250px;
}
/*******************************************************/
/* nav mobile
********************************************************/
[data-device="mobile"] > nav > ul {
  position: relative;
  /*display: block;*/
  width: 100%;
  border: 0 !important;
}
[data-device="mobile"] > nav ul {
  margin: 0;
  padding: 0;
}
[data-device="mobile"] > nav > ul > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
[data-device="mobile"] > nav > ul > li > a {
  padding: 5px 8px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[data-device="mobile"] > nav > ul > li > a:hover {
  background-color: transparent;
}
[data-device="mobile"] .errorLogin {
  padding: 0 1em 1em;
  text-align: center;
}
[data-device="mobile"] #loginForm {
  margin: 0;
  padding: 1;
}
[data-device="mobile"] #loginForm li {
  list-style: none;
  display: block;
}
[data-device="mobile"] #loginForm .user {
  padding: 0 0 1em;
  border-bottom: 1px dashed #ccc;
}
[data-device="mobile"] #loginForm .areaPrivada {
  margin-top: 1em;
  display: block;
}
#nav-mobile {
  float: right;
}
#navMobileTabs {
  margin: 0;
  border-bottom: 0 !important;
}
#navMobileTabs li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
}
#navMobileTabs li a {
  margin: 0;
  padding: 5px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#navMobileTabs li a:hover {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
#navMobileTabs > li > a:hover,
#navMobileTabs > li > a:active,
#navMobileTabs > li > a:focus {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background-color: transparent;
  text-decoration: none;
}
#navMobileTabs li.active a {
  margin: 0;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
#navMobilePanels {
  /*display: none;*/
}
#navMobilePanels > div {
  padding: 1em 0;
  border-top: 1px solid #ddd;
}
#navMobilePanels .nav-bar {
  border-top: 3px solid #ddd;
}
#navMobilePanels .nav-bar:first-child {
  border-top: 0px solid #ddd;
}
#navMobilePanels .nav-bar li {
  margin: 0;
}
#navMobilePanels .nav-bar li a {
  padding: .4em .8em;
  border-top: 1px dotted #ddd;
  color: #000;
}
#navMobilePanels .nav-bar li:first-child a {
  border-top: 0px dotted #ddd;
}
#navMobilePanels .nav-bar li.active a {
  font-weight: bold;
  color: #DF2027;
}
#buscarForm .form-group {
  margin-left: 0;
  margin-right: 0;
}
#buscarForm .form-group input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#buscarForm .form-group button {
  background-color: transparent;
}
#buscarForm .form-group button:before,
#buscarForm .form-group button:after {
  background-color: transparent;
  font-size: 14px;
}
#noEncontrado {
  padding: 1em 0;
}
/*******************************************************/
/* nav
********************************************************/
.navbar-nav,
#header .nav-header2,
#footer .nav-footer,
#header .nav-idiomas,
#footer > .copy,
#footer .nav-social .caption {
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 1em;
  font-weight: 400;
}
.nav-header {
  margin: .5em 0 0;
}
.nav-custom > li {
  position: relative;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 0px 0 -4px;
  padding: 0;
}
.nav-custom > li > div {
  display: block !important;
}
.nav-custom > li span,
.nav-custom > li a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #444;
}
.nav-custom > li a:hover {
  background-color: transparent;
  color: #808080;
}
.nav-custom > li a.current {
  color: #DF2027;
}
.nav-custom > li:before,
.nav-custom > li:hover:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  height: 16px;
  margin-top: -8px;
  border-left: 1px solid #bdbdbd;
}
.nav-custom > li:first-child:before {
  border-left: 0;
}
.nav-custom > li > div,
.nav-custom > li > form {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 3px;
  padding: .3em .5em;
}
.nav-custom.iconsBar > li:before,
.nav-custom.iconsBar > li:hover:before {
  border: 0;
}
.nav-custom.iconsBar > li > div {
  margin: 0 3px;
  padding: .3em 0;
}
.nav-custom.iconsBar > li.nav-idiomas > div {
  padding: 0 0 0 1em;
}
.nav-custom > li span.txt {
  position: relative;
  top: 2px;
  display: inline-block;
  text-transform: capitalize;
}
.nav-custom > li.favoritos > div {
  padding-left: 1em;
}
.dropdown-menu li a {
  text-align: right;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: transparent !important;
  background-image: none !important;
}
.navbar.nivel2 {
  margin: 0;
  padding-top: 1em;
}
.navbar.nivel2 > ul {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #bdbdbd;
}
.nav-vertical {
  margin: 1em 0 0 0;
  padding: 0;
  text-align: left;
}
.nav-vertical li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-vertical li a {
  padding: .5em .5em .5em 0;
  color: #000;
  border-bottom: 1px solid #bdbdbd;
}
.nav-vertical li a:hover {
  color: #df2027;
  background-color: transparent;
}
.nav-vertical li a.current {
  color: #df2027;
}
.nav-login li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.dropdown-menu {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: .9em;
  padding: .5em 1em;
}
#header .nav-idiomas > div {
  /*margin-left:1em;*/
}
#header .nav-idiomas a {
  color: #808080;
  margin-top: -0.2em;
  white-space: nowrap;
}
#header .nav-idiomas a:hover {
  color: #000;
  background-color: transparent;
}
#header .nav-idiomas a.activo {
  color: #DF2027 !important;
}
#header .nav-idiomas a img {
  display: block;
  opacity: .5;
}
#header .nav-idiomas a:hover img,
#header .nav-idiomas a.activo img {
  opacity: 1;
}
#footer .nav-footer {
  margin: 0 2em;
}
#footer .nav-footer ul {
  margin: 0;
  padding: 0;
}
#footer .nav-footer ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#footer .nav-footer ul li a {
  display: block;
  color: #808080;
  text-transform: uppercase;
}
#footer .nav-footer ul li a:hover {
  display: block;
  color: #000;
  text-transform: uppercase;
}
#footer .nav-footer.nav-legal {
  text-align: right;
}
#footer .nav-social {
  text-align: center;
}
#footer .nav-social .caption {
  display: inline-block;
  margin-bottom: .5em;
  font-size: .9em;
  color: #999;
}
#footer .nav-social ul {
  position: relative;
  margin: 0;
  padding: 0;
}
#footer .nav-social ul li {
  position: relative;
  /*max-width: 40px;*/
  margin: 0 0 .5em;
  padding: 0;
  display: inline-block;
}
#footer .nav-social ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#footer .nav-social ul li a:hover {
  z-index: 999;
}
#footer .nav-social ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  width: 48px;
  height: 48px;
  border: 3px solid transparent;
  -webkit-border-radius: 100em;
  -moz-border-radius: 100em;
  border-radius: 100em;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#footer .nav-social ul li a:hover:before {
  background-color: #fff;
  top: -16px;
  left: -16px;
  width: 72px;
  height: 72px;
  border-color: #DF2027;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
/* sitemap
********************************************************************************/
.nav-siteMap > ul {
  width: 50%;
  margin: 0 auto !important;
  padding: 0;
  display: block;
}
.nav-siteMap ul {
  margin: 0;
  padding: 0;
}
.nav-siteMap ul li {
  margin: 0 0 0 3em;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
.nav-siteMap ul li a .descripcion {
  display: block;
  margin: 0;
  padding: .5em 0;
  color: #999;
  font-size: .9em;
}
.nav-siteMap ul li a:hover .descripcion {
  text-decoration: none;
}
.nav-siteMap ul li a {
  display: block;
  padding: .5em 1em;
  color: #FF1D25;
}
.nav-siteMap ul li a:hover {
  background-color: #e9e9e9;
  text-decoration: none;
}
.nav-siteMap ul li ul li:last-child {
  border: 0;
}
/* nav
********************************************************************************/
/*
.nav-subsecciones-header {}
.nav-subsecciones-header ul {
    margin:0;
    padding:0;
}
.nav-subsecciones-header ul li {
    margin:0 1em 0 0;
    padding:0;
    list-style: none;
    display: inline-block;
}
.nav-subsecciones-header ul li a {
    display:block;
    color:#000;
}
.nav-subsecciones-header ul li a.active {
    color:#DF2027;
}
*/
/*******************************************************************************/
#slideHeader {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /*background-color: #DF2027;*/
  text-align: center;
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8) inset, 0 -10px 10px -10px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8) inset, 0 -10px 10px -10px rgba(0, 0, 0, 0.8) inset;
  box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, 0.8), inset 0 -30px 30px -30px rgba(0, 0, 0, 0.8);
}
#slideHeader > div.item {
  position: relative;
  width: 100%;
  /*max-width: 1400px;*/
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
#slideHeader > div .title {
  padding: 2em ;
}
#slideHeader img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  /*width: auto;
    height:100% !important;*/
  /*display: block;*/
  margin: 0 auto;
  /*
    visibility: hidden;
    opacity: 0;
    */
}
#slideHeader ul.bxslider li {
  /*position:relative !important;*/
}
/* puntos */
#slideHeader .puntos {
  position: absolute;
  /*z-index: 999;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#slideHeader .puntos > li {
  position: absolute;
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#slideHeader .puntos > li > a {
  position: relative;
  display: block;
  white-space: nowrap;
}
#slideHeader .puntos > li > a > span.punto {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.popover {
  width: auto;
  min-width: 250px;
}
.popover h3,
.popover h4 {
  margin: 0;
}
.popover .inner > figure {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.popover .inner > figure {
  width: 70px;
  height: 70px;
  background-color: #000;
}
.popover .inner > ul {
  margin-left: .8em;
}
.popover .inner > ul li {
  margin: 0;
  list-style: none;
}
#slideHeader .puntos > li#punto1 {
  top: 35%;
  left: 35.5%;
}
#slideHeader .puntos > li#punto2 {
  top: 30%;
  left: 67%;
}
#slideHeader .puntos > li#punto3 {
  top: 15%;
  left: 60%;
}
/* **********************************************************************/
/* bootstrap custom
 * **********************************************************************/
.navbar-custom {
  margin: 0;
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-menu li a {
  display: block;
}
.dropdown-menu li a:hover {
  color: #DF2027;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
  min-height: inherit;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-nav > li > a {
  display: block;
  margin: 0;
  padding: .5em;
}
/*
.navbar-nav > li:before ,
.navbar-nav > li:hover:before {
    content: "";
    position: absolute;
    z-index: 5;
    top:50%;
    left:0;
    height:16px;
    margin-top:-8px;
    border-left:1px solid #bdbdbd;
}
.navbar-nav > li:first-child:before {
    border-left:0;
}

.navbar-nav > li > div {
    display:block;
    float:none;
    margin:0 3px;
    padding:.5em;
}
*/
/* producto
********************************************************************************/
.pfamilia,
.pfamilia-img {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: -4px;
}
.pfamilia {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.pfamilia > div.inner {
  /*border:1px solid #fff;*/
  /*background-color: #CCCCCC;*/
  background-image: url("../../images/familia-texture.png");
  background-position: left top;
  background-position: center;
  background-repeat: repeat;
  /*overflow: hidden;*/
}
.pfamilia-img > .inner {
  /*background-color: #CCCCCC;*/
  /*background-image: url(../temp/amb.jpg);*/
  /*background-position: left top;*/
  background-repeat: no-repeat;
  opacity: .2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.pfamilia-img > .inner.vacio {
  /*
    background-color: #DF2027;
    background-color: #000;
    background-image: url(../images/familia-texture.png) !important;
    */
}
a.familia-btn,
.familia-title {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  /*text-shadow: 0 1px 2px rgba(0,0,0,.8);*/
}
.familia-title {
  display: table;
  vertical-align: middle;
}
a.familia-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
a.familia-btn img {
  width: 100%;
  height: auto;
}
.fRotulo {
  position: relative;
  background-image: url("../../images/familia-texture.png");
  background-position: left top;
  background-position: center;
  background-repeat: repeat;
}
.fRotulo .title {
  margin: 0;
  padding: 0;
  text-align: center;
  /*
    color:#fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);*/
}
.fRotulo .title img {
  margin: 0 auto;
  padding: 0;
  width: 85%;
}
/* header ambientes serie
*******************************************************************************/
#serieHeader {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
/*
#serieHeader-capa1 ,
#serieHeader-capa2 {
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
*/
#serieHeader-capa1,
#serieHeader-capa1 .bx-wrapper,
#serieHeader-capa1 .bx-wrapper .bx-viewport,
#serieHeader-capa1 .bx-wrapper .bx-viewport ul.bxslider,
#serieHeader-capa1 .bx-wrapper .bx-viewport ul.bxslider li,
#serieHeader-capa2 {
  min-height: 600px;
}
#serieHeader-capa1 {
  position: relative;
  min-height: 200px;
  /*max-width: 1300px;*/
  margin: 0 auto;
  /*background-color: #fff;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJ1dXX/SeUwMDAAAE2VCeWwF+eEAAAAAElFTkSuQmCC);
}
#serieHeader-capa2 {
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.8);*/
}
#serieHeader-capa2 .serie-titulo {
  text-align: right;
}
#serieHeader-capa2 .serie-titulo h2 {
  display: inline-block;
  margin: .5em 0;
  padding: .5em 1em;
  border-bottom: 1px solid #fff;
  font-size: 2em;
  font-weight: normal;
  color: #DF2027;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
#serieHeader-capa2 .serie-titulo h2 small {
  display: block;
  font-size: 14px;
  color: #2a2a2a;
}
#nav-series-familia,
.track-container {
  height: 0;
  /*
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;*/
}
#nav-series-familia {
  /*position:absolute;*/
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-shadow: none;
}
a.toogleNavSeries {
  display: block;
  margin: 1px;
  padding: .2em 1em;
  background-color: #fff;
  text-align: center;
}
.track-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.track-container ul li {
  list-style: none;
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.track-container ul li a {
  display: block;
  padding: .2em .5em;
  border-top: 1px solid #B0B0B0;
  font-size: .9em;
  color: #808080;
  text-decoration: none;
}
.track-container ul li:first-child a {
  border-top: 0;
}
.track-container ul li:first-child a {
  padding-top: 1em;
}
.track-container ul li:last-child a {
  padding-bottom: 1em;
}
.track-container ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.track-container ul li a span img {
  display: block;
}
.track-container ul li a small {
  display: block;
}
.track-container ul li a:hover {
  background-color: #e0e0e0;
  color: #000;
}
.track-container ul li.active a {
  background-color: #DF2027;
  color: #fff;
}
/* nav series 
********************************************************************************/
.track-container {
  /*overflow: scroll;*/
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
}
.track-pagination {
  position: relative;
  z-index: 999;
}
.track-anchors-container {
  /*position:absolute;*/
}
.track-anchors-container .track-anchor {
  padding: .5em;
}
.track-wrapper {
  position: relative;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.track-wrapper > li {
  display: block;
}
.track-wrapper .item {
  position: relative;
}
/* modelos
********************************************************************************/
.serieInfo {
  display: inline-block;
  vertical-align: middle;
}
.serieInfo img {
  display: block;
}
.serie-title {
  margin: 1.5em 0;
}
.leyenda.serie {
  margin: 0;
  margin-left: 1em;
  padding-left: 1em;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  border-left: 2px solid #b9b9b9;
  line-height: 1;
}
.leyenda.serie li {
  margin: 0;
  margin-left: -2px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.leyenda.serie img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.tabMenu {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #BCBCBC;
}
.tabMenu > li {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #BCBCBC;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.tabMenu > li.active {
  background-color: #CACACA;
}
.tabPanels > div {
  padding: 1em 0;
}
.serie-modelo figure {
  position: relative;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  text-align: center;
}
.serie-modelo figure > span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.serie-modelo figure > span.figure img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.serie-modelo figure > span.figure a.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}
.serie-modelo figure > span.figure a.hover span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  padding: 20px;
  background-color: #DF2027;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.serie-modelo figure:hover > span.figure > a.hover {
  opacity: 1;
}
.modelo-detalles {
  margin: 0;
  padding: 0;
}
.modelo-detalles li {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px dashed #CACACA;
}
.modelo-detalles li:first-child {
  border-top: 0;
}
.modelo-detalles li small {
  color: #aaa;
  /*font-style: oblique;*/
  font-size: .8em;
}
.modelo-detalles li.formato {
  color: #DF2027;
}
.modelo-detalles li.codigos > span {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
}
.modelo-detalles li.cabecera {
  /* resultados busqueda */
  padding: .3em .5em;
  background-color: #f0f0f0;
}
.modelo-detalles li.cabecera h3 {
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: .9em;
  font-weight: normal;
}
.modelo-nombre {
  /*font-size: 1em;*/
  /*font-weight: normal;*/
}
.serie-modelos .modeloIconos {
  margin-top: .5em;
  padding-top: .5em;
  border-top: 1px solid #DF2027;
}
.serie-modelo .links {
  /* resultados busqueda */
  margin-top: .3em;
  padding-top: .3em;
  border-top: 1px solid #000;
}
.serie-modelo .links a {
  display: inline-block;
  vertical-align: middle;
}
.serie-modelo .links a small:before {
  margin-top: -8px;
  vertical-align: middle;
  font-size: 12px !important;
  color: #ccc;
}
.serie-caracteristicas > div {
  margin-top: 2em;
}
.serie-caracteristicas > div:first-child {
  margin-top: 0;
}
.piezas_complementarias > div > figure {
  display: inline-block;
  padding: .2em;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.piezas_complementarias > div > div > small {
  display: block;
}
.leyenda ul {
  margin: 0 0 2em;
}
.leyenda ul:last-child {
  margin: 0;
}
.leyenda li {
  display: block;
  margin: 0 0 .3em 0;
  opacity: .5;
}
.leyenda li img {
  margin: 0 1em .2em 0;
  opacity: .2;
}
.leyenda li.leyendaActivo {
  display: block;
  opacity: 1;
}
.leyenda li.leyendaActivo img {
  opacity: 1;
}
/*
.leyenda li:hover img {
    opacity: 1;
}
*/
.serie-marketing .item .familiaMarketing_title span:before {
  margin-right: 5px;
  /*color:#DF2027;*/
  font-size: 16px !important;
}
.serie-marketing .item figure {
  border: 1px solid #ccc;
  background-color: #ccc;
}
.serie-marketing .item figure img {
  display: block;
}
.serie-marketing .item .ficheroTitulo {
  margin-top: .7em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.serie-marketing .item > div > a {
  display: block;
  margin-top: .7em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
}
/* Serie bxSlider
*******************************************************************************/
.bx-wrapper,
.bx-wrapper > .bx-viewport {
  position: relative;
  /*max-height: 800px;*/
}
.bx-wrapper > .bx-viewport > .bxslider > li {
  /*max-height: 600px !important;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#serieHeader-capa1 .bx-wrapper > .bx-viewport > .bxslider > li > img {
  /*display:none;*/
  visibility: hidden;
  opacity: 0;
}
#serieHeader-capa1 > .bx-wrapper > .bx-viewport .descarga {
  position: absolute;
  z-index: 9999999999999;
  bottom: 0;
  display: inline-block;
  padding: .5em 1em;
  background-color: #fff;
}
.bx-pager-bubbles {
  margin-left: 1em;
}
.bx-pager-bubbles .bx-pager-item {
  display: inline-block !important;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
}
.bx-pager-bubbles .bx-pager-item a {
  position: relative;
  top: 0;
  left: 0;
  display: block !important;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 0px;
  padding: 0;
  outline: 0;
  background: #e0e0e0;
  text-indent: 200%;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  border-radius: 100em;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.bx-pager-bubbles .bx-pager-item a.active {
  width: 18px;
  height: 18px;
  background-color: #444444;
  background-color: #DF2027;
}
.bx-pager-bubbles .bx-pager-item a:hover {
  background-color: #DF2027;
}
.bx-pager-bubbles,
.bx-pager-download {
  display: inline-block;
}
.bx-pager-download a {
  display: none;
}
.bx-pager-download a.active {
  display: block;
}
.icoExtras {
  display: inline-block;
  padding: .5em;
  font-size: small;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  text-shadow: none;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  border-radius: 100em;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* descripciones ambientes */
.bx-pager-descripcion {
  display: block;
}
.bx-pager-descripcion > a {
  display: none;
  color: #2a2a2a;
  font-size: small;
  text-decoration: none;
  margin-bottom: 1em;
  padding: .5em 1em;
  /*padding-bottom:1em;*/
  border-bottom: 1px dashed #fff;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.bx-pager-descripcion > a:hover {
  color: #2a2a2a;
  text-decoration: none;
}
.bx-pager-descripcion > a.active {
  display: inline-block;
}
.bx-pager-descripcion > a > p {
  margin: 0em 0 0 0;
}
.bx-pager-descripcion > a > p:first-child {
  margin: 0;
}
/* sly carousel
*******************************************************************************/
#sly {
  position: relative;
  background-color: #e0e0e0;
}
.ambientes-tag {
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.ambientes-tag > span {
  position: relative;
  display: inline-block;
  padding: .3em .5em;
  background-color: #000;
  color: #fff;
  font-size: small;
}
.ambientes-tag > span:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: -5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}
#sly_effects.bx-pager.bx-pager-thumb {
  position: relative;
  width: 100%;
  height: 103px;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  cursor: move;
  /*border-bottom:1px dashed #ccc;*/
}
#sly_effects.bx-pager.bx-pager-thumb .slidee {
  position: absolute;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li {
  position: relative;
  float: left;
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /*width: 12.5% !important;*/
  max-width: 150px;
  margin: 0;
  /*margin-right: -4px;*/
  padding: 0;
  list-style: none;
  /*border:1px solid #ddd;*/
  text-align: center;
  /*overflow:hidden;*/
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: .5em;
  text-align: center;
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li a span {
  display: block;
  width: 100%;
  height: 100%;
  /*display: table-cell;*/
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li a span img {
  margin: 0 auto;
  /*width: auto !important;*/
  max-height: 100%;
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li a:hover {
  background-color: #4a4b4c;
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li a.active {
  background-color: #DF2027;
  background-color: #000;
}
/* */
.noDisplayImportant {
  display: none !important ;
}
.blokGrid.noDisplayImportant {
  display: none !important ;
}
/* ambientes seccion
********************************************************************************/
/* portada */
#pAmbientesGrid > div.pAmbiente > a {
  display: block;
  margin: 5px;
  color: #fff;
  background-color: #99b4c6;
}
#pAmbientesGrid span.pAmbienteTitle {
  text-transform: uppercase;
}
#pAmbientesGrid span.pAmbienteTitle > span {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
}
#pAmbientesGrid span.pAmbienteTitle > span > span {
  display: table-cell;
  vertical-align: middle;
}
#pAmbientesGrid span.pAmbienteTitle > span > span > img {
  display: block;
  max-width: 72px;
  margin: 0 auto;
}
#pAmbientesGrid span.pAmbienteTitle > span > span > span {
  margin: 1em 0 0;
  padding: 1em 0 0;
  display: block;
  border-top: 1px solid #fff;
}
#pAmbientesGrid span.pAmbienteImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* gridAmbientesBox
*******************************************************************************/
.gridAmbientesBox {
  /*margin-top: 2em;*/
}
/* nav-tags */
.nav-tags {
  text-align: center;
}
.nav-tags li {
  display: inline-block;
  vertical-align: top;
  padding-top: 1em;
  background-color: #99B4C6;
}
.nav-tags li:hover {
  background-color: #688BA2;
}
.nav-tags li.active {
  background-color: #688BA2;
}
.nav-tags li a {
  display: block;
  margin: 0;
  padding: 1em;
  color: #fff;
}
.nav-tags li a:hover {
  text-decoration: none;
}
.nav-tags li a > img {
  max-width: 36px;
}
.nav-tags li a > span {
  display: none;
  margin-top: .5em;
}
.nav-tags li.active > a > span {
  display: block;
}
/* ambientes grid */
#gridAmbientes {
  position: relative;
  margin: 2em 0 1em 0;
}
#gridAmbientes .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16.667%;
  /* media rules */
  margin: 0 -4px 0 0;
  padding: 15px;
  text-align: center;
  /*border:1px solid #fff;*/
  border-bottom: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.2s;
  transition: all 0.3s;
}
/** paginacion cargador */
#gridAmbientes .item img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#gridAmbientes .item.is-loading,
#gridAmbientes .item.is-broken figure {
  background-position: center;
  background-repeat: no-repeat;
}
#gridAmbientes .item.is-loading {
  background-image: url('../../images/loading-white.gif');
  /* background-color: #DF2027;*/
}
#gridAmbientes .item.is-broken figure {
  background-image: url('../../images/broken.png');
  background-color: #be3730;
}
#gridAmbientes .item.is-loading img {
  opacity: 0;
}
#gridAmbientes .item.is-broken img {
  display: none;
}
#gridAmbientes .item:hover {
  z-index: 999;
  background-color: #DF2027;
  /*background-color: #99b4c6;*/
  /*
    -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);*/
}
#gridAmbientes .item img.icono_ambiente {
  width: 100%;
}
#gridAmbientes .item img.icono_ambiente:hover {
  cursor: pointer;
}
#gridAmbientes .item.active {
  margin-bottom: -1px;
  background-color: #DF2027;
}
#gridAmbientes .item.active:after,
#gridAmbientes .item.active:before {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
#gridAmbientes .item.active:after {
  margin-bottom: -5px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
/*
#ambSlideHeader .item.active:before {
    border-color: rgba(223, 32, 39, 0);
    border-bottom-color: rgba(223, 32, 39, .5);
    border-width: 16;
    margin-left: -16px;
}
*/
#gridAmbientes .item > .info {
  padding: .5em 48px 0 0;
  font-size: small;
  text-align: left;
}
#gridAmbientes .item:hover > .info {
  color: #fff;
}
#gridAmbientes .item > .info h4 {
  margin: .2em 0;
  font-size: small;
  font-weight: normal;
}
#gridAmbientes .item > .addFavoritos,
#gridAmbientes .item > .favoritoStar {
  position: absolute;
  z-index: 9;
  display: inline-block;
  margin: 0;
  padding: .5em;
  background-color: #fff;
}
#gridAmbientes .item > .addFavoritos {
  bottom: 0em;
  right: 0em;
  cursor: pointer;
  font-size: small;
  /*transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;*/
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#gridAmbientes .item > .addFavoritos:hover {
  color: #000 !important;
}
#gridAmbientes .item.active > .addFavoritos,
#gridAmbientes .item:hover > .addFavoritos {
  bottom: 1em;
  right: 1em;
  background-color: #DF2027;
  color: #fff;
}
#gridAmbientes .item > .favoritoStar {
  top: 1.5em;
  left: 1.5em;
  padding: 0;
  line-height: 0;
  color: #DF2027;
}
#gridAmbientes .item > .favoritoStar span:before {
  padding: 10px 5px;
  font-size: .8em !important;
  line-height: 0;
}
#gridAmbientes .item:hover > .addFavoritos {
  /*visibility: visible;
    opacity: 1;*/
}
.expandPreview {
  position: relative;
  min-height: 100px;
  max-height: 640px;
  margin: 0 0 2em;
  padding: 1em;
  border-top: 5px solid #DF2027;
  text-align: center;
}
.expandPreview .DivTexto {
  position: absolute;
  z-index: 9;
  top: 1em;
  left: 1em;
  padding: 1em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.expandPreview .DivTexto p {
  margin: 0;
  padding: 0;
}
.expandPreview img#cargador_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.expandPreview > figure {
  position: relative;
  /*width:100px;*/
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.expandPreview > figure img {
  display: block;
  white-space: nowrap;
}
.expandPreview img#imagen_wrap {
  width: auto !important;
  max-width: auto !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
.expandPreview img#imagen_wrap:hover {
  cursor: pointer;
}
.expandPreview .closeExpandPreview {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 50px;
  height: 50px;
  padding: 1em;
  background-color: #DF2027;
  font-family: arial, sans-serif;
  /*font-weight: bold;*/
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.nextPageBox {
  display: block;
  margin-top: 4em;
  text-align: center;
}
#nextPage {
  display: inline-block;
  padding: .5em 1em;
  cursor: pointer;
}
/* QR serie ambientes
********************************************************************************/
.serieAmbientesQR header > div {
  padding-top: 1em;
}
@media (max-width: 765px) {
  .serieAmbientesQR header > div {
    padding-top: .5em;
  }
}
.serieAmbientesQR header .title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 .3em 0;
  padding: 0 0 .3em 0;
}
@media (max-width: 765px) {
  .serieAmbientesQR header .title {
    font-size: 25px;
    text-align: center;
  }
}
.serieAmbientesQR figure.ambiente {
  position: relative;
  margin-bottom: 2em;
}
.serieAmbientesQR figure.ambiente figcaption {
  position: relative;
  padding: 1em 2em;
  background-color: #EEEEEE;
}
.serieAmbientesQR figure.ambiente figcaption > div:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: -16px;
  left: 2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #EEEEEE transparent;
}
.serieAmbientesQR figure.ambiente figcaption p {
  margin: 0;
}
/*
*********************************************************************************/
/* custom */
.form-inline select.form-control {
  width: 100%;
  display: block;
}
.form-inline [class^="blok"].blokGap,
.form-inline [class*=" blok"].blokGap {
  padding: 0 2px !important;
}
a.resetFiltros {
  margin: .3em 0 0 0;
  color: #a7a7a7;
}
a.resetFiltros:hover {
  color: #DF2027;
}
/* shareThisBox
*********************************************************************************/
.shareThisBox > strong,
.shareThisBox a {
  display: inline-block;
  vertical-align: middle;
  font-size: small;
}
.shareThisBox > a {
  margin-right: .5em;
}
.shareThisBox > span {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
  margin: 0 -2px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 765px) {
  .shareThisBox {
    text-align: center;
  }
  .shareThisBox > strong,
  .shareThisBox > a {
    display: block;
    margin: 0 0 .3em;
  }
}
.shareThisBox > span > span > span {
  background-size: 100% auto;
}
.shareThisBox span.st_facebook_large > span > span {
  background-image: url("../../images/social/facebook_32.png") !important;
}
.shareThisBox span.st_googleplus_large > span > span {
  background-image: url("../../images/social/google%2b_32.png") !important;
}
.shareThisBox span.st_twitter_large > span > span {
  background-image: url("../../images/social/twitter_32.png") !important;
}
.shareThisBox span.st_linkedin_large > span > span {
  background-image: url("../../images/social/linkedIn_32.png") !important;
}
.shareThisBox span.st_pinterest_large > span > span {
  background-image: url("../../images/social/pinterest_32.png") !important;
}
.shareThisBox span.st_vkontakte_large > span > span {
  background-image: url("../../images/social/vk_32.png") !important;
}
/* cargador de imagenes para busquedas marketing   
********************************************************************************/
#resultados_m .itemAjax img,
#resultados .itemAjax img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#resultados_m .itemAjax.is-loading,
#resultados_m .itemAjax.is-broken {
  background-position: center;
  background-repeat: no-repeat;
}
#resultados_m .itemAjax.is-loading {
  background-image: url('../../images/loading-white.gif');
  background-color: #ffffff;
}
#resultados_m .itemAjax.is-broken {
  background-image: url('../../images/broken.png');
  background-color: #ffffff;
}
#resultados_m .itemAjax.is-loading img {
  opacity: 0;
}
/* series
********************************************************************************/
#resultados .itemAjax.is-loading,
#resultados .itemAjax.is-broken {
  background-position: center;
  background-repeat: no-repeat;
}
#resultados .itemAjax.is-loading {
  background-image: url('../../images/loading-white.gif');
  background-color: #ffffff;
}
#resultados .itemAjax.is-loading img {
  opacity: 0;
}
#resultados .itemAjax.is-broken {
  background-image: url('../../images/broken.png');
  background-color: #ffffff;
}
/* lazyLoad
********************************************************************************/
.lazyLoading {
  background-image: url('../../images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto !important;
}
@media screen and (max-width: 1280px) {
  #serieHeader-capa1 > .bx-wrapper,
  #serieHeader-capa1 > .bx-wrapper > .bx-viewport,
  #serieHeader-capa1 > .bx-wrapper > .bx-viewport > .bxslider > li {
    /*max-height: 600px !important;*/
  }
  .bx-controls-direction {
    display: none;
  }
  /* ambientes grid
    ****************************************************************************/
  #gridAmbientes .item {
    width: 20% !important;
  }
}
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
@media screen and (max-width: 1024px) {
  #serieHeader-capa1 > .bx-wrapper,
  #serieHeader-capa1 > .bx-wrapper > .bx-viewport,
  #serieHeader-capa1 > .bx-wrapper > .bx-viewport > .bxslider > li {
    /*max-height: 480px !important;*/
    /*max-height: 600px !important;*/
  }
  /* ambientes grid
    ****************************************************************************/
  #gridAmbientes .item {
    width: 25% !important;
  }
}
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
@media screen and (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /*margin:0 0 .9em 0 !important;*/
  }
  /*
	h1 { font-size: 1.6em !important; }
	h2 { font-size: 1.4em !important; }
	h3 { font-size: 1.2em !important; }
	h4 { font-size: 1.1em !important; }
	h5 { font-size: 1em ; }
	h6 { font-size: 1em; }
	*/
  blockquote,
  q {
    padding: .5em 1em !important;
    line-height: 1.2 !important;
    font-size: 100% !important;
  }
  /* nav header mobile
    ****************************************************************************/
  [data-device="desktop"] {
    display: none;
  }
  [data-device="mobile"] {
    display: block !important;
  }
  /***************************************************************************/
  #page {
    background-image: none !important;
  }
  #footer {
    padding-top: 2em !important;
  }
  #footer > .copy {
    margin-top: 3em !important;
  }
  /* nav
	****************************************************************************/
  #footer .nav-footer {
    text-align: center;
    margin: 0 1em !important;
  }
  #footer .nav-footer ul {
    margin-bottom: 2em !important;
  }
  #footer .nav-footer ul li {
    display: inline-block !important;
    margin: 0 .3em !important;
  }
  #footer .nav-footer.nav-social ul li {
    margin: 0 !important;
    padding: 0;
  }
  #footer .nav-footer.nav-legal ul {
    margin-top: 2em;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  /* repeater
    ****************************************************************************/
  .c-repeater > div {
    /*margin-top:1em !important;*/
  }
  .c-repeater > div:first-child {
    margin-top: 0 !important;
  }
  .c-repeater figure {
    width: 30% !important;
  }
  .c-repeater.vertical figure {
    width: 100% !important;
  }
  .c-repeater.horizontal [class^="blok"],
  .c-repeater.horizontal [class*=" blok"] {
    margin-top: 3em;
  }
  .c-repeater.horizontal [class^="blok"]:first-child,
  .c-repeater.horizontal [class*=" blok"]:first-child {
    margin-top: 0;
  }
  /* descargas
    ****************************************************************************/
  #s-descargas > div article .contenido .subtitulo {
    /*position: relative;*/
    left: 0% !important;
    width: 100% !important;
    font-size: 2em !important;
  }
  /* producto portada
    ****************************************************************************/
  #pFamiliasGrid .pfamilia-img {
    display: none !important;
  }
  #serieHeader-capa1,
  #serieHeader-capa2 {
    position: relative !important;
  }
  #serieHeader-capa1 {
    max-height: 50vh;
  }
  #serieHeader-capa2 {
    position: relative !important;
    display: none !important;
  }
  .bx-wrapper,
  .bx-viewport,
  #bxslider {
    max-height: 50vh;
    overflow: hidden;
  }
  /* ambientes 
    ****************************************************************************/
  #pAmbientesGrid > div.pAmbiente > a > span {
    width: 50% !important;
    float: left !important;
  }
  /* ambientes grid
    ****************************************************************************/
  #gridAmbientes .item {
    width: 33.33333% !important;
  }
  /* base
    ****************************************************************************/
  .serie-modelo.blok25 {
    float: left !important;
    display: inherit;
    width: 48% !important;
    margin: 0;
  }
  .serie-modelo.blok25:nth-child(2n+1) {
    margin-left: 2% !important;
  }
  .serie-modelo.blok25:nth-child(2n) {
    margin-right: 2% !important;
  }
}
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
@media screen and (max-width: 600px) {
  /* ambientes grid
    ***************************************************************************/
  #gridAmbientes .item {
    width: 50% !important;
  }
}
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
@media screen and (max-width: 480px) {
  /* repeater
    ****************************************************************************/
  .c-repeater {
    margin-top: 2em !important;
  }
  .c-repeater figure {
    width: 100% !important;
    margin-bottom: .5em !important;
    padding: 0 !important;
  }
  .c-repeater figure img {
    width: 100% !important;
    height: auto !important;
  }
  .c-repeater.vertical > div .inner .box {
    padding-bottom: 0 !important;
  }
  /***************************************************************************/
  #s-descargas > div article .enlace {
    position: relative !important;
    bottom: auto !important;
  }
  /* ambientes grid
    ***************************************************************************/
  #gridAmbientes .item {
    width: 100% !important;
  }
  /* base
    ***************************************************************************/
  .serie-modelo.blok25 {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
iframe#envio {
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.campoObligatorio {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 3px;
  color: #ff0066 !important;
  font-size: large;
  font-style: bold;
  line-height: 0;
}
/* caja texto legal 
********************************************************************************/
.form-texto-legal {
  margin: 0;
  margin-top: 0em;
  padding: 1em;
  color: #999;
  font-size: .8em;
  text-align: justify;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.form-texto-legal:hover {
  color: #000;
  background-color: #efefef;
}
a.form-texto-legal-btnAnchor {
  color: #000;
  font-weight: normal;
}
a.form-texto-legal-btnAnchor:hover {
  color: #999;
}
/* header search form
*********************************************************************************/
#formSearch button {
  border: 0;
  background-color: transparent;
}
#formSearch button:hover,
#formSearch button:active,
#formSearch button:focus {
  background-color: transparent;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* fieldset & legend
**********************************************************************/
form fieldset {
  margin: 0 0 1em;
  padding: 1em;
  border: 1px dotted #ccc;
}
form fieldset legend {
  display: inline-block;
  width: inherit;
  margin: 0;
  padding: .5em 1em;
  border: 1px dotted #ccc;
  font-size: large;
  line-height: 1;
}
/* placeholder
***************************************************************/
::input-placeholder {
  color: #666;
  font-style: oblique;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #666;
  font-style: oblique;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  font-style: oblique;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
  font-style: oblique;
  opacity: 1;
}
/*
input[placeholder] {
    color: #666;
    font-style: oblique;
    font-weight: bold;
    opacity: 1;
}
*/
/************************************************************************/
/************************************************************************/
/*.form-control ,*/
/* bootstrap reset */
input,
textarea,
select {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 6px 12px;
  /*height: inherit !important;*/
  line-height: 1.4 !important;
  font-family: sans-serif;
  font-size: 100%;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: separate;
  outline: 0;
  -moz-outline: 0;
  border: 1px solid #bbb;
  /*border-bottom: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;*/
  /*
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1px, #eeeeee 1px, #ffffff 40px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1px,#ffffff), color-stop(1px,#eeeeee), color-stop(40px,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 1px,#eeeeee 1px,#ffffff 40px);
	background: -o-linear-gradient(top, #ffffff 1px,#eeeeee 1px,#ffffff 40px);
	background: -ms-linear-gradient(top, #ffffff 1px,#eeeeee 1px,#ffffff 40px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #ffffff 1px,#eeeeee 1px,#ffffff 40px);
	*/
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  /*
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	*/
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
textarea {
  resize: vertical !important;
  vertical-align: top;
  min-height: 5em;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
select {
  cursor: pointer;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 22px;
  -webkit-padding-before: 8px !important;
  -webkit-padding-end: 22px !important;
  -webkit-padding-after: 8px !important;
  -webkit-padding-start: 8px !important;
  background-image: url("../../bootstrap-custom/forms/select-arrow.png") !important;
  background-repeat: no-repeat;
  background-position: right center;
  /* remove this arrow on firefox */
  text-indent: 0.01px;
  text-overflow: " ";
}
select option {
  display: block;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  padding: .5em;
  min-height: 15em;
  background-image: none;
}
select[multiple] option {
  padding: .3em 1em;
}
input:focus,
select:focus,
textarea:focus {
  z-index: 9;
  outline: 0;
  border-color: #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #cccccc;
  /*border-color: #DF2027;*/
  /*border-color: #ccc !important;*/
  /*
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    */
  /*
	border-color: #DF2027;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 32, 29, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 32, 29, .6);
            */
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="range"],
input[type="file"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"],
textarea,
select {
  display: block;
  width: 100%;
}
/* file type
**************************************************************/
input[type="file"] {
  cursor: pointer;
  margin: 0 0 1em 0;
  height: auto !important;
  border: 0;
  /*border-radius: 0;*/
  vertical-align: middle;
  /*padding:8px 10px !important;*/
  -webkit-padding-before: 6px !important;
  -webkit-padding-end: 6px !important;
  -webkit-padding-after: 6px !important;
  -webkit-padding-start: 6px !important;
  line-height: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAIPHjz4TyqHgYEBAOwRDn3kWbUIAAAAAElFTkSuQmCC) repeat;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
input[type="file"]:hover {
  /*background-color: #e9e9e9;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAIXLlz4TyqHgYEBANIxDb1SZyArAAAAAElFTkSuQmCC) repeat;
}
/* search
********************************************************/
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* range
********************************************************/
input[type="range"] {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
/* color
********************************************************/
input[type="color"] {
  padding: 5px;
  /*height:32px;*/
  cursor: context-menu;
}
/* radios y checks
**************************************************/
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  width: inherit;
  height: inherit;
  /*margin-right:5px;*/
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
/* Reset non-text input types 
*********************************************************************/
/*input[type="color"] ,
input[type="file"],*/
input[type="checkbox"],
input[type="radio"],
input[type="hidden"],
input[type="image"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons 
***********************************************************************/
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  /*padding: 8px 10px;*/
  /*
	line-height: 1.428571429;
	font-weight: normal;
    */
  /*
    color: #7c7c7c;
	text-shadow: 0 1px 1px #fff;
	
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	
    
    */
  border: 1px solid #d2d2d2;
  /*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	*/
}
button[disabled],
button[disabled]:hover,
button[disabled]:active,
input[disabled],
input[disabled]:hover,
input[disabled]:active {
  cursor: default;
  opacity: .5;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #3e3e3e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* validador
*************************************************************/
.errorContainer {
  text-align: center;
}
.errorContainer > label.error {
  margin: 0 0 2em 0;
}
label.error {
  display: none;
  /*display: inline-block;*/
  margin: .2em 0 0 0;
  padding: 3px;
  font-family: sans-serif;
  font-size: .9em;
  line-height: 1.2;
  color: #ff0000;
}
label.error:before {
  content: "!";
  display: inline-block;
  vertical-align: baseline;
  /*float:left;*/
  width: 1.4em;
  height: 1.4em;
  margin: 0 .5em 0 0;
  padding: 0;
  background-color: #ff0000;
  text-align: center;
  color: #fff;
  font-family: fantasy;
  /*font-size: 1em;*/
  font-weight: bold;
  line-height: 1.6;
  -webkit-border-radius: 100em;
  -moz-border-radius: 100em;
  border-radius: 100em;
}
label.error.invalid {
  display: inline-block;
}
.labelCheck {
  cursor: pointer;
}
.labelCheck {
  margin-left: .5em;
}
.labelCheck label.error {
  cursor: pointer;
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  padding: 5px 5px;
  margin: 0px 5px;
  text-align: right;
  color: #fff;
  line-height: 1;
  background-color: #ff0033;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
}
.labelCheck input.valid + label.error {
  display: none !important;
}
/*
 *****************************************************************/
/* AJAX Gif y mensajes de exito o fracaso */
.hide {
  display: none !important;
}
#cartel_enviando {
  margin: 1em 0 0;
  padding: .5em;
  border: 1px dotted #ccc;
}
.msgBox {
  position: relative;
}
#ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999888777;
  margin: -8px 0 0 -8px;
  padding: 0;
  line-height: 0;
}
.msg {
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 1em;
  padding: 10px;
  border: 0;
  /*font-size: 12px;*/
  color: white;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  line-height: 1.5;
  text-shadow: none;
  text-align: center;
}
.msg_ok,
.msg_error {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.msg_ok {
  background-color: #72C900;
  color: #fff;
}
.msg_error {
  background-color: #ff0033;
  color: #fff !important;
}
/*.ultimo:hover .msg ,*/
.msgIN {
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #06113f 0%, #010207 100%);
  background-image: -o-linear-gradient(top, #06113f 0%, #010207 100%);
  background-image: linear-gradient(to bottom, #06113f 0%, #010207 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff06113f', endColorstr='#ff010207', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #010207;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #010207;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #010207;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #06113f 0%, #040b28 100%);
  background-image: -o-linear-gradient(top, #06113f 0%, #040b28 100%);
  background-image: linear-gradient(to bottom, #06113f 0%, #040b28 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff06113f', endColorstr='#ff040b28', GradientType=0);
  background-color: #040b28;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 764px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #06113f 0%, #040b28 100%);
    background-image: -o-linear-gradient(top, #06113f 0%, #040b28 100%);
    background-image: linear-gradient(to bottom, #06113f 0%, #040b28 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff06113f', endColorstr='#ff040b28', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #06113f 0%, #020410 100%);
  background-image: -o-linear-gradient(top, #06113f 0%, #020410 100%);
  background-image: linear-gradient(to bottom, #06113f 0%, #020410 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff06113f', endColorstr='#ff020410', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #020410;
  background-image: -webkit-linear-gradient(top, #06113f 0%, #03071c 100%);
  background-image: -o-linear-gradient(top, #06113f 0%, #03071c 100%);
  background-image: linear-gradient(to bottom, #06113f 0%, #03071c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff06113f', endColorstr='#ff03071c', GradientType=0);
  border-color: #03071c;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #06113f 0%, #040b28 100%);
  background-image: -o-linear-gradient(top, #06113f 0%, #040b28 100%);
  background-image: linear-gradient(to bottom, #06113f 0%, #040b28 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff06113f', endColorstr='#ff040b28', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */