/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus,
:active {
  outline: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
a img,
iframe {
  border: none;
}
.clear:after,
.clearfix:after,
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear,
.clearfix,
.group {
  display: inline-block;
}
* html .clear,
* html .clearfix,
* html .group {
  height: 1%;
}
.clear,
.clearfix,
.group {
  display: block;
}
ul,
ol {
  margin-left: 2em;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
  font-style: italic;
}
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
fieldset {
  border: 1px solid #000000;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link {
  cursor: pointer;
}
p {
  margin: 0 0.83333333% 12px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
p small {
  font-size: 12px;
  color: #999999;
}
.lead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  color: #999999;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
h1 small,
.h1 small {
  font-size: 18px;
}
h2,
.h2 {
  font-size: 30px;
  color: #404040;
  line-height: 48px;
  margin-bottom: 5px;
}
h2 small,
.h2 small {
  font-size: 24px;
}
h3,
.h3 {
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #003a9a;
}
h3 small,
.h3 small {
  font-size: 14px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  line-height: 24px;
}
h4,
.h4 {
  font-size: 14px;
}
h4 small,
.h4 small {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 23px;
  margin: 24px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 24px;
}
ul.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  line-height: 24px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
@-webkit-keyframes come-in {
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes come-in {
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes come-in {
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes come-in {
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes come-in {
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  50% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  50% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  50% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  50% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
body {
  background: #FCFCFC;
  border-top: 5px solid #0061a8;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #515151;
  padding-bottom: 50px;
}
a {
  color: #0061a8;
  text-decoration: underline;
}
a:hover {
  color: #007edb;
}
#container {
  width: 984px;
  margin: 0 auto;
}
header {
  padding: 20px 0 0;
  position: relative;
  z-index: 2;
}
header #logo {
  float: left;
  width: 600px;
  margin-top: 9px;
  font-weight: normal;
  line-height: 27px;
}
header #logo a {
  text-decoration: none;
}
header #logo img {
  float: left;
  margin-right: 10px;
}
header #logo .logoText {
  font-size: 26px;
  text-transform: uppercase;
  color: #18599b;
  display: block;
}
header #logo .logoText strong,
header #logo .logoText b {
  color: #65a7ea;
  font-size: 32px;
  font-weight: normal;
}
header #logo .tagLine {
  font-size: 18px;
  color: #3f6aab;
  display: block;
  font-style: normal;
}
header .consultation {
  color: #0061a8;
  font-size: 18px;
  float: right;
  text-align: right;
  margin-top: 5px;
}
header .consultation strong {
  color: #00355c;
}
header .consultation .phone {
  font-weight: bold;
  margin-top: 3px;
  font-size: 24px;
  color: #5c5c5c;
  display: block;
}
header .consultation .phone .icon {
  background: url('web/sprite.png') no-repeat 0 0;
  width: 18px;
  height: 19px;
  float: left;
  margin-right: 5px;
}
header .consultation .mail {
  font-weight: bold;
  margin-top: 3px;
  font-size: 13px;
  color: #5c5c5c;
  display: block;
}
header .consultation .mail .icon {
  background: url('web/sprite.png') no-repeat 0 -21px;
  width: 17px;
  height: 11px;
  float: left;
  margin-right: 6px;
}
header .consultation .time {
  font-weight: bold;
  margin-top: 3px;
  font-size: 10px;
  color: #0061a8;
  display: block;
  line-height: 16px;
}
header .consultation .time .icon {
  background: url('web/sprite.png') no-repeat 0 -33px;
  width: 13px;
  height: 13px;
  float: left;
  margin: 0 8px 0 2px;
}
#mainMenu {
  margin-top: 85px;
  position: relative;
  clear: both;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(to bottom, #ffffff, #eaeaea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeaeaea', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
}
#mainMenu #tabs {
  list-style: none;
  float: left;
  margin: 0;
  border-right: 1px solid #fff;
}
#mainMenu li {
  display: inline;
  float: left;
  font-weight: bold;
  line-height: 18px;
}
#mainMenu a {
  font-size: 12px;
  padding: 12px 10px 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #002750;
  text-decoration: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #eaeaea;
}
#mainMenu a:hover {
  background-color: #00518e;
  background-image: -moz-linear-gradient(top, #005da2, #004070);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005da2), to(#004070));
  background-image: -webkit-linear-gradient(top, #005da2, #004070);
  background-image: -o-linear-gradient(top, #005da2, #004070);
  background-image: linear-gradient(to bottom, #005da2, #004070);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005da2', endColorstr='#ff004070', GradientType=0);
  color: #fff;
  border-left: 1px solid #004070;
}
#mainMenu li.current a {
  background-color: #004c84;
  background-image: -moz-linear-gradient(top, #004070, #005da2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004070), to(#005da2));
  background-image: -webkit-linear-gradient(top, #004070, #005da2);
  background-image: -o-linear-gradient(top, #004070, #005da2);
  background-image: linear-gradient(to bottom, #004070, #005da2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004070', endColorstr='#ff005da2', GradientType=0);
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  border-right: 0;
}
#mainMenu li.first a {
  border-left: 0;
}
#mainMenu #showMenu {
  display: none;
}
#Search {
  float: right;
  display: inline;
  margin: 5px 10px;
  position: absolute;
  top: 0;
  right: 45px;
}
#Search .input {
  display: inline-block;
  position: relative;
}
#Search label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  color: #555;
  opacity: 0.0;
}
#Search input {
  width: 50px;
  padding: 3px 10px;
  height: 22px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: linear-gradient(to bottom, #f3f3f3, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 #ffffff;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#Search input:focus {
  width: 200px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.2);
}
#Search input:focus {
  border: 1px solid #bbb;
}
#Search button {
  position: absolute;
  top: 6px;
  right: 7px;
  background: url('web/sprite.png') no-repeat 0 -46px;
  width: 16px;
  height: 16px;
  border: 0;
}
#lang {
  border-left: 1px solid #fff;
  float: right;
}
#lang a {
  border-left: 1px solid #eaeaea;
  padding: 6px 10px 7px;
}
#lang .es_mx .icon {
  background: url('web/sprite.png') no-repeat -20px 0;
  width: 24px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#lang .en_us .icon {
  background: url('web/sprite.png') no-repeat -20px -26px;
  width: 24px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.flexslider {
  display: block;
  height: 500px;
  background: url(loading-wheel.gif) no-repeat center;
}
#main {
  z-index: 1;
}
#Crumbs {
  padding: 10px;
  border-bottom: 1px solid #F5F5F5;
  font-size: 12px;
  background: #FAFAFA;
  margin-top: -18px;
}
.content {
  background: url(web/stripe-line.png) repeat-x left bottom #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0 30px;
  display: inline-block;
  display: block;
  *zoom: 1;
}
.content:before,
.content:after {
  display: table;
  content: "";
  line-height: 0;
}
.content:after {
  clear: both;
}
.content .input {
  margin-bottom: 20px;
  position: relative;
}
.content .input label {
  margin-bottom: 5px;
}
.content .text input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #D9D9D9;
  border-top: 1px solid #C3C3C3;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content .text input:active,
.content .text input:focus {
  border-color: #00B0F9;
  border-top: 1px solid #0B96C6;
}
.content .textarea label {
  margin-bottom: 5px;
}
.content .textarea textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #D9D9D9;
  border-top: 1px solid #C3C3C3;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  overflow: auto;
}
.content .textarea textarea:active,
.content .textarea textarea:focus {
  border-color: #00B0F9;
  border-top: 1px solid #0B96C6;
}
#featured {
  padding: 0;
}
#featured .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 496px;
  overflow: hidden;
}
#featured .featured_bottom {
  position: relative;
  z-index: 51;
  text-align: center;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
  background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
  background-image: linear-gradient(to bottom, #f1f1f1, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffe1e1e1', GradientType=0);
  padding: 15px 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#featured .featured_bottom .badge {
  position: absolute;
  left: 0;
  z-index: 10;
  top: -30px;
  display: none;
}
#featured .featured_bottom .badge img {
  width: 130px;
}
#featured .featured_bottom .title {
  font-size: 25px;
  font-weight: normal;
  line-height: auto;
  color: #444;
  display: block;
  margin-bottom: 10px;
}
#featured .featured_bottom .title strong,
#featured .featured_bottom .title b {
  color: #888;
}
#featured .featured_bottom .subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: auto;
  color: 555;
  display: block;
}
#featured .featured_bottom .subtitle strong,
#featured .featured_bottom .subtitle b {
  color: #888;
}
#featured .featured_bottom .btn_contact {
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #003DA1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #004f86;
  background-image: -moz-linear-gradient(top, #005b98, #003e6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b98), to(#003e6c));
  background-image: -webkit-linear-gradient(top, #005b98, #003e6c);
  background-image: -o-linear-gradient(top, #005b98, #003e6c);
  background-image: linear-gradient(to bottom, #005b98, #003e6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005b98', endColorstr='#ff003e6c', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 20px;
  top: -58px;
  font-size: 16px;
  font-weight: bold;
  line-height: auto;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 20px;
}
#featured .featured_bottom .btn_contact:hover {
  background-color: #005B98;
  background-position: 0 30px;
  -webkit-transition: background-position 0.2s linear;
  -moz-transition: background-position 0.2s linear;
  -o-transition: background-position 0.2s linear;
  transition: background-position 0.2s linear;
  text-decoration: none;
  color: #fff;
}
#featured .featured_bottom .btn_contact:active {
  background-color: #004a7e;
  background-image: -moz-linear-gradient(top, #003e6c, #005b98);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003e6c), to(#005b98));
  background-image: -webkit-linear-gradient(top, #003e6c, #005b98);
  background-image: -o-linear-gradient(top, #003e6c, #005b98);
  background-image: linear-gradient(to bottom, #003e6c, #005b98);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003e6c', endColorstr='#ff005b98', GradientType=0);
  background-color: #003E6C;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
}
#featured #BBB {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 60;
}
#featured_text {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 600px;
  color: #999;
  font-size: 44px;
  font-weight: normal;
  line-height: auto;
  font-family: "Impact", Helvetica, Arial, sans-serif;
  z-index: 53;
  -webkit-animation: bounce 4s;
  -moz-animation: bounce 4s;
  -ms-animation: bounce 4s;
  -o-animation: bounce 4s;
  animation: bounce 4s;
}
#featured_text strong,
#featured_text b {
  color: #444;
  font-size: 60px;
  display: block;
  margin: 15px 0;
}
#featured_text .btn_contact {
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #003DA1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #004f86;
  background-image: -moz-linear-gradient(top, #005b98, #003e6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b98), to(#003e6c));
  background-image: -webkit-linear-gradient(top, #005b98, #003e6c);
  background-image: -o-linear-gradient(top, #005b98, #003e6c);
  background-image: linear-gradient(to bottom, #005b98, #003e6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005b98', endColorstr='#ff003e6c', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 25px;
  font-weight: bold;
  line-height: auto;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-top: 50px;
}
#featured_text .btn_contact:hover {
  background-color: #005B98;
  background-position: 0 30px;
  -webkit-transition: background-position 0.2s linear;
  -moz-transition: background-position 0.2s linear;
  -o-transition: background-position 0.2s linear;
  transition: background-position 0.2s linear;
  text-decoration: none;
  color: #fff;
}
#featured_text .btn_contact:active {
  background-color: #004a7e;
  background-image: -moz-linear-gradient(top, #003e6c, #005b98);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003e6c), to(#005b98));
  background-image: -webkit-linear-gradient(top, #003e6c, #005b98);
  background-image: -o-linear-gradient(top, #003e6c, #005b98);
  background-image: linear-gradient(to bottom, #003e6c, #005b98);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003e6c', endColorstr='#ff005b98', GradientType=0);
  background-color: #003E6C;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
}
#cancelAnywhere {
  overflow: hidden;
  position: relative;
  background-color: #ccf1fb;
  background-image: -moz-linear-gradient(top, #ddf6fd, #b3e9f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddf6fd), to(#b3e9f8));
  background-image: -webkit-linear-gradient(top, #ddf6fd, #b3e9f8);
  background-image: -o-linear-gradient(top, #ddf6fd, #b3e9f8);
  background-image: linear-gradient(to bottom, #ddf6fd, #b3e9f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffddf6fd', endColorstr='#ffb3e9f8', GradientType=0);
  border: 1px solid #A0CDEC;
  font-size: 30px;
  color: #054b77;
  text-align: left;
}
#cancelAnywhere .center {
  width: 984px;
  margin: 0 auto;
}
#cancelAnywhere .text {
  padding: 10px 10px 10px 10px;
  line-height: 57px;
  display: block;
  text-align: center;
}
#cancelAnywhere strong {
  color: #043c5f;
}
#cancelAnywhere .icon {
  background: url('web/sprite.png') no-repeat -248px -63px;
  width: 57px;
  height: 58px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
#cancelAnywhere .close {
  position: absolute;
  top: 20px;
  right: 10px;
  background: url('web/sprite.png') no-repeat 0 -89px;
  width: 36px;
  height: 36px;
  display: none;
}
#cancelAnywhere .close:hover {
  background-position: -37px -89px;
}
#MTSFalse {
  overflow: hidden;
  position: relative;
  color: #fbe734;
  height: 0px;
  background-color: #f9e421;
  background-image: -moz-linear-gradient(top, #fbe734, #f7df05);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbe734), to(#f7df05));
  background-image: -webkit-linear-gradient(top, #fbe734, #f7df05);
  background-image: -o-linear-gradient(top, #fbe734, #f7df05);
  background-image: linear-gradient(to bottom, #fbe734, #f7df05);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe734', endColorstr='#fff7df05', GradientType=0);
  border-bottom: 1px solid #dec804;
  font-size: 25px;
  color: #000;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#MTSFalse .center {
  width: 984px;
  margin: 0 auto;
  position: relative;
}
#MTSFalse .text {
  display: block;
  margin: 7px 0;
}
#MTSFalse .small {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
#MTSFalse .fwd {
  color: #000;
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, #f8f8f8, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e1e1e1);
  background-image: -o-linear-gradient(top, #f8f8f8, #e1e1e1);
  background-image: linear-gradient(to bottom, #f8f8f8, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe1e1e1', GradientType=0);
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 5px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
}
#MTSFalse strong {
  color: #043c5f;
}
#MTSFalse .icon {
  background: url('web/sprite.png') no-repeat -248px -63px;
  width: 57px;
  height: 58px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
#MTSFalse .close {
  position: absolute;
  top: 20px;
  right: 10px;
  background: url('web/sprite.png') no-repeat 0 -89px;
  width: 36px;
  height: 36px;
  display: none;
}
#MTSFalse .close:hover {
  background-position: -37px -89px;
}
#MTSFalse:hover {
  background-color: #edd605;
  background-image: -moz-linear-gradient(top, #f7df05, #dec804);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7df05), to(#dec804));
  background-image: -webkit-linear-gradient(top, #f7df05, #dec804);
  background-image: -o-linear-gradient(top, #f7df05, #dec804);
  background-image: linear-gradient(to bottom, #f7df05, #dec804);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df05', endColorstr='#ffdec804', GradientType=0);
}
#benefits {
  padding-bottom: 6px;
  /*.cancelAnywhere{max-width: 100%; width:auto;margin: 0 10px;line-height: 57px;
		.icon{top:10px;}
	}*/
}
#benefits .title {
  margin: 20px 0 60px;
  text-align: center;
}
#benefits ul {
  margin: 0;
  margin-bottom: 50px;
  list-style: none;
  display: inline-block;
  display: block;
  *zoom: 1;
}
#benefits ul:before,
#benefits ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#benefits ul:after {
  clear: both;
}
#benefits li {
  float: left;
  display: inline;
  width: 23.33333333%;
  margin: 0 0.83333333333333%;
  position: relative;
}
#benefits li p {
  margin-left: 95px;
  display: none;
}
#benefits li p:first-of-type {
  display: block;
}
#benefits li .more {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 12px;
  color: #0061A8;
  line-height: 18px;
  cursor: pointer;
}
#benefits li .more .plus {
  background: url('web/sprite.png') no-repeat -231px -24px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
#benefits li .more:hover .plus {
  background-position: -231px -42px;
}
#benefits li .icon {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
#benefits li .button {
  display: none;
}
#benefits li.display {
  height: auto;
  width: auto;
}
#benefits li.display p {
  margin-left: 0px;
}
#benefits li.display h3 {
  height: auto;
}
#benefits .subtitle {
  height: 50px;
}
#benefits .subtitle p {
  margin-left: 0;
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #003a9a;
}
#benefits .subtitle p small {
  font-weight: normal;
  color: #999999;
}
#benefits .subtitle p small {
  font-size: 14px;
}
#features .title {
  margin: 20px 0 60px;
  text-align: center;
}
#features .features {
  width: 65%;
  margin: 0 0.83333333%;
  float: left;
}
#features .features li {
  float: left;
  display: inline;
  width: 48.33333333%;
  margin-bottom: 60px;
  position: relative;
}
#features .features .subtitle {
  height: 60px;
  color: #003A9A;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  text-rendering: optimizelegibility;
  font-weight: bold;
}
#features .features .subtitle p {
  margin-left: 0;
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #003a9a;
}
#features .features .subtitle p small {
  font-weight: normal;
  color: #999999;
}
#features .features .subtitle p small {
  font-size: 14px;
}
#features .features .odd {
  margin-right: 0.83333333%;
}
#features .features .even {
  margin-left: 0.83333333%;
}
#features .features .icon {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
#features .features p {
  margin-left: 69px;
  display: none;
}
#features .features p:first-of-type {
  display: block;
}
#features .features .more {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 12px;
  color: #0061A8;
  line-height: 18px;
  cursor: pointer;
}
#features .features .more .plus {
  background: url('web/sprite.png') no-repeat -231px -24px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
#features .features .more:hover .plus {
  background-position: -231px -42px;
}
#features .features .button {
  display: none;
}
#features .action {
  float: left;
  width: 100%;
  text-align: center;
}
#features .action .btn_principal {
  text-decoration: none;
  margin: 0 10px;
}
#blackList .title {
  margin: 20px 0 40px;
  text-align: center;
}
#blackList .btn {
  float: right;
  margin: 0 0.83333333% 0 30px;
  font-size: 18px;
  padding: 10px 20px;
}
#testimonialList {
  float: left;
  display: inline;
  width: 31.66666667%;
  margin: 0 0.83333333%;
}
#testimonialList ul {
  margin: 0;
  list-style: none;
  font-size: 12px;
}
#testimonialList li {
  margin-bottom: 15px;
}
#testimonialList .ballown {
  background: #f5f5f5 url(web/ballow_bg.png) -3px bottom no-repeat;
  border: 1px solid #d5d5d5;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  display: block;
  *zoom: 1;
  position: relative;
}
#testimonialList .ballown:before,
#testimonialList .ballown:after {
  display: table;
  content: "";
  line-height: 0;
}
#testimonialList .ballown:after {
  clear: both;
}
#testimonialList .ballown p {
  font-size: 12px;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  color: #5c5c5c;
  font-style: italic;
  line-height: 20px;
  margin: 10px;
  margin-bottom: 5px;
}
#testimonialList .ballown .arrow {
  background: url('web/sprite.png') no-repeat -46px 0;
  width: 52px;
  height: 27px;
  position: absolute;
  bottom: -26px;
  left: 25px;
}
#testimonialList .pic {
  float: right;
  margin: 3px;
  margin-left: 10px;
  width: 95px;
  text-align: center;
  overflow: hidden;
  height: 70px;
  padding: 1px;
}
#testimonialList .pic img {
  max-height: 70px;
  border: 0 !important;
}
#testimonialList a {
  color: #6f9bde;
  text-decoration: none;
  position: relative;
}
#testimonialList a:hover {
  text-decoration: underline;
}
#testimonialList .owner {
  font-size: 12px;
}
#testimonialList .hover .ballown {
  background: #dff5fe url(web/ballow_bg.png) -3px bottom no-repeat;
  border-color: #CEE7FE;
}
#testimonialList .hover .ballown p {
  color: #003a9a;
}
#testimonialList .hover .ballown .arrow {
  background-position: -46px -29px;
}
#testimonialList .hover .fwd {
  text-decoration: underline;
}
.btn {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #efefef, #e4e4e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, #efefef, #e4e4e4);
  background-image: -o-linear-gradient(top, #efefef, #e4e4e4);
  background-image: linear-gradient(to bottom, #efefef, #e4e4e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe4e4e4', GradientType=0);
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  color: #404040;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}
.btn:hover {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #ffffff, #ececec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
  background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
  background-image: -o-linear-gradient(top, #ffffff, #ececec);
  background-image: linear-gradient(to bottom, #ffffff, #ececec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  text-decoration: none;
}
.btn:active {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#efefef));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -o-linear-gradient(top, #e4e4e4, #efefef);
  background-image: linear-gradient(to bottom, #e4e4e4, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e4e4', endColorstr='#ffefefef', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  color: #5a5a5a;
}
.primary {
  background-color: #004f86;
  background-image: -moz-linear-gradient(top, #005b98, #003e6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b98), to(#003e6c));
  background-image: -webkit-linear-gradient(top, #005b98, #003e6c);
  background-image: -o-linear-gradient(top, #005b98, #003e6c);
  background-image: linear-gradient(to bottom, #005b98, #003e6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005b98', endColorstr='#ff003e6c', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #003DA1;
  color: #fff;
}
.primary:hover {
  background-color: #0065ab;
  background-image: -moz-linear-gradient(top, #007acb, #00477b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007acb), to(#00477b));
  background-image: -webkit-linear-gradient(top, #007acb, #00477b);
  background-image: -o-linear-gradient(top, #007acb, #00477b);
  background-image: linear-gradient(to bottom, #007acb, #00477b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007acb', endColorstr='#ff00477b', GradientType=0);
  text-decoration: none;
}
.primary:active {
  background-color: #004a7e;
  background-image: -moz-linear-gradient(top, #003e6c, #005b98);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003e6c), to(#005b98));
  background-image: -webkit-linear-gradient(top, #003e6c, #005b98);
  background-image: -o-linear-gradient(top, #003e6c, #005b98);
  background-image: linear-gradient(to bottom, #003e6c, #005b98);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003e6c', endColorstr='#ff005b98', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.btn_disabled {
  background: #E4E4E4;
  color: #777;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: normal;
}
.btn_disabled:hover,
.btn_disabled:active {
  background: #E4E4E4;
}
.btn_principal {
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #003DA1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #004f86;
  background-image: -moz-linear-gradient(top, #005b98, #003e6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b98), to(#003e6c));
  background-image: -webkit-linear-gradient(top, #005b98, #003e6c);
  background-image: -o-linear-gradient(top, #005b98, #003e6c);
  background-image: linear-gradient(to bottom, #005b98, #003e6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005b98', endColorstr='#ff003e6c', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btn_principal:hover {
  background-color: #005B98;
  background-position: 0 30px;
  -webkit-transition: background-position 0.2s linear;
  -moz-transition: background-position 0.2s linear;
  -o-transition: background-position 0.2s linear;
  transition: background-position 0.2s linear;
  text-decoration: none;
  color: #fff;
}
.btn_principal:active {
  background-color: #004a7e;
  background-image: -moz-linear-gradient(top, #003e6c, #005b98);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003e6c), to(#005b98));
  background-image: -webkit-linear-gradient(top, #003e6c, #005b98);
  background-image: -o-linear-gradient(top, #003e6c, #005b98);
  background-image: linear-gradient(to bottom, #003e6c, #005b98);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003e6c', endColorstr='#ff005b98', GradientType=0);
  background-color: #003E6C;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(0, 0, 0, 0.1);
}
#blacklistSlide {
  overflow: hidden;
}
#blacklistSlide ul {
  margin: 0;
  display: none;
  overflow: hidden;
}
#blacklistSlide .first {
  display: block;
}
#blacklistSlide .pagingControls {
  margin: 15px 0 10px;
  text-align: center;
}
#blacklistSlide .pagingControls .paging {
  float: none;
  font-size: 14px;
  line-height: 20px;
}
#blacklistSlide .pagingControls .paging .prev {
  position: relative;
  top: 0px;
  left: 3px;
  padding: 6px 10px 6px;
}
#blacklistSlide .pagingControls .paging .next {
  position: relative;
  top: 0px;
  right: 3px;
  padding: 6px 10px 6px;
}
#blacklistSlide .pagingControls .paging a {
  padding: 6px 10px;
}
#blacklistSlide .pagingControls .paging .current,
#blacklistSlide .pagingControls .paging .selected {
  padding: 6px 10px;
}
.hotelBlacklist {
  font-weight: bold;
  font-size: 12px;
  text-align: center !important;
  height: 250px;
  width: 23.33333333%;
  margin: 10px 0.83333333%;
  background: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 0 0 10px;
  float: left;
  display: inline;
  position: relative;
  overflow: hidden;
}
.hotelBlacklist img {
  width: 100%;
  max-width: 280px;
  border: 0 !important;
}
.hotelBlacklist h2 {
  font-size: 16px;
  text-align: center !important;
  margin: 0 10px;
  line-height: 28px;
  margin-bottom: 10px;
}
.hotelBlacklist h2 a {
  text-decoration: none;
  color: #707070;
}
.hotelBlacklist h2 a:hover {
  text-decoration: none;
}
.hotelBlacklist .comments {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #505050;
  line-height: 23px;
}
.hotelBlacklist .comments .icon {
  background: url('web/sprite.png') no-repeat -99px -7px;
  width: 13px;
  height: 9px;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.hotelBlacklist .more {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #505050;
  text-decoration: none;
}
.hotelBlacklist .more .icon {
  background: url('web/sprite.png') no-repeat -99px 0;
  width: 17px;
  height: 6px;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
  display: none;
}
.hotelBlacklist .btn_principal {
  font-size: 10px;
  color: #fff;
  padding: 3px 5px;
  line-height: 14px;
}
.hotelBlacklist a {
  line-height: 23px;
}
.hotelBlacklist.hover {
  background: #E3F3FE;
}
.hotelBlacklist.hover a {
  color: #2254a7;
}
.hotelBlacklist .position {
  text-align: center;
  background: url('web/sprite.png') no-repeat -249px -1px;
  width: 57px;
  height: 57px;
  line-height: 57px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
}
footer .articlesList,
footer .hotelsList {
  width: 23.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
footer .social {
  margin-top: 40px;
}
footer .socialnet {
  margin: 5px;
}
footer .socialnet img {
  width: 32px;
}
footer .articlesFooter {
  width: 73.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
footer .articlesFooter h3 {
  font-size: 25px;
}
footer .articlesFooter h3 a {
  text-decoration: none;
}
footer .articlesFooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .articlesFooter ul li {
  width: 48.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
  text-align: center;
}
footer .articlesFooter ul li figure {
  margin: 0 30px;
}
footer .articlesFooter ul li img {
  display: block;
  width: 100%;
}
#video {
  float: left;
  width: 48.33333333%;
  display: inline;
  margin: 0 0.83333333%;
}
#video .thumbVideo {
  margin: 20px 0 50px;
  background: #000;
  cursor: pointer;
  position: relative;
}
#video .thumbVideo img {
  width: 100%;
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#video .thumbVideo:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#video .thumbVideo::after {
  content: ".";
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  background: url("web/videoplay.png") no-repeat;
}
#video .iframeYoutube {
  margin: 20px 0;
}
#video .action {
  text-align: center;
}
#footermenu {
  width: 98.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
  text-align: left;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
#footermenu ul {
  list-style: circle;
}
#footermenu li {
  display: inline;
  width: 23.33333333%;
  margin: 0 0.83333333%;
  float: left;
  font-size: 12px;
}
#contactFooter,
#contactForm {
  float: left;
  width: 48.33333333%;
  display: inline;
  margin: 0 0.83333333%;
}
#contactFooter,
#contactForm {
  overflow: hidden;
}
#contactFooter form,
#contactForm form {
  position: relative;
  overflow: hidden;
}
#contactFooter p,
#contactForm p {
  font-size: 12px;
}
#contactFooter .input,
#contactForm .input {
  margin: 20px 0 0;
}
#contactFooter fieldset,
#contactForm fieldset,
#contactFooter .captcha,
#contactForm .captcha,
#contactFooter .checkbox,
#contactForm .checkbox {
  width: 48.5%;
  margin-right: 1.5%;
  border: 0;
  float: left;
}
#contactFooter .textarea,
#contactForm .textarea,
#contactFooter .btn_principal,
#contactForm .btn_principal {
  width: 48.5%;
  margin-left: 1.5%;
  float: left;
}
#contactFooter .text label,
#contactForm .text label,
#contactFooter .textarea label,
#contactForm .textarea label {
  position: absolute;
  top: 9px;
  left: 30px;
  font-size: 14px;
}
#contactFooter input,
#contactForm input {
  padding-left: 30px;
}
#contactFooter textarea,
#contactForm textarea {
  height: 195px;
  padding-left: 30px;
  font-size: 12px !important;
}
#contactFooter .icon,
#contactForm .icon {
  position: absolute;
  background: url('web/sprite.png') no-repeat -118px 0;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 8px;
}
#contactFooter .email,
#contactForm .email {
  background-position: -136px -2px;
  width: 16px;
  height: 10px;
  top: 12px;
}
#contactFooter .message,
#contactForm .message {
  background-position: -155px -1px;
  width: 16px;
  height: 14px;
}
#contactFooter .block,
#contactForm .block {
  background-position: -174px -1px;
  width: 14px;
  height: 16px;
  left: 35%;
  margin-left: 10px;
}
#contactFooter .captcha,
#contactForm .captcha {
  clear: left;
  float: left;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
#contactFooter .captcha .g-recaptcha,
#contactForm .captcha .g-recaptcha {
  margin: 0 auto;
  display: inline-block;
}
#contactFooter .captcha .error-message,
#contactForm .captcha .error-message {
  position: static;
}
#contactFooter .checkbox,
#contactForm .checkbox {
  clear: left;
  margin-top: 40px;
}
#contactFooter .checkbox label,
#contactForm .checkbox label {
  font-size: 12px;
}
#contactFooter .btn_principal,
#contactForm .btn_principal {
  padding: 10px 5px;
  margin-top: 20px;
}
#contactFooter .error-message,
#contactForm .error-message {
  color: #F00;
  font-size: 10px;
  position: absolute;
  top: 35px;
  right: 0;
}
#contactFooter .error input,
#contactForm .error input,
#contactFooter .error textarea,
#contactForm .error textarea {
  border: 1px solid #ff9999;
  border-top: 1px solid #ff3333;
}
#contactFooter .textarea .error-message,
#contactForm .textarea .error-message {
  top: 190px;
}
#contactFooter .loading,
#contactForm .loading {
  background: #ffffff url(loading-wheel.gif) no-repeat center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#contactAside {
  margin: 50px 0px;
  background: #f1f1f1;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
#contactAside .captcha {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
#contactAside .captcha .g-recaptcha {
  margin: 0 auto;
  display: inline-block;
}
#contactAside .captcha .error-message {
  position: static;
}
#contactAside .BBB {
  float: right;
  margin-left: 10px;
}
#contactAside .BBB img {
  width: 80px;
}
#contactAside .title {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
}
#contactAside fieldset {
  border: 0;
}
#contactAside .text label,
#contactAside .textarea label {
  position: absolute;
  top: 9px;
  left: 30px;
  font-size: 14px;
}
#contactAside input {
  padding-left: 30px;
}
#contactAside textarea {
  height: 140px;
  padding-left: 30px;
  font-size: 12px !important;
}
#contactAside .icon {
  position: absolute;
  background: url('web/sprite.png') no-repeat -118px 0;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 8px;
}
#contactAside .email {
  background-position: -136px -2px;
  width: 16px;
  height: 10px;
  top: 12px;
}
#contactAside .phone {
  background-position: -191px -1px;
  width: 16px;
  height: 16px;
  top: 8px;
}
#contactAside .message {
  background-position: -155px -1px;
  width: 16px;
  height: 14px;
}
#contactAside .block {
  background-position: -174px -1px;
  width: 14px;
  height: 16px;
  left: 35%;
  margin-left: 10px;
}
#contactAside .captcha label {
  left: 35%;
  padding-left: 30px;
}
#contactAside .captcha img {
  float: left;
  width: 30%;
  margin-right: 5%;
  height: 32px;
  border: 0;
}
#contactAside .captcha input {
  width: 65%;
}
#contactAside .captcha a {
  font-size: 10px;
  color: #0B96C6;
}
#contactAside .error-message {
  color: #F00;
  font-size: 10px;
  position: absolute;
  top: 35px;
  right: 0;
}
#contactAside .error input,
#contactAside .error textarea {
  border: 1px solid #ff9999;
  border-top: 1px solid #ff3333;
}
#contactAside .textarea .error-message {
  top: 190px;
}
#contactAside .loading {
  background: #ffffff url(loading-wheel.gif) no-repeat center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#contactAside button strong {
  display: block;
}
#CommentForm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #f1f1f1;
  position: relative;
  margin: 50px 0;
}
#CommentForm form {
  overflow: hidden;
}
#CommentForm p {
  font-size: 12px;
}
#CommentForm .input {
  margin: 10px 0.83333333%;
  position: relative;
}
#CommentForm fieldset {
  border: 0;
}
#CommentForm .btn_principal {
  width: 48.33333333%;
  margin: 40px 0.83333333% 10px;
  float: right;
  padding: 10px 5px;
}
#CommentForm .textarea {
  width: 98.33333333%;
  margin: 10px 0.83333333%;
  position: relative;
}
#CommentForm .text {
  width: 48.33333333%;
  float: left;
  margin-top: 10px;
}
#CommentForm .text label,
#CommentForm .textarea label {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 14px;
}
#CommentForm input {
  padding-left: 30px;
}
#CommentForm textarea {
  height: 70px;
  padding-left: 30px;
  font-size: 12px !important;
  resize: vertical;
  overflow: auto;
}
#CommentForm .icon {
  position: absolute;
  background: url('web/sprite.png') no-repeat -118px 0;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 8px;
}
#CommentForm .email {
  background-position: -136px -2px;
  width: 16px;
  height: 10px;
  top: 12px;
}
#CommentForm .phone {
  background-position: -191px -1px;
  width: 16px;
  height: 16px;
  top: 8px;
}
#CommentForm .message {
  background-position: -155px -1px;
  width: 16px;
  height: 14px;
}
#CommentForm .block {
  background-position: -174px -1px;
  width: 14px;
  height: 16px;
  left: 35%;
  margin-left: 10px;
}
#CommentForm .captcha {
  clear: left;
  float: left;
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
#CommentForm .captcha .g-recaptcha {
  margin: 0 auto;
  display: inline-block;
}
#CommentForm .captcha .error-message {
  position: static;
}
#CommentForm .checkbox {
  width: 48.33333333%;
  float: left;
  text-align: center;
  margin-top: 15px;
}
#CommentForm .error-message {
  color: #F00;
  font-size: 10px;
  position: absolute;
  top: 35px;
  right: 0;
}
#CommentForm .error input,
#CommentForm .error textarea {
  border: 1px solid #ff9999;
  border-top: 1px solid #ff3333;
}
#CommentForm .textarea .error-message {
  top: auto;
  bottom: -10px;
}
#CommentForm .loading {
  background: #ffffff url(loading-wheel.gif) no-repeat center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#CommentForm #Notifier {
  margin: 0 0.83333333%;
}
.articlesList {
  text-align: center;
}
.articlesList h3 {
  text-align: left;
}
.articlesList h3 a {
  text-decoration: none;
}
.articlesList ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.articlesList li {
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 20px;
  overflow: hidden;
}
.articlesList .pic {
  float: right;
  margin: 5px 0 5px 5px;
}
.articlesList .title {
  font-weight: bold;
}
.articlesList .title a {
  font-size: 12px;
  text-decoration: none;
}
.articlesList .details {
  font-size: 11px;
  white-space: nowrap;
}
.articlesList .comments {
  color: #505050;
  display: inline-block;
}
.articlesList .comments .icon {
  background: url('web/sprite.png') no-repeat -99px -7px;
  width: 13px;
  height: 9px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.articlesList .fwd {
  color: #0061a8;
  text-decoration: none;
}
.articlesList .hover {
  background: #f1f1f1;
}
.articlesList .hover .fwd {
  text-decoration: underline;
}
.articlesList .hover .title a {
  color: #0061a8;
}
.articlesList .btn {
  margin-top: 10px;
  display: inline-block;
}
.hotelsList {
  text-align: center;
}
.hotelsList h3 {
  text-align: left;
}
.hotelsList ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.hotelsList li {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hotelsList .pic {
  float: left;
  margin: 0 10px 10px 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hotelsList .comments {
  color: #505050;
  font-size: 12px;
  display: inline-block;
  float: left;
}
.hotelsList .comments .icon {
  background: url('web/sprite.png') no-repeat -99px -7px;
  width: 13px;
  height: 9px;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.hotelsList a {
  text-decoration: none;
}
.hotelsList .fwd {
  color: #0061a8;
  text-decoration: none;
  font-size: 12px;
}
.hotelsList .hover {
  background: #E3F3FE;
}
.hotelsList .hover a {
  color: #2254a7;
}
.hotelsList .hover .fwd:hover {
  text-decoration: underline;
}
.hotelsList .btn {
  margin-top: 10px;
  display: inline-block;
}
#tips {
  text-align: center;
  width: 23.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
#tips .tips {
  width: 100%;
  max-width: 258px;
}
#copy {
  text-align: center;
  color: #9c9c9c;
  margin-bottom: 20px;
}
#copy p {
  font-size: 12px;
}
.main_content {
  width: 65%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
.main_content h2,
.main_content h3,
.main_content h4,
.main_content h5,
.main_content h6 {
  text-align: left;
}
.main_content h1 {
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  font-size: 30px;
  color: #404040;
  line-height: 48px;
  margin-bottom: 5px;
}
.main_content h1 small {
  font-weight: normal;
  color: #999999;
}
.main_content h1 small {
  font-size: 24px;
}
.main_content h2 {
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #003a9a;
}
.main_content h2 small {
  font-weight: normal;
  color: #999999;
}
.main_content h2 small {
  font-size: 14px;
}
.main_content h3 {
  font-size: 16px;
}
.main_content p,
.main_content li,
.main_content blockquote {
  margin-bottom: 12px;
}
.main_content .title {
  font-size: 18px;
  font-weight: bold;
  color: #003a9a;
  display: block;
  margin: 30px 10px;
}
.main_content .guarantee {
  float: right;
  margin-left: 10px;
}
.main_content .guarantee img {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.main_content .articlesList {
  float: none;
}
.main_content .articlesList ul li {
  width: 48.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
.main_content .img {
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 10px;
}
.main_content .imgMid {
  width: 50%;
}
.main_content .imgFull {
  width: 100%;
  margin: 0;
}
.main_content .imgLeft {
  float: left;
  margin-right: 10px;
}
.main_content .imgRight {
  float: right;
  margin-left: 10px;
}
.guarantee .action {
  text-align: center;
  margin-bottom: 50px;
}
#Google table {
  border: 0;
}
#Google table th,
#Google table td {
  border: 0;
  padding: auto;
}
aside {
  width: 31.66666667%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
aside .panel {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  display: inline-block;
  display: block;
  *zoom: 1;
  border-top: 1px solid #d8d8d8;
  width: 100%;
}
aside .panel:before,
aside .panel:after {
  display: table;
  content: "";
  line-height: 0;
}
aside .panel:after {
  clear: both;
}
aside .panel h3,
aside .panel .h3 {
  font-size: 20px;
  text-align: center;
}
aside .panel h3 a,
aside .panel .h3 a {
  color: #003A9A;
}
aside .contingency {
  text-align: center;
  border: 0;
}
aside .contingency .badge {
  margin-bottom: 30px;
}
aside #testimonialList {
  float: none;
  width: auto;
  display: block;
}
aside .hotelBlacklist {
  width: auto;
  margin: 0;
  float: none;
  display: block;
  padding: 10px 0 !important;
}
aside .last_comment {
  float: none;
}
aside .facebook {
  float: none;
  width: 100%;
}
aside .facebook .gpluspage {
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  margin: 12px;
}
aside .facebook .gpluspage a {
  color: #000;
  display: block;
  text-decoration: none;
}
aside .facebook .gpluspage a:hover {
  text-decoration: none;
  color: #E0463D;
}
aside .facebook .gpluspage img {
  width: 45px;
  float: left;
  margin-right: 10px;
}
aside #BBB {
  text-align: center;
  display: block;
  margin: 20px 0;
}
aside #BBB img {
  width: 100%;
}
hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  display: block;
}
.separator {
  clear: left;
  float: left;
  width: 100%;
}
.staff {
  float: left;
  margin-right: 10px;
}
.staff img {
  width: 300px;
}
.attorneyname {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #00527e;
  margin-bottom: 20px;
  line-height: 18px;
}
.contact_phone {
  color: #a9a9a9;
  text-align: center;
  font-weight: bold;
}
.contact_phone .title {
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
.contact_phone .title small {
  font-weight: normal;
  color: #999999;
}
.contact_phone .title small {
  font-size: 18px;
}
.contact_phone p {
  font-size: 24px;
}
.contact_phone .phone {
  color: #6bbde9;
  font-size: 48px;
  display: block;
}
.contact_phone .phone strong,
.contact_phone .phone b {
  color: #00527e;
}
#Articles {
  position: relative;
  padding: 5px 0;
}
.article {
  display: inline-block;
  display: block;
  *zoom: 1;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.article:before,
.article:after {
  display: table;
  content: "";
  line-height: 0;
}
.article:after {
  clear: both;
}
.article .pic {
  float: right;
  margin-left: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 225px;
  background: #fff;
}
.article .pic img {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
}
.article .titulo {
  font-size: 23px;
  padding: 5px 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: 0;
  margin-bottom: 15px;
  color: #003A9A;
  border-bottom: 1px solid #d8d8d8;
}
.article .titulo a {
  color: #003A9A;
  text-decoration: none;
}
.article .author {
  display: none;
}
.article .details {
  padding: 5px;
  font-size: 12px;
  color: #A5A5A5;
}
.article .details .detail {
  vertical-align: top;
  padding: 3px 0;
  margin-right: 10px;
  display: inline-block;
  line-height: 16px;
  white-space: nowrap;
}
.article .details .detail .icon {
  background: url('web/sprite.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.article .details .rating {
  padding: 0;
  margin-right: 10px;
}
.article .details .rating .star {
  display: inline-block;
  background: url('web/ratings.png') 0 -20px;
  width: 100px;
  height: 20px;
}
.article .details .rating .fill {
  background: url('web/ratings.png') 0 0px;
  display: inline-block;
  height: 20px;
}
.article .details .date .icon {
  background-position: -116px -54px;
  width: 16px;
  height: 16px;
}
.article .details .tags .icon {
  display: inline-block;
  background: url('web/sprite.png') no-repeat -116px -71px;
  width: 13px;
  height: 13px;
}
.article .details .categories .icon {
  display: inline-block;
  background: url('web/sprite.png') no-repeat -130px -72px;
  width: 16px;
  height: 11px;
}
.article .details .comments .icon {
  background-position: -134px -56px;
  width: 16px;
  height: 14px;
}
.article .details .btn {
  padding: 3px 10px;
  white-space: nowrap;
  display: inline-block;
}
.article.hover {
  background: #F1F1F1;
}
.meta {
  display: none;
}
.pagingControls {
  display: inline-block;
  display: block;
  *zoom: 1;
  margin: 40px 0;
}
.pagingControls:before,
.pagingControls:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagingControls:after {
  clear: both;
}
.pagingControls .sort {
  float: left;
}
.pagingControls .paging {
  float: right;
  font-size: 10px;
  line-height: 14px;
}
.pagingControls .paging a,
.pagingControls .paging .prev,
.pagingControls .paging .next {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #efefef, #e4e4e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, #efefef, #e4e4e4);
  background-image: -o-linear-gradient(top, #efefef, #e4e4e4);
  background-image: linear-gradient(to bottom, #efefef, #e4e4e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe4e4e4', GradientType=0);
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #404040;
  text-decoration: none;
  display: inline-block;
}
.pagingControls .paging .prev {
  position: relative;
  top: 2px;
  left: 4px;
  padding: 3px 7px 1px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}
.pagingControls .paging .prev .icon {
  background: url('web/sprite.png') no-repeat -99px -36px;
  width: 8px;
  height: 10px;
  display: inline-block;
  margin-top: 2px;
}
.pagingControls .paging .next {
  position: relative;
  top: 2px;
  right: 4px;
  padding: 3px 7px 1px;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  border-left: 1px solid #fff;
}
.pagingControls .paging .next .icon {
  background: url('web/sprite.png') no-repeat -109px -36px;
  width: 8px;
  height: 10px;
  display: inline-block;
  margin-top: 2px;
}
.pagingControls .paging span.prev .icon,
.pagingControls .paging span.next .icon {
  opacity: 0.2;
}
.pagingControls .paging a {
  padding: 3px 7px;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #efefef, #e4e4e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, #efefef, #e4e4e4);
  background-image: -o-linear-gradient(top, #efefef, #e4e4e4);
  background-image: linear-gradient(to bottom, #efefef, #e4e4e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe4e4e4', GradientType=0);
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #404040;
  text-decoration: none;
  display: inline-block;
  border-left: 1px solid #fff;
}
.pagingControls .paging a:hover {
  background-color: #fefefe;
  background-image: -moz-linear-gradient(top, #ffffff, #fefefe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fefefe));
  background-image: -webkit-linear-gradient(top, #ffffff, #fefefe);
  background-image: -o-linear-gradient(top, #ffffff, #fefefe);
  background-image: linear-gradient(to bottom, #ffffff, #fefefe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffefefe', GradientType=0);
}
.pagingControls .paging .current,
.pagingControls .paging .selected {
  padding: 3px 7px;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#efefef));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -o-linear-gradient(top, #e4e4e4, #efefef);
  background-image: linear-gradient(to bottom, #e4e4e4, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e4e4', endColorstr='#ffefefef', GradientType=0);
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #404040;
  text-decoration: none;
  display: inline-block;
}
.pagingControls .btn {
  padding: 2px 10px;
  font-size: 12px;
  margin: 0 1px;
}
.pagingControls .sorted {
  font-size: 12px;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#efefef));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -o-linear-gradient(top, #e4e4e4, #efefef);
  background-image: linear-gradient(to bottom, #e4e4e4, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e4e4', endColorstr='#ffefefef', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  color: #5a5a5a;
  border: 1px solid #D4D4D4;
  padding: 2px 10px;
  color: #777;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: bold;
  margin: 0 1px;
}
.pagingControls .disabled {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#efefef));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #efefef);
  background-image: -o-linear-gradient(top, #e4e4e4, #efefef);
  background-image: linear-gradient(to bottom, #e4e4e4, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e4e4', endColorstr='#ffefefef', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  color: #5a5a5a;
  padding: 2px 10px;
  color: #404040;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  margin: 0 1px;
}
#Article .pic img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Article .contenido {
  position: relative;
  margin-top: 10px;
}
#Article .details {
  background: #f2f2f2;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
#Article .details .dateComments {
  background: #E5E5E5;
  float: right;
  text-align: center;
}
#Article .details .dateComments .comments {
  background: #004171;
  padding: 15px 10px;
  font-size: 20px;
  color: #fff;
  position: relative;
  float: left;
}
#Article .details .dateComments .comments .arrow {
  background: url('web/sprite.png') no-repeat -99px -48px;
  width: 10px;
  height: 12px;
  position: absolute;
  bottom: 10px;
  left: -10px;
}
#Article .details .dateComments .date {
  padding: 10px;
  display: block;
  color: #5b5b5b;
  font-size: 16px;
  float: left;
  font-weight: bold;
}
#Article .details .dateComments .date .year {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
#Article .details .inf {
  float: left;
  margin: 0 10px;
  display: inline;
  text-align: center;
}
#Article .details .dato {
  display: block;
  margin: 8px 0 5px;
}
#Article .details .valor {
  display: block;
  font-weight: bold;
  color: #303030;
}
#Article .details .rating {
  display: block;
}
#Article .details .rating .star {
  display: inline-block;
  background: url('web/ratings.png') 0 -20px;
  width: 100px;
  height: 20px;
}
#Article .details .rating .fill {
  background: url('web/ratings.png') 0 0px;
  display: block;
  height: 20px;
}
#Article .details .rating .meta {
  display: none;
}
#Article .terms {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#Article .tags {
  margin-bottom: 10px;
}
#Article .tags .icon {
  display: inline-block;
  background: url('web/sprite.png') no-repeat -116px -71px;
  width: 13px;
  height: 13px;
}
#Article .tags a {
  font-size: 11px;
  font-weight: bold;
  background: #e1e1e1;
  padding: 3px 14px 3px 10px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  text-decoration: none;
  position: relative;
  line-height: 17px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #404040;
}
#Article .tags a:hover {
  background: #d4d4d4;
}
#Article .tags a:hover::before {
  background: #d4d4d4;
}
#Article .tags a::before {
  display: block;
  content: " ";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  right: -9px;
  background: #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Article .tags a::after {
  display: block;
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  right: -3px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#Article .categories {
  margin-bottom: 10px;
}
#Article .categories .icon {
  display: inline-block;
  background: url('web/sprite.png') no-repeat -130px -72px;
  width: 16px;
  height: 11px;
}
#Article h1 {
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  margin-top: 30px;
}
#Article h1 small {
  font-weight: normal;
  color: #999999;
}
#Article h1 small {
  font-size: 18px;
}
#Article h2 {
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  font-size: 30px;
  color: #404040;
  line-height: 48px;
  margin-bottom: 5px;
  margin: 60px 0 20px;
}
#Article h2 small {
  font-weight: normal;
  color: #999999;
}
#Article h2 small {
  font-size: 24px;
}
#Article h3 {
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #003a9a;
  margin: 40px auto 10px;
}
#Article h3 small {
  font-weight: normal;
  color: #999999;
}
#Article h3 small {
  font-size: 14px;
}
#Article p,
#Article li,
#Article blockquote {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
#Article li {
  margin-bottom: 0;
}
#Article table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #222;
  margin: 30px 0;
}
#Article table th,
#Article table td {
  border: 1px solid #ddd;
  padding: 7px 2px;
}
#Article table caption {
  color: #003A9A;
  font-size: 18px;
  text-align: center;
  padding: 10px 2px;
  background: #f1f1f1;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: -o-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: linear-gradient(to bottom, #fafafa, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff1f1f1', GradientType=0);
  border: 1px solid #ddd;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#Article table tr:nth-child(2n) td {
  background: #DFF5FE;
}
#Tips ul li {
  list-style: none;
}
#relatedArticles {
  margin: 40px 0;
  overflow: hidden;
  background: #DFF6FE;
  padding: 5px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#relatedArticles .h3 {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
#relatedArticles ul {
  margin: 0;
}
#relatedArticles .relatedArticle {
  width: 48.33333333%;
  margin: 0 0.83333333% 20px;
  float: left;
  display: inline;
}
#relatedArticles .relatedArticle .pic {
  float: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 65px;
  height: 45px;
  margin: 5px;
  overflow: hidden;
  border: 0;
}
#relatedArticles .relatedArticle .comments {
  color: #505050;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
#relatedArticles .relatedArticle .comments .icon {
  background: url('web/sprite.png') no-repeat -99px -7px;
  width: 13px;
  height: 9px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}
#relatedArticles .relatedArticle .fwd {
  color: #0061a8;
  text-decoration: none;
  font-size: 12px;
}
#relatedArticles .relatedArticle .hover {
  background: url(web/stripe-line-hover.png) repeat-x left bottom;
}
#relatedArticles .relatedArticle .hover .fwd {
  text-decoration: underline;
}
#relatedArticles .relatedArticle .hover .h4 a {
  color: #0061a8;
  text-decoration: none;
}
#relatedArticles .relatedArticle .btn {
  margin-top: 10px;
  display: inline-block;
}
#relatedArticles .relatedArticle .h4 {
  font-size: 14px;
}
#relatedArticles .relatedArticle .h4 a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#relatedArticles .relatedArticle.hover {
  background: #cbf0fd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 0px 1px rgba(124, 218, 251, 0.9);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 0px 1px rgba(124, 218, 251, 0.9);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 0px 1px rgba(124, 218, 251, 0.9);
}
#floatingArticle {
  z-index: 10;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  position: fixed;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
#floatingArticle .title {
  padding: 5px 10px;
  background: #0061A8;
  color: #fff;
  display: block;
  font-size: 12px;
  min-width: 150px;
}
#floatingArticle .article {
  margin: 0;
  background: transparent;
  width: 380px;
}
#floatingArticle .article .fwd {
  float: none;
  min-height: 45px;
  vertical-align: middle;
}
#floatingArticle .article a:hover {
  text-decoration: none;
}
#floatingArticle .articleTitle {
  margin-left: 85px;
}
#floatingArticle img {
  float: left;
  margin: 0 10px;
}
#floatingArticle .hover {
  background: #e3f3fe;
}
#floatingArticle .close {
  position: absolute;
  top: 4px;
  padding: 0;
  right: 4px;
  background: url('web/sprite.png') no-repeat -79px -79px;
  width: 16px;
  height: 16px;
  border: 0;
  text-indent: -1000000px;
  display: block;
  cursor: pointer;
}
#floatingArticle .close:hover {
  background-position: -96px -79px;
}
#floatingArticle .loading {
  background: url("web/loading-wheel.gif") center no-repeat;
  height: 52px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.leaveComment .title {
  margin: 50px 10px;
}
.leaveComment .btn_comment {
  float: right;
  margin-top: -10px;
  position: relative;
}
#comments .title {
  margin: 50px 10px;
}
#comments .btn_comment {
  float: right;
  margin-top: -10px;
  position: relative;
}
#comments ul {
  list-style: none;
  margin: 10px 0;
}
#comments ul p {
  margin: 0 0 10px;
  color: #515151;
  font-size: 16px;
  line-height: 30px;
}
#comments ul li {
  border: 1px solid #e1e1e1;
  padding: 20px 30px 20px 30px;
  background: #fafafa;
  margin: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#comments ul .nombre {
  color: #003a9a;
  font-weight: bold;
  display: inline;
  position: relative;
  font-size: 20px;
}
#comments ul .nombre .icon {
  position: absolute;
  left: -20px;
  top: 7px;
  background: url('web/sprite.png') no-repeat -156px -37px;
  width: 15px;
  height: 12px;
  display: block;
}
#comments ul .datetime {
  margin-left: 5px;
  font-size: 11px;
}
#comments ul .datetime .icon {
  background: url('web/sprite.png') no-repeat -209px -28px;
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}
#comments ul ul .nombre .icon {
  background-position: -209px 0;
  width: 18px;
  height: 26px;
  top: -9px;
  left: -23px;
}
#comments .prev_comments {
  display: none;
}
#comments .more_commments {
  padding: 13px;
  background: #f0f0f0;
  border: 1px solid #dedede;
  color: #2f2f2f;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
}
#comments .more_commments:hover {
  background: #e7f5ff;
  border-color: #b4e0ff;
  text-decoration: none;
}
#comments .loadingComments,
#comments .loadingComments:hover {
  background-color: #b4e0ff;
  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;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  color: #626262;
}
#comments .disabled {
  display: none;
}
#comments .sort {
  float: right;
}
#comments .sort a {
  font-size: 12px;
  color: #747474;
  padding: 2px 10px;
  margin: 0 5px;
}
#comments .numComments {
  color: #acacac;
  font-size: 18px;
  font-weight: bold;
}
.last_comment .titulo {
  margin-bottom: 10px;
}
.last_comment .titulo a {
  text-decoration: none;
}
.last_comment .nombre {
  color: #003a9a;
  font-weight: bold;
  display: inline;
  position: relative;
}
.last_comment .nombre .icon {
  background: url('web/sprite.png') no-repeat -156px -37px;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.last_comment .datetime {
  margin-left: 5px;
  font-size: 10px;
}
.last_comment .datetime .icon {
  background: url('web/sprite.png') no-repeat -209px -28px;
  width: 6px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
}
.last_comment p {
  font-size: 12px;
  margin-top: 5px;
}
.last_comment .comment {
  padding: 10px;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.last_comment .btn {
  display: inline-block;
}
.last_comment .hover {
  background: #DFF6FE;
}
#Notifier {
  position: relative;
  line-height: 16px;
}
#Notifier .icon {
  display: inline-block;
  margin-right: 15px;
  position: static;
  float: left;
}
#Notifier .success {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#Notifier .success .icon {
  background: url('web/sprite.png') no-repeat -119px -36px;
  width: 17px;
  height: 12px;
}
#Notifier .error {
  background: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#Notifier .error .icon {
  background: url('web/sprite.png') no-repeat -137px -35px;
  width: 16px;
  height: 16px;
}
#Testimonials {
  position: relative;
  padding: 5px 0;
}
.testimonial {
  padding-left: 30%;
  position: relative;
  margin-bottom: 50px;
}
.testimonial .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  text-align: center;
  z-index: 10;
}
.testimonial .pic figcaption {
  color: #003a9a;
  font-weight: bold;
  margin-top: 10px;
}
.testimonial .pic img {
  max-height: 150px;
}
.testimonial p {
  margin: 10px;
}
.testimonial .hotel {
  background: #005b9f;
  padding: 5px 5px 0;
  border: 1px solid #004172;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: relative;
  display: inline-block;
  display: block;
  *zoom: 1;
  border-top: 0;
}
.testimonial .hotel:before,
.testimonial .hotel:after {
  display: table;
  content: "";
  line-height: 0;
}
.testimonial .hotel:after {
  clear: both;
}
.testimonial .hotel em {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
  display: block;
  text-overflow: clip ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 115px;
}
.testimonial .hotel img {
  width: 50px;
  border: 0;
  float: left;
  margin-right: 10px;
}
.testimonial .hotel .btn {
  font-size: 12px;
  border: 0;
  color: #133d72;
  position: absolute;
  top: 10px;
  right: 10px;
}
.testimonial .hotel .btn .icon {
  float: right;
  background: url('web/sprite.png') no-repeat -229px -12px;
  width: 10px;
  height: 11px;
  margin-left: 10px;
  display: inline;
}
.testimonial .hotel .arrow {
  background: url('web/sprite.png') no-repeat -172px -36px;
  width: 21px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: -21px;
}
.testimonial .hotel a.hotelName {
  text-overflow: clip ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 100px;
}
.testimonial .hotel a.hotelName:hover em {
  text-decoration: underline;
}
.testimonial .contenido {
  margin-left: 10px;
  border: 1px solid #E4E4E4;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.testimonial .contenido:hover {
  background: #e7f5ff;
  border-color: #b4e0ff;
  -webkit-box-shadow: 0 0 8px #b4e0ff;
  -moz-box-shadow: 0 0 8px #b4e0ff;
  box-shadow: 0 0 8px #b4e0ff;
}
.hotelsFilter ul {
  list-style: none;
  margin: 0;
  display: none;
}
.hotelsFilter ul.first {
  display: block;
}
.hotelsFilter li {
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.hotelsFilter li img {
  float: left;
  margin-right: 10px;
}
.hotelsFilter li .details {
  border-top: 1px solid #c6c6c6;
  font-size: 11px;
  overflow: hidden;
  margin-left: 80px;
}
.hotelsFilter li .details .fwd {
  display: inline-block;
}
.hotelsFilter li .details .icon {
  float: right;
  background: url('web/sprite.png') no-repeat -229px 0;
  width: 10px;
  height: 10px;
  margin: 8px 0 0 5px;
}
.hotelsFilter .even {
  background: #e8e8e8;
  border-bottom: 1px solid #DCDCDC;
}
.hotelsFilter .title {
  text-overflow: clip ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hotelsFilter .title a {
  white-space: nowrap;
  text-decoration: none;
}
.hotelsFilter li.hover {
  background: #DFF6FE;
}
.hotelsFilter .paging {
  text-align: center;
  float: none;
}
#Testimonial article {
  overflow: hidden;
}
#Testimonial .foto {
  float: right;
  margin-left: 10px;
  display: inline;
  width: 45%;
}
#Testimonial .foto img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Testimonial #testimonialList {
  width: 48.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
#Testimonial .blackListcomplaints {
  width: 48.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
#Testimonial .hotelBlacklist {
  width: 98.33333333%;
}
#Testimonials .message {
  padding: 10px;
  background-color: #d7edff;
  background-image: -moz-linear-gradient(top, #ddefff, #cfe9ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddefff), to(#cfe9ff));
  background-image: -webkit-linear-gradient(top, #ddefff, #cfe9ff);
  background-image: -o-linear-gradient(top, #ddefff, #cfe9ff);
  background-image: linear-gradient(to bottom, #ddefff, #cfe9ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffddefff', endColorstr='#ffcfe9ff', GradientType=0);
  border: 1px solid #93ceff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #1f4d76;
  font-size: 20px;
  font-weight: bold;
}
#Testimonials .hotelTestimonial {
  overflow: hidden;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -o-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: linear-gradient(to bottom, #f4f4f4, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#fff0f0f0', GradientType=0);
  border: 1px solid #dadada;
  padding: 5px;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin: 0 10px;
}
#Testimonials .hotelTestimonial h3 {
  line-height: 30px;
  margin: 0;
}
#Testimonials .hotelTestimonial .pic {
  float: left;
  margin-right: 10px;
}
#Testimonials .hotelTestimonial .pic img {
  width: 50px;
}
#Faqs .faqs {
  list-style: none;
}
#Philanthropy .pic {
  float: left;
  margin-right: 10px;
}
#Philanthropy .fundation figure {
  width: 23.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
#Philanthropy .fundation img {
  display: block;
  width: 100%;
  max-width: 170px;
}
.full_page {
  width: auto;
  float: none;
}
.full_page .action {
  float: right;
  margin: -20px 10px 10px;
  width: 23.33333333%;
}
.full_page .action #BBB {
  text-align: center;
  display: block;
  margin: 20px 0;
}
.full_page .action #BBB img {
  width: 100%;
}
.full_page .action a {
  font-size: 20px;
  text-align: center;
}
#Hotels ul {
  margin: 0;
}
#Hotel .pic img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Hotel ul.hotelRelated {
  margin: 0;
}
#Hotel .hotelBlacklist {
  width: 48.33333333%;
}
#Hotel p,
#Hotel li,
#Hotel blockquote {
  line-height: 28px;
  font-size: 16px;
}
#Contact #benefits {
  width: 48.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
}
#Contact #benefits li {
  width: 48.33333333%;
  margin-bottom: 30px;
  text-align: left !important;
}
#Contact #benefits .odd {
  clear: left;
}
#Contact #benefits p {
  text-align: left !important;
}
#Contact #benefits .icon {
  border: 0 !important;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#Contact .bbb {
  text-align: center;
}
.tip {
  background: #DFF6FE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.tip h4 {
  text-align: left;
  font-size: 16px !important;
}
.tip p {
  color: #045774;
  text-align: left;
}
.tip .btn {
  font-size: 11px;
  display: inline-block;
}
.tip.hover {
  background: #c6effd;
  -webkit-box-shadow: 0 0 8px rgba(223, 246, 254, 0.9);
  -moz-box-shadow: 0 0 8px rgba(223, 246, 254, 0.9);
  box-shadow: 0 0 8px rgba(223, 246, 254, 0.9);
}
.info_contact {
  background: #DFF6FE;
  background-color: #cbf0fd;
  background-image: -moz-linear-gradient(top, #dff6fe, #aee8fc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dff6fe), to(#aee8fc));
  background-image: -webkit-linear-gradient(top, #dff6fe, #aee8fc);
  background-image: -o-linear-gradient(top, #dff6fe, #aee8fc);
  background-image: linear-gradient(to bottom, #dff6fe, #aee8fc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff6fe', endColorstr='#ffaee8fc', GradientType=0);
  padding: 10px 0.83333333%;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #045774;
  border: 1px solid #aee8fc;
  -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.info_contact .panel_info {
  overflow: hidden;
  text-overflow: clip ellipsis;
}
.info_contact h3 {
  color: #023243;
  font-size: 20px;
}
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
}
.ui-dialog {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  position: relative;
  width: 500px !important;
  z-index: 20;
}
.ui-dialog img {
  float: right;
  margin-left: 10px;
}
.ui-dialog p {
  text-align: justify;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('web/sprite.png') no-repeat 0 -63px;
  width: 25px;
  height: 25px;
  display: block;
  border: 0;
  text-indent: -100000px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-position: -25px -63px;
}
.ui-dialog .ui-icon-closethick {
  display: none;
}
.ui-dialog .subtitle {
  height: 50px;
}
.ui-dialog .subtitle p {
  margin-left: 0;
  margin: 0 0.83333333333333%;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #003a9a;
}
.ui-dialog .subtitle p small {
  font-weight: normal;
  color: #999999;
}
.ui-dialog .subtitle p small {
  font-size: 14px;
}
.ui-dialog .more {
  display: none;
}
.ui-dialog .button {
  text-align: center;
  border-top: 1px solid #E4E4E4;
  padding-top: 15px;
  color: #A1A1A1;
}
.ui-dialog .button .btn_principal {
  font-size: 16px;
  font-weight: normal;
}
.ui-dialog .button .btn_principal strong,
.ui-dialog .button .btn_principal b {
  margin-top: 3px;
  font-size: 20px;
  display: block;
}
.ui-dialog .button p {
  text-align: center;
  font-size: 18px;
}
.shares {
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px;
  background: #FEFEFE;
  text-align: center;
}
.shares .social {
  padding-top: 20px;
  display: inline-block;
}
.share {
  float: left;
  height: 70px;
  width: 80px;
}
.facebook_button {
  width: 50px;
}
.rate {
  background: #f2f2f2;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 10px 3px;
  color: #0061A8;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}
.rate .text {
  display: block;
  line-height: 20px;
  margin-right: 10px;
  white-space: nowrap;
}
.rate .rating {
  display: inline-block;
  margin-top: 10px;
}
.rate .rating .star {
  display: inline-block;
  background: url('web/ratings.png') no-repeat 0 -20px;
  width: 20px;
  height: 20px;
}
.rate .rating .star_selected {
  background-position: 0 0px;
}
.fb-like,
.twitter-share-button {
  clear: both;
  float: left;
  margin-bottom: 10px;
}
/*.fb-like-box{width:100%;height:auto !important;.clearfix;
	span,iframe{width:100% !important;height:auto !important;}
}*/
.fb-like-box {
  width: 100% !important;
  height: auto !important;
}
.fb-like-box span {
  width: 100% !important;
  height: auto !important;
}
.fb-like-box.fb_iframe_widget span iframe {
  width: 100% !important;
  height: auto !important;
}
.googlepluspage div,
.googlepluspage iframe {
  width: 100% !important;
  height: auto !important;
}
.sheet {
  padding: 50px 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
  min-height: 800px;
  margin: 30px 0;
}
#Loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  z-index: 11;
}
.iframeYoutube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 50px 0;
}
.iframeYoutube embed,
.iframeYoutube object,
.iframeYoutube iframe,
.iframeYoutube img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.come-in {
  -webkit-transform: translate(0, 150px);
  -moz-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  -o-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-animation: come-in 0.8s ease forwards;
  -moz-animation: come-in 0.8s ease forwards;
  -ms-animation: come-in 0.8s ease forwards;
  -o-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
#categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#categories ul li {
  margin-bottom: 2px;
  position: relative;
}
#categories ul li a {
  padding: 10px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}
#categories ul li .cantidad {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
  line-height: 16px;
  background: #f1f1f1;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#tags .tagcontainer {
  text-align: center;
}
#tags .tag {
  font-size: 11px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #404040;
  margin-right: 10px;
  line-height: 20px;
  padding: 0 3px;
}
#tags .tag .cantidad {
  display: none;
}
#tags .tag:hover {
  background: #e1e1e1;
  color: #444;
}
#tags .size-10 {
  color: #c0c0c0;
  font-size: 10px;
}
#tags .size-20 {
  color: #8d8d8d;
  font-size: 12px;
}
#tags .size-30 {
  color: #a6a6a6;
  font-size: 16px;
}
#tags .size-40 {
  font-size: 20px;
  color: #8d8d8d;
}
#tags .size-50 {
  font-size: 22px;
  color: #737373;
}
#tags .size-60 {
  font-size: 26px;
  color: #003a9a;
}
#tags .size-70 {
  font-size: 29px;
  color: #003081;
}
#tags .size-80 {
  font-size: 32px;
  color: #0061a8;
}
#tags .size-100 {
  font-size: 35px;
  line-height: 35px;
  color: #3480ff;
}
#chat {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 262px;
  background: #0C547E;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  text-decoration: none;
}
#chat:hover {
  background: #1073ad;
}
#chat .chat-title {
  font-size: 24px;
  color: white;
  display: block;
  margin-bottom: 4px;
}
#chat .chat-text {
  font-size: 16px;
  color: white;
  display: block;
}
#WhatsApp {
  text-align: center;
  width: 98.33333333%;
  margin: 0 0.83333333%;
  float: left;
  display: inline;
  margin-top: 40px;
}
#WhatsApp .link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  background: #f1f1f1;
  padding: 10px 10px;
  font-size: 22px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e1e1e1;
}
#WhatsApp .link:hover {
  border-color: #47962D;
}
#WhatsApp .logo {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
#WhatsApp .msg {
  line-height: 32px;
}
.bx-wrapper .bx-viewport {
  height: 496px !important;
}
.bx-wrapper .bx-controls {
  display: none !important;
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
  #container,
  .main-menu {
    min-width: 1080px;
    margin: 0 auto;
  }
  #mainMenu a {
    font-size: 13px;
  }
  #Search input {
    width: 80px;
  }
  #Search label {
    opacity: 1.0;
  }
  #benefits h3 {
    height: 50px;
  }
  #featured_text .btn_contact {
    font-size: 20px;
  }
  .hotelBlacklist {
    height: 270px;
  }
  .hotelBlacklist h3 {
    font-size: 18px;
  }
  #cancelAnywhere .center {
    min-width: 1080px;
    line-height: 57px;
    height: 57px;
  }
  #MTSFalse .center {
    min-width: 1080px;
  }
}
@media only screen and (max-width: 990px) {
  #BBB img {
    width: 100px;
  }
  #Crumbs {
    margin-top: 0;
  }
  #cancelAnywhere .center {
    min-width: 720px;
    margin: 0 20px;
    width: auto;
    line-height: 57px;
    height: 57px;
    font-size: 20px;
  }
  #MTSFalse .center {
    min-width: 720px;
    margin: 0 20px;
    width: auto;
  }
  #container,
  .main-menu {
    min-width: 720px;
    margin: 0 20px;
    width: auto;
  }
  header #logo {
    width: 500px;
  }
  header #logo .logoText {
    font-size: 20px;
  }
  header #logo .tagLine {
    font-size: 14px;
  }
  #Search {
    position: relative;
    width: 100%;
    margin: 0;
    display: block;
    float: left;
    top: 0;
    right: 0;
  }
  #Search .input {
    display: block;
    margin: 5px 50px 5px 5px;
  }
  #Search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
  }
  #Search input:focus {
    width: 100%;
  }
  #Search button {
    top: 13px;
    right: 60px;
  }
  #benefits h3 {
    height: 50px;
  }
  #benefits .icon {
    margin-top: -10px;
  }
  #benefits .odd {
    clear: left;
  }
  #featured_text {
    top: 20px;
    left: 30px;
    font-size: 38px;
  }
  #featured_text strong,
  #featured_text b {
    font-size: 52px;
    margin: 10px 0;
  }
  #featured_text .btn_contact {
    font-size: 20px;
  }
  #mainMenu {
    margin-top: 90px;
  }
  #mainMenu #tabs {
    float: none;
    border: 0;
    overflow: hidden;
  }
  #mainMenu a {
    padding: 12px 9px 10px;
    font-size: 12px;
  }
  #mainMenu .last a {
    border-right: 0;
  }
  #lang {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  #lang a {
    padding: 6px 10px 7px;
  }
  #featured .featured_bottom {
    padding-left: 10px;
  }
  #featured .featured_bottom .badge {
    top: -10px;
  }
  #featured .featured_bottom .badge img {
    width: 80px;
  }
  #featured .featured_bottom .btn_contact {
    font-size: 18px;
    padding: 0 5px;
    font-size: 14px;
    right: 10px;
    top: 15px;
  }
  #featured .featured_bottom .title {
    font-size: 16px;
  }
  #featured .featured_bottom .subtitle {
    font-size: 12px;
  }
  .content {
    margin-bottom: 10px;
    padding: 0 0 6px;
  }
  #benefits li {
    width: 48.33333333%;
    margin: 10px 0.83333333333333%;
  }
  #features .features {
    float: none;
    margin: 0;
    width: auto;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #features .features li {
    width: 48.33333333%;
    margin-bottom: 40px;
  }
  #features .features .subtitle {
    height: 60px;
  }
  #features .features .odd {
    margin: 10px 0.83333333%;
    clear: left;
  }
  #features .features .even {
    margin: 10px 0.83333333%;
  }
  #testimonialList {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #testimonialList ul {
    margin: 0;
    list-style: none;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
  }
  #testimonialList li {
    width: 48.33333333%;
    margin: 10px 0.83333333%;
    float: left;
    display: inline;
  }
  .hotelBlacklist h2 {
    height: 60px;
    overflow: hidden;
  }
  .hotelBlacklist .more,
  .hotelBlacklist .comments {
    position: static;
    display: inline-block;
  }
  .hotelBlacklist .more .icon {
    margin-left: 0;
    margin-right: 10px;
    float: left;
  }
  footer .articlesList,
  footer .hotelsList {
    display: none;
  }
  #contactFooter,
  #CommentForm {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 50px;
    margin: 10px 0.83333333%;
  }
  #tips {
    width: 98.33333333%;
  }
  #tips .tiplink {
    width: 48.33333333%;
    margin: 10px 0.83333333%;
    float: left;
    display: inline;
  }
  #tips .info_contact {
    margin-top: 50px;
  }
  .main_content {
    width: 73.33333333%;
  }
  aside {
    width: 23.33333333%;
    margin: 0;
    padding: 10px 0.83333333%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .article pic {
    width: 200px;
  }
  .article .details {
    margin-left: 0px;
    margin-right: 0;
    clear: both;
  }
  .article .dateComments {
    margin-bottom: 10px;
  }
  .hotelsFilter li {
    padding: 5px;
  }
  .hotelsFilter li img {
    width: 40px;
    margin-top: 10px;
    margin-right: 5px;
  }
  .hotelsFilter li .details {
    margin-left: 40px;
  }
  #Testimonial .hotelBlacklist h3 {
    height: auto;
  }
  #Testimonial #testimonialList li {
    width: 98.33333333%;
  }
  #Contact #contactForm {
    width: 98.33333333%;
  }
  #Contact #benefits {
    width: 98.33333333%;
    margin-top: 50px;
  }
  .contact_phone .phone strong,
  .contact_phone .phone b {
    display: block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 990px) {
  aside {
    width: 23.33333333%;
  }
  aside #testimonialList li {
    float: none;
    display: block;
    width: auto;
  }
  aside #testimonialList .pic {
    height: 48px;
    width: 65px;
  }
  aside #testimonialList .pic img {
    max-height: 48px;
  }
  #mainMenu #tabs {
    border-bottom: 1px solid #ddd;
  }
  #footermenu ul {
    list-style: circle;
  }
  #footermenu li {
    width: 48.33333333%;
  }
  .main_content {
    width: 73.33333333%;
  }
  #featured_text .btn_contact {
    font-size: 20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  #BBB img {
    width: 80px;
  }
  body {
    border-top: 50px !important;
  }
  p {
    font-size: 14px;
  }
  #cancelAnywhere {
    display: none;
  }
  #cancelAnywhere .center {
    min-width: 0px;
    margin: 0 15px;
    width: auto;
    line-height: 57px;
    height: 57px;
    font-size: 20px;
  }
  #MTSFalse {
    display: none;
  }
  #MTSFalse .center {
    min-width: 0px;
    margin: 0 15px;
    width: auto;
  }
  #container,
  .main-menu {
    width: auto;
    min-width: 0px;
    margin: 0 15px;
  }
  #main {
    margin-top: 10px;
  }
  header {
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
  }
  header #logo {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    float: none;
  }
  header #logo img {
    float: none;
  }
  header .consultation {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  header .consultation .phone {
    font-size: 16px;
  }
  header .consultation .phone .icon {
    display: none;
  }
  header .consultation .time .icon {
    display: none;
  }
  #mainMenu {
    margin: 0px;
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 100;
    background-color: #005b9e;
    background-image: -moz-linear-gradient(top, #0061a8, #00528f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0061a8), to(#00528f));
    background-image: -webkit-linear-gradient(top, #0061a8, #00528f);
    background-image: -o-linear-gradient(top, #0061a8, #00528f);
    background-image: linear-gradient(to bottom, #0061a8, #00528f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0061a8', endColorstr='#ff00528f', GradientType=0);
    padding-bottom: 1px;
    z-index: 55;
  }
  #mainMenu #tabs {
    display: none;
    height: 0;
    border-bottom: 1px solid #004475;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  }
  #mainMenu #tabs.showing {
    height: auto;
    display: block;
  }
  #mainMenu li {
    width: 50%;
  }
  #mainMenu li a {
    display: block;
  }
  #mainMenu a {
    display: block;
    border-left: 1px solid #004475;
    border-right: 1px solid #0070c2;
    color: #fff;
    text-shadow: 0 1px 0 #000;
  }
  #mainMenu #showMenu {
    display: block;
    float: left;
    z-index: 10;
    padding: 12px 9px;
    -webkit-animation: height 0.5s linear;
    -moz-animation: height 0.5s linear;
    -ms-animation: height 0.5s linear;
    -o-animation: height 0.5s linear;
    animation: height 0.5s linear;
    border-right: 1px solid #004475;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
  }
  #mainMenu #showMenu .icon {
    background: url('web/sprite.png') no-repeat -214px -40px;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 5px;
  }
  #mainMenu #showMenu:hover .icon {
    background-position: -214px -40px;
  }
  #Search {
    float: none;
    margin: 5px 60px;
    width: auto;
  }
  #Search .input {
    margin: 0;
  }
  #Search input {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid #004475;
  }
  #Search button {
    right: 10px;
    top: 8px;
  }
  #lang {
    float: right;
    position: static;
    border-left: 1px solid #004475;
  }
  #lang a {
    border-left: 1px solid #0070c2;
  }
  #featured_text {
    position: static;
    width: auto;
    font-size: 28px;
    font-weight: normal;
    line-height: auto;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    margin: 15px 5px;
    text-align: center;
  }
  #featured_text strong,
  #featured_text b {
    font-size: 40px;
    margin: 5px 0;
  }
  #featured_text .btn_contact {
    margin-top: 20px;
  }
  #featured .featured_bottom {
    padding: 5px;
    line-height: 18px;
    padding-top: 10px;
  }
  #featured .featured_bottom .badge {
    left: auto;
    right: 5px;
    bottom: -25px;
    top: auto;
  }
  #featured .featured_bottom .btn_contact {
    position: static;
    margin-top: 10px;
    padding: 0 15px;
  }
  #featured .featured_bottom .title {
    margin-bottom: 5px;
  }
  #featured .slides,
  #featured .bx-wrapper {
    display: none;
  }
  .hotelBlacklist {
    text-align: center;
    width: 48.33333333%;
    height: auto;
    padding-bottom: 10px;
  }
  footer .articlesList,
  footer .hotelsList {
    width: 98.33333333%;
  }
  #tips {
    width: 98.33333333%;
  }
  .main_content {
    width: 98.33333333%;
  }
  aside {
    width: 98.33333333%;
    background: #fff;
  }
  aside #testimonialList li {
    width: 48.33333333%;
  }
  aside #testimonialList .even {
    clear: left;
  }
  aside .articlesList li {
    width: 48.33333333%;
    margin: 10px 0.83333333%;
    float: left;
    display: inline;
  }
  aside .articlesList li h4 {
    height: 50px;
  }
  aside .articlesList .even {
    clear: left;
  }
  aside #BBB img {
    width: auto;
  }
  .staff {
    float: none;
    text-align: center;
  }
  .staff img {
    width: auto;
  }
  .hotelsFilter {
    display: none !important;
  }
  #Philanthropy {
    margin-bottom: 50px;
  }
  #Hotels .hotelBlacklist {
    width: 31.66666667%;
  }
  #footermenu ul {
    list-style: circle;
  }
  #footermenu li {
    width: 48.33333333%;
  }
  .shares {
    padding: 10px;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 40px;
  }
  .shares .social {
    display: inline-block;
  }
  .shares .rate {
    display: inline-block;
    float: none;
  }
  .ui-dialog {
    width: 300px !important;
  }
  #floatingArticle {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #BBB {
    display: none;
  }
  h2 {
    font-size: 25px;
    line-height: 40px;
  }
  h3 {
    font-size: 16px;
    line-height: 25px;
  }
  p {
    font-size: 12px;
  }
  #cancelAnywhere .center {
    margin: 0 5px;
  }
  #container,
  .main-menu {
    margin: 0 5px;
  }
  #benefits .subtitle h3 {
    height: auto;
  }
  #benefits li {
    width: 98.33333333%;
    margin: 10px 0.83333333333333%;
  }
  header {
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
  }
  header #logo {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    float: none;
  }
  header #logo img {
    float: none;
  }
  header #logo .logoText {
    font-size: 16px;
  }
  header #logo .logoText strong,
  header #logo .logoText b {
    font-size: 20px;
  }
  header #logo .tagLine {
    font-size: 12px;
  }
  header .consultation {
    margin-top: 20px;
    font-size: 12px;
  }
  #features .features {
    float: none;
    margin: 0;
    width: auto;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #features .features li {
    width: 98.33333333%;
    margin-bottom: 40px;
  }
  #features .features .subtitle {
    height: auto;
  }
  #features .features .odd {
    margin: 10px 0.83333333%;
    clear: left;
  }
  #features .features .even {
    margin: 10px 0.83333333%;
  }
  #testimonialList li {
    width: 98.33333333%;
  }
  #blackList .btn {
    display: block;
    float: none;
    margin: 10px;
    text-align: center;
  }
  #blacklistSlide {
    overflow: hidden;
  }
  #blacklistSlide .pagingControls {
    margin: 15px 0 10px;
    text-align: center;
  }
  #blacklistSlide .pagingControls .paging {
    float: none;
    font-size: 11px;
    line-height: 12px;
  }
  #blacklistSlide .pagingControls .paging .prev {
    position: relative;
    top: 2px;
    left: 3px;
    padding: 2px 7px 1px;
  }
  #blacklistSlide .pagingControls .paging .next {
    position: relative;
    top: 2px;
    right: 3px;
    padding: 2px 7px 1px;
  }
  #blacklistSlide .pagingControls .paging a {
    padding: 3px 7px;
  }
  #blacklistSlide .pagingControls .paging .current,
  #blacklistSlide .pagingControls .paging .selected {
    padding: 3px 7px;
  }
  #tips .info_contact {
    margin-top: 20px;
  }
  .staff img {
    width: 100%;
  }
  aside #testimonialList li {
    width: 98.33333333%;
  }
  aside .articlesList li {
    width: 98.33333333%;
  }
  aside #BBB {
    margin: 10px;
  }
  aside #BBB img {
    max-width: 100%;
  }
  #contactFooter,
  #CommentForm,
  #contactForm {
    width: 98.33333333%;
  }
  #contactFooter fieldset,
  #CommentForm fieldset,
  #contactForm fieldset {
    width: auto;
    float: none;
  }
  #contactFooter .captcha,
  #CommentForm .captcha,
  #contactForm .captcha,
  #contactFooter .checkbox,
  #CommentForm .checkbox,
  #contactForm .checkbox {
    width: auto;
    margin: 0 1.5%;
    float: none;
  }
  #contactFooter .textarea,
  #CommentForm .textarea,
  #contactForm .textarea,
  #contactFooter .text,
  #CommentForm .text,
  #contactForm .text,
  #contactFooter .btn_principal,
  #CommentForm .btn_principal,
  #contactForm .btn_principal {
    width: auto;
    margin: 0 1.5%;
    margin-top: 20px;
    float: none;
  }
  #contactFooter .captcha,
  #CommentForm .captcha,
  #contactForm .captcha {
    margin-top: 10px;
  }
  #contactFooter .checkbox,
  #CommentForm .checkbox,
  #contactForm .checkbox {
    clear: left;
    margin-top: 40px;
  }
  #contactFooter .btn_principal,
  #CommentForm .btn_principal,
  #contactForm .btn_principal {
    display: block;
    float: none;
    width: 100%;
    padding: 10px 0;
    margin: 20px 0 0;
  }
  #CommentForm {
    margin-bottom: 50px;
  }
  .pagingControls {
    text-align: center;
  }
  .pagingControls .sort {
    margin-bottom: 20px;
  }
  .pagingControls .sort,
  .pagingControls .paging {
    float: none;
  }
  .article .pic {
    float: none;
    text-align: center;
    width: auto;
    background: transparent;
  }
  .article .pic img {
    width: 100%;
    max-width: 280px;
    display: inline-block;
  }
  .article .details {
    margin-left: 0;
    text-align: center;
  }
  #relatedArticles {
    display: none;
  }
  #relatedArticles .relatedArticle {
    width: 98.33333333%;
  }
  #comments .btn_comment {
    float: none;
    display: block;
    text-align: center;
  }
  .testimonial .pic img {
    width: 85px;
  }
  .testimonial .hotel {
    text-align: center;
    padding-bottom: 10px;
  }
  .testimonial .hotel .btn {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }
  .testimonial .hotel a.hotelName {
    margin-bottom: 10px;
    padding: 0;
  }
  .testimonial .hotel em {
    padding: 0;
  }
  #Testimonial {
    margin-bottom: 50px;
  }
  #Testimonial .hotelBlacklist,
  #Testimonial #testimonialList {
    width: 98.33333333%;
  }
  #tips a {
    width: 98.33333333%;
  }
  .info_contact {
    margin-top: 0;
  }
  .contact_phone h2 {
    font-size: 25px;
    line-height: 31px;
  }
  .contact_phone p {
    font-size: 18px;
  }
  .contact_phone .phone {
    font-size: 38px;
  }
  #Hotels .hotelBlacklist {
    width: 48.33333333%;
  }
  .full_page .action {
    display: none;
  }
  #Contact #benefits li {
    width: 98.33333333%;
  }
  .ui-dialog {
    width: 300px;
  }
  #footermenu ul {
    list-style: circle;
  }
  #footermenu li {
    width: auto;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .ui-dialog {
    width: 250px !important;
  }
  .ui-dialog p {
    font-size: 12px;
  }
  .article .details .rating {
    display: block;
  }
  .article .details .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1500px) {
  #cancelAnywhere .center {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
  }
  #MTSFalse .center {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
  }
  #container,
  .main-menu {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
  }
  #mainMenu a {
    font-size: 13px;
    padding: 12px 15px 10px;
  }
  #Search input {
    width: 120px;
  }
  #featured_text {
    top: 50px;
    left: 80px;
  }
  #lang a {
    padding: 6px 10px 7px;
  }
  #featured .featured_bottom {
    padding-left: 10px;
  }
  #featured .featured_bottom .badge {
    top: -65px;
  }
  #featured .featured_bottom .badge img {
    width: auto;
  }
  #featured .featured_bottom .btn_contact {
    font-size: 24px;
    padding-top: 6px;
    top: 13px;
  }
  .hotelBlacklist {
    height: 275px;
  }
  .hotelBlacklist h3 {
    font-size: 18px;
  }
}
