/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

a:focus {
  outline: none !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  background: #dcdddf ;
}
a {
  color: #EF4458;
  text-decoration: none;
}

a:hover,
a:focus {
  color: grey;
  outline: none;
  text-decoration: none;
}

p a,
label a {
  color: #BA0017;
  text-decoration: none;
}

p a:hover,
p a:focus,
label a:hover,
label a:focus {
  color: #BA0017;
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container,
footer .row-fluid {
  width: 940px;
}

.container-md {
  max-width: 750px;
}

.center-block {
  margin: 0 auto;
}


.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 40px;
  margin: .5em 0 .8em;
}

h3 {
  font-size: 28.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 13px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}


ul.formulario {
  padding: 0;
  margin: 0 0 10px 15px;
  list-style: none;
}


li.form {
  line-height: 20px;
}


dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
}

label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #222;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 2px 2px 2px 5px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/*iphone*/
.modulo_home_iphone #campos_formulario select,
.modulo_home_iphone #campos_formulario textarea,
.modulo_home_iphone #campos_formulario input[type="text"],
.modulo_home_iphone #campos_formulario input[type="password"],
.modulo_home_iphone #campos_formulario input[type="datetime"],
.modulo_home_iphone #campos_formulario input[type="datetime-local"],
.modulo_home_iphone #campos_formulario input[type="date"],
.modulo_home_iphone #campos_formulario input[type="month"],
.modulo_home_iphone #campos_formulario input[type="time"],
.modulo_home_iphone #campos_formulario input[type="week"],
.modulo_home_iphone #campos_formulario input[type="number"],
.modulo_home_iphone #campos_formulario input[type="email"],
.modulo_home_iphone #campos_formulario input[type="url"],
.modulo_home_iphone #campos_formulario input[type="search"],
.modulo_home_iphone #campos_formulario input[type="tel"],
.modulo_home_iphone #campos_formulario input[type="color"],
.modulo_home_iphone #campos_formulario .uneditable-input ,
.modulo_home_iphone #campos_formulario #profile_town_id {
  font-size: 16px!important;
  letter-spacing: -0.05em!important;
}
.modulo_home_iphone label, .modulo_home_iphone input, .modulo_home_iphone button, .modulo_home_iphone select, .modulo_home_iphone textarea {
    font-size: 16px!important;
    letter-spacing: -0.05em!important;
}




input,
textarea,
.uneditable-input {

}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  height: 2.1em;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea {
  height: auto;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  border-color: #777;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 1, 0.3);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 1, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 1, 0.3);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  /*width: 220px;*/
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 13px;
  text-transform: none;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 1em;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  margin-right: .5em;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
  font-size: 13px;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/front_media/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/front_media/img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {

  background: url("/front_media/img/ico_sobre.png");
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background: url("/front_media/img/ico_ok.png");
  width: 14px;
  height: 12px;
  margin-right: 4px;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil,
.icon-pencil2 {
  background: url("/front_media/img/ico_editar.png");
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.icon-pencil2 {
  background: url("/front_media/img/ico_editar2.png");
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.icon-usuario,
.icon-camisetas,
.icon-mensajes,
.icon-fav,
.icon-lugar,
.icon-club
 {
  width: 22px;
}

.icon-usuario {
  background: url("/front_media/img/ico_user.png");
}

.icon-camisetas {
  background: url("/front_media/img/ico_camiseta.png");
}

.icon-mensajes {
  background: url("/front_media/img/ico_mensajes.png");
}

.icon-fav {
  background: url("/front_media/img/ico_fav.png");
}

.icon-lugar {
  background: url("/front_media/img/ico_lugar.png");
}

.icon-club {
  background: url("/front_media/img/ico_club.png");
}

.icon-globo_grande {
  background: url("/front_media/img/ico_globo_grande.png");
  width: 29px;
height: 25px;
}

.icon-config {
  background: url("/front_media/img/ico_config.png");
  width: 18px;
height: 16px;
}

.icon-amistad {
  background: url("/front_media/img/ico_amistad.png");
  width: 16px;
  height: 16px;
}

.icon-amor {
  background: url("/front_media/img/ico_amor.png");
  width: 16px;
  height: 16px;
}

.icon-aventura {
  background: url("/front_media/img/ico_aventura.png");
  width: 16px;
  height: 16px;
}

.icon-cita {
  background: url("/front_media/img/ico_cita.png");
  width: 85px;
  height: 40px;
}

.icon-post {
  background: url("/front_media/img/ico_post.png");
  width: 44px;
  height: 40px;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/front_media/fonts/glyphicons-halflings-regular.eot');
  src: url('/front_media/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/front_media/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/front_media/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/front_media/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative!important;
  top: 1px;
  display: inline-block!important;
  font-family: 'Glyphicons Halflings'!important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 137px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu {
  line-height: 17px;
  font-size: 11px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 700;
  line-height: 17px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;

  background-color: #666;
  background-image: -moz-linear-gradient(top, #666, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#222));
  background-image: -webkit-linear-gradient(top, #666, #222);
  background-image: -o-linear-gradient(top, #666, #222);
  background-image: linear-gradient(to bottom, #666, #222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff222', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #666;
  background-image: -moz-linear-gradient(top, #666, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#222));
  background-image: -webkit-linear-gradient(top, #666, #222);
  background-image: -o-linear-gradient(top, #666, #222);
  background-image: linear-gradient(to bottom, #666, #222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff222', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-menu li input {
  height: 17px;
  margin-left: 5%;
    width: 80%;
    font-size: 12px;
}

.dropdown-menu li button {
  margin-left: 5%;
    font-size: 12px;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn,
.btn_gr  {
  display: inline-block;
  *display: inline;
  padding: 0 12px;
  margin-bottom: 0;
  *margin-left: .3em;

  font-size: 11px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #de2624;
  *background-color: #8e0114;
  background-image: -moz-linear-gradient(top, #de2624, #8e0114);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de2624), to(#8e0114));
  background-image: -webkit-linear-gradient(top, #de2624, #8e0114);
  background-image: -o-linear-gradient(top, #de2624, #8e0114);
  background-image: linear-gradient(to bottom, #de2624, #8e0114);
  background-repeat: repeat-x;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde2624', endColorstr='#ff8e0114', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



.invitar_amigos .btn {
  padding: 4px 12px;
  margin-top: 10px;
  font-size: 12px;
}

.control-group .btn-large {
  margin-bottom: .6em;
}

.control-group label.checkbox {
  text-transform: none;
  font-size: 13px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #8e0114;
  *background-color: #8e0114;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn_gr:hover {
  color: #fff;
  background-color: #8e0114;
  *background-color: #8e0114;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



.btn_gris,
#stepBack {
  vertical-align: middle;
  margin-bottom: 0;
  *margin-left: .3em;
  display: inline-block;
  *display: inline;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding: 0px 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  background-color: #909395;
  background-image: -moz-linear-gradient(top, #909395, #616365);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#909395), to(#616365));
  background-image: -webkit-linear-gradient(top, #909395, #616365);
  background-image: -o-linear-gradient(top, #909395, #616365);
  background-image: linear-gradient(to bottom, #909395, #616365);
  background-repeat: repeat-x;
}

.btn_gris:hover,
.btn_gris:focus,
#stepBack:hover,
#stepBack:focus {

  background-color: #616365;
  background-image: -moz-linear-gradient(top, #616365, #616365);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#616365), to(#616365));
  background-image: -webkit-linear-gradient(top, #616365, #616365);
  background-image: -o-linear-gradient(top, #616365, #616365);
  background-image: linear-gradient(to bottom, #616365, #616365);
  background-repeat: repeat-x;
  cursor: pointer;
  color: #fff;
}

.btn-large {
  border-radius: 6px 6px 6px 6px;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    padding: 10px 20px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 14px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 10px;
  font-size: 11px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  background-color: #871f74;
  *background-color: #4f084c;
  background-image: -moz-linear-gradient(top, #871f74, #4f084c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#871f74), to(#4f084c));
  background-image: -webkit-linear-gradient(top, #871f74, #4f084c);
  background-image: -o-linear-gradient(top, #871f74, #4f084c);
  background-image: linear-gradient(to bottom, #871f74, #4f084c);
  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff871f74', endColorstr='#ff4f084c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #4f084c;
  *background-color: #871f74;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-gris {
  color: #ffffff;
  background-color: #919396;
  *background-color: #626366;
  background-image: -moz-linear-gradient(top, #919396, #626366);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#919396), to(#626366));
  background-image: -webkit-linear-gradient(top, #919396, #626366);
  background-image: -o-linear-gradient(top, #919396, #626366);
  background-image: linear-gradient(to bottom, #919396, #626366);
  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff871f74', endColorstr='#ff4f084c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-gris:hover,
.btn-gris:focus,
.btn-gris:active,
.btn-gris.active,
.btn-gris.disabled,
.btn-gris[disabled] {
  color: #ffffff;
  background-color: #626366;
  *background-color: #919396;
}

.btn-gris:active,
.btn-gris.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  background-color: #919396;
  *background-color: #626366;
  background-image: -moz-linear-gradient(top, #919396, #626366);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#919396), to(#626366));
  background-image: -webkit-linear-gradient(top, #919396, #626366);
  background-image: -o-linear-gradient(top, #919396, #626366);
  background-image: linear-gradient(to bottom, #919396, #626366);
  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff871f74', endColorstr='#ff4f084c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/*  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/


.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #626366;
  *background-color: #919396;
/*  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;*/
}

.btn-warning:active,
.btn-warning.active {
  background-color: #003399 \9;

/*  background-color: #c67605 \9;*/
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  display: inline-block;
  *display: inline;
  padding: 0 12px;
  margin-bottom: 0;
  *margin-left: .3em;

  font-size: 11px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #de2624;
  *background-color: #8e0114;
  background-image: -moz-linear-gradient(top, #de2624, #8e0114);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de2624), to(#8e0114));
  background-image: -webkit-linear-gradient(top, #de2624, #8e0114);
  background-image: -o-linear-gradient(top, #de2624, #8e0114);
  background-image: linear-gradient(to bottom, #de2624, #8e0114);
  background-repeat: repeat-x;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde2624', endColorstr='#ff8e0114', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

/*  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  font-weight: 300; RESCRIBO ESTILOS PARA EL UPLOAD DE FOTOS */
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
   color: #fff;
  background-color: #8e0114;
  *background-color: #8e0114;
 /* color: #ffffff;
  background-color: #51a351;
  *background-color: #499249; RESCRIBO ESTILOS PARA EL UPLOAD DE FOTOS */
}

.btn-success:active,
.btn-success.active {
  background-color: #cccccc \9;

/*  background-color: #408140 \9; RESCRIBO ESTILOS PARA EL UPLOAD DE FOTOS*/
}

.btn-info {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: bold;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #de2624;
  *background-color: #8e0114;
  background-image: -moz-linear-gradient(top, #de2624, #8e0114);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de2624), to(#8e0114));
  background-image: -webkit-linear-gradient(top, #de2624, #8e0114);
  background-image: -o-linear-gradient(top, #de2624, #8e0114);
  background-image: linear-gradient(to bottom, #de2624, #8e0114);
  background-repeat: repeat-x;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde2624', endColorstr='#ff8e0114', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   text-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #8e0114;
  *background-color: #8e0114;
}

.btn-info:active,
.btn-info.active {
  background-color: #cccccc \9;
}

.btn-info:first-child {
  *margin-left: 0;
}

.btn-info:hover,
.btn-info:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-info:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-info.active,
.btn-info:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-info.disabled,
.btn-info[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/*


.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
*/
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.btn-remove {
  border-radius: 50%;
  background-color: #E9573F;
  border-color: #E9573F;
  display: inline-block;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
}
.btn-remove:hover,
.btn-remove:focus {
  color: #FFF;
}
.btn-remove i {
    padding: 5px;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #8a8a8a;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  border-color: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #b90016;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

/* alert especial */

.alert2 {
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #adadad;
  background: #fcfcfc;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.alert2 h4 {
  margin: 0;
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  background: #1f1f1f;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.alert2 .close {
  position: relative;
  top: 0px;
  right: 12px;
  line-height: 28px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-size: 12pt;
  font-weight: 700;
}

.alert2 .alert .close {
  color: #000;
  opacity: 0.2;
}

.alert2 .alert .close:hover {
  opacity: 0.4;
}

.alert2 p,
.alert2 ul {
  font-size: 15px;
  font-weight: 700;
}

.alert2 h5 {
  font-size: 16px;
  font-weight: 300;
  color: #5c5c5c;
  text-transform: uppercase;
}

.alert2 .close:hover,
.alert2 .close:focus {
  opacity: .85;
}

.alert2 .contenido {
  margin: 20px;
}

.alert2 .contenido li a {
  color: #ca3f50;
 }

.alert2 .contenido p em {
  color: #ca3f50;
  font-style: normal;
  font-weight: bold;
 }

 .alert2 .contenido li.control-group {
  list-style: none;
 }

 .alert2 .contenido ul {
  margin: 0;
 }

 .alert2 .contenido li.control-group strong {
  text-transform: uppercase;
  display: block;
 }


/* fin alert especial */


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #DCDDDF;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #777;
}
.alert a {
  color: #000;
  text-decoration: underline;
 }

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success h4 {
  color: #468847;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #78d07a;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #df9694;
}

.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}

.alert-danger {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-danger h4 {
  color: #c09853;
}

.alert-soft {
  background-color: #fff;
  border-color: #a3a3a3;
    color: #000;
}

.alert-soft h4 {
  color: #a3a3a3;
}


.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {

  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
}

.nav-tabs {
  border-bottom: 1px solid #ADADAD;
  background: #DCDDDF;
}

.nav-tabs > li {
  /*margin-bottom: -1px;*/
}

.nav-tabs > li > a {
  /*padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;*/
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  /*border-color: #eeeeee #eeeeee #dddddd;*/
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  /*color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;*/
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  padding-right: 5px;
  padding-left: 5px;

}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {

}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {

}


.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  height: 105px;
  background: url("/front_media/img/bg.png") repeat-x;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {

}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
  margin-left: 5px;
}

.navbar .nav > li > a {
  float: none;
  /*padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;*/
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  /*color: #333333;
  text-decoration: none;
  background-color: transparent;*/
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  /*color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);*/
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after,
.header .dropdown .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  /*color: #555555;
  background-color: #e5e5e5;*/
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  height: 36px;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  /*color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  /*color: #ffffff;*/
}

.navbar-inverse h1, .navbar-inverse .logo {
  margin: 0;
  width: 180px;
  height: 129px;
  position: absolute;
  z-index: 10000;
}

.body_iphone .navbar-inverse .logo {
  z-index: 1;
}

.navbar-inverse .brand {
  background: url("/front_media/img/gruppit.png");
  width: 180px;
  height: 129px;
  text-indent: -9999px;
  display: block;
  padding: 0;
  z-index: 10;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  /*color: #ffffff;*/
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  /*color: #ffffff;*/
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  /*color: #ffffff;*/
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  /*border-top-color: #ffffff;
  border-bottom-color: #ffffff;*/
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    margin-top: 16px;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  /*border-top-color: #ffffff;
  border-bottom-color: #ffffff;*/
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
    display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #de2624;
  *background-color: #8e0114;
  background-image: -moz-linear-gradient(top, #de2624, #8e0114);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de2624), to(#8e0114));
  background-image: -webkit-linear-gradient(top, #de2624, #8e0114);
  background-image: -o-linear-gradient(top, #de2624, #8e0114);
  background-image: linear-gradient(to bottom, #de2624, #8e0114);
  background-repeat: repeat-x;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde2624', endColorstr='#ff8e0114', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  display: none;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #8e0114;
  *background-color: #8e0114;
}

.navbar-inverse .btn-navbar {
  margin-top: 5px;
}

.navbar-inverse .header .btn-navbar {
  margin-top: -3px;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 0px;
  margin: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #999;
  /*background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  /*height: 205px;  OJOOOOOOOOO esto lo puse solo para el caso de bloquear usuario */
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  position: relative;
  line-height: 20px;
  border: 1px solid #a8a8a8;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #ff7d01;
  -webkit-box-shadow: 0 1px 4px rgba(255, 125, 1, 0.6);
     -moz-box-shadow: 0 1px 4px rgba(255, 125, 1, 0.6);
          box-shadow: 0 1px 4px rgba(255, 125, 1, 0.6);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  /*font-size: 11.844px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
 /* background-color: #999999;  -- COMENTO LOS BADGE PARA QUITARLES EL GRIS*/
}

.label {
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

 /* background-color: #909395;
  background-image: -moz-linear-gradient(top, #909395, #616365);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#909395), to(#616365));
  background-image: -webkit-linear-gradient(top, #909395, #616365);
  background-image: -o-linear-gradient(top, #909395, #616365);
  background-image: linear-gradient(to bottom, #909395, #616365);
  background-repeat: repeat-x;   -- COMENTO LOS BADGE PARA QUITARLES EL GRIS */
}

.badge {
  padding:  2px 10px 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 3px 0 0 5px;
  vertical-align: top;
  line-height: 12px;
  font-size: 11px;

  background-color: #8f9094;
  background-image: -moz-linear-gradient(top, #8f9094, #636466);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f9094), to(#636466));
  background-image: -webkit-linear-gradient(top, #8f9094, #636466);
  background-image: -o-linear-gradient(top, #8f9094, #636466);
  background-image: linear-gradient(to bottom, #8f9094, #636466);
  background-repeat: repeat-x;
}

.eventos_tit .label {
  background: #333;
  font-size: 15px;
  font-size: 700;
  padding:  3px 15px 3px;

  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.item_eventos .label {
  margin: 0 5px 5px 0;
}

.label:empty,
.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.label:hover,
a.label:focus {

  background-color: #616365;
  background-image: -moz-linear-gradient(top, #616365, #616365);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#616365), to(#616365));
  background-image: -webkit-linear-gradient(top, #616365, #616365);
  background-image: -o-linear-gradient(top, #616365, #616365);
  background-image: linear-gradient(to bottom, #616365, #616365);
  background-repeat: repeat-x;
  cursor: pointer;
  color: #fff;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}


.badge-warning {
  background-color: #d82521;
  background-image: -moz-linear-gradient(top, #d82521, #7f0f1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d82521), to(#7f0f1d));
  background-image: -webkit-linear-gradient(top, #d82521, #7f0f1d);
  background-image: -o-linear-gradient(top, #d82521, #7f0f1d);
  background-image: linear-gradient(to bottom, #d82521, #7f0f1d);
  color: #fff;
}

.label-warning,
.badge-warning {
  background-color: #de2622;
  background-image: -moz-linear-gradient(top, #de2622, #980115);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de2622), to(#980115));
  background-image: -webkit-linear-gradient(top, #de2622, #980115);
  background-image: -o-linear-gradient(top, #de2622, #980115);
  background-image: linear-gradient(to bottom, #de2622, #980115);
  color: #fff;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #9d9d9d;
  background-color: #707070;
  /*background-image: -moz-linear-gradient(top, #383838, #707070);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383838), to(#707070));
  background-image: -webkit-linear-gradient(top, #383838, #707070);
  background-image: -o-linear-gradient(top, #383838, #707070);
  background-image: linear-gradient(to bottom, #383838, #707070);
  background-repeat: repeat-x;*/
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838', endColorstr='#ff707070', GradientType=0);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #333;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #c7c7c9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#c7c7c9));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #c7c7c9);
  background-image: -o-linear-gradient(top, #f3f3f3, #c7c7c9);
  background-image: linear-gradient(to bottom, #f3f3f3, #c7c7c9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffc7c7c9', GradientType=0);
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 500;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  /*text-indent: -999px;*/
  background-color: #bb2220;
  background-color: rgba(187, 34, 32, 0.99);
  border-radius: 5px;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #000;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 30px;
  color: inherit;
}

.hero-unit h2 {
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
  margin-bottom: 25px;
}

.hero-unit li {
  line-height: 30px;
}

.hero-unit .thumbnail {
  box-shadow: none;
  border: none;
  text-align: center;
  font-size: 15px;
}

.hero-unit .thumbnails .span4,
.hero-unit .thumbnails .span4 p {
  margin-bottom: 0;
}

.hero-unit h3 {
  text-align: left;
  border-top: 1px solid #ccc;
  font-size: 20px;
  padding-top: 10px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/* lluis rafols
font-family: 'Oswald', sans-serif;
font-family: 'Droid Sans', sans-serif;*/



  a:hover img {
    opacity: .85;
  }


.header {
  margin-top: 36px;
  height: 40px;
  width: 100%;
  height: 32px;
  padding-top: 8px;
}

.header .menu_ppal {
  padding: 0 0 0 170px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.header .menu_ppal li {
  display: inline-block;
  list-style: none;
  border-left: 1px solid #fff;
  padding: 0 10px;
  text-transform: uppercase;
}

.header .menu_ppal li:first-child {
  border-left: none;
}

.header .menu_ppal li a {
  color: #fff;
}

.header .menu_ppal li a:hover {
  color: #fba919;
}

.header .menu_ppal li a.active {
  color: #f89600;
}

.header .menu_ppal li a.active:hover {
  color: #ffbe5b;
}

.submenu li {
    position: relative;
}
.submenu li a:hover {
    color: #fff;
}
.submenu li ul {
    padding: 15px 0 5px!important;
}
.submenu li ul li {
    display: block!important;
    padding: 0 5px!important;
}
.submenu li ul li a {
    padding: 10px 5px;
}

.submenu li .primer_nivel li a {
    color: #fff;
}
.submenu li .primer_nivel {
    display: none;
}
.submenu li:hover .primer_nivel {
    background-color: #BA0017;
    border: none;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 0;
    margin: 0;
    min-width: 140px;
    padding: 0;
    position: absolute;
    top: 20px;
    z-index: 99999;
}
.submenu li .primer_nivel li .segundo_nivel {
    display: none;
}
.submenu li .primer_nivel li:hover .segundo_nivel {
    background: none repeat scroll 0 0 #BA0017;
    border: none;
    display: block;
    left: 138px;
    padding: 0;
    position: absolute;
    top: 0;
    min-width: 160px;
}
.submenu li:hover .primer_nivel li {
    background: none repeat scroll 0 0 #BA0017;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-left: none;
}
.submenu li:hover .primer_nivel li a {
    padding: 5px;
}
.submenu li:hover .primer_nivel li a:hover {
    background-color: #BA0017;
    color: #fba919;
}
.submenu li .primer_nivel li .segundo_nivel li a {
    background: none repeat scroll 0 0 #BA0017;
}
.submenu li .primer_nivel li .segundo_nivel li a:hover {
    background: none repeat scroll 0 0 #BA0017;
    color: #fba919;
}

.header .dropdown {
  float: right;
}

.header .dropdown .dropdown-toggle {
  font-size: 12px;
  color: #fff;
}

.header .dropdown .dropdown-toggle .caret {
  border-top-color: #fff;
}

.barra_user {
  margin: 0;
  padding: 0;
}

.barra_user li {
  float: left;
  font-size: 12px;
  margin-left: 10px;
  list-style: none;
  line-height: 36px;
  border-right: 1px solid #666666;
  padding-right: 5px;
}

.barra_user li .dropdown-menu li {
  float: none;
  font-size: 11px;
  margin-left: 0px;
  list-style: none;
  line-height: 17px;
  border-right: none;
  padding: 0px;
}

.barra_user li.user_item a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  background: transparent;
}

.barra_user li.user_item {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.barra_user li.user_item a:hover {
  color: #dedede;
}

.barra_user li.dropdown a.btn-link {
  color: #fff;
  display: block;
  padding: 0;
  text-transform: none;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  background: transparent;
}

.barra_user li.dropdown a.btn-link:hover {
  color: #dedede;
}

.barra_user li .badge {
  margin-top: 10px;
}

.barra_user input {
  font-size: 12px;
  line-height: 24px;
  margin-right: 5px;
}

.barra_user label {
  color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-transform: none;
}

.barra_user .checkbox {
  font-size: 12px;
  text-transform: none;
  color: #ccc;
}

/*fin de bootstrap*/
/* apartado notificaciones */

.caja_notificaciones .lista_usuario small {
    display: inline;
    margin: 0 5px;
}

.apartado-notificaciones {
    display: none!important;
}
.apartado-notificaciones p,
.notificaciones p {
  line-height: 15px;
}
.apartado-notificaciones small,
.notificaciones small {
  display: inline;
  margin-left: 5px;
}
.apartado-notificaciones .avatar_cont,
.notificaciones .avatar_cont {
  opacity: 1!important;
}
.apartado-notificaciones p a,
.notificaciones p a {
  color: #000;
}
.apartado-notificaciones .lista_mensajes .lista_usuario:last-child,
.notificaciones .lista_mensajes .lista_usuario:last-child {
  text-align: left;
}
.apartado-notificaciones p a:hover,
.notificaciones p a:hover {
  color: #808080;
  text-decoration: none;
}
.notificaciones .dropdown-menu,
.apartado-notificaciones .dropdown-menu  {
    left: inherit;
    margin-right: 15px;
    width: 300px;
    z-index: 10000;
}
.apartado-notificaciones li {
    padding-right: 15px;
}
.notificaciones .content_mensajes,
.apartado-notificaciones .content_mensajes  {
    height: 250px;
    overflow: auto;
}
.notificaciones a i,
.apartado-notificaciones a i,
.user_item .fa-calendar-o {
  color: #999898;
  font-size: 15px;
}
.user_item .fa-calendar-o {
  margin-right: 5px;
}

.dropdown-header {
    border-bottom: 1px dotted #CECECE;
    padding: 3px 8px 5px !important;
}
.dropdown-footer {
  border-top: 1px dotted #CECECE;
}
.dropdown-footer a:hover {
  text-decoration: underline!important;
  background: none!important;
  color: #333!important;
}

.caja_notificaciones .lista_usuario {
    margin: 0 -13px;
    padding: 10px 13px!important;
    cursor: pointer;
    overflow: hidden;
}
.caja_notificaciones .lista_usuario:hover {
    background: none repeat scroll 0 0 #DCDDDF;
}
.caja_notificaciones .read {
    background: none repeat scroll 0 0 #efefef;
}
.caja_notificaciones .cabecera_mensaje .thumb_usuario {
    display: block;
    width: 150px;
}
.caja_notificaciones .cabecera_mensaje .avatar_cont .thumb_usuario {
    width: 75px;
}
.cabecera_mensaje.not_copy_cont {
  margin-left: 0px!important;
}


.cuerpo {
  margin: 0 auto 40px;
  padding-top: 90px;
  background: url("/front_media/ES/img/tagline.png") no-repeat top left;
}

.caja_rounded {
  border: 1px solid #adadad;
  background: #fcfcfc;
  padding: 20px 13px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.panel_rrpp {
  background: #C1C1C1;
  margin-top: 1em;
}

.panel_rrpp .titular {
  border-bottom: 1px solid #939393!important;
}

.lista_usuario,
.lista_usuario_lateral,
.lista_restaurantes {
  border-bottom: 1px dotted #b6b6b6;
  padding: 10px 0;
  margin-bottom: 10px;
}

.lista_usuario:last-child,
.lista_usuario_lateral:last-child,
.lista_restaurantes:last-child {
  border-bottom: none;
  padding: 10px 0;
  margin-bottom:0;
}

.thumb_usuario img,
.foto_facebook,
.lista_mensajes .avatar_cont img,
.conversaciones .avatar_cont img,
.lista_avatar img {
  width: 94%;
  background: #fff;
  padding: 3%;
  border: 1px solid #cdccca;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.avatars .lista_avatar img {
  width: 75px;
  padding: 3px;
  margin: 0 5px 5px 0;
}

.foto_facebook {
  width: 50px;
}

.lista_usuario .avatar_cont,
.conversaciones .avatar_cont {
  width: 115px;
  float: left;
}

.lista_mensajes .avatar_cont,
#messages_Div .avatar_cont {
  float: left;
  width: 75px;
}

.lista_mensajes .cabecera_mensaje,
#messages_Div .cabecera_mensaje {
  margin-left: 85px;
}

.caja_lateral .lista_usuario .avatar_cont {
  float: left;
  width: 75px;
}

.lista_usuario .usuario_info,
.conversaciones .cabecera_mensaje {
  margin-left: 130px;
}

.caja_lateral .lista_usuario .usuario_info {
  margin-left: 85px;
}

.lista_usuario .span10 h3,
.lista_usuario .usuario_info h3 {
  color: #b70014;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 5px;
}

.lista_usuario .cabecera_mensaje p,
.lista_usuario .usuario_info p {
  margin: 0;
}

.lista_usuario .cabecera_mensaje p a,
.lista_usuario .usuario_info p a {
  font-weight: 700;
}

.lista_usuario .cabecera_mensaje h4,
.lista_usuario .usuario_info h4 {
  color: #8b8b8b;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 15px;
}

.avatars  {
  margin: 5px 0 10px;
}

.avatars a  {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 4px 4px 0;
}

.avatars a img {
  display: inline-block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 1px;
  border: 1px solid #cdccca;
}

.avatars a.avatar_mas {
  width: 44px;
  height: 44px;
  background: #c9c9c9;
  color: #fff;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.globo {
  margin-left: 14px;
  border: 1px solid #bdbdbd;
  padding: 10px 6px;
  position: relative;
  background-color: #fefefe;
  *background-color: #c5c6c8;
  background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
  background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
  background-repeat: repeat-x;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}

.globo .flecha_globo {
  position: absolute;
  left: -14px;
  top: 25px;
  width: 14px;
  height: 16px;
  display: block;
  background: url("/front_media/img/flecha_globo.png");
}

.lista_usuario .fotos {
  margin: 5px 0 0 0;
}

.lista_usuario .fotos a img {
  display: inline-block;
  width: 60px;
  border: 1px solid #cdccca;
}

.caja_lateral {
  margin-bottom: 2.5641%;
}

.caja_lateral .modulo,
.modulo_home_b {
  border: 1px solid #c6c6c6;
  background: #fcfcfc;
}

.caja_lateral .modulo_sin_borde {
  border: none;
}

.caja_lateral .modulo .contenido,
.modulo_home_b .contenido {
  padding: 10px;
}

.caja_lateral .modulo h3,
h2.titular,
.modulo_home_b h2.titular {
  font-size: 17px;
  border-top: 4px solid #ba0017;
  line-height: 36px;
  padding: 0 15px 0 10px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e3e3e;
  background-color: #fefefe;
  *background-color: #c5c6c8;
  background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
  background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
  background-repeat: repeat-x;
  border-radius: 0;
}

h2.titular2 {
  color: #3E3E3E;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    margin: 25px 0 0;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 4px solid #BA0017;
}

.caja_lateral .modulo .tab-content {
  border: 1px solid #c6c6c6;
}

.caja_lateral .modulo .tab-pane h3 {
  font-size: 21px;
  border-top: 0;
  line-height: 21px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e3e3e;
  background: none;
}


h2.titular {
  margin: -21px -14px 10px;
  border: 1px solid #adadad;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

h2.titular_xxl,
h3.titular_xxl {
  font-size: 29px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #3e3e3e;
  padding: 0 15px;
  background-color: #fefefe;
  *background-color: #c5c6c8;
  background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
  background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
  background-repeat: repeat-x;
  margin: -21px -14px 10px;
  border: 1px solid #adadad;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.filtro {
  color: #b90016;
  background-color: #fefefe;
  *background-color: #c5c6c8;
  background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
  background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
  background-repeat: repeat-x;
  margin: -21px -14px 10px;
  border: 1px solid #adadad;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.filtro button.btn {
  display: none;
  margin: 9px 10px 0 0;
}

.filtro h3 {
  line-height: 40px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  float: left;
  width: 23%;
  margin-left: 2%;
}

.filtro .filtro_contenido {
  float: left;
  width: 75%;
}

.filtro select {
  line-height: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #b90016;
  min-height: 20px;
  font-family: 'Droid Sans', sans-serif;

  *background-color: #c5c6c8;
  background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
  background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
  background-repeat: repeat-x;
  border: 1px solid #adadad;
}

.filtro div.span3 {
  margin: 8px 0 5px;
}

.filtro div label {
  text-transform: none;
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.filtro div button.btn {
  display: block;
  margin-top: 25px;
  float: right;
  margin-right: 0;
}

.caja_lateral .modulo h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.caja_lateral .modulo h3 a,
h2.titular a {
  float: right;
  text-transform: none;
  background: url("/front_media/img/ico_mas.png") no-repeat left center;
  padding: 0 0 0 37px;
  font-size: 12px;
  border-left: 1px solid #c9c9c9;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

.caja_lateral .modulo .tab-pane h3,
.eventos_lateral .evento_lista h3,
.modulo_home_b .evento_lista h3,
.caja_lateral .modulo .item_seo h3 {
  border-top: 0;
  line-height: 21px;
  padding: 0;
  margin: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e3e3e;
  background: none;
}

.caja_lateral .modulo .tab-pane h3 a,
.eventos_lateral .evento_lista h3 a,
.caja_lateral .modulo .item_seo h3 a {
  float: none;
  text-transform: uppercase;
  background: none;
  padding: 0;
  font-size: 17px;
  border-left: none;
  font-family: 'Oswald', sans-serif;
}

.grupos_miembros h2.titular a {
  background: url("/front_media/img/ico_volver.png") no-repeat 10px center;
}

h3 a.btn_editar,
.caja_lateral .modulo h3 a.btn_editar,
.actividad a.btn_editar,
h3.titular_xxl a.btn_editar {
  float: right;
  text-indent: -9999px;
  background: url("/front_media/img/btn_editar.png") no-repeat center center;
  border-left: none;
  padding: 0;
  width: 28px;
  height: 21px;
  margin: 7px -7px 0 0;
}

h3 a.btn_editar:hover,
.caja_lateral .modulo h3 a.btn_editar:hover,
.actividad a.btn_editar:hover,
h3.titular_xxl a.btn_editar:hover  {
  background: url("/front_media/img/btn_editar_on.png") no-repeat center center;
}

h3.titular_xxl a.btn_editar {
  margin: 17px 0 0 0;
}

.caja_lateral .modulo textarea.input-block-level {
  resize: none;
}

.caja_lateral .modulo .nav-tabs {
  margin: 0 0 -1px;
}

.item_eventos_tabs {
  margin-top: 20px;
}

.eventos_lista .nav-tabs,
.item_eventos_tabs .nav-tabs {
  margin: -21px -14px 10px;
}

.eventos_lateral {
  padding: 0 10px 10px;
}

/*.eventos_lista .nav-tabs,
.item_eventos_tabs .nav-tabs {
    border: 1px solid #adadad;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  font-size: 29px;
  font-weight: 700;
  height: 41px;
  color: #3e3e3e;
  padding: 0 15px;
  background-color: #fefefe;
  *background-color: #c5c6c8;
  background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
  background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
  background-repeat: repeat-x;
}*/

.nav-tabs > li a {
  font-family: 'Oswald', sans-serif;
}
.nav-tabs > li {
  background-color: #fefefe;
  *background-color: #c5c6c8;
  background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
  background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
  background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
  background-repeat: repeat-x;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
/*
.eventos_lista .nav-tabs > li {
    background: none;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 40%;
}

.eventos_lista .nav-tabs > li:nth-child(3) {
    width: 20%;
}
*/
.nav-tabs > li > a {
  color: #3e3e3e;
  border-top: 4px solid #3d3d3d;
  line-height: 36px;
  text-align: center;
  margin: 0;
  padding: 0 .8em;
  text-transform: uppercase;
}

.nav-tabs > li > a {
  color: #3e3e3e;
  line-height: 41px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #fff;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs li:last-child a {
  border-right: 1px solid #ADADAD;
}

.eventos_lista .nav-tabs li:nth-child(3) a {
  background: url("/front_media/img/ico_mas.png") no-repeat scroll left center;
    border-left: 1px solid #ADADAD;
  border-right: none;
    font-family: 'Droid Sans',sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 0 37px;
    text-transform: none;
}
/*
.tabbable .nav-tabs .tab2,
.tabbable .nav-tabs .pull-left,
.tabbable .nav-tabs .pull-right {
  width: 50%;
}

.tabbable .nav-tabs .tab4 {
  width: 25%;
}

.tabbable .nav-tabs .tab3 {
  width: 33.33%;
}*/

.tabbable .nav-tabs > li > a:hover,
.tabbable .nav-tabs > li > a:focus {
  border-top: 4px solid #ba0017;
  color: #BA0017;
}
/*
.eventos_lista .tabbable .nav-tabs > li > a:hover,
.eventos_lista .tabbable .nav-tabs > li > a:focus {
  border-top: none;
  color: #c44a57;
}
*/
.tabbable .nav-tabs > .active > a,
.tabbable .nav-tabs > .active > a:hover,
.tabbable .nav-tabs > .active > a:focus {
  border-top: 4px solid #ba0017;
  color: #BA0017;
  background: #FCFCFC;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
/*
.eventos_lista .tabbable .nav-tabs > .active > a,
.eventos_lista .tabbable .nav-tabs > .active > a:hover,
.eventos_lista .tabbable .nav-tabs > .active > a:focus {
  border-top: none;
  color: #c44a57;
}

.tabbable .nav-tabs .tab2:first-child > a, {
  border-right: 1px solid #fff;
}

.tabbable .nav-tabs .tab2:last-child > a,
.tabbable .nav-tabs .pull-right > a {
  border-left: 1px solid #c9c9c9;
}

.tabbable .nav-tabs > .tab4 > a {
  border-right: 1px solid #fff;
  border-left: 1px solid #c9c9c9;
  text-align: center;
}

.tabbable .nav-tabs > .tab4:first-child > a {
  border-left: none;
}

.tabbable .nav-tabs > .tab4:last-child > a {
  border-right: none;
}
*/

.lista_usuario_lateral h5 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.globo h3 {
  text-transform: none!important;
  color: #b70014!important;
  background: none!important;
  border-top: none!important;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  margin: 0;
}

.lista_usuario .globo h3,
.lista_usuario .globo p {
  font-size: 15px!important;
  line-height: 18px!important;
}

.globo p {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  color: #3d3d3d;
}

.lista_usuario_lateral .globo p,
.lista_usuario_lateral .globo h3 {
  font-size: 13px;
  line-height: 17px;
}

.modulo .globo,
.modulo .globo_editable,
.tab-pane .globo,
.tab-pane .globo_editable {
  margin-bottom: 10px;
}

.modulo .globo h3 {
  padding: 0;
}

.globo_editable {
  margin-left: 14px;
  border: 1px solid #bdbdbd;
  padding: 10px 6px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}

.globo_editable .flecha_globo {
  position: absolute;
  left: -14px;
  top: 25px;
  width: 14px;
  height: 16px;
  display: block;
  background: url("/front_media/img/flecha_globo_ed.png");
}

.globo_editable textarea {
  border: none;
  width: 98%;
  resize: none;
  box-shadow: none;
}

.globo_editable textarea:focus {
  box-shadow: none;
}

.fotos [class*="span"],
.fotos [class*="span"] {
  margin-bottom: 2.5641%;
}

.fotos a img {
  border: 1px solid #cdccca;
}

.tabbable .fotos {
  overflow: hidden;
}

/* mensajes */

.lista_mensajes .lista_usuario {
  display: block;
  margin-bottom: 0;
  padding: 8px;
}

.lista_mensajes .lista_usuario .avatar_cont,
.lista_mensajes .lista_usuario .cabecera_mensaje h4,
.lista_mensajes .lista_usuario .cabecera_mensaje p,
.lista_mensajes .lista_usuario .cabecera_mensaje span {
}

.lista_mensajes .lista_usuario .cabecera_mensaje span.label {
  opacity: 1;
}

.lista_mensajes .lista_usuario:hover {
  color: #000;
  background: #EFEFEF;
}

.lista_mensajes .lista_usuario a:hover {
  color: #000;
}

.lista_mensajes .mensaje_nuevo .lista_usuario .avatar_cont,
.lista_mensajes .mensaje_nuevo .lista_usuario .cabecera_mensaje h4,
.lista_mensajes .mensaje_nuevo .lista_usuario .cabecera_mensaje p,
.lista_mensajes .mensaje_nuevo .lista_usuario .cabecera_mensaje span {
  opacity: 1;
}

.lista_mensajes .mensaje_activo,
.lista_mensajes .mensaje_activo:hover {
  background: #5f5f5f;
  background-image: -moz-linear-gradient(top, #333, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #333, #5f5f5f);
  background-image: -o-linear-gradient(top, #333, #5f5f5f);
  background-image: linear-gradient(to bottom, #333, #5f5f5f);
  background-repeat: repeat-x;
}

.lista_mensajes .mensaje_activo .avatar_cont,
.lista_mensajes .mensaje_activo .cabecera_mensaje h4,
.lista_mensajes .mensaje_activo .cabecera_mensaje p,
.lista_mensajes .mensaje_activo .cabecera_mensaje span {
  color: #fff;
  opacity: 1;
}

.lista_mensajes .lista_usuario:last-child {
  /*text-align: center;*/
  font-size: 12px;
}

.link_bloquear {
  background: url("/front_media/img/ico_bloqueo.png") no-repeat left;
  color: #999;
  padding-left: 16px;
}

.mensaje_destinatario div,
.mensaje_destinatario p {
  float: left;
}

.mensaje_destinatario div {
  width: 40px;
  margin-right: 7px;
}

.mensaje_destinatario p {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
}

#messageHeader .mensaje_destinatario,
#messageHeader .mensaje_cita {
  display: block;
  width: 100%;
}

#messageHeader .mensaje_cita {
  margin: 0 0 15px;
}

.cargar_mensajes {
  text-align: center;
  border-bottom: 1px dotted #B6B6B6;
    margin-bottom: 10px;
    padding: 10px 0;
}

.conversaciones label {
  font-size: 12px;
}

/*perfil */
.badge_usuario {
  background: #fcfcfc;
  padding: 20px;
}
.badge_usuario h2 {
  color: #2e2e2e;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 38px;
}
.badge_usuario h3 {
  color: #b90016;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  line-height: 38px;
}
.badge_usuario h4 {
  color: #2e2e2e;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  line-height: 38px;
}

.badge_usuario .thumb_usuario {
  width: 75%;
  margin-top: 5px;
}

.sobre_mi p {
  font-size: 14px;
  line-height: 17px;
}

.perfil .tabbable {
  /*border: 1px solid #C6C6C6;*/
  background: #fcfcfc;
}

.perfil .tabbable .nav-tabs {
  margin: 0;
}

.perfil .tabbable .nav-tabs .tab4 {
  width: 25%;
}

.perfil .tabbable .tab-content {
  padding: 10px;
  border: 1px solid #C6C6C6;
  border-top: none;
}

.botonera {
  padding: 10px 0 0;
  text-align: right;
}

.item_eventos .botonera {
    border-top: 0;
    padding: 5px 0;
    text-align: left;
}

.evento_lista,
.evento_lista_pasada,
.item_seo {
  border-bottom: 1px dotted #7b7b7b;
}

.evento_lista + .botonera,
.evento_lista_pasada + .botonera  {
  border-top: none;
}

.evento_lista h3,
.evento_lista_pasada h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 5px 0 0;
}

.evento_lista h3 a,
.item_seo h3 a {
  color: #b90016;
  text-transform: uppercase;
}

.evento_lista_pasada h3 a {
  color: #4d4d4d;
  text-transform: uppercase;
}

.evento_lista .calendario,
.evento_lista_pasada .calendario,
.eventos_cab .calendario,
.eventos_cab_pasados .calendario,
.cenas .calendario {
  width: 72px;
  font-family: 'Oswald', sans-serif;
  height: 81px;
  float: left;
  background: #fcfcfc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.eventos_cab .calendario,
.eventos_cab_pasados .calendario,
.cenas .calendario {
  float: left;
  margin-right: 10px;
}

.calendario span,
.calendario div {
  display: block;
  text-align: center;
}

.calendario .mes {
  color: #fff;
  line-height: 25px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.verde .mes {
  background: #8bc123;
}

.rojo .mes {
  background: #841417;
}

.naranja .mes {
  background: #F89600;
}

.calendario .dia {
  color: #3d3d3d;
  line-height: 35px;
  font-size: 26px;
  font-weight: 700;
  font-weight: 700;
}

.calendario .dia_semana {
  color: #3d3d3d;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.evento_lista .datos_evento,
.evento_lista_pasada .datos_evento {
  margin-left:  300px;
}

.caja_lateral .evento_lista .datos_evento,
.caja_lateral .evento_lista_pasada .datos_evento {
  margin-left:  0;
  clear: both;
}

.evento_lista .datos_evento p,
.evento_lista_pasada .datos_evento p {
  margin-bottom: 0;
}

.evento_lista .datos_evento p:last-child,
.evento_lista_pasada .datos_evento p:last-child {
  margin-top: 10px;
}

.evento_lista .lista_avatar,
.evento_lista_pasada .lista_avatar {
  padding: 10px 0;
}

.evento_lista .lista_avatar .thumb_usuario,
.evento_lista_pasada .lista_avatar .thumb_usuario {
  width: 40px;
  margin: 0 5px 5px 0;
  display: inline-block;
  position: relative;
}

.evento_lista .lista_avatar .thumb_usuario img,
.evento_lista_pasada .lista_avatar .thumb_usuario img {
  margin: 0;
}

.evento_lista .lista_avatar .thumb_usuario:last-child,
.evento_lista_pasada .lista_avatar .thumb_usuario:last-child {
  margin-right: 0px;
}

.evento_lista .lista_avatar .avatar_mas,
.evento_lista_pasada .lista_avatar .avatar_mas {
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #c9c9c9;
  margin-right: 0px;
  display: inline-block;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.eventos_cab, .viajes_cab {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #7b7b7b;
}

.eventos_cab .eventos_tit,
.eventos_cab_pasados .eventos_tit {
  margin-left: 82px;
}

.eventos_cab .eventos_tit h2,
.eventos_cab_pasados .eventos_tit h2,
.item_viajes h2 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 38px;
  margin: 0;
}

.eventos_cab .eventos_tit h2 small,
.eventos_cab_pasados .eventos_tit h2 small,
.item_viajes .viajes_tit h2 small {
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 38px;
  color: #333;
}

.eventos_cab .eventos_tit p,
.eventos_cab_pasados .eventos_tit p {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
margin-bottom: 5px;
}

.item_eventos .img_evento,
.item_viajes .img_viaje,
.contenedor-img-grupo {
  width: 98%;
  background: #fff;
  padding: 1%;
  border: 1px solid #cdccca;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.img-grupo {
  min-height: 194px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.contenedor-img-grupo {
    max-width: 292px!important;
}


.perfil .caja_rounded {
  margin-top: 2.5641%;
}

.actividad {
  line-height: 21px;
  padding: 10px 0;
  overflow: hidden;
}

.actividad p {
  line-height: 21px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.actividad .editar {
  width: 345px;
}

.actividad .escala_contenedor {
  width: 260px!important;
  height: 21px;
}

.actividad .escala_contenedor a {
  width: 21px;
  height: 21px;
  float: left;
}

.actividad a.btn_editar {
  float: left;
  width: 28px;
  height: 21px;
  margin: 0px 0px 0 0;
}

.actividad .escala_contenedor .escala {
  width: 215px;
  height: 21px;
  display: inline-block;
  float: left;
}

.actividad .escala_contenedor .escala span {
  width: 37px;
  height: 21px;
  background: #a3a3a3;
  margin: 0 2px;
  display: inline-block;
}

.actividad .escala_contenedor .escala span.lleno {
  background-color: #d22220;
  *background-color: #970015;
  background-image: -moz-linear-gradient(top, #d22220, #970015);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d22220), to(#970015));
  background-image: -webkit-linear-gradient(top, #d22220, #970015);
  background-image: -o-linear-gradient(top, #d22220, #970015);
  background-image: linear-gradient(to bottom, #d22220, #970015);
  background-repeat: repeat-x;
}

.actividad .escala_contenedor .escala span:first-child {
  margin-left: 0;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.actividad .escala_contenedor .escala span:last-child {
  margin-right: 0;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.mi_perfil ul {
  margin: 0;
}

.mi_perfil li {
  list-style: none;
  margin-top: 20px;
  padding-left: 40px;
  background: url("/front_media/img/ico_tick.png") no-repeat left top;
  font-size: 14px;
}

.mi_perfil li h4 {
  margin: 0;
}

.mi_perfil li p {
  margin: 0;
}

.modulo .ficha {
  margin: 0;
}

.modulo .ficha li {
  margin: 0;
  padding: 7px 0;
  list-style: none;
}

.modulo .ficha li strong {
  text-transform: uppercase;
  display: block;
}

.borrar_foto {
  position: relative;
}

.borrar_foto a {
  position: absolute;
  background: url("/front_media/img/btn_borrar.png") no-repeat right bottom;
  height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%;
}

.precio_evento,
.sub_evento,
.precio_viaje {
  font-family: 'Oswald', sans-serif;
}

.item_eventos .precio_evento,
.item_viajes .precio_viaje {
  font-weight: 400;
  font-size: 33px;
  line-height: 36px;
  text-transform: uppercase;
  color: #cf0019;
}

.item_eventos .sub_evento {
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
}

.item_eventos .sub_evento strong  {
  font-weight: 400;
  text-transform: uppercase;
}

.miembros {
  overflow: hidden;
}

.miembros .span2 h5 {
  text-align: center;
  margin-top: 0;
}

.comentarios_respuesta {
  background: url("/front_media/img/ico_reply.png") no-repeat 6.2% center;
  padding-left: 15%!important;
  border-bottom: 1px dotted #B6B6B6;
}

.comentarios h3 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 25px;
  font-weight: 700;
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 10px;
}

.comentarios h3 i {
  margin-top: 8px;
}

.comentarios .lista_usuario {
  position: relative;
}

.comentarios .lista_usuario a.btn-link {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-transform: none;
}

.comentarios h4 {
  font-size: 26px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 1em
}

.lista_miembros {
  margin: 0;
  overflow: hidden;
}

.lista_miembros li {
  width: 115px;
  float: left;
  margin: 0 5px 25px 6px;
  list-style: none;
  height: 185px;
}

.amigo {
  width: 70px;
  float: left;
  margin: 15px 5px 5px 6px;
  list-style: none;
}

.lista_miembros li h5,
.amigo .datos h5 {
  margin-top: 0;
  font-family: 'Droid Sans',sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  height: 27px;
}

.amigo .datos h5 {
  height: 50px;
}

.caja_lateral .lista_miembros li {
  width: 75px;
  margin: 0 5px 25px 6px;
}


.caja_lateral .lista_miembros li .icon-envelope {
      margin: 0;
  }

  .lista_grupos {
  margin-bottom: 2.5641%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
    background-color: #fefefe;
    *background-color: #c5c6c8;
    background-image: -moz-linear-gradient(top, #fefefe, #c5c6c8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#c5c6c8));
    background-image: -webkit-linear-gradient(top, #fefefe, #c5c6c8);
    background-image: -o-linear-gradient(top, #fefefe, #c5c6c8);
    background-image: linear-gradient(to bottom, #fefefe, #c5c6c8);
    background-repeat: repeat-x;
    text-align: center;
  }

  .contenedor-grupos .lista_grupos {
    padding: 5px;
  }

  .lista_grupos h3 {
    margin: 0;
  }

  .lista_grupos h3 a {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 62px;
    text-transform: uppercase;
  }

  .lista_grupos span,
  .lista_grupos .soy_miembro,
  .lista_grupos a.me_gusta_grupo {
    float: left;
    width: 50%;
    line-height: 20px;
    font-family: 'Droid Sans',sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }

  .lista_grupos span.numero_usuarios {
  -webkit-border-radius: 0 0 0 6px;
     -moz-border-radius: 0 0 0 6px;
          border-radius: 0 0 0 6px;
    background-color: #8e9093;
    *background-color: #646668;
    background-image: -moz-linear-gradient(top, #8e9093, #646668);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e9093), to(#646668));
    background-image: -webkit-linear-gradient(top, #8e9093, #646668);
    background-image: -o-linear-gradient(top, #8e9093, #646668);
    background-image: linear-gradient(to bottom, #8e9093, #646668);
    background-repeat: repeat-x;
    text-transform: none;
  }

  .lista_grupos .soy_miembro {
  -webkit-border-radius: 0 0 6px 0;
     -moz-border-radius: 0 0 6px 0;
          border-radius: 0 0 6px 0;
    background-color: #e12723;
    *background-color: #912836;
    background-image: -moz-linear-gradient(top, #e12723, #912836);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e12723), to(#912836));
    background-image: -webkit-linear-gradient(top, #e12723, #912836);
    background-image: -o-linear-gradient(top, #e12723, #912836);
    background-image: linear-gradient(to bottom, #e12723, #912836);
    background-repeat: repeat-x;
    cursor: text;
  }

  .lista_grupos a.me_gusta_grupo {
  -webkit-border-radius: 0 0 6px 0;
     -moz-border-radius: 0 0 6px 0;
          border-radius: 0 0 6px 0;
    background-color: #7bba28;
    *background-color: #638e21;
    background-image: -moz-linear-gradient(top, #7bba28, #638e21);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7bba28), to(#638e21));
    background-image: -webkit-linear-gradient(top, #7bba28, #638e21);
    background-image: -o-linear-gradient(top, #7bba28, #638e21);
    background-image: linear-gradient(to bottom, #7bba28, #638e21);
    background-repeat: repeat-x;
  }

  .lista_grupos a.me_gusta_grupo:hover {
    color: #406802;
    background: #7bba28;
  }


#campos_formulario label,
.grupos_miembros .row-fluid label {
  text-transform: none;
  font-size: 13px;
  font-weight: 700;
}


#campos_formulario .checkbox {
  font-weight: 400;
}
#campos_formulario a {
  color: #BA0017;
}

#campos_formulario a:hover {
  text-decoration: underline;
}

.form-horizontal .control-group .btn-gris {
  margin-top: 5px;
}

#campos_formulario .btn-gris:hover,
#campos_formulario .btn-gris {
  color: #fff!important;
  text-decoration: none;
}

.form-horizontal .control-group .btn-large {
  margin-left: 165px;
}

a#conect_use_facebook img {
  margin-bottom: 0.5em;
}

.invitar_fcbk {
  width: 240px;
  padding-left: 57px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  line-height: 47px;
  display: inline-block;
  background: url("/front_media/img/fondo_btn_facebook.png") no-repeat top;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  margin: 1em 0 0;
}

.invitar_fcbk:hover {
  background: url("/front_media/img/fondo_btn_facebook.png") no-repeat bottom;
  color: #666;
}

#campos_formulario h4,
.conecta_sociales h4 {
  border-bottom: 1px solid #CCCCCC;
    font-size: 17.5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.conecta_sociales h4 {
    font-weight: 700!important;
}

.conecta_sociales {
    margin-top: 15px;
}


#ficha_registrate .form-inline .btn {
  font-size: 14px;
  padding: 4px 12px;
}

.caja_lateral .contenedor_slider .contenido {
    padding: 0px;
}

.noticia {
    border-bottom: 1px dotted #B6B6B6;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
}

.noticia:last-child {
    border-bottom: 0px dotted #B6B6B6;
    margin-bottom: 0;
}

.noticia h3 {
  text-transform: uppercase;
  font-size: 24px;
}

.noticia a {
text-decoration: underline;

}

.noticia .imagen {
  text-align: center;
}

.noticia .imagen img {
  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCCCA;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0 0 10px;
    padding: 3%;
    width: 94%;
}

.categorias_blog li {
  font-weight: 700;
}

#likes {
  overflow: hidden;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #999;
  padding-bottom: 1em;
}
.imagen_iz {
  float: left;
  margin: 0 1em 1em 0;
  width: 45%;
}
.imagen_de {
  float: right;
  margin: 0 0 1em 1em;
  width: 45%;
}

.config .control-group .btn-large {
  margin: 0;
}

.lista_restaurantes .foto_restaurante_cont {
    float: left;
    width: 200px;
}

.lista_restaurantes .foto_restaurante_cont img {
  background: #FFFFFF;
    border: 1px solid #CDCCCA;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0 0 10px;
    padding: 3%;
    width: 94%;
}

.lista_restaurantes .restaurante_info {
  margin-left: 215px;
}

.lista_restaurantes .restaurante_info h3 {
   color: #B70014;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
}

.lista_restaurantes .restaurante_info h4 {
   color: #8B8B8B;
    font-family: 'Droid Sans',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 10px;
}

.restaurantes_item {
  margin-bottom: 1em;
}

.restaurantes_item .lista_restaurantes .foto_restaurante_cont {
    float: left;
    width: 300px;
}

.restaurantes_item .lista_restaurantes .restaurante_info {
  margin-left: 315px;
}

#tu_compra {
  width: 100%;
}

#tu_compra td {
  border-bottom: 1px solid #ddd;
  padding: .5em 0 .2em;
}

#tu_compra td input[type="file"] {
    height: 20px;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 0;
}

.compra .btn,
.cont_popup_facebook .btn {
    font-size: 14px;
    padding: 4px 12px;
}

.cont_popup_facebook .datos .btn {
    font-size: 12px;
    padding: 0 12px;
}

.cont_filtros {
  position: relative;
}

.item_eventos_tabs .cont_filtros {
  width: 99%;
}

.btn-filtros {
  background: url("/front_media/img/ico_lupa2.png") no-repeat right;
  height: 20px;
  /*
  width: 36px;
  text-indent: -9990px;
  position: absolute;
  top: -47px;
  right: -7px;
  */
  text-transform: uppercase;
  font-family: 'Oswald',sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 20px;
  padding: 0 23px 0 0;
  border: 0;
  color: #666;
  margin: 0 0 10px;
}

.btn_ayuda {
  background: url("/front_media/img/ico_ayuda.png") no-repeat right;
  height: 25px;
  /*
  width: 36px;
  text-indent: -9990px;
  position: absolute;
  top: -47px;
  right: -7px;
  */
  font-family: 'Droid Sans',sans-serif;
  font-size: 13px;
  line-height: 25px;
  padding: 0 28px 0 0;
  border: 0;
  color: #666;
  margin: -15px -5px 10px 0;
  cursor: pointer;
  font-weight: 700;
  text-shadow: 0 1px 0 #FFFFFF;
}

.btn_ayuda:hover {
  color: #444;
}

.eventos_lista,
.item_eventos_tabs {

}

/*.item_eventos_tabs .btn-filtros,
.eventos_lista .btn-filtros {
  background: url("/front_media/img/ico_lupa.png");
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  float: right;
  margin: 0 0 0;
  position: relative;
  top: 0;
  right: 0;
}*/

.filtros_form .form-horizontal {
  border-bottom: 2px solid #BA0017;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
/*perfil tab -mis fotos */

.files .progress, .fileupload-buttonbar .progress {
  clear: both;
}
form .btn_publicar {
  margin: 0 14px;
  border: none;
}
.fileupload-buttonbar .ui-button .ui-icon-circle-arrow-e, .fileupload-buttonbar .ui-icon-plusthick, .start .ui-icon-circle-arrow-e, .cancel .ui-icon-cancel, .delete .ui-icon-trash {
  display: none;
}
.files .name {
	max-width: 150px;
}
.files .name span, .files .name a {
	word-wrap: break-word;
}
.files .progress {
    max-width: 110px;
    min-width: 50px;
}

/* eventos-listas invitar iframe fb */

.invitar_amigos .fb_iframe_widget, .invitar_amigos .fb_iframe_widget span, .invitar_amigos .fb_iframe_widget iframe {
    position: static!important;
}
.fb_iframe_widget span {
  height: auto!important;
  width: auto!important;
}

/*.item_eventos_tabs .btn-filtros,
.eventos_lista .btn-filtros {
  background: url("/front_media/img/ico_lupa.png");
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  float: right;
  margin: 0 0 0;
  position: relative;
  top: 0;
  right: 0;
}*/

.filtros_form .form-horizontal {
  border-bottom: 2px solid #BA0017;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/*//////invitar cita////////////*/



.crear_cita h2 {
  font-family: 'Oswald',sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;

}

#cita, .banner_cta {
  border: 1px solid #c5c5c3;
  background: url("/front_media/img/bg_citas.jpg")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 13px;
  margin: 0 0 20px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#cita h2 {
  font-weight: 400;
  font-size: 34px;
  font-family: 'Pacifico', cursive;
  margin: 0 0 5px;
  color: #cd1f20;
}

#cita h2 strong {
  font-weight: 400;
  color: #3c3c3c;
}

#muro {
  border: 1px solid #c5c5c3;
  background: url("/front_media/img/bg_muro.png")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background: #343434;
  background-image: -moz-linear-gradient(top, #121212, #343434);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#121212), to(#343434));
  background-image: -webkit-linear-gradient(top, #121212, #343434);
  background-image: -o-linear-gradient(top, #121212, #343434);
  background-image: linear-gradient(to bottom, #121212, #343434);
  background-repeat: repeat-x;
  padding: 20px 13px;*/
  margin: 0 0 20px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#muro h2 {
  /*font-weight: 400;
  font-size: 34px;
  font-family: 'Pacifico', cursive;
  margin: 0 0 5px;
  color: #cd1f20;*/
}

#muro .faldonclass .btn-large {
  bottom: 15px!important
}

#muro h2 strong {
  font-weight: 400;
  color: #3c3c3c;
}

.thumb_usuario_cita {
  width: 196px;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("/front_media/img/bg_avatar_cita.png")
}

.thumb_usuario_cita img {
  width: 65px;
  height: 66px;
  margin: 15px 0 0 114px;
  border: 1px solid #d6d6d5;
}

#cita h3 {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Pacifico', cursive;
  margin: 0  203px 12px 0;
  color: #3c3c3c;
  border-bottom: 1px solid #b1b1b0;
}

#cita .span3 {
  margin: 0;
}

#cita .span3 p {
  margin: 0 0 6px;
}

#cita .btn-large, .banner_cta .btn-large {
  position: absolute;
  bottom: 14px;
  right: 15px;
  font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    padding: 5px 15px;
}

#cita #stepBack {
  position: absolute;
  bottom: 20px;
    left: 50%;
  font-weight: 400;
}

#cita .globo_editable {
    background-color: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 7px 7px 7px 7px;
    margin: 20px 0 0;
    padding: 10px 6px;
    position: relative;
}

#cita .globo_editable .flecha_globo {
    background: url("/front_media/img/flecha_globo_ed_cita.png");
    display: block;
    height: 14px;
    left: 16px;
    position: absolute;
    top: -14px;
    width: 16px;
}

#cita .globo_editable textarea {
  font-weight: 400;
  font-size: 26px;
  font-family: 'Patrick Hand SC', cursive;
  color: #999;
}

#cita .row-fluid .span6:first-child {
  border-right: 1px dashed #999;
}

#cita .row-fluid .span6:last-child {
  margin-top: 29px;
  height: 190px;
}

#cita .row-fluid .span6:first-child h3,
#cita .row-fluid .span6:first-child .globo_editable {
  margin-right: 5%;
}

#cita .row-fluid .span6:first-child h3 {
 font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

#cita .row-fluid form label {
  width: 190px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Pacifico', cursive;
  text-transform: none;
  text-align: left;
}

#cita .form-horizontal .control-group {
    margin: 1em 0 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
}

#cita .form-horizontal .control-group:last-child {
    margin-bottom: 4em;
}

#cita .form-horizontal .control-group-2 {
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;

}

.banner_cta .contenido {
    float: left;
    padding: 0 5px;
    width: 50%;
}

.banner_cta.responsive .contenido {
  margin: 0 0 0 5px;
}

.banner_cta h2 {
    color: #3e3e3e;
    font-family: "Oswald",sans-serif;
    font-size: 29px;
    font-size: 1.52vw;
    font-weight: 600;
    line-height: 33px;
    line-height: 1.250;
    padding: 0 19px;
    text-transform: uppercase;
}
.banner_cta.responsive h2 {
    font-size: 29px;
    line-height: 33px;
}

.banner_cta h2 span {
  color: #b90016;
}
.banner_cta .row-fluid .item-img:first-child {
  border-right: none;
}
.banner_cta .item-img {
    float: left;
    width: 50%;
}

.banner_cta .item-img img {
  margin: 0 auto;
  display: block;
}

.banner_cta .item-cta {
    border-right: 1px solid #3e3e3e;
    float: left;
    margin: 10px 0 23px 0;
    padding: 0;
    white-space: normal;
    width: 31%;
    word-wrap: break-word;
}
.banner_cta.responsive .item-cta {
    padding: 0 10px 0 5px;
}


.item-cta:nth-child(2) {
    width: 38%;
}
.banner_cta .item-cta:last-child {
    border-right: none;
}
.banner_cta .item-cta:last-child h2 {
    padding-right: 0;
}
.banner-evento .item-cta:last-child {
   border-right: 1px solid #3e3e3e;
}
.banner-evento .item-cta .title {
  margin-bottom: 20px;
}
.banner-evento .item-img img {
    padding: 0 0 40px;
    margin-right: 0px;
    width: 100%;
}
.banner-evento .item-cta,
.banner_cta.responsive .banner-evento .item-cta {
  width: 100%;
  margin: 0;
}
.banner-evento .info {
  padding: 0 0 0 10px;
}

.caracteres {
  color: #999999;
  font-size: 11px;
  line-height: 23px;
}

.caracteres span {
  color: #777;
  font-weight: 700;
  padding: 0 10px 0 0!important;
}

.lista_cita {
    border-bottom: 1px dotted #cecece;
    margin-bottom: 20px;
}

.lista_cita .cita_item {
    border-right: 1px dotted #cecece;
}

.lista_cita .cita_item:last-child {
    border-right: none;
}

.cita_item .globo,
.caja_lateral .modulo_citas .globo {
    background: #f3f4ef;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    margin: 14px 8% 14px 0;
    padding: 12px;
    position: relative;
}

.caja_lateral .modulo_citas .globo,
.modulo_home_b .cita_item .globo {
    margin: 0 0 14px 11px;
}

.cita_item .globo .flecha_globo {
    background: url("/front_media/img/flecha_globo_cita.png") no-repeat;
    display: block;
    height: 11px;
    top: -11px;
    position: absolute;
    left: 12px;
    width: 16px;
}

.tab-pane .row-fluid .globo {
  margin-right: 0;
}

.caja_lateral .modulo_citas .globo .flecha_globo,
.modulo_home_b .cita_item .globo .flecha_globo {
    background: url("/front_media/img/flecha_globo_cita_lat.png") no-repeat;
    display: block;
    height: 16px;
    top: 16px;
    position: absolute;
    left: -11px;
    width: 11px;
}

.cita_item .globo h4,
.caja_lateral .modulo_citas .globo h4,
.mensaje_cita label {
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Pacifico', cursive!important;
  color: #cc1f20;
  margin-top: 0;
}

.cita_item .globo p,
.caja_lateral .modulo_citas .globo p,
.mensaje_cita p {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  font-family: 'Patrick Hand SC', cursive;
  margin: 0;
  text-transform:lowercase;
}

.mensaje_cita {
  float: left;
  margin-left: 15px;
}

.cita_item .avatar_cont  {
  width: 115px;
}

.datos_cita {
  margin: 10px 0;
}

.caja_lateral .modulo_citas .datos_cita {
  margin: 10px 0 10px 11px;
}

.caja_lateral .modulo_citas .btn-primary {
  margin-left: 11px;
}

.datos_cita p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}

.datos_cita em {
  font-weight: 700;
  color: #cb1f1c;
  font-style: normal;
}

.datos_cita int {
  font-weight: 700;
  color: #87217d;
  font-style: normal;
}

.link-gris {
  color: #b1b1b1;
}



/*INVITAR*/

.invitar-list {
    float: left;
    margin-left: 1%;
    width: 19%;
}

.invitar-list-item {
   margin-bottom: 19px;
}
.invitar-list-link {
    font-family: 'Pacifico',cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 4px;
    padding-top: 4px;
    text-transform: lowercase;
    width: 101px;
}

.invitar-icon {
    display: inline-block;
    height: 25px;
    margin-right: 0;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 36px;
}
.invitar-icon.invitar-icon-cafe {
    background: url("/front_media/img/invitar/invitar_cafe.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-cena {
    background: url("/front_media/img/invitar/invitar_cena.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-copas {
    background: url("/front_media/img/invitar/invitar_copas.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-fiesta {
    background: url("/front_media/img/invitar/invitar_fiesta.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-comida {
    background: url("/front_media/img/invitar/invitar_comida.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-cine {
    background: url("/front_media/img/invitar/invitar_cine.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-teatro {
    background: url("/front_media/img/invitar/invitar_teatro.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-concierto {
    background: url("/front_media/img/invitar/invitar_concierto.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 31px;
}
.invitar-icon.invitar-icon-cultura {
    background: url("/front_media/img/invitar/invitar_cultura.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-paseo {
    background: url("/front_media/img/invitar/invitar_paseo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-bici {
    background: url("/front_media/img/invitar/invitar_bici.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 38px;
}
.invitar-icon.invitar-icon-patinar {
    background: url("/front_media/img/invitar/invitar_patinar.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-paddle {
    background: url("/front_media/img/invitar/invitar_paddle.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.invitar-icon.invitar-icon-playa {
    background: url("/front_media/img/invitar/invitar_playa.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 43px;
}
.invitar-icon.invitar-icon-viaje {
    background: url("/front_media/img/invitar/invitar_viaje.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

/*//////muro single////////////*/
.cuerpo-muro {
  margin-bottom: 0;
}

.subtitle-muro,
.modal_muro .modal-dialog .lista_mensajes h5 {
    font-size: 13px;
    font-weight: bold;
    color: #ba0017;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 35px
}

.modal_muro .modal-dialog .lista_mensajes h5 {
    margin: 5px 10px 0;
}

.tipo_cont_muro img {
    border: 1px solid #CDCCCA;
    margin: 0 0 10px;
    max-width: 100%;
}

.tipo_cont_home img {
    border: 1px solid #CDCCCA;
    margin: 0;
    width: 50%;
} /*//////MATY////////////*/
.muro_item .avatar_cont {
    width: 71px;
    float: left;
}

.tipo_cont_muro {
  clear: both;
  overflow: hidden;
}
.video_muro iframe,
.video_muro object,
.video_muro embed,
.video iframe {
    display: block;
    height: auto !important;
    width: 100% !important;
}
.video_muro, .video {
    background: url("/front_media/img/muro_single/loading.gif") no-repeat scroll 50% 50% #fff;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}
.img_muro {
  margin-bottom: 10px;
}

.icon-comentar {
  background: url("/front_media/img/ico_comentar.png");
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.muro_info > span {
    display: block;
    text-align: right;
    width: 100%;
}
.filtros_muro select {
  margin-left: 9px;
}

.muro_item .btn-link,
.muro_item .btn-link-rojo {
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
}

.desc_titular {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 0 5px;
    text-transform: none;
    line-height: 16px;
}
.tab-muro {
  margin-bottom: 25px;
}
.tab-muro .nav-tabs {
    background: none;
    border: none;
}

.tab-muro .nav-tabs > li {
    background-image: none;
    position: relative;
    background-color: transparent;
}
.tab-muro .nav-tabs > .active > a, .tab-muro .nav-tabs > .active > a:hover, .tab-muro .nav-tabs > .active > a:focus {
  border: none;
  text-decoration: none;
}
.tab-muro .nav-tabs a, .tab-muro .nav-tabs > li > a:hover, .tab-muro .nav-tabs > li > a:focus {
    border: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: none;
}
.tab-muro .nav-tabs > li > a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.tab-muro .nav-tabs li:last-child a {
    border-right: none;
}
.tab-muro .active .flecha_globo {
    background: url("/front_media/img/flecha_globo_cita.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    left: 15px;
    position: absolute;
    top: 44px;
    width: 16px;
    z-index: 1;
}

.tab-muro .subir-foto {
    bottom: 0;
    cursor: inherit;
    height: 127px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 14px;
    width: 50%;
}

#compartir_foto {
    position: relative;
}
#compartir_foto .globo a {
    color: #808080;
    display: block;
    font-size: 13px;
    padding: 2px 5px 79px;
}
#compartir_foto .globo a:hover {
  text-decoration: underline;
  background-color: rgba(173, 173, 173, 0.2);
  border-radius: 2px;
}

.compartir_item .globo {
    background: none repeat scroll 0 0 #F3F4EF;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    margin: 14px 0 14px 8px;
    padding: 12px;
    position: static;
}
.compartir_item textarea {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    resize: none;
}
.compartir_item textarea:focus {
  box-shadow: none;
}

.postear_muro {
  border-bottom: 1px dotted #CECECE;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 20px;
}

.lista_muro {
  border-top: 1px dotted #CECECE;
  padding-top: 10px;
}


.postear_muro .avatar_cont {
  width: 115px;
  float: left;
}

.postear_muro .input_muro {
  margin-left: 125px;
}

.postear_muro .input_muro p {
  margin: 10px 0 0;
}

.postear_muro .input_muro p a {
  padding: 5px 10px 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  float: left;
  border-right: 2px solid #ba0017;
  margin-right: 10px;
}

.postear_muro .input_muro p a:first-child {
  position: relative;
  overflow: hidden;
}

.postear_muro .input_muro p span {
  padding: 5px 10px 5px 0;
  font-size: 12px;
  color: #000;
  float: left;
  color: #666;
}

.postear_muro .input_muro p span .fa {
  font-size: 1.35em;
}

.postear_muro .input_muro p a:hover {
  color: #ba0017;
  text-decoration: none;
}

.postear_muro .input_muro #muro-link-texto {
  border-right: none;
}

.postear_muro .globo_editable {
  margin-left: 0;
  width: 53%;
}

.postear_muro .input_muro p .fa {
  font-size: 1.55em;
}

.postear_muro .input_muro p .btn {
  padding: 5px 12px;
  font-weight: bold;
  font-size: 16px;
}


.nombre-user {
    font-family: 'Droid Sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 78px;
}


.nombre-user a,
.nombre-user strong {
    font-weight: 700;
}

.botonera_muro  {
  font-size: 11px;
}

.botonera_muro a {
  color: black;
  text-decoration: none;

}

.botonera_muro a:hover {
  text-decoration: none;

}

.tipo_cont_muro .pull-right a,
.muro_info .pull-right a {
  font-size: 13px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.botonera_muro p {
  margin: 5px 0 0 0;
}

.modal_muro .modal-dialog,
.modal_video .modal-dialog {
  width: 940px;
}
.modal_personas .modal-dialog .modal-content {
  padding: 20px;
}
.modal_personas .modal-dialog .modal-title {
  margin-bottom: 20px;
}



.modal_muro .modal-dialog .modal-header {
  display: none;
}

.modal_muro .modal-dialog header {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  padding-bottom: 5px;
}

.modal_muro .modal-dialog header .avatar_cont {
  float: left;
  width: 65px;
}

.modal_muro .modal-dialog header .pull-right {
  width: 180px;
  text-align: right;
}

.modal_muro .modal-dialog header .pull-right .btn-link {
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
}

.modal_muro .modal-dialog header .pull-right .btn-default {

}



.modal_muro .modal-dialog .tipo_cont_muro,
.modal_muro .modal-dialog .lista_mensajes {
  float: left;
}

.modal_muro .modal-dialog .tipo_cont_muro {
  width: 64%;
  margin-right: 1%;
  margin-top: 10px;
}

.modal_muro .modal-dialog .lista_mensajes {
  width: 35%;
  background: #f7f7f7;
  border-left: 1px solid #d9d9d9;
  margin: 0 0 30px 0;
}

.input_muro .subir-foto {
  opacity: 0;
  position: absolute;
  width: 100%;
  cursor: pointer;
}

.input_muro .globo_editable textarea {
}

.input_muro .globo_editable #previewPane img,
span#video_prev {
    border: 1px solid #CDCCCA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

span#video_prev {
    background: #000;
}

.modal-body .lista_mensajes .lista_usuario:last-child {
  text-align: left;
  font-size: 13px;
}

.modal-body .lista_mensajes .lista_usuario .avatar_cont,
.modal-body .lista_mensajes .lista_usuario .cabecera_mensaje h4,
.modal-body .lista_mensajes .lista_usuario .cabecera_mensaje p,
.modal-body .lista_mensajes .lista_usuario .cabecera_mensaje span {
  opacity: 1;
}
.nuevo_comentario {
  border-top: 1px dotted #B6B6B6;
  padding: 5px 10px;
  /*background: #fff;*/
}
.lista_mensajes .lista_usuario .cabecera_mensaje small {
  font-size: 11px;
}

 .modal-body #messages_Div .cabecera_mensaje {
  margin-left: 75px;
 }

 .btn_contador {
  font-size: 11px;
  color: #8A8A8A;
  margin: 4px 0;
 }

 .btn_contador_negro {
  font-size: 12px;
  color: #000;
	margin: 14px 0;
	cursor: pointer;
	padding-top: 15px;

 }

  .btn_contador_negro a:over{
  font-size: 12px;
  color: red;
	margin: 14px 0;
	cursor: pointer;
	padding-top: 15px;

 }


 .btn_contador_gris {
  color: #8a8a8a;
	margin: 14px 0;
	cursor: pointer;
	padding-top: 15px;

 }

  .btn_contador_reporte {
  font-size: 11px;
  color: #8a8a8a;
	margin: 14px 0;
	cursor: pointer;
	padding-top: 15px;
	display: block;

 }


 .mas_mensajes {
  padding: 5px 10px;
  font-size: 12px;
 }

 .mas_mensajes:hover {
  color: #B90016;
 }

 .mas_mensajes i {
  font-size: 16px;
 }
  .mas_mensajes span {
  font-weight: 700;
 }
.content_mensajes .avatar_cont a {
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    text-transform: none;
}
.content_mensajes .avatar_cont a:hover {
  color: #b90016;
}
.content_mensajes .avatar_cont .btn_contador {
  font-size: 11px;
}

.content_mensajes_count {
  border-bottom: 1px dotted #B6B6B6;
  overflow: hidden;
}
.content-count {
  padding: 0 5px;
  font-size: 12px;
  color: #999999;
}


/*btn share social pin muro */


.contenedor-btns-sociales {
    min-height: 120px;
    max-width: 280px;

color: #000;
/*background-color: #ebeef3;*/
/*padding: 8px 35px 8px 14px;*/
margin-bottom: 25px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/*border: 1px solid #879fe1;*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
}

.contenedor-btns-sociales p {
  font-size: 12px;
  padding-bottom: -20px;

  }

.contenedor-btns-sociales .fb-like {
    position: absolute;
}

.contenedor-btns-sociales .twitter-share-button {
    left: 151px;
    position: relative;
    top: 20px;
}
 .filtros_info {
  color: #666;
  margin: 0 10px -12px;
  font-size: 12px;
  padding-top: 10px;
 }

 .muro_usuario_datos {
  float: left;
  width: 75%;
 }

 .btn_abuso {
  float: left;
  width: 25%;
  text-align: right;
  line-height: 13px;
 }

/* masonry */

.lista_muro .muro_item {
    width: 33%;
    padding: 0 0 30px;
    position: absolute;
    margin: 15px 0 15px 0;
    border-bottom: 1px dotted #CECECE;
    overflow: hidden;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}

.loading-masonry .muro_item {
    opacity: 0;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}

.modulo .muro_item {
    padding: 0 0 15px;
    margin: 15px 0 15px 0;
    border-bottom: 1px dotted #CECECE;

}
.content_item {
    margin: 0 5px 0;
    padding: 0px 5px 0px;
}
.muro_item {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.tipo_cont_muro p,
.muro_info p {
  margin-bottom: 5;
}

.tipo_cont_muro .fecha_hora,
.muro_info .fecha_hora {
  font-size: 11px;
  color: #ccc;
  margin-bottom: 5px;
}
/* preview image muro */


input.subir-video ,
span#video_prev ,
#xv {
  float: left;
}

span#video_prev {
  float: left;
}


input.subir-video {
  margin-right: 5px;
  width: 190px;
}

#previewPaneVideo .btn {
  float: left;
  margin-right: 5px;
}
#x,
#xv {
  display:none;
  position:absolute;
  top: 2px;
  right: -7px;
  z-index:200;

  background-color: transparent;
    background-image: linear-gradient(#D62229, #AB171E);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #AB171E;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Droid Sans',sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    padding: 2px 4px;
    text-align: center;
    text-shadow: 0 0 2px rgba(117, 41, 7, 0.85);
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    margin: 0;
    z-index: 999;
}

#xv {
  right: 4px;
}
#previewPane,
#previewPaneVideo {
  display: inline-block;
  padding-top: 10px;
  border-top: 1px dotted #d9d9d9;
  width: 100%;
}

#previewPane em,
#previewPaneVideo em  {
  position: relative;
  height: 75px;
  display: inline-block;
  background: url("/front_media/img/muro_single/loading.gif") no-repeat scroll center center transparent;
  min-width: 32px;
}

#previewPaneVideo label {
    float: left;
    margin-right: 4px;
    color: #777;
    line-height: 26px;
    font-size: 18px;
}

.previewPaneVideo .btn {
  float: left;
  margin-right: 5px;
}

/* loading muro */

.loading-container {
    min-height: 50%;
    background: url("/front_media/img/muro_single/loading-muro.gif") no-repeat scroll 50% 25% transparent;
    position: relative;


}
.loading-container:before {
      content: "Cargando contenido... ";
      color: #9f9f9f;
      position: absolute;
      top: 25%;
      left: 55%;
      font-size: 12px;
}

.loading-masonry {
    min-height: 800px;
    opacity: 0;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}

/* loading muro more items */

#list_loading_container {
    min-height: 50%;
    background: url("/front_media/img/muro_single/loading-muro.gif") no-repeat scroll 50% 25% transparent;
    position: relative;


}
#list_loading_container:before {
      content: "Cargando contenido... ";
      color: #9f9f9f;
      position: absolute;
      top: 25%;
      left: 55%;
      font-size: 12px;
}

#list_loading {
    min-height: 300px;
    opacity: 0;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}

/* modal muro */
.modal-dialog .modal-content {
    cursor: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.modal_muro,
.modal_video,
.modal_personas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6) !important;
    border: medium none!important;
    box-shadow: none!important;
    overflow-y: scroll!important;
    width: 100%!important;
    left: 0!important;
    top: 0!important;
    margin: 0;
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    color: #333333!important;
}

.modal_muro .modal-body,
.modal_video .modal-body,
.modal_personas .modal-body {
  max-height: 100%;
  overflow: auto!important;
}
.modal_muro .avatar_cont {
    width: 75px;
    float: left;
}

.modal_muro .avatar_cont img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCCCA;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0 0 10px;
    max-width: 225px;
    padding: 3%;
    width: 94%;
}
.modal_muro .lista_mensajes .avatar_cont img {
    width: 80%;
}
.modal_muro .video_muro,
.modal_video .video {
    background-position: 50% 110px;
}
.modal_muro .video_muro iframe,
.modal_muro .video_muro object,
.modal_muro .video_muro embed,
.modal_video iframe {
    min-height: 250px;
}
.modal_muro .cabecera_mensaje {
    margin-left: 80px;
}
.modal_muro .lista_mensajes .cabecera_mensaje {
      margin-left: 75px;
}
.lista_mensajes .lista_comentario {
    display: block;
    margin-bottom: 0;
    padding: 8px;
    border-bottom: 1px dotted #B6B6B6;
}
.lista_mensajes .lista_comentario:hover {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #000000;
}
.lista_comentario .cabecera_mensaje h4, .lista_comentario .usuario_info h4 {
    color: #8B8B8B;
    font-family: 'Droid Sans',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}
.lista_comentario.subnivel {
    margin-left: 14%;
}
.lista_comentario .cabecera_mensaje small p {
    display: inline;
}
.lista_comentario textarea {
    border-radius: 0;
    height: 30px;
    overflow: hidden;
    resize: none;
    width: 100%;
}
.modal_muro .close_muro, .modal-users .close, .modal_video .close, .close-btn {
    background-color: transparent;
    background-image: linear-gradient(#D62229, #AB171E);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #AB171E;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans',sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    padding: 10px 12px;
    position: fixed;
    right: 35px;
    text-align: center;
    text-shadow: 0 0 2px rgba(117, 41, 7, 0.85);
    top: 8px;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    opacity: 1;
    margin-top: 0;
    z-index: 99999;
}
.modal_muro .close_muro:hover, .modal-users .close:hover, .modal_video .close:hover, .close-btn:hover  {
    background-image: linear-gradient(#AB171E, #a1161d);
}
.sidebar-offcanvas .close-btn {
    position: static;
    margin: 10px 20px;
}
.sidebar-offcanvas {
    background-color: transparent;
}
.modal_muro .content_mensajes  {
    /*max-height: 400px;*/
    overflow-x: hidden;
    overflow-y: auto;
}
.mas_mensajes a {
  margin-left: 10px;
}

.perfil .muro_item,
.modulo .muro_item {
  margin-top: 10px;
}

.perfil .muro_item {
  clear: both;
  margin-bottom: 20px;
}
.perfil .muro_item .content_item {
  overflow: hidden;
  border-bottom: 1px dotted #CECECE;
  padding-bottom: 10px;
}


.perfil .more-posts {
  text-align: center;
  clear: both;
  margin-bottom: 10px;
}


/*//////ios7////////////*/
.modal-fixfixed {
    position: absolute !important;
}
.modal-fixfixed textarea {
}

/*//////post vista individual////////////*/
.post_individual {
    display: block !important;
    background: none repeat scroll 0 0 rgba(157, 157, 157, 0.94) !important;
    cursor: default;
}
.post_individual .modal-dialog {
    padding: 0!important;
    transform: translate(0px, 4%)!important;
    -webkit-transform: translate(0,4%)!important;

}
.body_post.body_iphone .navbar-inverse .brand {
  display: none;
}

 /*perfil tab -mis fotos */

#container-fotos .item {
    width: 18%;
    margin: 0 1% 10px;
}



.filtros_form {
  margin: -11px -0 20px;
  width: 100%;
  background-color: #f4f4f4;
  *background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #f4f4f4, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #f1f1f1);
  background-image: -o-linear-gradient(top, #f4f4f4, #f1f1f1);
  background-image: linear-gradient(to bottom, #f4f4f4, #f1f1f1);
  background-repeat: repeat-x;*/
  border: 1px solid #bcbdbf;
  border-top: none;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius:  0 0 6px 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d8db', endColorstr='#ffFEFEFE', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.35);
     -moz-box-shadow:  inset 0 3px 6px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.35);
  position: relative;
  padding: 0 11px 20px;
}

#filtros_feedback_Div p,
.filtros_feedback p {
  margin: 4px 0 0;
}
.filtros_feedback p span {
    margin: 0 5px 5px 0;
    border: 1px solid #ADADAD;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 3px;
    background-color: #DCDDDF;
}

.filtros_feedback p span.clearfix {
    border: none;
}

.filtros_form .span4 {
  margin: 0 0 10px;
}

.filtros_form .span4 h4 {
    text-transform: uppercase;
    font-size: 13px;
    margin: 15px 10px 5px;
   font-family: 'Droid Sans',sans-serif;
}

.filtros_form .span4 label.radio,
.filtros_form .span4 label.checkbox,
.filtros_form .span4 .form-inline,
.filtros_form .span4 #ciudad {
    text-transform: none;
    font-size: 13px;
    margin: 0 10px;
    line-height: 23px;
}

.filtros_form .span4 .form-inline label {
    text-transform: none;
    font-size: 13px;
    color: #666;
}

.filtros_form .span4 .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/* filtros miembros - filtros citas*/

.grupos_miembros .filtros_form .row-fluid, .gruposclass .filtros_form .row-fluid {
  clear: both;
}

.grupos_miembros .filtros_form .control-group, .gruposclass .filtros_form .control-group, .filtros_muro .control-group{
    float: left;
    margin-bottom: 10px;
    padding: 1%;
    margin-left: 0;
}
.grupos_miembros .filtros_form .label_adicional,
.gruposclass .filtros_form .label_adicional,
.filtros_muro .label_adicional,
.filtros_form .label_adicional {
    display: block;
    margin-top: 10px;
}

.grupos_miembros .filtros_form .span3.control-group:nth-child(1) {
    width: 30%;
}

.grupos_miembros .filtros_form .span3.control-group:nth-child(2) {
    width: 30%;
}

.grupos_miembros .filtros_form .span3.control-group:nth-child(3), .gruposclass .filtros_form .span2.control-group:nth-child(4) {
    width: 40%;
    margin-bottom: 25px;
}

.gruposclass .filtros_form .span2.control-group:nth-child(1) {
    width: 28%;
}
.gruposclass .filtros_form .span2.control-group:nth-child(2) {
    width: 14%;
}

.gruposclass .filtros_form .span2.control-group:nth-child(3) {
    width: 18%;
}
/* filtro progress slider  */
#filter_radio_km {
  display: none;
}
.inner-mark, .top-mark { display: none\9 } /*ie9*/


/* footer */
footer {
  background: #3d3d3d;
  padding-bottom: 40px;
}
footer .row-fluid {
  margin: 0 auto;
  display: table;
  padding: 20px 0 0;
}
footer .row-fluid div {
  margin: 0 0 20px;
}

footer .row-fluid ul {
  margin: 0;
}

footer .row-fluid li {
  list-style: none;
  font-size: 12px;
}

footer .row-fluid h3 {
  color: #a3a3a3;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 5px 0;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

footer .row-fluid li a {
  color: #a3a3a3;
}

footer .row-fluid li a:hover {
  color: #fff;
}

footer .row-fluid p {
  color: #5c5c5c;
  font-size: 12px;
  text-transform: uppercase;
}

footer a.unete {
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
}

footer a.unete img {

}


/* LANDING */

#atencio {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


.warning {
    color: #C09853;
    font-size: 15px;
    font-weight: bold;
    margin: 4px 0 0;
    padding: 0;
    text-align: center;
}


.calendario_rojo,
.calendario_verde {
  width: 72px;
  font-family: 'Oswald', sans-serif;
  height: 81px;
  float: left;
  background: #fcfcfc;
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.calendario_rojo div,
.calendario_verde div {
  display: block;
  text-align: center;
}

.calendario_verde .mes,
.calendario_rojo .mes {
  color: #fff;
  line-height: 25px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.calendario_verde .mes {
  background: #8bc123;
}

.calendario_rojo .mes {
  background: #841417;
}

.calendario_rojo .numero,
.calendario_verde .numero {
  color: #3d3d3d;
  line-height: 35px;
  font-size: 26px;
  font-weight: 700;
  font-weight: 700;
}

.calendario_rojo .dia,
.calendario_verde .dia {
  color: #3d3d3d;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.imagen_cena_peq {

    float: left;
    height: 79px;
    width: 135px;
  background: #fff;
  padding: 3px;
  border: 1px solid #cdccca;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.header_cenas_gr {
    margin-left: 240px;
}

.header_cenas_gr h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
}

.header_cenas_gr h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Droid Sans',sans-serif;
    font-weight: 400;
}

.avatars {
    clear: left;
    overflow: hidden;
    padding: 3px;
}

.usuario_info .avatars {
    clear: none;
}

.avatar {

  padding: 2px;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    float: left;
    height: 53px;
    margin: 0 -2px 0 -4px;
    width: 52px;
}

.avatar img {
    margin: 5px;
}

.header_cenas_gr h4 {
    background: #1A1A1A;;
    font-size: 15px;
  font-size: 700;
  padding:  3px 15px 3px;
text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
    font-family: 'Droid Sans',sans-serif;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}


.formulario_registro_gr {
    background: #f2f2f2;
    border: 1px solid #999;
    box-shadow: 2px 2px 3px #999;
    float: left;
    margin: 0 2% 0 0;
    width: 33%;
}

.cenas_gr {
    float: left;
    margin: 0;
    width: 63%;
}

.formulario_registro_gr h2 {
    background-color: #FEFEFE;
    background-image: linear-gradient(to bottom, #FEFEFE, #C5C6C8);
    background-repeat: repeat-x;
    border-top: 4px solid #BA0017;
    color: #3E3E3E;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    padding: 0 15px 0 10px;
    text-transform: uppercase;
}

.formulario_registro_gr h3 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Droid Sans',sans-serif;
    margin: 10px;
    background: url("/front_media/img/iso-singles.png") no-repeat scroll top left;
    padding-left: 75px;
}

.formulario_registro_gr #ficha_registrate {
  margin: 10px;
    font-family: 'Droid Sans',sans-serif;
}

.btn_facebook {
    background: url("/front_media/img/ico_facebook_form.png") no-repeat scroll 5px 5px #4268BF;
    border: 1px solid #264487;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 5px 10px 5px 35px;
}

.btn_facebook:hover {
    color: #FFFFFF;
}

.btn_gr {
  font-size: 16px;
    font-weight: 700;
    padding: 4px 12px;
}

.btn-txt {
    font-size: 12px;
    padding: 0 5px;
    font-weight: 500;
}



.btn_gr_viajes, .btn_gr_reservar {
  font-size: 16px;
    font-weight: 700;
    padding: 4px 12px;
}
 .btn_gr_reservar {
    width: 205px;
}

.datos_cena_gr h3 {
    font-size: 15px !important;
    line-height: 18px !important;
    font-family: 'Droid Sans',sans-serif;
}

.ventajas_gr {
    font-family: 'Droid Sans',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
}

.ventajas_gr li {
    background: url("/front_media/img/tick.png") no-repeat scroll left center transparent;
    line-height: 30px;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-left: 30px;
}

.contador {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 1.4em;
    text-transform: uppercase;
}

.contador strong {
    background: linear-gradient(to bottom, #45484D 0%, #000000 100%) repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 1.6em;
    letter-spacing: 0.08em;
    padding: 0.1em 0.45em;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.65);
}

.sociales {
  margin: 15px 0 0;
}

#cita button.btn-gris {
  display: none;
}

  #cita .tipo-cita {
    height: auto;
  }

.avatar_editar {
  display: inline-block;
  border: 1px solid #cdccca;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.avatar_editar img {
}

.avatar_preview_cont {
  display: inline-block;
  margin-left: 25px;
}

.avatar_preview {
  width: 110px;
  height: 110px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cdccca;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.avatar_preview div {
  margin: 5px;
}

.avatar_preview img {
  max-width: none;
}

.radio, .checkbox {
    margin-top: 0;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}

.info_filtros {
  margin-bottom: 20px;
}

.info_filtros h5 {
  margin-top: 0;
}

.contenedor_btn_filtros {
  margin-bottom: 10px;
}

.contenedor_btn_filtros .btn {
  margin: 8px 0;
}

.contenedor_btn_filtros .alert {
  margin-bottom: 0px;
}

h5.usuario_puntos {
  color: #606060;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;

}

h5.usuario_puntos .link_amigos {
  color: #a00e8a;
}

h5.usuario_puntos .link_cenas {
  color: #59a00e;
}

h5.usuario_puntos .link_puntos {
  color: #b51f1f;
}

.img_evento {
  float: left;
  margin-left: 20px;
}

.img_evento img {
  height: 80px;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.filtros_form label h4 {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
  text-shadow: 0 1px 0 #ffffff;
}

#filtros_feedback_Div .alert {
  padding: 4px 0 0;
  background: none;
  border: none;
  color: #000;
}

#filtros_feedback_Div .alert button {
  display: none;

}

.modulo_home.modulo_form {
    top: -600px;
}

.modulo_home  {
    position: relative;
}

.modulo_home .carousel-caption {
    background: none;
    top: 10%;
    left: 10%;
    padding: 0;
    position: absolute;
    bottom: none;
    right: none;
    width: 300px;
}

.modulo_home .carousel-caption h1 {
    font-size: 38px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

.modulo_home .caja_rounded  {
    position: absolute;
    top: 6%;
    right: 10%;
    z-index: 999;
    width: 380px;
    background-color: rgba(252, 252, 252, 0.8);
}

.modulo_home .caja_rounded #campos_formulario h4  {
    font-size: 14px;
}


.modulo_home .caja_rounded #campos_formulario .control-group2  {
    margin-bottom: 1em;
    width: 50%;
    float: left;
}

.modulo_home .caja_rounded #campos_formulario .control-group input  {
    width: 100%;
}

.modulo_home .caja_rounded #campos_formulario .control-group2 input  {
    width: 96%;
}
.modulo_home .caja_rounded #campos_formulario .control-label   {
    width: 70px;
}
.modulo_home .caja_rounded #campos_formulario .control-group button   {
    margin: 0;
}

.modulo_home .caja_rounded #campos_formulario .checkbox {
  float: right;
  width: 225px;
}

.modulo_home .caja_rounded #campos_formulario .checkbox input {
  width: 22px;
}

.cuerpo.cuerpo_home {
  background: none;
  padding-top: 10px;
  margin-bottom: 30px;
}
.content-home.cuerpo.cuerpo_home {
  background: none repeat scroll 0 0 rgba(220, 221, 223, 0.9);
  margin:0 auto 0px;
  padding:10px 0 40px;
  border-top: 4px solid #ba0017;
}
.modulo_home_b {
  margin-top:10px;
}


/*iphone-ipad-ipod*/
.iphone {
    background-position: left -39px;
    margin-top: 0;
    padding-top: 45px;
}
.modulo_home_iphone .imagen_home {
    margin-top: 0!important;
}
.modal-open.body_iphone .navbar-inverse .brand {
  display: none;
}

.imagen_home {
    background: url("/front_media/img/img_home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    position: relative;
    height: 480px;
    border-bottom: 4px solid #BA0017;
    margin-bottom: 10px;
}

.imagen_home h1 {
    font-size: 38px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    top: 70%;
    left: 10%;
    position: absolute;
    right: none;
    width: 300px;
}

#home_especial .modulo_registrate {
    width: 100%;
    position: relative;
    height: 570px;
}

#home_especial .modulo_registrate h1 {
    font-size: 38px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    bottom: 80px;
    left: 0;
    position: absolute;
    width: 300px;
}

#home_especial .modulo_registrate a.btn {
    bottom: 30px;
    left: 0;
    position: absolute;
}
#home_especial .modulo_registrate .btn.btn-android {
    bottom: -12px;
    z-index: 2;
}
#home_especial .modulo_registrate #conect_use_facebook {
    bottom: 10px;
    left: 180px;
    position: absolute;
}

#home_especial .navbar-fixed-top {
  height: 76px
}

#home_especial .carousel-inner > .active,
#home_especial .carousel-inner > .next,
#home_especial .carousel-inner > .prev {
    display: block;
}
#home_especial .carousel-inner > .active {
    left: 0;
}
#home_especial .carousel-inner > .next, #home_especial .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
#home_especial .carousel-inner > .next {
    left: 100%;
}
#home_especial .carousel-inner > .prev {
    left: -100%;
}
#home_especial .carousel-inner > .next.left, #home_especial .carousel-inner > .prev.right {
    left: 0;
}
#home_especial .carousel-inner > .active.left {
    left: -100%;
}
#home_especial .carousel-inner > .active.right {
    left: 100%;
}
#home_especial .carousel-control {
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
    border: 0;
    height: auto;
}
#home_especial .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
#home_especial .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
#home_especial .carousel-control:hover, .carousel-control:focus {
    color: #FFFFFF;
    opacity: 0.9;
    text-decoration: none;
}
#home_especial .carousel-control .icon-prev, #home_especial .carousel-control .icon-next, #home_especial .carousel-control .glyphicon-chevron-left, #home_especial .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    left: auto;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin: 0;
}
#home_especial .carousel-control .icon-prev, #home_especial .carousel-control .icon-next {
    font-family: serif;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}
#home_especial .carousel-control .icon-prev:before {
    content: "‹";
}
#home_especial .carousel-control .icon-next:before {
    content: "›";
}

/* slideshow home */

.cb-slideshow li, .bajada-slideshow li {
  list-style: none;
}
#home_especial .cb-slideshow,
#home_especial .cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    margin: 0 0 0px 25px!important;
}
#home_especial .cb-slideshow:after {
    content: '';
    background: transparent ;
}
#home_especial .cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}

.bajada-slideshow li div {
    z-index: 1;
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
-webkit-animation: titleAnimation 18s linear infinite 0s;
   -moz-animation: titleAnimation 18s linear infinite 0s;
    -ms-animation: titleAnimation 18s linear infinite 0s;
     -o-animation: titleAnimation 18s linear infinite 0s;
        animation: titleAnimation 18s linear infinite 0s;
}
.bajada-slideshow li div h1, .bajada-slideshow li div h2 {
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    left: 0;
    position: absolute;

}
.bajada-slideshow li div h1 {
    font-size: 50px!important;
    bottom: 128px!important;
    line-height: 52px;
    width: auto!important;
}
.bajada-slideshow li div h2 {
    font-size: 25px;
    bottom: 75px;
    line-height: 32px;
    width: 340px;
}



#home_especial .cb-slideshow li:nth-child(1) span {
    background-image: url("/front_media/img/friends-2000.jpg");
}
#home_especial .cb-slideshow li:nth-child(2) span {
    background-image: url("/front_media/img/friends-2000-02.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
#home_especial .cb-slideshow li:nth-child(3) span {
    background-image: url("/front_media/img/friends-2000-03.jpg");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
#home_especial .cb-slideshow li:nth-child(2) div, .bajada-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
#home_especial .cb-slideshow li:nth-child(3) div, .bajada-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

/* Animation for the slideshow img */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    17% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    34% { opacity: 1 }
    51% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    17% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    34% { opacity: 1 }
    51% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    17% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    34% { opacity: 1 }
    51% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    17% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    34% { opacity: 1 }
    51% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    17% { opacity: 1;
         animation-timing-function: ease-out; }
    34% { opacity: 1 }
    51% { opacity: 0 }
    100% { opacity: 0 }
}

/* slideshow bajada */

@-webkit-keyframes titleAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    17% { opacity: 1;
          z-index: 2;
         -webkit-animation-timing-function: ease-out; }
    34% { opacity: 1; z-index: 2 }
    45% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    17% { opacity: 1;
          z-index: 2;
         -moz-animation-timing-function: ease-out; }
    34% { opacity: 1; z-index: 2 }
    45% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    17% { opacity: 1;
          z-index: 2;
         -o-animation-timing-function: ease-out; }
    34% { opacity: 1; z-index: 2 }
    45% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    17% { opacity: 1;
          z-index: 2;
         -ms-animation-timing-function: ease-out; }
    34% { opacity: 1; z-index: 2 }
    45% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    17% { opacity: 1;
          z-index: 2;
         animation-timing-function: ease-out; }
    34% { opacity: 1; z-index: 2 }
    45% { opacity: 0 }
    100% { opacity: 0 }
}

/*Mostrar al menos algo cuando las animaciones no son compatibles*/
.no-cssanimations #home_especial .cb-slideshow li:nth-child(1) span {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.no-cssanimations #home_especial .bajada-slideshow li div {
    display: none;
}
.no-cssanimations #home_especial .bajada-slideshow li:nth-child(1) div {
    opacity: 1;
    display: block;
}



.faldonclass img {

}

.faldonclass .btn-large {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.control-group .btn-gr {
  font-size: 16px;
    font-weight: 700;
    padding: 4px 12px;
    margin: 0 5px 5px 0;
}
#rangoEdad1,
#rangoEdad2,
#rangoKM,
.label_adicional {
  border: 0;
  background: none;
  font-family: 'Oswald',sans-serif;
  font-weight: 700;
  font-size: 12px;
  box-shadow: none;
  height: 12px;
  line-height: 12px;
  padding: 0;
  text-transform: uppercase;
  color: #666;
  margin-left: -7px;
}

.top-mark {
    display: none;
}

input.search-query {
    border-radius: 5px;
}

.form-search .btn-gris2 {
  /*border-radius: 0 4px 4px 0;*/
  border-radius: 4px;
    line-height: 27px;
    font-size: 14px;
}

.form-search  {
  margin-bottom: 10px;
}

.btn_borrar {
  color: #999;
}


.btn_borrar i {
  font-size: 14px
}

.itemPicture {
  margin: 0 15px 0 0;
  float: left;
}

.itemPicture img:not([src]) {
  opacity: 0;
}

.itemPicture img {
  background: #fff;
  padding: 4px;
  border: 1px solid #cdccca;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  width: 228px;
  height: 178px;
  display: block;
  -webkit-transition: opacity .5s linear 0.2s;
      -moz-transition: opacity .5s linear 0.2s;
           transition: opacity .5s linear 0.2s;
  opacity: 1;
}

.itemPicture .btn {
  width: 94%;
}

.itemDetail h3 {
  line-height: 1.2em;
  margin-top: 15px;
}

.precio {
  line-height: 16px!important;
  margin: 0 0 5px!important;
}

.precio a {
  color: #fff;
  font-size: 14px;
}

.viajeEpigrafe {
  font-size: 16px;
  font-family: 'Oswald',sans-serif;
  font-weight: 400;
}

.datoCrucero {
  color: #4D4D4D;
  font-size: 12px;
  line-height: 14px;
    margin: 0 0 5px;
  font-weight: 700;
}

.datoCrucero span {
  font-weight: 400;
}

.datoCrucero input {
    background-color: #626366;
    color: #fff;
    font-size: 17px;
}

.formCrucero {
  margin-top: 15px;
}

.formCrucero,
.evento_lista .itemLeft {
  margin-bottom: 15px
}

.avatar_fb {
  margin: 5px 0 10px;
}

.avatar_fb img {
  margin: 4px 4px 0 0;
  max-width: 50px;
}

.btn_gustas {
  color: #616161;

 background-color: #e6e6e6;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  display: inline-block;
  *display: inline;
  padding: 12px;
  margin-bottom: 0;
  *margin-left: .3em;

  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: none;

  border: 1px solid #d7d7d7;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}



.btn_gustas:hover,
.btn_gustas:focus,
.btn_gustas:active,
.btn_gustas.active {
  color: #555;
  background-color: #626366;
  *background-color: #919396;
}

.btn_gustas:active,
.btn_gustas.active {
  background-color: #003399 \9;
}

.btn_gustas.disabled,
.btn_gustas[disabled] {
  cursor: default;
  opacity: .4;
}

.btn_gustas img {
  display: block;
  margin: 0 auto;
}

.botonera_gustas {
  padding: 10px 0;
  width: 68%;
  overflow: hidden;
}

.botonera_gustas .btn_gustas {
  margin: 0 6% 0 0;
  width: 47%;
  float: left;
}

.botonera_gustas .btn_gustas:last-child {
  margin: 0;
}


.cookies-overlay {
background: rgba(0, 0, 0, 0.85);
position: fixed;
left: 0%;
bottom: 0;
color: #fff;
width: 100%;
z-index: 9999;
font-size: 12px;
text-align: center;
padding: 10px 0;
}

.cookies-overlay button:hover {
background: #ffffff;
}
.cookies-overlay button {
background: rgba(255, 255, 255, 0.75);
border: none;
border-radius: 100%;
margin: 0 10px;
color: #000;
width: 24px;
height: 24px;
float: right;
font-size: 16px;
font-weight: bold;
}

.form_viajes {
  background: #ccc;
  padding: 10px;
}

.form_viajes .control-group input[type="text"] {
  width: 100%;
}

.form_viajes .checkbox label {
  font-size: 11px;
  text-transform: none;
}



/* FIN OJO!  */


#oferta_features ul li {
  list-style: none;
  margin: 0;
}

#oferta_features ul ul {
  margin: 0 0 10px;
}

.platos {
  text-transform: uppercase;
  font-weight: 700;
}


/* OJO! esto se puso para solucionar el tema del upload foto FADE deja de funcionar */

.fade {
  opacity: 1;
}

/* FIN OJO!  */



/* Blog iframe fb */
#likes .fb_iframe_widget iframe {
position: static!important;
}
.fb-comments iframe {
position: static!important;
}

/* Post iframe fb */
#fb-share-button .fb_iframe_widget iframe {
position: static!important;
margin-bottom: 10px;
padding-bottom: 15px;

}

/*tooltip info tab fotos*/

#fotos h2 i {
    color: #8a8a8a;
}
.ui-tooltip {
	font-size: 12px;
}

/*modal-users*/

.modal-users {
    background: none repeat scroll 0 0 #fff !important;
    color: #333333!important;
    overflow: auto;
    width: 445px;
    bottom: auto;
}
.modal-users .modal-dialog {
    width: auto;
    padding: 0;
}
.modal-users .modal-title {
    color: #3e3e3e;
}
.modal-users .modal-body {
	padding:0 15px;
    max-height: 400px;
}
.modal-users .lista_usuario {
    margin-bottom: 0 !important;
    padding: 10px 0 0 !important;
}
.modal-users .avatar_cont {
	width: 71px;
}

/*radar*/

.modulo_radar .name {
	color: #2e2e2e;
	font-weight: 700;
	font-size: 24px;
}
.modulo_radar .age {
	color: #666;
	font-weight: 400;
	font-size: 22px;
	margin-right: 5px;
}
.modulo_radar .place {
	color: #666;
	font-weight: 300;
	font-size: 20px;
}
.modulo_radar a:hover {
	text-decoration: none;
	color: grey;
}
.modulo_radar .usuario_info p {
	padding: 10px 0;
}

.modulo_radar .usuario_info p {
   border-bottom: 1px solid #cccccc;
   padding-bottom: 5px;
}
.adicional_info {
	font-size: 22px;
	margin-top: 10px;
	display: inline-block;
}
.adicional_info a {
	margin: 0 10px;
	float: left;
}
.adicional_info a:hover {
	opacity: 0.8;
}

.adicional_info a span {
    font-size: 22px;
    line-height: 40px;
    vertical-align: bottom;
    color:#666;
}
.adicional_info small {
    font-size: 12px;
    color:#666;
}


.radar-header {
    overflow: hidden;
    padding: 10px 0;
}
.radar-cont .carousel-indicators {
	left: calc(50% - 70px);
	width: 160px;
}
.radar-cont .carousel-indicators li {
	height: 20px;
	width: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.radar-cont .carousel-indicators li.active {
	margin: 1px 1px 1px 5px;
}
.radar-cont .item {
    max-height: 500px;
    overflow: hidden;
    height: auto;

}
.radar-cont .item > img {
    margin: 0 auto;
    display: block;
    height: auto !important;
    max-width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.modulo_radar .botonera_gustas {
    display: block;
    margin: 0 auto;
    width: 240px;
}
.modulo_radar .usuario_info {
    margin: 0 auto;
    max-width: 50%;
    min-width: 240px;
    text-align: center;
}
.modulo_radar .carousel-control {
	bottom: 0;
	top: 0;
	border: 1px solid #1a1a1a;
	height: auto;
	width: 15%;
	left: 0;
	margin-top: 0;
	background-color: #2e2e2e;
	background-image: none;
	opacity: 1;
}
.modulo_radar .carousel-control:hover {
	opacity: 1;
	background-color: #424242;

}

.modulo_radar .carousel-control.right {
    left: auto;
    right: 0;
    border-radius: 0;
}
.modulo_radar .carousel-control.left {
	border-radius: 0;
}
.modulo_radar .carousel-control span {
    display: block;
    height: 92px;
    left: calc(50% - 14px);
    margin: 40px 0;
    position: absolute;
    top: calc(50% - 88px);
    width: 29px;
}
.modulo_radar .carousel-control span.arrow-left {
	background: url("/front_media/img/prev.png") no-repeat center center transparent;
}
.modulo_radar .carousel-control span.arrow-right {
	background: url("/front_media/img/next.png") no-repeat center center transparent;
}


.modulo_radar .carousel-inner {
	 margin: 0 auto;
}
.modulo_radar .carousel {
    background-color: #f4f4f4;
    background-image: linear-gradient(to bottom, #f4f4f4, #f1f1f1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*radar match*/
.modulo_radar_match {
	text-align: center;
	 margin: 10px 0;
}

.modulo_radar_match .msj_info {
	color: #666;
	font-size: 28px;
	line-height: 26px;
	padding: 20px 5px;
}
.users_feedback {
	max-width: 240px;
	margin: 0 auto;
}
.users_feedback .thumb_usuario {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 110px;
    margin: 10px 5px;
    overflow: hidden;
    width: 110px;
}
.users_feedback .thumb_usuario img {
    padding: 0;
    width: 100%;
}
.users_actions {
	 margin: 0;
}
.users_actions a {
	 margin: 5px 10px;
}
.users_likes {
    background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    color: #b1b1b1;
    display: inline-block;
    font-size: 15px;
    min-width: 200px;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.users_likes a {
}
.users_likes a:hover{
	 color: grey;
	 text-decoration: none;
}
.lista_usuario_lateral .botonera_gustas,
.lista_miembros .botonera_gustas {
    max-width: 100px;
    padding: 0;
    width: auto;
}

/*home promotion app*/

.home_app .modulo_app {
    float: none;
    margin: 0 auto;
}


/*banner app vertical*/
.modulo.banner_app {
    position: relative;
}
.banner-caption {
    background-color: #000000;
    bottom: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%;
}
.banner-caption img {
    float: right;
    max-width: 115px;
}

/*banner app horizontal "Smart Banner" */

.content-banner {
    position: relative;
    padding-bottom: 0px;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    max-width: 970px;
    height: auto;
    text-align: center;
}
.content-banner > :first-child {
    margin-bottom: 20px;
    display:block;
}
.content-banner ins {
    margin-bottom: 20px;
}

.content-banner #smartbanner {
	background: none repeat scroll 0 0 #2e2e2e!important;
	border-color: #2e2e2e!important;
	border-top: 4px solid #ba0017!important;
}
.content-banner #smartbanner .sb-close {
	top: 10px;
}
.content-banner #smartbanner.android .sb-button  {
  display: inline-block;
  *display: inline;
  padding: 0;
  margin-bottom: 0;
  *margin-left: .3em;
  right: 10px;
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #de2624;
  *background-color: #8e0114;
  background-image: -moz-linear-gradient(top, #de2624, #8e0114);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de2624), to(#8e0114));
  background-image: -webkit-linear-gradient(top, #de2624, #8e0114);
  background-image: -o-linear-gradient(top, #de2624, #8e0114);
  background-image: linear-gradient(to bottom, #de2624, #8e0114);
  background-repeat: repeat-x;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde2624', endColorstr='#ff8e0114', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   min-width: 10%;
}

.content-banner #smartbanner.android .sb-button:hover,
.content-banner #smartbanner.android .sb-button:focus,
.content-banner #smartbanner.android .sb-button:active,
.content-banner #smartbanner.android .sb-button.active,
.content-banner #smartbanner.android .sb-button.disabled,
.content-banner #smartbanner.android .sb-button[disabled] {
  color: #fff;
  background-color: #8e0114;
  *background-color: #8e0114;
}
#smartbanner {
	position: absolute!important;
}
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
	background: none!important;
}
.content-banner #smartbanner .sb-info {
	width: 35%;
}

.content-banner #smartbanner.android .sb-button span, .content-banner #smartbanner .sb-button span  {
  background: none;
  text-transform: uppercase;
}

#smartbanner .sb-info span:nth-child(2) {
  display: none;
}
#smartbanner .sb-info span:nth-child(3):before {
  content: "Bájate la nueva APP de Gruppit";
}



/*banner app horizontal*/
.banner-app-h {
	position: relative;
	padding-bottom: 90px;
	height: 0;
	overflow: hidden;
}

.banner-responsive {
	position: relative;
	padding-bottom: 0px;
	height: 0;
	height: auto;
	overflow: hidden;
}

/*banner home*/
.banner-home {
    margin-top: 0px;
}
.banner-home > :first-child {
    margin-top: 35px;
}
.banner-home ins {
    margin-top: 35px;
}



/*mensajes Premium*/
.content-info-message {
	text-transform: uppercase;
}
.content-info-message p {
	margin: 10px 0;
}
.premium-section #Stage_jbeeb_3 {display: none;}

.widget-box {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    padding: 0;
    border-color: #5a5a5a;
}
.widget-header {
border-color: #666;
background: #404040;
text-align: center;
padding-left: 0;
color: #fff;
}
.widget-header:before, .widget-header:after {
content: "";
display: table;
line-height: 0;
}
.widget-header >.widget-title {
line-height: 36px;
margin: 0;
display: inline;
font-size: 17.5px;
padding-bottom: 5px;
text-transform: uppercase;
}

.widget-header:after {
clear: right;
}
.widget-body {
background-color: #FFF;
}
.widget-main {
padding: 12px;
}
.widget-main ul {
margin: 0px;
}
.widget-main li {
margin-top: 15px;
margin-bottom: 15px;
}
.widget-main li i {
color: #69aa46;
}
.widget-main hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #cccccc;
}
.precio-box {
margin-bottom: 10px;
}
.precio-box .precio {
font-size: 22px;
line-height: 20px;
height: 28px;
text-align: center;
color: #555;
}
.precio-box .precio small {
    display: inline;
    font-size: 22px;
}
.last-payment-step {
    color: #4d4d4d;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
}

.last-payment-step-wrapper {
    background-color: #eee;
    overflow: hidden;
    padding: 0 5px 10px;
}
.last-payment-step h2 {
    color: #4d4d4d;
    margin: 0 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 17.5px;
    text-transform: uppercase;
}

.last-payment-step input[type="radio"] {
    float: left;
    margin: 22px 0 28px 10px;
}

#visa-label, #mastercard-label, #cb-label, #visa-electron-label {
    background: url("/front_media/img/payment-cards.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 0;
    height: 29px;
    margin: 20px 0 0;
    padding-left: 0px;
    text-indent: -9999px;
    width: 49px;
}
#mastercard-label {
    background-position: 0 -29px;
    margin-top: 13px;
}
#cb-label {
    background-position: 0 -58px;
    margin-top: 13px;
}
.card-data-insert {
    clear: left;
    overflow: hidden;
    padding: 0;
}

.card-data-insert label {
    clear: left;
    height: 20px;
    text-align: right;
    width: 39%;
}

#card-number {
    width: 140px;
}
.content-tc {
    margin: 0 auto;
    max-width: 220px;
}
#card-number-padlock {
    background: url("/front_media/img/card-number-padlock.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 20px;
    margin-left: 5px;
    width: 12px;
}
.card-data-insert label, .card-data-insert input, .card-data-insert select {
    float: left;
    margin-bottom: 10px;
    font-size: 11px;
    margin-right: 5px;
}
.card-data-insert input {
    height: 18px;
}
.card-data-insert select {
    height: 20px;
    margin-right: 6px;
    padding-left: 15px;
    width: 69px;
}
#cryptogram {
    width: 65px;
}

.seguridad {
    background: url("/front_media/img/verisign.png") no-repeat scroll 20px 0 #4d4d4c;
    box-shadow: 0 0 10px #404040;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    height: auto;
    line-height: 15px;
    padding: 10px 10px 11px 121px;
    min-height: 50px;
}
.area .seguridad {
    background: url("/front_media/img/devolucion_garantizada.png") no-repeat scroll 0 3px #4d4d4c;
	padding: 15px 10px 16px 127px;
	font-size: 19px;
	line-height: 21px;
	min-height: 100px;
	text-align: center;
}
.secure img {
	max-width: 80px;
}
.logos-cards li {
	margin: 10px 0 0 0;
}
.gruppit-supersonic img {
    max-width: 180px;
}

/*filtros viajes*/
.filtros-viajes {
  padding: 10px 0;
}
.filtros-viajes a, .filtros-viajes select {
  margin: 5px 0;
}
/* ficha viajes */
.caja_rounded.item_viajes_det {
    margin-top: 40px;
}
.item_viajes_det .itemRight {
    float: right!important;
}
.item_viajes_det .itemLeft {
    float: left!important;
    margin-left: 0!important;
}

.item_viajes_det .itemDetail {
  border-bottom: 1px dotted #7b7b7b;
  padding-bottom: 15px;
}
.btn-pdf, .btn-select {
  padding: 1px 10px 1px 5px;
  font-weight: 300;
  display: inline-block;
  *display: inline;
  font-size: 12px;
  line-height: 26px;
  color: #616264;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  vertical-align: middle;
  cursor: pointer;
  background-color: #ebebec;
  *background-color: #c8cacb;
  background-image: -moz-linear-gradient(top, #ebebec, #c8cacb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebec), to(#c8cacb));
  background-image: -webkit-linear-gradient(top, #ebebec, #c8cacb);
  background-image: -o-linear-gradient(top, #ebebec, #c8cacb);
  background-image: linear-gradient(to bottom, #ebebec, #c8cacb);
  background-repeat: repeat-x;
  border: 1px solid #bcbebf;
  *border: 0;
  border-color: #f8921c #f8921c #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebec', endColorstr='#ffc8cacb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 15px 10px;
}


.icon-pdf {
    background: url("/front_media/img/ico_pdf.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 24px;
    margin: 1px 6px 0 0 !important;
    width: 24px;
}
.apuntados {
    margin-bottom: 20px;
}
.btn-pdf {
  text-transform: uppercase;
}


/* listado viajes */

.listItem .btn-reservar {
  display: none;
}
.listItem form .btn-reservar {
  display: block;
}
.listItem .selector {
  display: none;
}
.listItem form .selector {
  display: block;
}

/* selector de precios */

.selector {
  margin: 0;
}
.selector .dropdown {
    list-style: none;
}
.btn-select {
   margin-bottom: 8px !important;
    padding: 4px 10px;
    text-align: left !important;
    min-width: 170px;
    display: block;
    background-color: #F0F0F0;
    min-height: 55px;
}
.btn-select .caret {
    margin-top: -30px;
}
.btn-select .select-precio .caret {
    margin-top: 5px;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;

}
.btn-select .select-precio {
  margin-top: -30px;
  font-weight: 600;
  color: #616264;
}
.select-precio.select-default {
    margin-top: 6px;
}
.selector .dropdown-precios {
    height: 300px;
    left: -1px;
    min-width: 266px;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0;
}
.selector .dropdown-precios li, .btn-select {
    color: #333333;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    padding: 10px 8px;
}
.selector .dropdown-precios li {
    border-bottom: 1px dotted #7b7b7b;
    background: none repeat scroll 0 0 #fff;
}

.selector .dropdown-precios li:hover, .btn-select:hover {
    background-color: #F0F0F0;
}
.selector .dropdown-precios li p,
.selector .dropdown-precios li p strong,
.btn-select p,
.btn-select p strong {
    color: #616264;
    margin: 0 0 3px;
}

.selector .dropdown-precios li .total-price,
.btn-select .total-price {
    color: #b90016;
    font-size: 1.14em;
    font-weight: 700;
}
.selector .dropdown-precios li .total-discount,
.btn-select .total-discount {
    color: #666;
    font-size: 0.85em;
}
.selector .dropdown-precios li .dispo,
.btn-select .dispo {
    font-size: 0.85em;
}
.selector .dropdown-precios li .dispoRest,
.btn-select .dispoRest {
    color: #b90016;
    font-size: 0.85em;
    font-weight: 700;
}

/* iframe responsive */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* avatars nuevos */
.avts {
  margin: 5px 0 10px;
}

.avt {
  width: 40px;
  height: 40px;
  margin: 5px 3px 3px 0;
  display: inline-block;
}
.avt:last-child {
  margin-right: 0px;
}
.avts-md .avt {
  width: 50px;
  height: 50px;
}
.avts-lg .avt {
  width: 75px;
  height: 75px;
}
.avts-xlg .avt {
  width: 115px;
  height: 115px;
}

.avt img {
  width: 94%;
  background: #fff;
  padding: 3%;
  border: 1px solid #cdccca;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.avt-mas {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #c9c9c9;
  display: inline-block;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin: 3px 3px 3px 0;
  vertical-align: top;

}
.avts-md .avt-mas {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
}
.avts-lg .avt-mas {
  width: 75px;
  height: 75px;
  font-size: 22px;
  line-height: 73px;
}
.avts-xlg .avt-mas {
  width: 115px;
  height: 115px;
  font-size: 30px;
  line-height: 113px;
  }
.lista_miembros .avts-xlg .avt-mas {
    width: 94%;
    height: 110px;
    margin: 0 0 10px;
}

/* anunciado tv */
.anuncio {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 1px;
}
.anuncio:hover,
.anuncio:focus {
    color: #fff;
}

/* estilos para SEO */


div.item-cta.span4 h1 {
  font-size: 18px;
  line-height: 20px;
}


/* eventos 2015 */

.modulo-evento .itemDetail h4 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 17.5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.modulo-evento .titular_xxl a {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}

.subir-foto {
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
.btn-foto {
  opacity: 0;
  position: absolute;
  width: 100%;
  cursor: pointer;
  display: inline-block!important;
}

.modulo .crear-evento,
form .list-form {
  margin: 10px 0;
}
.list-reserva {
  margin: 0;
}
form .list-form,
.list-reserva {
  padding: 0 0 0 15px;
}
.list-form hr {
    border-top: 1px solid #E0DFDF;
}

.modulo .crear-evento li,
form .list-form li,
.list-reserva li {
  margin: 0;
  padding: 7px 0;
  list-style: none;
  overflow: hidden;
}
.modulo .crear-evento li strong,
form .list-form li strong {
  text-transform: uppercase;
  display: block;
}

form .list-form li strong label {
  font-weight: bold;
  font-size: inherit;
  color: #333333;
}
form .list-form .checkbox label {
    font-size: 11px;
    text-transform: none;
}

.subtitle-form {
    border-bottom: 1px solid #CCCCCC;
    font-size: 17.5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.subtitle-filtros {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}


.input-inline-level {
  width: auto!important;
}

.required {
  color: #b94a48;
}
.control-group.error [class*="span"]:nth-child(2) input {
  border-color: #cccccc;
  color: #555555;
}
.control-group.error [class*="span"]:nth-child(2) input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error .select2-container .select2-choice {
  border-color: #b94a48;
  color: #b94a48;
}

.content-btns a {
  margin: 0 0 10px;
}

/* grupos 2015 */

.contenedor-grupos .grupo {
    background-position: 0 0;
    height: 150px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;


}
.contenedor-grupos .grupo-item {
    background: -webkit-linear-gradient(bottom,#000 0,rgba(0,0,0,0)50%);
    background: -moz-linear-gradient(bottom,#000 0,rgba(0,0,0,0)50%);
    background: -o-linear-gradient(bottom,#000 0,rgba(0,0,0,0)50%);
    background: -ms-linear-gradient(bottom,#000 0,rgba(0,0,0,0)50%);
    background: linear-gradient(to top,#000 0,rgba(0,0,0,0)50%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.contenedor-grupos .grupo-content {
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(0,0,0,.8);
    width: 100%;
    z-index: 5;
    left: 0;
    padding: 0 50px 0 5px;
}

.contenedor-grupos .grupo-content p {
    margin: 0;
}
.contenedor-grupos .grupo-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.contenedor-grupos .grupo-description {
    font-weight: 400;
    line-height: 15px;
}

.contenedor-grupos .grupo-button {
  background-image:url("/front_media/img/plus-icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    bottom: 0;
    height: 33px;
    right: 10px;
    position: absolute;
    width: 100%;
    z-index: 5;
}

/* datepicker styles */

.datepicker {
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border-width: 1px;
}

.datepicker-dropdown {
    width: 220px!important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  vertical-align: middle;
  margin-bottom: 0;
  *margin-left: .3em;
  display: inline-block;
  *display: inline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  background-color: #909395;
  background-image: -moz-linear-gradient(top, #909395, #616365);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#909395), to(#616365));
  background-image: -webkit-linear-gradient(top, #909395, #616365);
  background-image: -o-linear-gradient(top, #909395, #616365);
  background-image: linear-gradient(to bottom, #909395, #616365);
  background-repeat: repeat-x;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  vertical-align: middle;
  margin-bottom: 0;
  *margin-left: .3em;
  display: inline-block;
  *display: inline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 53px;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  background-color: #909395;
  background-image: -moz-linear-gradient(top, #909395, #616365);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#909395), to(#616365));
  background-image: -webkit-linear-gradient(top, #909395, #616365);
  background-image: -o-linear-gradient(top, #909395, #616365);
  background-image: linear-gradient(to bottom, #909395, #616365);
  background-repeat: repeat-x;
}

/* calendar styles */

.input-group-addon {
  padding: 3px 12px;
}
.contenedor-filtros {
  float: left;
  width: 32%;
}

.contenedor-grupo {
  max-width: 225px;
}
.contenedor-calendar {
  max-width: 235px;
  margin: 0 50px 10px 0;
}
.contenedor-poblacion {
  max-width: 210px;
  margin: 0 0 0px 0;
}
.contenedor-poblacion .select2-container,
.filtros_form .select2-container {
  width: 90%!important;
  margin-bottom: 10px;
}

/* evento destacado */

.evento_lista.destacado {
    background-color: transparent;
    padding: 0 10px;
    position: relative;
}
.evento_lista.destacado.destacado-gray {
    background-color: #BCBCBC;
}
.evento_lista.destacado h3 {
    margin-top: 0;
    padding-top: 5px;
}
.destacado-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  right: -2px;
  z-index: 250;
}
.destacado-wrapper.bottom-right {
  right: -2px;
  bottom: -2px;
  top: inherit;
}
.destacado-wrapper.bottom-right .title {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -6px;
  top: 30px;
}
.destacado-wrapper .title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 8px 0 63px;
  left: -5px;
  top: -15px;
  width: 160px;
  line-height: 20px;
  text-decoration: none;
  background-color: #797979;
}
.destacado-wrapper .title:before {
  left: 0;
  bottom: -1px;
}
.destacado-wrapper .title:after {
  right: 0;
}
.destacado-wrapper .title:before,
.destacado-wrapper .title:after {
  content: "";
  border-top: 2px solid #797979;
  border-left: 2px solid rgba(0, 0, 0, 0);
  border-right: 2px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -2px;
}
.destacado-wrapper .title {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.destacado-wrapper .title.title-red {
    background-color: #B9151D;
}

/* organizador evento */
.content-img-evento {
  position: relative;
}
.content-img-evento .img_evento {
    height: 300px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 8px solid #ffffff;
}

.content-copy-evento {
  position: relative;
}
.content-copy-top {
  min-height: 130px;
  clear: both;
}
#eventoContainer .organizador {
    position: absolute;
    right: 2.5%;
    top: 5px;
    width: 108px;
}
#eventoContainer .avt {
    margin: 0;
}
#eventoContainer .avt img {
    box-shadow: none;
    border: none;
}
#eventoContainer .avt img:hover {
    box-shadow: none;
    border: none;
}
#eventoContainer .organizador .title {
    position: absolute;
    left: 21px;
    top: 94px;
    z-index: 2;
}
.organizador {
  padding: 0 0 10px;
}
.organizador .title {
  margin: 0;
}
.organizador .btn {
  width: 117px;
}

.content-copy-evento .info {
    margin-top: 10px;
}
.content-copy-evento .avt img {
    border: 1px solid #cdccca!important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)!important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)!important;
}

/* slider home logueado */

.slider-logueado {
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    height: 460px;
    cursor: pointer;

}
.slider-logueado .container {
    padding-top: 150px;
}

.slider-logueado .title {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.slider-logueado .title a {
    color: #ffffff;
}
.slider-logueado .title a:hover {
    color: #ffffff;
}

/* box pastillas */

.img-box-pastilla {
    margin: 20px 0px;
}
.img-box-pastilla-item{
  max-width:370px;
  margin: 20px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  height: 400px;
}
.img-box-pastilla-item .img-box  {
    height: 200px;
    display: block;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-box-pastilla-content{
  padding:10px 20px 10px;
  position:relative;
}
.img-box-pastilla h4 {
  margin-top: 0;
}

/* lista apuntados */
a.avt-mas {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.avt-mas:hover {
  color: #fff;
  background-color: #A9A9A9;
}
a.avt-mas:focus {
  color: #fff;
  background-color: #c9c9c9;
}
.lista_miembros li.avts-xlg:hover a.avt-mas {
  background-color: #A9A9A9;
}
.lista_miembros li.avts-xlg {
    height: auto;
}
.lista_miembros li.avts-xlg h5 a {
  font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.lista_miembros li.avts-xlg:hover h5 a {
  color: #666666;
}

/* box title */

.box-title {
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    height: 110px;
}
.box-title .container {
    padding-top: 10px;
}
.box-title .title {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* box content */

.box-content {
    margin: 20px auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0 0 20px;
}

.separador-small {
    display: block;
    width: 30px;
    height: 5px;
    margin: 10px 0 10px;
    background-color: #b90016;
    position: relative;
}

/* box equipo */
.box-equipo span,
.modal_personas span {
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    min-height: 30px;
    line-height: 14px;
}
.modal_personas span {
    font-size: 14px;
    line-height: 14px;
}
.box-equipo .img-box-pastilla-item {
  height: auto;
  padding-top: 20px;
  text-align: center;
}
.box-equipo .img-box-pastilla-item .img-box {
  -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/*ckbox*/

.ckbox {
  position: relative;
  margin-top: 3px;
}


.ckbox input[type=checkbox] {
  opacity: 0;
}
.ckbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
}


.ckbox label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
  display: inline-block;
}
.ckbox label:before {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: inline-block;
  border: 1px solid #BBB;
  background: #FFF;
}

.ckbox input[type=checkbox]:checked + label::after {
  border-color: #999898;
  background-color: #999898;
}
.ckbox .item-precio,
.ckbox .item-ckbox {
    color: #333333;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    padding: 0 8px;
}

.ckbox .item-precio p,
.ckbox .item-precio p strong,
.ckbox .item-ckbox p,
.ckbox .item-ckbox p strong {
    color: #616264;
    margin: 0 0 3px;
    text-transform: initial;
}
.ckbox .item-precio .total-price {
    color: #b90016;
    font-size: 1.14em;
    font-weight: 700;
}
.ckbox .item-precio .total-discount {
    color: #666;
    font-size: 0.85em;
}
.ckbox {
  margin-top: 5px;
}

.ckbox small,
.ckbox small strong {
  text-transform: none!important;
}

.table-precios .ckbox,
.table-precios .ckbox label {
  margin: 0!important;
}
.table-precios th {
    background: none repeat scroll 0 0 #f7f7f8!important;
}
th.text-center {
  text-align: center;
}
th {
    background: none repeat scroll 0 0 #f7f7f8 !important;
}
.table-responsive {
    overflow-y: hidden;
}

/*rdio*/

.rdio {
    position: relative;
    margin-top: 3px;
}

.rdio input[type=radio] {
  opacity: 0;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  border-color: #999898;
  background-color: #999898;
}

.rdio input[type=radio]:checked + label::after, .rdio input[type=radio]:checked + label::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rdio input[type=radio]:checked + label::after {
  color: #999898;
}

.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
  display: inline-block;
}

.rdio label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: inline-block;
  border: 1px solid #BBB;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rdio .item-rdio {
    color: #333333;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    padding: 0 8px;
}

.rdio .item-rdio p,
.rdio .item-rdio p strong {
    color: #616264;
    margin: 0 0 3px;
    text-transform: initial;
}



/* modal-terminos-condiciones*/

#myModal {
  width: 750px;
  margin-left: -380px;
  color: #333333;
  max-height: 850px;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
}
#myModal.fade.in {
  overflow: auto;
}
#myModal .modal-header {
    background-color: #fff;
}
#myModal .modal-header .close{
    color: #000000;
    font-size: 40px;
    margin-right: 10px;
    margin-top: 5px;
}
#myModal .modal-body {
    height: 80%;
    background-color: #fff;
    max-height: none;
}
#myModal .modal-body iframe {
    height: 98%;
}
#myModal .modal-footer {
    padding-top: 29px;
    margin-top: 0;
}

/* number pickers */
.number-spinner {
  max-width: 100px;
}
.btn-counter {
  background-color: #999898;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 8px 4px;
}
.btn-counter:hover {
  background-color: #908F8F;
}
.content-total {
    display: inline-block;
    background-color: #DCDDDF;
    color: #b90016;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #999898;
}

/*Ecommerce*/

.list-reserva .price,
.list-reserva .price-total {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    color: inherit;
    font-family: inherit;
    font-weight: 100;
    line-height: 1;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    color: #616264;
}

.list-reserva .price-total {
    font-weight: bold;
    color: #b90016;
}
.list-reserva li strong {
    color: #616264;
}

.subtitle-reserva {
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0;
}
.list-reserva hr {
    border-top: 1px solid #E0DFDF;
}
.list-reserva p {
  margin: 0;
  text-transform: uppercase;
}

.feedback-reserva {
    background-color: #DCDADA;
    padding: 10px 5px;
    border-radius: 5px;
    margin: 5px 0;
}
.feedback-reserva p {
    margin: 0;
}
.feedback-error {
    min-height: 350px;
    padding: 7.5em 0;
}
.feedback-error strong {
   color: #b90016;
}
.feedback-error h1 {
    text-transform: uppercase;
    color: #616264;
}
.feedback-error .btn {
    margin: 10px 0 0;
}
.feedback-error .btn-link {
  text-transform: lowercase;
}

/* gral styles */

.no-margin {
    margin: 0!important;
}

/* form filtros sidebar*/

.form-filtros {
  overflow: auto;
  padding: 5px;
}
.caja_lateral .modulo .subtitle-form {
    font-family: 'Oswald', sans-serif;
}


#search {
    margin: 0;
    z-index: 1;
}
#search input[type=text] {
    width: 100%;
}

#search button {
    position: absolute;
    top: 0;
    right: 15px;
    border: 0;
    margin-top: 0;
    padding: 5px 10px 5px;
    border-radius: 0 4px 4px 0;
    background-color: transparent;
}

.slider.slider-horizontal {
    width: 150px;
    margin: 0 10px 10px;
}
.slider-handle {
    background-color: #999898;
    background-image: -webkit-linear-gradient(top, #999898 0%, #999898 100%);
    background-image: -o-linear-gradient(top, #999898 0%, #999898 100%);
    background-image: linear-gradient(to bottom, #999898 0%, #999898 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999898', endColorstr='#999898', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.slider-selection {
    background-image: -webkit-linear-gradient(top, #DCDDDF 0%, #DCDDDF 100%);
    background-image: -o-linear-gradient(top, #DCDDDF 0%, #DCDDDF 100%);
    background-image: linear-gradient(to bottom, #DCDDDF 0%, #DCDDDF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCDDDF', endColorstr='#DCDDDF', GradientType=0);
}
#tagcloud {
  margin: 10px 0;
}
#tagcloud a {
  margin: 0 10px 0 0;
}


/*bootstrap 3*/
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.static {
  position: static;
}
/*filtros */
.content-filtros {
  background-color: rgba(255, 255, 255, 1);
  margin: 0;
  border: 1px solid #c6c6c6;
  height: 100%;
}
.content-filtros .form-filtros {
  background-color: rgba(255, 255, 255, 1);
}
.actions-filter {
  margin: 20px;
}
.actions-filter .phone {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.actions-filter .phone i {
  color: #b90016;
}
.content-filtros select {
  width: 100%;
}
.actions-filter .phone b  {
  display: inline-block;
}
.img-full {
    height: auto;
    width: 100%;
}

/* gral styles */

.hideOverflow {
  overflow: hidden!important;
}

.w-ri {
  min-width: 207px;
}

/*select idioma*/

.header-search-lang {
    position: relative;
}
.header-search-lang-btn {
    color: #fff;
    display: block;
    margin-top: 10px;
    padding-right: 0;
    position: relative;
   width: 70px;
    z-index: 1;
}
.header-search-lang-btn .caret {
    border-top-color: #fff;
    margin: 10px 0 0 5px;
}
.header-search-lang-btn .header-search-lang-flag, .header-search-lang-btn .header-search-lang-text {
    font-size: 11px;
    vertical-align: middle;
}
.header-search-lang-btn .header-search-lang-flag {
    margin-left: 5px;
}
.site-lang-select {
    border: 0 none;
    cursor: pointer;
    height: 16px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 10px;
    width: 95px;
    z-index: 5;
}

/*helpers*/
.margin-40 {
  margin-bottom: 40px;
}
.padding-40 {
  padding-top: 40px;
}

/* filter search */

.stylish-input-group .input-group-addon{
    background: white !important;
    padding: 2px 5px;
}
.stylish-input-group .form-control{
  border-right:0;
  box-shadow:0 0 0;
  border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.actions-filter .stylish-input-group {
    max-width: 200px;
}

.actions-filter .offcanvas,
.actions-filter .offcanvas:hover {
  cursor: pointer;
}

/* Código de gruppit del modal */


.lbx {
  background: rgba(100, 100, 100, 0.8);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.lbx .close{
  right: -2px;
}
.lbx > div {
  border-radius: 10px;
  position: fixed;
  background: #FFFFFF;
  color: #000;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  /* Width of popup can be changed */
  width: 70%;
  max-width: 600px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;

}


/* test /*




/* Junio 2017: slideshow con dots para el slot1 de anuncios */

.slot1_dots {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}


.slot1_dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slot1_dot_active {
  background-color: #000;
}

/* Los 3 slots de abajo */

.slot_dots {
}


.slot_dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

}

.slot_dot_active {
  background-color: #000;
}






/* Enero 2019 */


.icon-viajarsolo {
  background: url("/front_media/img/ico_viajarsolo.png");
  width: 85px;
  height: 40px;
}

#messageHeader .mensaje_destinatario,
#messageHeader .mensaje_viajarsolo {
  display: block;
  width: 100%;
}

#messageHeader .mensaje_viajarsolo {
  margin: 0 0 15px;
}


/*//////invitar viajarsolo////////////*/



.crear_viajarsolo h2 {
  font-family: 'Oswald',sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;

}

#viajarsolo, .banner_cta {
  border: 1px solid #c5c5c3;
  background: url("/front_media/img/bg_viajarsolos.jpg")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 13px;
  margin: 0 0 20px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#viajarsolo h2 {
  font-weight: 400;
  font-size: 34px;
  font-family: 'Pacifico', cursive;
  margin: 0 0 5px;
  color: #cd1f20;
}

#viajarsolo h2 strong {
  font-weight: 400;
  color: #3c3c3c;
}



.thumb_usuario_viajarsolo {
  width: 196px;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("/front_media/img/bg_avatar_viajarsolo.png")
}

.thumb_usuario_viajarsolo img {
  width: 65px;
  height: 66px;
  margin: 15px 0 0 114px;
  border: 1px solid #d6d6d5;
}

#viajarsolo h3 {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Pacifico', cursive;
  margin: 0  203px 12px 0;
  color: #3c3c3c;
  border-bottom: 1px solid #b1b1b0;
}

#viajarsolo .span3 {
  margin: 0;
}

#viajarsolo .span3 p {
  margin: 0 0 6px;
}

#viajarsolo .btn-large, .banner_cta .btn-large {
  position: absolute;
  bottom: 14px;
  right: 15px;
  font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    padding: 5px 15px;
}

#viajarsolo #stepBack {
  position: absolute;
  bottom: 20px;
    left: 50%;
  font-weight: 400;
}

#viajarsolo .globo_editable {
    background-color: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 7px 7px 7px 7px;
    margin: 20px 0 0;
    padding: 10px 6px;
    position: relative;
}

#viajarsolo .globo_editable .flecha_globo {
    background: url("/front_media/img/flecha_globo_ed_viajarsolo.png");
    display: block;
    height: 14px;
    left: 16px;
    position: absolute;
    top: -14px;
    width: 16px;
}

#viajarsolo .globo_editable textarea {
  font-weight: 400;
  font-size: 26px;
  font-family: 'Patrick Hand SC', cursive;
  color: #999;
}

#viajarsolo .row-fluid .span6:first-child {
  border-right: 1px dashed #999;
}

#viajarsolo .row-fluid .span6:last-child {
  margin-top: 29px;
  height: 190px;
}

#viajarsolo .row-fluid .span6:first-child h3,
#viajarsolo .row-fluid .span6:first-child .globo_editable {
  margin-right: 5%;
}

#viajarsolo .row-fluid .span6:first-child h3 {
 font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

#viajarsolo .row-fluid form label {
  width: 190px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Pacifico', cursive;
  text-transform: none;
  text-align: left;
}

#viajarsolo .form-horizontal .control-group {
    margin: 1em 0 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
}

#viajarsolo .form-horizontal .control-group:last-child {
    margin-bottom: 4em;
}

#viajarsolo .form-horizontal .control-group-2 {
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;

}



.lista_viajarsolo {
    border-bottom: 1px dotted #cecece;
    margin-bottom: 20px;
}

.lista_viajarsolo .viajarsolo_item {
    border-right: 1px dotted #cecece;
}

.lista_viajarsolo .viajarsolo_item:last-child {
    border-right: none;
}

.viajarsolo_item .globo,
.caja_lateral .modulo_viajarsolos .globo {
    background: #f3f4ef;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    margin: 14px 8% 14px 0;
    padding: 12px;
    position: relative;
}

.caja_lateral .modulo_viajarsolos .globo,
.modulo_home_b .viajarsolo_item .globo {
    margin: 0 0 14px 11px;
}

.viajarsolo_item .globo .flecha_globo {
    background: url("/front_media/img/flecha_globo_viajarsolo.png") no-repeat;
    display: block;
    height: 11px;
    top: -11px;
    position: absolute;
    left: 12px;
    width: 16px;
}

.tab-pane .row-fluid .globo {
  margin-right: 0;
}

.caja_lateral .modulo_viajarsolos .globo .flecha_globo,
.modulo_home_b .viajarsolo_item .globo .flecha_globo {
    background: url("/front_media/img/flecha_globo_viajarsolo_lat.png") no-repeat;
    display: block;
    height: 16px;
    top: 16px;
    position: absolute;
    left: -11px;
    width: 11px;
}

.viajarsolo_item .globo h4,
.caja_lateral .modulo_viajarsolos .globo h4,
.mensaje_viajarsolo label {
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Pacifico', cursive!important;
  color: #cc1f20;
  margin-top: 0;
}

.viajarsolo_item .globo p,
.caja_lateral .modulo_viajarsolos .globo p,
.mensaje_viajarsolo p {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  font-family: 'Patrick Hand SC', cursive;
  margin: 0;
  text-transform:lowercase;
}

.mensaje_viajarsolo {
  float: left;
  margin-left: 15px;
}

.viajarsolo_item .avatar_cont  {
  width: 115px;
}

.datos_viajarsolo {
  margin: 10px 0;
}

.caja_lateral .modulo_viajarsolos .datos_viajarsolo {
  margin: 10px 0 10px 11px;
}

.caja_lateral .modulo_viajarsolos .btn-primary {
  margin-left: 11px;
}

.datos_viajarsolo p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}

.datos_viajarsolo em {
  font-weight: 700;
  color: #cb1f1c;
  font-style: normal;
}

.datos_viajarsolo int {
  font-weight: 700;
  color: #87217d;
  font-style: normal;
}



.tab-muro .active .flecha_globo {
    background: url("/front_media/img/flecha_globo_viajarsolo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    left: 15px;
    position: absolute;
    top: 44px;
    width: 16px;
    z-index: 1;
}


/* filtros miembros - filtros viajarsolos*/


#viajarsolo button.btn-gris {
  display: none;
}

  #viajarsolo .tipo-viajarsolo {
    height: auto;
  }
