@charset "utf-8";
/* @group FRAMEWORK */
/* @group RESET */
/* http://960.gs/ reset.css 656552819d852506c04d90516c5e367711d19a75, optimized with http://tools.arantius.com/css-compressor */
/* Ajustes para que los banners de la cabecera no salten de l�nea */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  height: 100%;
	background-color: initial;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /* Override the default (display:inline) for browsers that do not recognize HTML5 tags. IE8 (and lower) requires a shiv:http://ejohn.org/blog/html5-shiv*/
  display: block;
}
b,
strong {
  /* Makes browsers agree. IE+Opera = font-weight:bold. Gecko+WebKit = font-weight:bolder.*/
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images*/
  -ms-interpolation-mode: bicubic;
}
ol,
ul {
  list-style: none;
}
li {
  /* For IE6+IE7:"display:list-item" keeps bullets from disappearing if hasLayout is triggered.*/
  display: list-item;
}
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /* For IE9. Without,occasionally draws shapes outside the boundaries of <svg>rectangle.*/
  overflow: hidden;
}
/* @end RESET */
/* @group BASE */
/* Based on http://960.gs/ text.css 656552819d852506c04d90516c5e367711d19a75 with small additions from http://html5boilerplate.com/ and http://cssfontstack.com/, optimized with http://tools.arantius.com/css-compressor */
/* Font rendering normalization */
html {
  background: #eaeaea url(../img/bck_noise_overlay.png);
}
body {
  font: 14px/1.5 'PT Sans', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-weight: bold;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 1px dotted;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
/* Scale */
h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
/* Spacing. Baseline: Font 14px * 1.5(line-height) = 21px */
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/* Remove text-shadow in selection highlight: h5bp.com/i
These selection declarations have to be separate. */
::-moz-selection {
  background: #009CBF;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #009CBF;
  color: #FFF;
  text-shadow: none;
}
/* @group FONTS */
@font-face {
  font-family: 'presst';
  src: url('../fonts/presst.eot');
  src: url('../fonts/presst.eot?#iefix') format('embedded-opentype'), url('../fonts/presst.svg#presst') format('svg'), url('../fonts/presst.woff') format('woff'), url('../fonts/presst.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* @end FONTS */
/* @end BASE */
.center-horizontal {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.center-text {
  text-align: center;
}
/* https://twitter.com/janogarcia/status/222964596204515328 */
.center-vertical {
  height: 100%;
  white-space: nowrap;
}
.center-vertical:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.center-verticalitem {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.center-vertical.center-vertical-horizontal {
  text-align: center;
}
.center-vertical.center-vertical-horizontal .center-verticalitem {
  text-align: left;
}
/* @end FRAMEWORK */
/* @group SKIN */
/* @group WIDGETS */
/*
*  Widgets/Modules naming convention:
*  .parent
*  .parent.child extends .parent / .parent.* extends .parent / extension
*  nesting
*  crossbrowser
*/
/* .ads */
.ads-formats {
  border-bottom: 1px dotted #a5a5a5;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.ads-formatsitem {
  background: #d4eff7;
  border: 1px dotted #2e7d91;
  color: #00809e;
  float: left;
  font-size: 33px;
  height: 100px;
  line-height: 100px;
  margin-left: 10px;
  text-align: center;
}
.ads-formatsitem:first-child {
  margin-left: 0;
}
.ads-formatsitem1 {
  width: 100px;
}
.ads-formatsitem2 {
  width: 212px;
}
.ads-formatsitem3 {
  width: 324px;
}
.ads-formatsitem4 {
  width: 436px;
}
.ads-itemft {
  text-align: center;
}
.ads-itemhd {
  margin-bottom: 10px;
}
/* .article */
.article-bd {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.2;
}
.article-bd p {
  margin-bottom: 15px;
}
.article-title {
  color: #006c93;
  font-family: 'PT Sans';
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
/* .button */
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.10);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.10);
  background: #f7f7f7;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #f7f7f7), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dadada', GradientType=0);
  /* IE6-8 */
  border: 1px solid #AAA;
  color: #545454;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans Caption';
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 21px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFF;
  vertical-align: middle;
  *margin-left: .3em;
}
.button:first-child {
  *margin-left: 0;
}
.button:hover {
  background: #eeeeee;
}
.button:active {
  -webkit-box-shadow: inset 0 5px 5px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: inset 0 5px 5px rgba(210, 210, 210, 0.5);
  box-shadow: inset 0 5px 5px rgba(210, 210, 210, 0.5);
}
.button strong {
  text-transform: uppercase;
}
/* extension */
.button.button-nav {
	width: 14px;
	background: -moz-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f7f7f7), color-stop(100%, #dadada));
	background: -webkit-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: -o-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: -ms-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: linear-gradient(left, #f7f7f7 25%, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dadada', GradientType=1);

	/*background: #1e5799; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/*background: -moz-linear-gradient(left,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	/*background: linear-gradient(to right,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-8 */
}
.button.button-nav.prev {
	position: absolute;
	left: -50px;
	top: 0;
}
.button.button-nav.next {
	position: absolute;
	right: -50px;
	top: 0;
}
.button.button-nav.prev:hover,
.button.button-nav.next:hover {
  background: #eeeeee;
}
.button.button-large {
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
}
.button.button-toggle {
  font-family: 'PT Sans';
  font-size: 18px;
}
.button.button-toggle .icon {
  color: #999;
  line-height: 24px;
  vertical-align: text-top;
}
.button.button-toggle.button-toggle-on {
  -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);
  background: #717171;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxNzE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUxNTE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #717171 0%, #515151 50%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(50%, #515151));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #717171 0%, #515151 50%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #717171 0%, #515151 50%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #717171 0%, #515151 50%);
  /* IE10+ */

  background: linear-gradient(top, #717171 0%, #515151 50%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#717171', endColorstr='#515151', GradientType=0);
  /* IE6-8 */
  border-color: #494949;
  border-bottom-color: #2D2D2D;
  color: #F7F7F7;
  text-shadow: 0 1px 0 #000000;
}
.button.button-blue {
  -webkit-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  background: #50b0cb;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTdmOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b0cb), color-stop(100%, #257f9d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* IE10+ */

  background: linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#50b0cb', endColorstr='#257f9d', GradientType=0);
  /* IE6-8 */
  border-color: #005B70;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 -1px 0 #004454;
}
.button.button-blue b {
  color: #9becff;
}
.button.button-blue:hover {
  background: #2d9dbc;
}
.button.button-blue:active {
  -webkit-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
}
.button.button-icon {
  font-family: presst;
}
.button.button-red {
  -webkit-box-shadow: inset 0 1px 0 rgba(235,135,134,1), 0 1px 1px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 1px 0 rgba(235,135,134,1), 0 1px 1px rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(235,135,134,1), 0 1px 1px rgba(0,0,0,.35);
  background: #ec5a59;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNWE1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTJjMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec5a59), color-stop(100%, #c52c2a));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ec5a59 0%, #c52c2a 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ec5a59', endColorstr='#c52c2a', GradientType=0);
  /* IE6-8 */
  border-color: #850b08;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 -1px 0 #6b0000;
}
.button.button-red:hover {
  background: #dd3333;
}
.button.button-red:active {
  -webkit-box-shadow: inset 0 5px 5px rgba(181,43,43,0.5), 0 1px 1px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 5px 5px rgba(181,43,43,0.5), 0 1px 1px rgba(0,0,0,.20);
  box-shadow: inset 0 5px 5px rgba(181,43,43,0.5), 0 1px 1px rgba(0,0,0,.20);
}
.button.button-small {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  padding: 0 7px;
}
.button.button-square {
  background: #f4f4f4;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #d8d8d8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* IE10+ */

  background: linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d8d8d8', GradientType=0);
  /* IE6-8 */
  border-color: #999;
  border-bottom-color: #848484;
  padding: 0;
  width: 34px;
}
.button.button-square:hover {
  background: #eeeeee;
}
.button.button-square.button-square-on {
  -webkit-box-shadow: inset 0 1px 0 rgba(12,12,12,1), 0 1px 0 rgba(255,255,255,.65);
  -moz-box-shadow: inset 0 1px 0 rgba(12,12,12,1), 0 1px 0 rgba(255,255,255,.65);
  box-shadow: inset 0 1px 0 rgba(12,12,12,1), 0 1px 0 rgba(255,255,255,.65);
  background: #3D3D3D;
  border: none;
  color: #FFF;
  text-shadow: 0 1px 0 #000000;
}
.button.button-transparent {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border-color: transparent;
  color: #008BAA;
  font-weight: 700;
}
.button.button-transparent b {
  color: #606060;
}
.button.button-transparent:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  background: #50b0cb;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTdmOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b0cb), color-stop(100%, #257f9d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* IE10+ */

  background: linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#50b0cb', endColorstr='#257f9d', GradientType=0);
  /* IE6-8 */
  border-color: #005B70;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 -1px 0 #004454;
}
.button.button-transparent:hover b {
  color: #9becff;
}
.button.button-transparent:active {
  background: #2d9dbc;
  -webkit-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
}
/* crossbrowser */
.ie7 .button {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.ie7 button.button {
  padding: 0;
}
.ie9 .button,
.ie9 .button.button-blue,
.ie .button-transparent,
.ie .button.button-square.button-square-on {
  filter: none;
}
/* nesting */
.button .icon-triangledown {
  font-size: 19px;
  line-height: 1;
  margin-left: 6px;
  text-shadow: none;
  vertical-align: -20%;
}
.button.button-blue .icon-triangledown,
.button.button-transparent:hover .icon-triangledown {
  color: #add9e2;
}
.button.button-blue:active .icon-triangledown,
.button.button-transparent:active .icon-triangledown {
  color: #ffffff;
}
.button.button-small .icon-triangledown {
  margin-left: 2px;
  vertical-align: -25%;
}
.button.button-transparent .icon-triangledown {
  color: #bababa;
}
/* .buttongroup */
.buttongroup {
  border-bottom: 1px solid #e8e8e8;
  margin: -18px -15px 38px -15px;
  text-align: center;
}
.buttongroup-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 5px #f2f2f2;
  -moz-box-shadow: 0 0 0 5px #f2f2f2;
  box-shadow: 0 0 0 5px #f2f2f2;
  display: inline-block;
  position: relative;
  top: 18px;
}
/* extension */
.buttongroup.buttongroup-dark {
  border-bottom-color: #c9c9c9;
}
.buttongroup.buttongroup-dark .buttongroup-inner {
  -webkit-box-shadow: 0 0 0 5px #cecece;
  -moz-box-shadow: 0 0 0 5px #cecece;
  box-shadow: 0 0 0 5px #cecece;
}
/* nesting */
.buttongroup .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.buttongroup .button:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.buttongroup .button:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* .content */
.content {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 10px 0;
}
/* extension */
.content.content-collapsed {
  border-radius: 0 0 7px 7px;
  margin-top: -20px;
}
.content.content-main {
  padding-top: 30px;
}
.content.content-padded {
  padding: 20px;
}
.content.content-note {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  -moz-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  border: 1px solid #D1D1D1;
  border-bottom-color: #BCBCBC;
  overflow: hidden;
  padding: 0;
}
.content-notebd {
  padding: 0 15px;
}
.content.content-squared {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.content.content-secondary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  -moz-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  border: 1px solid #D1D1D1;
  border-bottom-color: #BCBCBC;
  padding: 30px 10px 10px;
}
.content.content-compact {
  padding-top: 10px;
}
/* nesting */
.content .row:last-child .pagination {
  margin-bottom: 0;
}
.content.content-secondary .form:last-child {
  margin-bottom: 0;
}
.content.content-secondary .message:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  left: -10px;
  margin-bottom: 0;
  position: relative;
  top: -30px;
  width: 100%;
}
/* crossbrowser */
.ie7 .content .row.last-child .pagination,
.ie8 .content .row.last-child .pagination {
  margin-bottom: 0;
}
.ie7 .content.content-secondary .form.last-child,
.ie8 .content.content-secondary .form.last-child {
  margin-bottom: 0;
}
/* .datebadge */
.datebadge {
  left: -20px;
  position: relative;
}
.datebadge-curl {
  width: 0;
  height: 0;
  border-top: 10px solid #2d2d2d;
  border-left: 10px solid transparent;
}
.datebadge-day,
.datebadge-month {
  line-height: 48px;
  margin-bottom: 0;
  text-align: center;
}
.datebadge-day {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  background: #2d8b9e;
  color: #f2fdff;
  font-family: 'PT Sans Caption';
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 1px #116b7c;
}
.datebadge-month {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
  background: #474747 url(../img/bck_noise_overlay.png);
  color: #efefef;
  font-family: 'PT Sans';
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 1px #4c4c4c;
}
/* .document */
.document {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.document.document-half {
  width: 480px;
}
.document.document-full {
  width: 100%;
}
.document.document-full .document-inner {
  padding: 0 10px;
}
/* .faq */
.faq-bd {
  border-left: 1px solid #c6c6c6;
  padding: 0 20px;
}
.faq-title {
  color: #848484;
  font-family: 'PT Sans';
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}
/* .footer */
.footer {
  background: url(../img/bck_circle.png) no-repeat center top;
  color: #333;
  font-family: 'PT Sans';
  padding: 15px 0 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}
.footer-copyright,
.footer-links {
  line-height: 1.4;
  margin-bottom: 0;
}
.footer-links {
  color: #9E9E9E;
  font-size: 16px;
  font-weight: 700;
}
.footer-links a {
  text-decoration: none;
}
/* .footnote */
.footnote,
.footnote a {
  color: #606060;
}
.footnote {
  margin-bottom: 20px;
  text-shadow: 0 1px 0 #ffffff;
}
.footnote p {
  margin-bottom: 5px;
}
.footnote a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
/* .form */
/* nesting */
.form .form-actions:last-child {
  margin-bottom: 0;
}
/* crossbrowser */
.ie7 .form .form-actions.last-child,
.ie8 .form .form-actions.last-child {
  margin-bottom: 0;
}
/* .graph */
.graph {
  width: 800px;
  height: 250px;
  margin: 0 auto;
}
/* .header */
.header {
  margin-bottom: -98px;
}
.header-bd {
  background-image: url(../img/bck_fancy_deboss.png);
  border-bottom: 1px solid #DBDBDB;
  border-top: 1px solid #FFF;
  height: 175px;
}
.header-bdinner {
  padding-top: 15px;
  position: relative;
}
.header-hd,
.header-hdinner {
  height: 27px;
}
.header-hd {
  background: #262626 url(../img/bck_noise_overlay.png);
}
.header-hdinner {
  background: url(../img/bck_circles.png) no-repeat center top;
}
/* extension */
.header.header-compact {
  margin-bottom: 20px;
}
.header.header-compact .header-bd {
  height: 142px;
}
/* nesting */
.header .login {
  position: absolute;
  right: 0;
  top: 15px;
}
.header .nav {
  //left: 90px;
  position: absolute;
  top: 15px;
}
/* .icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'presst';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.icon-book:before {
  content: "\62";
}
.icon-checkmark:before {
  content: "\6f";
}
.icon-clock:before {
  content: "\63";
}
.icon-ellipsis:before {
  content: "\2026";
}
.icon-envelope:before {
  content: "\6d";
}
.icon-flash:before {
  content: "\21";
}
.icon-folder:before {
  content: "\66";
}
.icon-globe:before {
  content: "\65";
}
.icon-greaterthan:before {
  content: "\3e";
}
.icon-help:before {
  content: "\71";
}
.icon-info:before {
  content: "\69";
}
.icon-location:before {
  content: "\70";
}
.icon-lowerthan:before {
  content: "\3c";
}
.icon-phone:before {
  content: "\74";
}
.icon-triangleright:before {
  content: "\72";
}
.icon-triangleleft:before {
  content: "\6c";
}
.icon-triangledown:before {
  content: "\64";
}
.icon-triangleup:before {
  content: "\75";
}
.icon-users:before {
  content: "\68";
}
/* .iconround */
.iconround {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background: #8fc3d8;
  color: #FFF;
  display: inline-block;
  float: left;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
/* .intro */
.intro {
  background-repeat: no-repeat;
  height: 173px;
  margin: -10px auto -60px auto;
  padding: 40px 0 0 100px;
  width: 600px;
}
.intro-hd strong {
  color: #0b85a2;
}
.intro-hdinner {
  background-color: #FFF;
  font-size: 28px;
  line-height: 1.6;
  padding: 3px;
}
/* extension */
.intro.intro-bw {
  background-image: url(../img/bck_logo.png);
}
.intro.intro-color {
  background-image: url(../img/bck_circle_med.png);
}
/* .langs */
.langs {
  list-style-type: none;
  margin-bottom: 0;
  font-family: 'PT Sans Caption';
  line-height: 1;
}
.langs-item {
  float: left;
  margin-left: 0;
  border-right: 1px dotted #7F7F7F;
  margin-right: 6px;
  padding-right: 6px;
  text-shadow: 0 2px 0 #000000;
}
.langs-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.langs-item a {
  color: #A0A0A0;
  text-decoration: none;
}
.langs-item a:hover,
.langs-item.langs-item-on a:hover {
  color: #47c8e5;
  -webkit-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* extension */
.langs-item.langs-item-on a {
  color: #F7F7F7;
  font-weight: 700;
}
/* crossbrowser */
.ie7 .langs-item.last-child,
.ie8 .langs-item.last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/* .login */
.login {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ededed;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(33%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* IE10+ */

  background: linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  border: 1px solid #D1D1D1;
  border-top-color: #B7B7B7;
  display: inline-block;
  padding: 6px;
}
/* nesting */
.login .button {
  margin-right: 6px;
}
.login .button:last-child {
  margin-right: 0;
}
/* crossbrowser */
.ie7 .login {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.ie7 .login .button.last-child,
.ie8 .login .button.last-child {
  margin-right: 0;
}
.ie9 .login {
  filter: none;
}
/* .logo */
.logo {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-image: url(../img/logo_presst.png);
	background-size: 45px;
	height: 55px;
	width: 50px;
	margin-bottom: 0;
}
.logo a {
  display: block;
  height: 100%;
}

/* crossbrowser */
.ie7 .logo {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
/* .magazine */
.magazine-cover {
  //margin-bottom: 30px;
  text-align: center;
}
.magazine-cover img {
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  height: 180px;
}
.magazine-buy {
  text-align: center;
}
/* crossbrowser */
.ie7 .magazine-cover {
  position: relative;
}
/* .magazinetitle */
.magazinetitle {
  border-bottom: 1px dotted #999;
  line-height: 1;
  margin-bottom: 10px;
}
.magazinetitle-subtitle {
  color: #8c8c8c;
  font-family: 'PT Sans Caption';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.magazinetitle-title {
  color: #333;
  font-size: 28px;
  margin-bottom: 4px;
}
/* message */
.message {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'PT Sans Caption';
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 20px 10px;
}
.message p {
  margin-bottom: 10px;
}
.message p:last-child {
  margin-bottom: 0;
}
.message-inner {
  padding: 0 20px;
}
/*extension */
.message.message-error {
  background-color: #b7140e;
  color: #fceded;
  text-shadow: 0 2px 0 #7a0000;
}
.message.message-success {
  background-color: #0b85a0;
  color: #edf9fc;
  text-shadow: 0 2px 0 #006375;
}
/* crossbrowser */
.ie7 .message p.last-child,
.ie8 .message p.last-child {
  margin-bottom: 0;
}
/* .meter */
.meter {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  color: #3f3f3f;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.meter-bd,
.meter-ft {
  padding: 8px 0;
}
.meter-ft {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background: #ededed;
}
.meter-data1,
.meter-data2 {
  margin-bottom: 0;
}
.meter-data1 {
  font-size: 22px;
  font-weight: bold;
}
.meter-data2 {
  font-size: 15px;
}
[class^="meter-icon-"],
[class*=" meter-icon-"] {
  text-indent: -8px;
}
[class^="meter-icon-"]:before,
[class*=" meter-icon-"]:before {
  font-family: 'presst';
  font-size: 35px;
  font-style: normal;
  letter-spacing: -8px;
  line-height: 15px;
  speak: none;
  vertical-align: -70%;
}
.meter-icon-down:before {
  color: #c10000;
  content: "\64";
}
.meter-icon-equals:before {
  color: #AAA;
  content: "=";
  font-family: 'PT Sans';
  font-weight: bold;
}
.meter-icon-up:before {
  color: #26bf00;
  content: "\75";
}
.meter-icon-users {
  text-indent: 0;
}
.meter-icon-users:before {
  color: #AAA;
  content: "\68";
  font-size: 20px;
  letter-spacing: 2px;
  vertical-align: -10%;
}
.meter-title {
  color: #939393;
  font-size: 14px;
  margin-bottom: 3px;
  text-shadow: 0 1px 1px #ffffff;
}
/* extension */
.meter.meter-down {
  border: 2px solid #c50000;
}
.meter.meter-down .meter-ft {
  background: #ffdbdb;
}
.meter.meter-equals {
  border: 2px solid #878787;
}
.meter.meter-up {
  border: 2px solid #2ec500;
}
.meter.meter-up .meter-ft {
  background: #e3ffdb;
}
/* composition */
.meter-data1.meter-icon-down:before,
.meter-data1.meter-icon-up:before {
  vertical-align: -50%;
}
/* .nav */
.nav-items {
  list-style-type: none;
  margin-bottom: 0;
}
.nav-item {
  background: #ffffff;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
  /* IE6-8 */
  float: left;
  margin-left: 0;
  border: 1px solid #C4C4C4;
  border-bottom-color: #AAA;
  font-family: Merriweather;
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 36px;
}
.nav-item:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.nav-item:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.nav-item a {
  color: #3F3F3F;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
.nav-item:hover {
  background: #f1f1f1;
}
/* extension */
.nav-item.nav-item-on {
  background: #717171;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxNzE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUxNTE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #717171 0%, #515151 50%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(50%, #515151));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #717171 0%, #515151 50%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #717171 0%, #515151 50%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #717171 0%, #515151 50%);
  /* IE10+ */

  background: linear-gradient(top, #717171 0%, #515151 50%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#717171', endColorstr='#515151', GradientType=0);
  /* IE6-8 */
  border: 1px solid #494949;
  border-bottom-color: #2D2D2D;
  font-weight: 700;
}
.nav-item.nav-item-on a {
  color: #F7F7F7;
  text-shadow: 0 1px 0 #000000;
}
.nav-item.nav-item-on:hover {
  background: #555555;
}
/* crossbrowser */
.ie9 .nav-item.nav-item-on {
  filter: none;
}

/* crossbrowser */
.ie7 .pagination-spacer {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
/* nesting */
.pagination .button-square {
  margin-right: 2px;
}
/* .payment */
.payment {
  background: url(../img/bck_circle_big.png) no-repeat center top;
}
.payment-ft {
  border-top: 1px dotted #999;
  color: #8c8c8c;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding-top: 5px;
  text-align: center;
}
.payment-ft p {
  margin-bottom: 5px;
}
.payment-ftlogos img {
  margin-right: 20px;
  vertical-align: text-bottom;
}
.payment-ftlogos img:last-child {
  margin-right: 0;
}
/* nesting */
.payment .pricebubble {
  margin: 0 auto;
}
/* crossbrowser */
.ie7 .payment-ftlogos img.last-child,
.ie8 .payment-ftlogos img.last-child {
  margin-right: 0;
}
/* .paymentmethod */
.paymentmethod {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d9d9d9;
}
.paymentmethod-ft {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: url(../img/bck_noise_overlay.png);
  word-spacing: 10px;
  padding: 10px;
}
.paymentmethod-ft img {
  margin-right: 7px;
}
.paymentmethod-hd {
  padding: 10px;
  text-align: center;
}
/* crossbrowser */
.lt-ie9 .paymentmethod-hd .button {
  font-size: 13px;
}
/* .pricebubble */
.pricebubble {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background: #ffffff;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%, #ffffff), color-stop(100%, #dbf3f9));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #ffffff 40%, #dbf3f9 100%);
  /* W3C */
  border: 1px solid #b1e2ed;
  color: #198ea9;
  display: table;
  font-family: Merriweather;
  font-size: 32px;
  font-weight: 700;
  height: 115px;
  line-height: 0.8;
  text-align: center;
  width: 115px;
}
.pricebubble-inner {
  display: table-cell;
  vertical-align: middle;
}
.pricebubble-note {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}
/* crossbrowser */
.ie9 .pricebubble {
  filter: none;
}
.lt-ie9 .pricebubble {
  height: 115px;
  margin-bottom: 10px;
  width: 115px;
}
.ie7 .pricebubble {
  height: auto;
  padding: 15px 0;
}
/* .pricelist */
.pricelist {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  background: #FFF;
  border: 1px solid #ADADAD;
  border-bottom-color: #828282;
  display: inline-block;
  font-family: Merriweather;
  font-weight: 300;
  list-style-type: none;
  min-width: 160px;
  overflow: hidden;
}
.pricelist-item {
  border-bottom: 1px dotted #9E9E9E;
  margin-left: 0;
}
.pricelist-item:last-child {
  border-bottom: none;
  margin-left: 0;
}
.pricelist-item a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.pricelist-item:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.pricelist-item:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.pricelist-item a:hover {
  background-color: #d9f3f9;
}
.pricelist-price {
  color: #308CA9;
  float: right;
  font-family: 'PT Sans Caption';
  font-size: 15px;
  font-weight: 700;
}
/* extension */
.pricelist.pricelist-plain {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricelist.pricelist-plain .pricelist-item {
  padding: 10px;
}
/* crossbrowser */
.ie7 .pricelist {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.ie7 .pricelist-item.last-child,
.ie8 .pricelist-item.last-child {
  border-bottom: none;
  margin-left: 0;
}
.ie7 .pricelist-price {
  float: none;
}
/* composition */
.pricelist.dropdown-menu {
  display: none;
  margin-top: 1px;
  position: absolute;
  z-index: 1;
}
/* .readmore */
.readmore {
  border-bottom: 1px dotted #006c93;
  line-height: 16px;
  margin-top: -20px;
  text-align: center;
}
.readmore a {
  background-color: #FFF;
  color: #006c93;
  font-size: 16px;
  padding: 0 10px 0 3px;
  position: relative;
  text-decoration: none;
  top: 8px;
}
/* nesting */
.readmore .icon {
  font-size: 20px;
  vertical-align: middle;
}
/* .shelf */
.shelf {
  margin: -118px 0 90px;
}
.shelf-item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 76px;
}
.shelf-item.shelf-top {
  background-color: #E8E8E8;
  margin-top: -88px;
}
.shelf-item.shelf-bottom {
  background-color: #dbdbdb;
}
/* extension */
.shelf.shelf-collapsed {
  margin: -83px 0 40px;
}
/* .sidenote */
.sidenote {
  color: #006f89;
  padding-left: 8px;
  position: relative;
}
.sidenote-bd {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: #e1eff4;
  border: 1px solid #b1d0d8;
  border-top: 0;
  padding: 10px;
}
.sidenote-bd a {
  color: #006f89;
}
.sidenote-bd p {
  line-height: 1.2;
  margin-bottom: 5px;
}
.sidenote-bd p:last-child {
  margin-bottom: 0;
}
.sidenote:after {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #FFF;
  border-top: 8px solid transparent;
  content: '';
  left: 1px;
  position: absolute;
  top: 11px;
  height: 0;
  width: 0;
}
.sidenote:before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #b1d0d8;
  border-top: 8px solid transparent;
  content: '';
  left: 0;
  position: absolute;
  top: 11px;
  height: 0;
  width: 0;
}
.sidenote-hd {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #FFF;
  border: 1px solid #b1d0d8;
  color: #44b0c9;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  padding: 0 10px;
}
/* crossbrowser */
.ie7 .sidenote-bd p.last-child,
.ie8 .sidenote-bd p.last-child {
  margin-bottom: 0;
}
/* .subheader */
.subheader {
  background: #262626 url(../img/bck_noise_overlay.png);
  height: 130px;
  margin: -20px 0 20px;
}
.subheader-inner {
  padding-left: 10px;
  width: 950px;
}
.subheader-subtitle,
.subheader-title {
  line-height: 1;
  text-shadow: 0 2px 1px #212121;
}
.subheader-subtitle {
  color: #5fbad3;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.subheader-title {
  color: #efefef;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* extension */
.subheader.subheader-centered {
  height: auto;
  text-align: center;
}
.subheader.subheader-centered .subheader-inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 960px;
}
.subheader.subheader-centered .subheader-subtitle {
  line-height: 1.2;
  margin-bottom: 10px;
}
.subheader.subheader-logo .subheader-inner {
  background: url(../img/logo_presst_symbol_big.png) no-repeat 70px -30px;
}
/* titlefigure */
.titlefigure {
  color: #545454;
  font-family: 'PT Sans Caption';
  margin-bottom: 0;
  text-shadow: 0 1px 1px #ffffff;
}
/* .titlenote */
.titlenote {
  background: #ffffff url(../img/bck_noise_overlay.png);
  color: #424242;
  font-size: 32px;
  line-height: 70px;
  margin-bottom: 10px;
  text-indent: 15px;
  text-shadow: 0 1px 1px #ffffff;
}
/* .titlesection */
.titlesection {
  border-bottom: 1px solid #999;
  color: #565656;
  font-size: 22px;
  font-weight: 300;
}
.titlesection-dim {
  color: #adadad;
}
/* .viewer */
.viewer {
  height: 750px;
  width: 100%;
}

/* @group PAGES */
/* @end PAGES */
/* @end SKIN */

/* ministry in footer */
.ministerio {
  position: relative;
  float: left;
  top: -90px;
  font-size: 70%;
}
.ministerio-image {
  position: relative;
  height: 55px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../img/LogGobEspanaECD.png);
}
.ministerio-image:hover {
  background-position: bottom center;
}

/* /users/legal => prices table */
td.price { text-align: right; }
td.price span { text-align: left; margin-left: .2em; margin-right: 40%; }
th.center { text-align: center; }
td.center { text-align: center; }

/* Headers */
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: Merriweather, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-weight: bold; }
.h1 { font-size: 25px; }
.h2 { font-size: 23px; }
.h3 { font-size: 21px; }
.h4 { font-size: 19px; }
.h5 { font-size: 17px; }
.h6 { font-size: 15px; }

/* Fixes */
.container { width: 100%; }
.document.content-main { min-height: 380px; }
.document.content-main > section.container { position: relative; }
section.container > .carousel-wrapper { width: 100%; padding: 0 20px; }
.carousel-wrapper > .button.button-nav { width: 36px; }
.carousel-wrapper > .button.button-nav.prev { left: -32px; }
.carousel-wrapper > .button.button-nav.next { right: -31px; }
.carousel-wrapper > .carousel > ul > li > article.publication { width: auto; padding: 0 15px; }
.form-group.fixed-height { height: 34px; }
.bootstrap-select .dropdown-menu li { margin-left: 0px; }

/* Addons */
.page-header { margin-top: 0px; padding-bottom: 5px; color: #2f3135; border-bottom-color: #2f3135; }
.page-header > * { display: inline; }
.page-header > * > small { margin-left: 4px; }
.page-header > toolbox { float: right; }
.page-header > toolbox > a { margin-left: 4px; }
.page-header > toolbox > .btn { padding: 4px 12px; }
.page-header > toolbox > .glyphicon.btn { padding: 2px 6px; }

.input-group-btn .glyphicon::before { margin-right: 6px; }
.search-box { background-color: #eef4fc; }
.nowrap { white-space: nowrap; }
.euro { text-align: right; }
.euro::after { content: "€"; margin-left: .2em; }
[invoice="1"]::after {
  margin-left: .2em;
  content: "\e032";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************************** NavBar ***********************************/
.navbar-brand { padding: 8px 15px; }
.navbar-brand > img { max-height: 40px; }
.nav a > .glyphicon { margin-right: 4px; }
.nav a > .fa { margin-right: 4px; }

.dropdown-menu { padding: 0px; }
.dropdown-menu > li > a { color: #777; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #000;
	background-color: #d2d2d2;
	background-image: unset;
  text-decoration: none;
  outline: 0;
}

.navbar-default .navbar-nav > .active > a,
.dropdown-menu > .active > a {
	color: #555;
	background-color: #E7E7E7;
	background-image: unset;
}
.navbar-default { min-width: 335px; background-color: #fcfbf6; }
.dropdown-header { font-size: inherit; }

.navbar-default .navbar-nav > .cycle-banner > a  { color: #54b5ba; background-color: #2f3135; height: 50px; padding: 8.5px 20px; }
.navbar-default .navbar-nav > .cycle-banner > a > .cycle-banner { float: left; }
.navbar-default .navbar-nav > .cycle-banner > a > .cycle-banner > span { line-height: 1.1; font-size: 10px; display: block; }
.navbar-default .navbar-nav > .cycle-banner > a > .cycle-banner > span:first-of-type { font-weight: 700; }

/******************************* Collapse NavBar ******************************/
@media (min-width: 992px) {
	.fawno-toggle { display: none; }
}

@media (max-width: 992px) {
	.container > .navbar-header { float: none; margin-right: -15px; margin-left: -15px; }
	.navbar-left, .navbar-right { float: none !important; }
	.navbar-toggle { display: block; }
	.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
	.navbar-fixed-top { top: 0; border-width: 0 0 1px; }
	.navbar-collapse.collapse { display: none !important; }
	.navbar-nav { float: none !important; margin-top: 7.5px; }
	.navbar-nav > li { float: none; }
	.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
	.collapse.in { display:block !important; }
}

/******************************** Bottom NavBar *******************************/
body > .container { margin-bottom: 80px; }

.navbar-fixed-bottom { z-index: 0; }
.navbar-fixed-bottom > .container { width: 100%; height: 65px; padding: 15px; }
.navbar-fixed-bottom > .container > .btn-to-top { display: none; float: right; padding: 6px 8px; }
toolbox.navbar-fixed-bottom { z-index: 1; text-align: right; padding: 15px; padding-right: 60px; }
toolbox.navbar-fixed-bottom > * { margin-left: 4px; }

@media (min-width: 768px) {
	toolbox.navbar-fixed-bottom	{ padding-right: 60px; }
}
@media (min-width: 830px) {
	toolbox.navbar-fixed-bottom	{ padding: 15px; }
}
@media (min-width: 992px) {
	toolbox.navbar-fixed-bottom	{ padding-right: 60px; }
}
@media (min-width: 1054px) {
	toolbox.navbar-fixed-bottom	{ padding: 15px; }
}
@media (min-width: 1200px) {
	toolbox.navbar-fixed-bottom	{ padding-right: 60px; }
}
@media (min-width: 1280px) {
	toolbox.navbar-fixed-bottom	{ padding: 15px; }
}

/*********************************** Tables ***********************************/
th { text-transform: uppercase; }
th a.asc:after  { content: ' \21E1'; } /* Orden Ascendente */
th a.desc:after { content: ' \21E3'; } /* Orden Descendente */

th a.sorting { color: inherit; text-decoration: none; }
th a.sorting:hover { color: inherit; text-decoration: none; }
th > a.sorting { display: block; padding-right: 20px; }
th > a.sorting::before,
th > a.sorting::after {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 1rem;
  opacity: .3;
  float: right;
	width: 0px;
  position: relative;
	left: 7px;
	top: -1px;
}
th > a.sorting::before { content: "\f0de"; }
th > a.sorting::after { content: "\f0dd"; }
th > a.sorting.asc::before,
th > a.sorting.desc::after { opacity: 1; }

.table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #f9f9f9; } /* Filas Impares */
.table-striped > tbody > tr:nth-of-type(2n+0) { background-color: #ffffff; } /* Filas Pares */

.table-hover > tbody > tr:hover { background-color: #fffddd; }

.table .toolbox { width: 1px; white-space: nowrap; padding: 4px 8px; text-align: right; }
.table .toolbox > *:nth-of-type(n+1) { margin-left: 4px; }

.table .toolbox > .fa {}
.table .toolbox > .glyphicon {}

.table-list { margin-top: 15px; }
.table-list td > li { margin: 0 14px; }

table.table.table-bordered th { background: #ededed; border-left: 0; text-shadow: 0 1px 0 #ffffff; }
table.table.table-bordered { border: 1px solid #adadad; border-collapse: separate; *border-collapse: collapsed; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
table.table.table-bordered th,
table.table.table-bordered td { border-left: 1px solid #adadad; }
table.table.table-bordered caption + thead tr:first-child th,
table.table.table-bordered caption + tbody tr:first-child th,
table.table.table-bordered caption + tbody tr:first-child td,
table.table.table-bordered colgroup + thead tr:first-child th,
table.table.table-bordered colgroup + tbody tr:first-child th,
table.table.table-bordered colgroup + tbody tr:first-child td,
table.table.table-bordered thead:first-child tr:first-child th,
table.table.table-bordered tbody:first-child tr:first-child th,
table.table.table-bordered tbody:first-child tr:first-child td { border-top: 0; }
table.table.table-bordered thead:first-child tr:first-child th:first-child,
table.table.table-bordered tbody:first-child tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
table.table.table-bordered thead:first-child tr:first-child th:last-child,
table.table.table-bordered tbody:first-child tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }
table.table.table-bordered thead:last-child tr:last-child th:first-child,
table.table.table-bordered tbody:last-child tr:last-child td:first-child { -webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; }
table.table.table-bordered thead:last-child tr:last-child th:last-child,
table.table.table-bordered tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }
table.table.table-bordered { border-left: 1px solid #adadad; }
table.table.table-bordered th:first-child,
table.table.table-bordered td:first-child { border-left: 0; }

/***************************** Progress Bar ***********************************/
.progress { background-color: #eee; cursor: pointer; }

/***************************** Custom GlyphIcons ******************************/
.btn-glyphicon { padding: 2px 6px; top: 1px; position: relative; }
.btn-glyphicon:before { margin-right: 4px; position: relative; top: 2px; left: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.btn-glyphicon:empty:before { margin-right: 0px; }
.btn-fas:before { margin-right: 4px; position: relative; top: 2px; left: 1px; display: inline-block; font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.btn-fas:empty:before { margin-right: 0px; }

.glyphicon-double-chevron-left:before{
	margin-left: -3px;
	letter-spacing: -6px;
	content:"\e079\e079";
}

.glyphicon-double-chevron-right:before{
	margin-left: -6px;
	letter-spacing: -6px;
	content:"\e080\e080";
}

.glyphicon-info-sign-help:after{
	margin-left: 4px;
	cursor: help;
	content:"\e086";
}

.fa.btn { padding: 4px 6px; height: 26px; margin-top: 2px; }
.glyphicon.btn { padding: 2px 6px; }

label > .fa { margin-left: 4px; }
label > .glyphicon { margin-left: 4px; }
.btn > .fa { margin-right: 4px; }
.btn > .glyphicon { margin-right: 4px; }

/********************************* Pagination *********************************/
nav.pagination { clear: both; width: 100%; min-height: 20px; height: 26px; float: none; }
div.pagination { margin-top: -1px; }
.pagination { float: right; margin: 0px; }
.pagination > li > a { margin: 0px; padding: 2px 12px; }
.pagination.counter { float: left; margin-top: 2px; margin-left: 4px; }
.pagination.links li { margin: 0px; }
.pagination.links li > a { height: 26px; min-width: 36px; padding: 2px 0px; text-align: center; }
.pagination.links .disabled > a { background-color: #eee; }
.pagination.links > ul { display: inline; float: none; }
.pagination.links > ul > li > a { border-radius: 0px; }

nav.pagination ~ .table-bordered { margin-top: 20px; }

@media (max-width: 992px) {
	.pagination.links > ul > li { display: none; }
	.pagination.links > ul > li.active { display: inline; }
}

/* Modal */
.modal-header .modal-title { border: none; }
.modal-body .message-icon i.fa { font-size: 40px; }
.modal-body .message-icon i.glyphicon { font-size: 40px; }
.modal-body .message-icon i.glyphicon-ok { color: green; }
.modal-body .message-icon i.glyphicon-alert {color: orange; }
.modal-body .message-icon i.glyphicon-exclamation-sign { color: red; }
.modal-body .message-icon { display: inline-block; vertical-align: top; margin-right: 10px; }
.modal-body .message-text { display: inline-block; font-size: 16px; width: calc(100% - 50px); }
.modal-body .message-text span { display: block; }
.modal-body .message-text .fields { list-style-type: none; margin: 0; padding: 0; }
.modal-body .message-text .fields > li { font-weight: bold; }
.modal-body .message-text .fields .errors { list-style-type: circle; margin: 0; padding: 0; padding-left: 20px; font-weight: normal; }
.modal-body .message-text .fields .errors > li > span { display: inline; font-weight: bold; }
.modal-body .message-text .fields .errors > li > span:after { content: ': '; }

/* Messages */
.alert .row { margin: 15px 0px 0px; text-align: right; }
.alert .row .btn { margin-left: 15px; }