/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
embed,
object {
  width: 950px !important;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Primary Styles ========================================================
   Author: WayNext
   ========================================================================== */
/*@font-face {
    font-family: 'BNR';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
.ie6 body,
.ie7 body {
  font-size: 10px;
}
#jef {
  float: left;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
/* COLORS */
/* COMMON */
.f100 {
  float: left;
  width: 100%;
}
.f105 {
  float: left;
  width: 105%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.sprite {
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
}
.sprite:hover {
  background-position: bottom left;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* GOOD STUFF */
.container {
  margin: 0 auto;
  width: 950px;
}
header {
  float: left;
  width: 100%;
  height: 187px;
  background: url(../img/bg_header.png) center top no-repeat;
}
header h1 {
  display: none;
}
header .hl {
  float: left;
  position: relative;
  height: 38px;
  width: 338px;
  background: url(../img/logo.png) left top no-repeat;
  font-size: 1.1em;
  color: #6f6d6f;
  margin: 14px 0 0;
  padding: 83px 0 0;
}
header .hl p {
  margin: 0;
}
header .hl .linktoself {
  position: absolute;
  top: 0;
  width: 338px;
  height: 94px;
  z-index: 2;
}
header .hr {
  float: right;
  margin: 24px 0 0;
  width: 400px;
  height: 111px;
}
header .hr time {
  text-align: right;
  display: block;
  color: #a61728;
  font-size: 1.2em;
}
header .hr .ql {
  margin: 10px 0 24px;
  text-align: right;
}
header .hr .ql a {
  color: #6f6d6f;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  padding-left: 10px;
  background: url(../img/bg_quicklinks.png) left center no-repeat;
  margin-left: 7px;
}
header .hr .ql a:first-child {
  padding: 0;
  background: none;
  margin: 0;
}
header .hr .search {
  float: right;
  width: 228px;
}
header .hr .search .text {
  float: left;
  width: 179px;
  height: 28px;
  background: url(../img/bg_search.png) left top no-repeat;
  border: none;
  padding: 0 10px;
  font-size: 1.7em;
  color: #b8b8b8;
}
.lt-ie9 header .hr .search .text {
  padding-top: 5px;
  height: 23px;
}
header .hr .search .submit {
  float: left;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-repeat: repeat-x;
  background-image: url(../img/btn_search.png);
  height: 28px;
  padding: 0;
  width: 29px;
  color: #ffffff;
  border: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
header .hr .search .submit:hover {
  background-position: bottom left;
}
header nav {
  float: left;
  width: 105%;
  padding: 17px 0 0;
}
header nav ul {
  float: left;
  width: 105%;
}
header nav li {
  float: left;
  text-transform: uppercase;
  border-left: 1px dotted #cccccc;
  line-height: 17px;
  padding-left: 7px;
  padding-right: 7px;
}
header nav li:first-child {
  border: none;
  padding-left: 0;
}
header nav li.last {
  padding-right: 0;
}
header nav a {
  color: #1b1a1b;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
}
header nav a:hover,
header nav a.active {
  color: #ba0b15;
}
#main {
  float: left;
  width: 100%;
}
.col-left {
  float: left;
}
.col-right {
  float: right;
}
.hp {
  float: left;
  width: 630px;
  margin: 22px 0 0;
}
.hp .col-left {
  width: 360px;
  min-height: 1235px;
}
.hp .col-right {
  margin-left: 12px;
  padding-left: 10px;
  border-left: 1px solid #dfdfdf;
  min-height: 1235px;
  width: 247px;
}
.hp .highlight {
  float: left;
  width: 100%;
  position: relative;
}
.hp .highlight img {
  float: left;
}
.hp .highlight .source {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 0.9em;
  padding: 2px 3px;
}
.hp .highlight h2 {
  background: #000000;
  font-size: 2.7em;
  margin: 0;
  float: left;
  width: 100%;
}
.hp .highlight h2 a {
  padding: 5px 10px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.hp .highlight p {
  float: left;
  background: #ededed;
  padding: 12px 10px;
  color: #333333;
  margin: 0;
  font-size: 1.3em;
}
.hp .related-highlights {
  background: #ededed;
  padding: 12px 10px;
}
.hp .related-highlights p {
  color: #a61728;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 2px solid #a61728;
  margin: 0;
}
.hp .related-highlights a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  padding-left: 10px;
  background: url(../img/bullet_red.png) left 6px no-repeat;
  display: block;
}
.hp .related-highlights a:hover {
  color: #a61728;
}
.hp .related-highlights li {
  border-top: 1px dotted #bebebe;
  padding-top: 3px;
  margin-top: 3px;
}
.hp .related-highlights li:first-child {
  border: none;
}
.hp .more-news ul li {
  float: left;
  width: 100%;
  padding-top: 12px;
}
.hp .more-news ul li {
  border-top: 1px solid #dfdfdf;
  margin-top: 15px;
}
.hp .even-more-news ul.list li {
  float: left;
  width: 100%;
  padding-top: 12px;
}
.hp .even-more-news ul.list li {
  padding-top: 26px;
}
.hp .even-more-news ul.list li:first-child {
  padding-top: 0;
}
.hp .even-more-news ul.list + .related {
  float: left;
  width: 100%;
  padding-top: 14px;
}
.hp .even-more-news ul.list + .related li {
  padding-top: 16px;
}
.hp .even-more-news ul.list + .related a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  padding-left: 10px;
  background: url(../img/bullet_red.png) left 6px no-repeat;
  display: block;
}
.hp .even-more-news ul.list + .related a:hover {
  color: #a61728;
}
.hp .print-titles {
  float: left;
  margin-top: 14px;
  width: 227px;
  padding: 10px;
  background: #ededed;
}
.hp .print-titles h4 {
  color: #ba0b15;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0;
}
.hp .print-titles li {
  padding-top: 15px;
}
.hp .print-titles p {
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
}
.hp .print-titles p a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.hp .print-titles p a:hover {
  color: #ba0b15;
}
.hp .print-titles p span {
  color: #000000;
}
.hp .cartoon {
  float: left;
  margin-top: 14px;
  width: 227px;
  padding: 10px;
  background: #ededed;
}
.hp .cartoon h4 {
  color: #ba0b15;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0 0 4px;
}
/* INNER */
.inner {
  float: left;
  width: 630px;
  padding-top: 18px;
}
.inner h2 {
  font-size: 2.7em;
  margin: 0;
}
.inner .other-news {
  float: left;
  width: 304px;
}
.inner .other-news .go-to-comments {
  font-size: 1.1em;
}
.inner .other-news time {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 3px;
  display: block;
}
.inner .other-news a {
  display: block;
}
.inner .other-news .text {
  line-height: 1.1em;
  padding-bottom: 5px;
}
.inner .other-news .see-more {
  display: block !important;
}
.inner .other-news li {
  float: left;
  width: 100%;
}
.inner .other-news li:first-child {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.inner .other-news.latest-news {
  float: right;
}
.inner .other-news.latest-news li {
  border: none;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: 0;
}
.inner .other-news.latest-news li:first-child {
  padding-top: 10px;
}
.inner .other-news.latest-news a {
  display: block;
}
.inner .other-news.latest-news .links {
  float: left;
  width: 100%;
  *zoom: 1;
  margin: 0;
  padding-top: 10px;
}
.inner .other-news.latest-news .links span {
  float: left;
}
.inner .other-news.latest-news .links .see-more {
  float: right;
}
.inner .other-news.latest-news.sideways {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.inner .other-news.latest-news.sideways li {
  float: right;
  width: 304px;
  padding-top: 10px;
}
.inner .other-news.latest-news.sideways li:first-child {
  float: left;
}
.inner .other-news .title {
  margin: 0 ;
  font-size: 1.8em;
  color: #ba0b15;
  border-bottom: 3px solid #ba0b15;
  text-transform: uppercase;
  font-weight: bold;
}
#bc {
  float: left;
  width: 100%;
  color: #a61728;
  font-size: 1.1em;
  margin: 0;
}
#bc a {
  background: url(../img/bg_bc.png) right center no-repeat;
  color: #333;
  padding-right: 10px;
  margin-right: 7px;
  text-decoration: none;
}
#bc a:hover {
  text-decoration: underline;
}
.fourOfour {
  float: left;
  width: 100%;
  padding: 10px 0 0;
  font-size: 1.3em;
  color: #333;
}
.fourOfour p {
  margin: 8px 0 0;
}
.fourOfour .col-left {
  float: left;
  width: 550px;
}
.fourOfour a {
  color: #333;
  text-decoration: none;
}
.fourOfour a:hover {
  color: #ba0b15;
}
.contacto {
  float: left;
  width: 100%;
  padding: 10px 0 0;
  font-size: 1.3em;
  color: #333;
}
.contacto p {
  margin: 8px 0 0;
}
.contacto .col-left {
  float: left;
  width: 550px;
}
.contacto a {
  color: #333;
  text-decoration: none;
}
.contacto a:hover {
  color: #ba0b15;
}
.links {
  float: left;
  width: 100%;
  padding: 10px 0 0;
  font-size: 1.3em;
  color: #333;
}
.links p {
  margin: 8px 0 0;
}
.links .col-left {
  float: left;
  width: 550px;
}
.links a {
  color: #333;
  text-decoration: none;
}
.links a:hover {
  color: #ba0b15;
}
.rss {
  float: left;
  width: 100%;
  padding: 10px 0 0;
  font-size: 1.3em;
  color: #333;
}
.rss p {
  margin: 8px 0 0;
}
.rss .col-left {
  float: left;
  width: 550px;
}
.rss a {
  color: #333;
  text-decoration: none;
}
.rss a:hover {
  color: #ba0b15;
}
.rss .what-is {
  background: url(../img/bg_rss.png) right center no-repeat;
  padding: 5px 265px 0 0;
}
.rss .what-is h2 {
  font-size: 18px;
}
.rss .list .list-title {
  background: #eeeeee;
  color: #494949;
  font-size: 18px;
  margin-top: 15px;
  padding: 5px 15px 8px;
}
.rss .list ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
}
.rss .list ul li {
  width: 50%;
  float: left;
  padding: 5px 0;
}
.rss .list ul li a {
  color: #000;
  background: url(../img/ico_rss.png) left center no-repeat;
  padding-left: 20px;
  font-size: 1.6em;
  margin-left: 15px;
  text-decoration: none;
}
.see-more {
  color: #ba0b15 !important;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  display: inline !important;
}
.go-to-comments {
  background: url(../img/ico_comments.png) left center no-repeat;
  padding-left: 15px;
  display: inline !important;
  color: #444;
}
.category-highlights {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.category-highlights li {
  float: right;
  width: 304px;
}
.category-highlights li:first-child {
  float: left;
}
.category-highlights li time {
  font-size: 1.1em;
  color: #444;
  margin-top: 6px;
  float: left;
  width: 100%;
  margin-bottom: 6px;
}
.category-highlights li img {
  margin-bottom: 10px;
}
.category-highlights li .text {
  font-size: 1.3em;
}
.glossario-main {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.glossario-main .item {
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.glossario-main .item h2 {
  font-size: 2em;
}
.glossario-main .item .text {
  font-size: 1.3em;
}
.glossario-main h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 1.7em;
}
.arrow {
  position: absolute;
  width: 37px;
  height: 37px;
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.arrow.arrow-left {
  background-image: url(../img/arrow_left.png);
}
.arrow.arrow-right {
  background-image: url(../img/arrow_right.png);
}
.arrow:hover {
  background-position: bottom left;
}
.transparent-ico {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 24px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.transparent-ico.ico-foto {
  background-position: 0 0;
}
.transparent-ico.ico-video {
  background-position: 0 -24px;
}
.transparent-ico-hover {
  background-color: #ba0b15;
  background-color: rgba(186, 11, 21, 0.5);
}
.multimedia-slider {
  float: left;
  width: 100%;
  background: #eeeeee;
  position: relative;
  padding-bottom: 15px;
  margin: 24px 0 0;
}
.multimedia-slider .title {
  color: #ba0b15;
  margin: 10px 0 10px 11px;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.multimedia-slider .arrow {
  top: 90px;
}
.multimedia-slider .arrow-left {
  left: 0;
}
.multimedia-slider .arrow-right {
  right: 0;
}
.multimedia-slider .icon {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 24px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}
.multimedia-slider .icon.ico-foto {
  background-position: 0 0;
}
.multimedia-slider .icon.ico-video {
  background-position: 0 -24px;
}
.multimedia-slider ul {
  float: left;
  width: 520px;
  margin: 0 0 0 57px;
}
.multimedia-slider ul li {
  float: left;
  width: 160px;
  margin-right: 20px;
  position: relative;
}
.multimedia-slider ul li.last {
  margin-right: 0;
}
.multimedia-slider ul a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.multimedia-slider ul a:hover p {
  text-decoration: underline;
}
.multimedia-slider ul a:hover .icon {
  background-color: #ba0b15;
  background-color: rgba(186, 11, 21, 0.5);
}
.multimedia-slider ul p {
  margin: 3px 0 0;
  font-size: 1.4em;
  line-height: 1.2em;
}
.multimedia-slider ul .more {
  color: #ba0b15;
  font-size: 1.1em;
}
.go-to-archive {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
}
.go-to-archive a {
  display: inline-block;
  color: #ffffff;
  background: #ba0b15;
  text-decoration: none;
  font-size: 1.8em;
  line-height: 37px;
  padding: 0 10px;
}
.go-to-archive a:hover {
  background: #a61728;
}
/* SUPAH LIST */
.list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.list a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.list h3,
.list h4 {
  font-size: 1.9em;
  line-height: 1.2em;
  margin: 0;
}
.list .pre {
  color: #333333;
  font-size: 1.5em !important;
}
.list img {
  float: left;
  margin-right: 12px;
}
.list .text {
  margin: 6px 8px 0 0;
  font-size: 1.1em;
}
.list li:hover h3,
.list li:hover h4,
.list li:hover time,
.list li:hover .links,
.list li:hover .see-more {
  color: #ba0b15;
}
.list li:hover .go-to-comments {
  background: url(../img/ico_comments_hover.png) left center no-repeat;
  padding-left: 15px;
  display: inline !important;
  color: #ba0b15;
}
.vertical-list li {
  float: left;
  width: 100%;
  padding-top: 12px;
}
/* article */
article {
  float: left;
  width: 418px;
  /* Article Navigation */
  /* End Article Navigation */
}
article time {
  font-size: 1.1em;
  color: #444;
}
article .author {
  margin: 5px 0 5px;
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
}
article .interviewee {
  margin: 5px 0 5px;
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
}
article .options {
  float: left;
  width: 100%;
}
article .options .share-this {
  float: left;
}
article .options .share-this .fb-like,
article .options .share-this .twitter-share-button,
article .options .share-this .IN-widget {
  float: left;
  margin-right: 5px;
}
article .options > div {
  float: left;
  background: #a61728;
  margin-right: 5px;
}
article .options > div.share-this {
  background: transparent;
}
article .options .decrease-text {
  width: 21px;
  height: 20px;
  background-image: url(../img/btn_decrease_text.png);
  text-indent: -9999px;
  cursor: pointer;
}
article .options .increase-text {
  width: 26px;
  height: 20px;
  background-image: url(../img/btn_increase_text.png);
  text-indent: -9999px;
  cursor: pointer;
}
article .options .comment-counter {
  background-image: url(../img/ico_comments_white.png);
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 1.1em;
  padding-left: 20px;
  padding-right: 5px;
  line-height: 20px;
}
article .options .comment-counter a {
  color: #ffffff;
  text-decoration: none;
}
article .options .comment-counter a:hover {
  color: #000000;
}
article figure {
  float: left;
  text-align: left;
  position: relative;
  margin: 14px 0 0;
}
article figure figcaption {
  color: #ffffff;
  font-size: 1em;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
  margin-bottom: 5px;
  top: 0;
  left: 0;
  padding: 2px 3px;
}
article .extra-content {
  float: left;
  width: 100%;
  padding: 10px 0 0;
}
article .extra-content button {
  border: none;
  background: #ba0b15;
  color: #ffffff;
  line-height: 27px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px 0 5px;
  float: left;
  margin: 0 10px 0 0;
}
.lt-ie9 article .extra-content button {
  display: block;
  width: 120px;
}
article .extra-content span {
  float: left;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 24px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-color: #ba0b15;
}
article .extra-content span.ico-foto {
  background-position: 0 0;
}
article .extra-content span.ico-video {
  background-position: 0 -24px;
}
article .article-text {
  font-size: 1.3em;
  color: #333333;
  float: left;
  width: 100%;
  padding: 5px 0 0;
}
article .article-text p {
  margin: 1em 0 0;
}
article .article-nav {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
article .article-nav .article-nav-prev {
  background: none repeat scroll 0 0 #BA0B15;
  color: #FFFFFF;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
article .article-nav .article-nav-prev:hover {
  background: none repeat scroll 0 0 #A61728;
}
article .article-nav .article-nav-next {
  background: none repeat scroll 0 0 #BA0B15;
  color: #FFFFFF;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
article .article-nav .article-nav-next:hover {
  background: none repeat scroll 0 0 #A61728;
}
article .article-nav .article-nav-numbers {
  color: #676767;
  float: left;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
article .article-read-all a {
  color: #BA0B15;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 26px;
  text-decoration: none;
}
article .tags {
  float: left;
  width: 100%;
  padding: 20px 0 15px;
  border-bottom: 1px dotted #cccccc;
}
article .tags .title {
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/ico_tags.png) left center no-repeat;
  padding-left: 18px;
  margin: 0;
}
article .tags a {
  float: left;
  color: #ffffff;
  background: #ba0b15;
  font-size: 1.3em;
  text-decoration: none;
  line-height: 30px;
  padding: 0 8px;
  margin: 9px 9px 0 0;
}
article .tags a:hover {
  background: #a61728;
}
article .voltar {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
article .voltar a {
  float: left;
  color: #ffffff;
  line-height: 37px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8em;
  background: #ba0b15;
  padding: 0 12px;
  text-transform: uppercase;
}
article .voltar a:hover� {
  background: #a61728;
}
aside {
  float: right;
  width: 190px;
  border-left: 1px solid #dfdfdf;
  padding: 0 0 12px 10px;
}
aside .related {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
aside .related h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ba0b15;
  border-bottom: 2px solid #ba0b15;
  margin: 0 0 5px;
}
aside .related li {
  padding: 3px 0;
}
aside .related a {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding-left: 12px;
  background: url(../img/bullet_red.png) left 5px no-repeat;
  color: #000000;
  text-decoration: none;
}
aside .related a:hover {
  color: #a61728;
}
aside .multimedia-content {
  float: left;
  width: 160px;
  padding: 10px 15px;
  background: #ededed;
}
aside .multimedia-content h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ba0b15;
  border-bottom: 2px solid #ba0b15;
  margin: 0;
}
aside .multimedia-content > ul > li {
  float: left;
  margin-top: 15px;
  width: 160px;
}
aside .multimedia-content > ul > li > a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
  position: relative;
}
aside .multimedia-content > ul > li > a:hover p {
  text-decoration: underline;
}
aside .multimedia-content > ul > li > a:hover .icon {
  background-color: #ba0b15;
  background-color: rgba(186, 11, 21, 0.5);
}
aside .multimedia-content > ul > li > a > p {
  margin: 3px 0 0;
  font-size: 1.4em;
  line-height: 1.2em;
}
aside .multimedia-content .more {
  color: #ba0b15;
  font-size: 1.1em;
}
aside .multimedia-content .icon {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 24px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}
aside .multimedia-content .icon.ico-foto {
  background-position: 0 0;
}
aside .multimedia-content .icon.ico-video {
  background-position: 0 -24px;
}
/* lightboxes */
.lightbox-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
  display: none;
}
.lightbox-fotos,
.lightbox-videos {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 50%;
  width: 544px;
  margin: 0 0 0 -272px;
}
.lightbox-fotos .close,
.lightbox-videos .close {
  float: right;
  width: 37px;
  height: 37px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../img/btn_close.png);
  background-color: #ba0b15;
  margin-bottom: 20px;
}
.lightbox-fotos .close:hover,
.lightbox-videos .close:hover {
  background-position: bottom left;
}
.lt-ie8 .lightbox-fotos .close,
.lt-ie8 .lightbox-videos .close {
  position: relative;
}
.lightbox-fotos .counter {
  float: left;
  width: 470px;
  margin: 22px 0 0 37px;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}
.lightbox-fotos .window {
  float: left;
  width: 544px;
  position: relative;
}
.lightbox-fotos ul {
  position: absolute;
  top: 0;
  left: -38px;
  width: 2000px;
}
.lightbox-fotos li {
  float: left;
  width: 544px;
  margin: 0 38px;
}
.lightbox-fotos li div {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 397px;
}
.lightbox-fotos li div span {
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 5px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 0.9em;
  display: none;
}
.lightbox-fotos li p {
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  float: left;
  width: 100%;
  display: none;
}
.lightbox-fotos li img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lightbox-fotos li.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lightbox-fotos li.active p,
.lightbox-fotos li.active span {
  display: inline;
}
.lightbox-fotos .arrow-left,
.lightbox-fotos .arrow-right {
  top: 186px;
  z-index: 4;
}
.lightbox-fotos .arrow-left {
  right: 100%;
  margin-right: 20px;
}
.lightbox-fotos .arrow-right {
  left: 100%;
  margin-left: 20px;
}
.lightbox-fotos .arrow-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.lightbox-videos {
  color: #ffffff;
}
.lightbox-videos time {
  float: left;
  width: 100%;
  font-size: 1.1em;
  margin: 5px 0;
}
.lightbox-videos p {
  font-size: 1.6em;
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 0;
}
.comments-widget {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.archive li,
.search-items li {
  float: left;
  width: 197px;
  margin-top: 10px;
  margin-right: 19px;
}
.archive li.col-3,
.search-items li.col-3 {
  margin-right: 0;
}
.archive li:hover h3,
.search-items li:hover h3,
.archive li:hover a,
.search-items li:hover a,
.archive li:hover p,
.search-items li:hover p,
.archive li:hover time,
.search-items li:hover time {
  color: #ba0b15;
}
.archive li a,
.search-items li a {
  display: block;
}
.archive li h3,
.search-items li h3 {
  font-size: 1.4em;
}
.archive li p,
.search-items li p {
  padding-bottom: 8px;
}
.archive li time,
.search-items li time {
  color: #444;
  font-size: 1.1em;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.archive li.splitter,
.search-items li.splitter {
  float: left;
  width: 100%;
}
.archive li.nohover:hover h3,
.search-items li.nohover:hover h3,
.archive li.nohover:hover a,
.search-items li.nohover:hover a,
.archive li.nohover:hover p,
.search-items li.nohover:hover p,
.archive li.nohover:hover time,
.search-items li.nohover:hover time {
  color: #000000 !important;
}
.pages {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 0;
  float: left;
  width: 100%;
  text-transform: uppercase;
}
.pages a {
  color: #000000;
  text-decoration: none;
  margin: 0 10px;
}
.pages a:hover {
  color: #a61728;
}
.pages a.active {
  text-decoration: underline;
  color: #ba0b15;
}
.search-terms {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  font-size: 1.1em;
}
.search-terms span {
  color: #ba0b15;
}
.search-filters {
  float: left;
  width: 175px;
  border-left: 5px solid #ba0b15;
  background: #f3f3f3;
  padding-right: 10px;
  margin: 30px 0 0;
}
.search-filters li {
  line-height: 28px;
  padding-left: 11px;
  font-size: 1.1em;
}
.search-filters li:first-child a {
  border-top: none;
}
.search-filters li a {
  display: block;
  border-top: 1px solid #e1e1e1;
  font-size: 1.1em;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  /*padding-left: 2px;*/
  width: 168px;
}
.search-filters li a span {
  float: right;
  font-size: 0.9em;
  margin-top: 9px;
  line-height: 1em;
  font-weight: normal;
}
.search-filters li a:hover {
  color: #a61728;
}
.search-filters li.active {
  background: url(../img/bg_search_results.png) left center no-repeat;
}
.search-filters li.active a {
  /* font-size: 1.2em;*/
  width: 168px;
  color: #ba0b15;
}
.search-filters li.active a span {
  font-size: 0.8em;
  font-weight: bold;
}
.search-items {
  margin: 20px 0 0;
  float: right;
  width: 418px;
}
.search-items li {
  width: 126px;
}
.newspaper-info {
  float: left;
  width: 100%;
  padding: 10px 0 0;
  font-size: 1.3em;
  color: #333;
}
.newspaper-info p {
  margin: 8px 0 0;
}
.newspaper-info .col-left {
  float: left;
  width: 418px;
}
.newspaper-info .col-right {
  float: right;
  width: 190px;
  padding-left: 10px;
  border-left: 1px solid #dfdfdf;
  min-height: 1060px;
}
.newspaper-info .col-right .publicity {
  margin-top: 24px;
}
.newspaper-info a {
  color: #333;
  text-decoration: none;
}
.newspaper-info a:hover {
  color: #ba0b15;
}
.press-titles-list li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-top: 18px;
}
.press-titles-list li .source {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ba0b15;
  margin: 0 0 5px;
}
.press-titles-list li time {
  display: block;
  color: #444;
  font-size: 1.1em;
  margin: 8px 0;
}
.press-titles-list li h3 {
  margin-right: 120px;
}
.date-chooser {
  float: left;
  width: 100%;
  background: #e3e3e3;
  border-bottom: 5px solid #ba0b15;
}
.date-chooser .months {
  float: left;
}
.date-chooser .months a {
  float: left;
  padding: 2px 8px 0;
  line-height: 34px;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
.date-chooser .months a:hover {
  color: #a61728;
}
.date-chooser .months a.active {
  background: url(../img/bg_month.png) center bottom no-repeat;
  color: #ba0b15;
}
.date-chooser .year {
  float: right;
  width: 50px;
}
.date-chooser .dk_container {
  float: right;
  margin: 7px 10px 0 0;
}
.abc-chooser {
  float: left;
  width: 100%;
  background: #e3e3e3;
  border-bottom: 5px solid #ba0b15;
  margin-top: 10px;
}
.abc-chooser .abc {
  float: left;
}
.abc-chooser .abc a {
  float: left;
  padding: 2px 7px 0;
  line-height: 34px;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
.abc-chooser .abc a:hover {
  color: #a61728;
}
.abc-chooser .abc a.active {
  background: url(../img/bg_month.png) center bottom no-repeat;
  color: #ba0b15;
}
.abc-chooser .abc a.inactive {
  color: #C3C3C3;
  cursor: default;
}
.cover-slider {
  float: left;
  width: 100%;
  background: #e3e3e3;
  position: relative;
  margin: 30px 0 0;
  padding-bottom: 20px;
}
.cover-slider .arrow {
  top: 200px;
}
.cover-slider .arrow-left {
  left: 0;
}
.cover-slider .arrow-right {
  right: 0;
}
.cover-slider ul {
  float: left;
  width: 516px;
  margin: 20px 0 0 57px;
}
.cover-slider ul li {
  float: left;
  width: 516px;
}
.cover-slider .thumb {
  float: left;
}
.cover-slider .thumb:hover + .details .to-pdf {
  background: #ba0b15;
}
.cover-slider .details {
  float: left;
  width: 220px;
  padding-left: 20px;
}
.cover-slider .details span {
  font-size: 1.1em;
  color: #333;
}
.cover-slider .details span strong {
  color: #000;
}
.cover-slider .details h2 {
  font-size: 1.9em;
  line-height: 1.3em;
  margin: 10px 0 6px;
}
.cover-slider .details h3 {
  color: #333;
  font-size: 1.1em;
  margin: 0 0 10px;
  font-weight: normal;
}
.cover-slider .details p {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
}
.cover-slider .details p strong {
  color: #ba0b15;
  font-size: 0.9em;
}
.cover-slider .details .to-pdf {
  font-size: 1.2em;
  color: #ffffff;
  margin: 5px 0 0;
  background: #333333;
  line-height: 27px;
  padding: 0 10px;
  float: left;
  font-weight: bold;
  text-decoration: none;
}
.cover-slider .details .to-pdf:hover {
  background: #ba0b15;
}
/* LATERAL */
#side {
  float: right;
  width: 300px;
  margin: 22px 0 0;
}
#side .paper {
  float: left;
  width: 100%;
  background: #ededed;
  position: relative;
}
#side .paper img {
  float: left;
  background: #ffffff;
  padding: 18px 14px 14px 12px;
  border: 1px solid #e3e3e3;
}
#side .paper div {
  float: left;
  width: 101px;
}
#side .paper div .current {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 8px 8px 2px 8px;
  line-height: 1.2em;
}
#side .paper div time {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.1em;
}
#side .paper div a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e6e6e6;
  padding: 8px;
  width: 85px;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
#side .paper div a:hover {
  color: #a61728;
}
#side .mrec {
  float: left;
  width: 100%;
  margin-top: 19px;
  width: 300px;
  height: 250px;
}
#side .mrec img {
  float: left;
}
#side .coin {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
#side .coin .title {
  float: left;
  width: 100%;
  border-bottom: 5px solid #ba0b15;
}
#side .coin .title h5 {
  float: left;
  color: #ba0b15;
  font-size: 1.8em;
  margin: 0;
  text-transform: uppercase;
}
#side .coin .title span {
  float: right;
  color: #444;
  font-size: 1.1em;
  margin-top: 2px;
}
#side .coin table {
  width: 100%;
  text-align: center;
  color: #444;
}
#side .coin table thead {
  background: #e3e3e3;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 27px;
}
#side .coin table tbody {
  font-size: 1.2em;
  line-height: 33px;
}
#side .coin table tbody td {
  border-bottom: 1px solid #e1e1e1;
}
#side .coin table tbody .last td {
  border-bottom: none;
}
#side .coin .col-1 {
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
#side .coin .col-2 {
  width: 107px;
}
#side .coin .col-3 {
  width: 81px;
}
#side .coin .goods {
  background: #e3e3e3;
  line-height: 37px;
  color: #444444;
  font-size: 1.1em;
}
#side .coin .goods strong {
  margin-left: 12px;
}
#side .glossary {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
#side .glossary .title {
  float: left;
  width: 100%;
  border-bottom: 5px solid #ba0b15;
  margin-bottom: 9px;
}
#side .glossary .title h5 {
  float: left;
  color: #ba0b15;
  font-size: 1.8em;
  margin: 0;
  text-transform: uppercase;
}
#side .glossary .title span {
  float: right;
  color: #444;
  font-size: 1.1em;
  margin-top: 2px;
}
#side .glossary h6 {
  font-size: 1.6em;
  margin: 0;
}
#side .glossary h6 a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
#side .glossary h6 a:hover {
  color: #a61728;
}
#side .glossary p {
  margin: 5px 0 0;
  font-size: 1.1em;
}
#side .glossary p a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
}
#side .glossary p a:hover {
  color: #ba0b15;
}
.quote {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
.quote .title {
  float: left;
  width: 100%;
  border-bottom: 5px solid #ba0b15;
  margin-bottom: 9px;
}
.quote .title h5 {
  float: left;
  color: #ba0b15;
  font-size: 1.8em;
  margin: 0;
  text-transform: uppercase;
}
.quote .title span {
  float: right;
  color: #444;
  font-size: 1.1em;
  margin-top: 2px;
}
.quote img {
  float: left;
}
.quote .content {
  float: left;
  width: 235px;
  padding-left: 11px;
}
.quote .author {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #444;
  padding-left: 17px;
  margin: 0 0 5px;
}
.quote p {
  margin: 0;
  padding-left: 17px;
  background: url(../img/quote_start.png) left 4px no-repeat;
  color: #333;
  font-size: 1.4em;
}
.quote p span {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/quote_end.png) center center no-repeat;
  margin-left: 4px;
}
.side-title {
  float: left;
  width: 100%;
  border-bottom: 5px solid #ba0b15;
}
.side-title h5 {
  float: left;
  color: #ba0b15;
  font-size: 1.8em;
  margin: 0;
  text-transform: uppercase;
}
.side-title span {
  float: right;
  color: #444;
  font-size: 1.1em;
  margin-top: 2px;
}
/* FOOTER */
footer {
  float: left;
  width: 100%;
  margin: 21px 0 0;
  background: url(../img/bg_footerv2.png) center top no-repeat;
}
footer .ft {
  float: left;
  width: 100%;
  height: 132px;
}
footer .ftl {
  float: left;
  padding: 70px 0 0;
  width: 270px;
  color: #ffffff;
}
footer .ftl .copyright {
  font-size: 0.9em;
  margin: 0;
}
footer .ftl .technical-data {
  font-size: 1.1em;
}
footer .ftl .technical-data a {
  color: #ffffff;
  text-decoration: none;
}
footer .ftl .technical-data a:hover {
  text-decoration: underline;
}
footer .ftc {
  float: left;
  width: 400px;
  font-size: 1.1em;
  padding: 35px 0 0;
}
footer .ftc a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 30px;
}
footer .ftc a:hover {
  text-decoration: underline;
}
footer .newsletter {
  float: left;
  color: #ffffff;
  width: 300px;
  padding: 21px 0 0;
}
footer .newsletter .title {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
footer .newsletter .lead {
  font-size: 1.1em;
  margin: 2px 0px 6px 0;
}
footer .newsletter .text {
  float: left;
  padding: 0 10px;
  color: #333333;
  font-size: 1.6em;
  width: 211px;
  height: 28px;
  background: url(../img/bg_newsletter.png) left center no-repeat;
  border: none;
}
.lt-ie9 footer .newsletter .text {
  padding-top: 5px;
  height: 23px;
}
footer .newsletter .submit {
  float: left;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-repeat: repeat-x;
  background-image: url(../img/btn_search.png);
  height: 28px;
  padding: 0;
  width: 29px;
  color: #ffffff;
  border: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
footer .newsletter .submit:hover {
  background-position: bottom left;
}
footer .newsletter p.error {
  margin-top: 3px;
  font-size: 11px;
  margin-left: 5px;
}
footer .newsletter p.info {
  width: 360px;
  margin-top: 3px;
  font-size: 11px;
  margin-left: 5px;
}
footer .partners {
  float: left;
  padding: 9px 0;
  /*line-height: 43px;*/
  /*a {
            margin-right: 20px;
        }*/
}
footer .made-by {
  float: right;
  /*background: url(../img/sapo_ao.png) right top no-repeat;*/
  padding-top: 12px;
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  margin: 0px 0 0;
}
footer .made-by:hover span {
  text-decoration: underline;
}
/* DROPDOWN */
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
/***** Begin Theme, feel free to edit in here! ******/
/* One container to bind them... */
.dk_container {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dk_container:focus {
  outline: 0;
}
.dk_container a {
  cursor: pointer;
  text-decoration: none;
}
/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url('../img/bg_dropdown_right.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  border: 1px solid #b4b4b4;
  color: #444;
  padding: 5px 15px 3px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.dk_toggle:hover {
  border-color: #8c8c8c;
}
/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #40b5e2;
}
.dk_focus .dk_toggle {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
}
/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #ececec;
  border-color: #8c8c8c;
  color: #ccc;
  box-shadow: inset 0 -2px 5px #cccccc;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
/* The outer container of the options */
.dk_options {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.dk_options a {
  background-color: #ffffff;
  color: #333;
  border-bottom: 1px solid #373737;
  font-weight: bold;
  padding: 4px 10px;
}
.dk_options li:last-child a {
  border-bottom: none;
}
.dk_options a:hover,
.dk_option_current a {
  background-color: #ba0b15;
  border-bottom-color: #004c72;
  color: #fff;
  text-decoration: none;
}
/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #373737;
  border-bottom-color: #373737;
  color: #333;
  max-height: 250px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}
/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  position: relative;
}
.dk_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dk_container a {
  outline: 0;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  display: block;
}
.dk_open .dk_label {
  color: inherit;
}
.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}
.dk_options_inner {
  overflow: auto;
  position: relative;
}
.dk_touch .dk_options {
  overflow: hidden;
}
.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}
.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}
/* ==========================================================================
   Temporary Classes
   ========================================================================== */
.spc-alert {
  height: 35px !important;
  background-color: #be2326 !important;
  clear: both;
}
.spc-alert p {
  text-align: center;
  line-height: 35px;
}
.spc-alert a {
  color: #ffffff !important;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.nota-w500 {
  width: 550px !important;
}
.nota-fl {
  float: left !important;
}
.nota-mtop10 {
  margin-top: 10px !important;
}
.nota-pb0p {
  padding-bottom: 0px !important;
}
.nota-fs14em {
  font-size: 1.4em !important;
}
.laltextfl {
  width: 295px !important;
  padding: 5px 5px 0px 10px !important;
}
.red {
  color: #CC0000;
}
.green {
  color: #339933;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  margin: 0;
}
.cover {
  float: left;
  width: 100%;
  padding: 20px 0 0;
}
.cover + h2 {
  padding: 20px 0 10px;
  float: left;
  width: 100%;
}
.cover + h2 + .cover {
  padding-top: 0px;
}
.cover .thumb {
  float: left;
  width: 343px;
}
.cover .thumb a {
  float: left;
  position: relative;
  text-decoration: none;
}
.cover .thumb a:hover span {
  color: #ba0b15;
}
.cover .thumb img {
  float: left;
}
.cover .thumb span {
  width: 313px;
  padding: 10px 15px;
  color: #fff;
  font-size: 2.6em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.cover .leads {
  float: right;
  width: 270px;
  margin-left: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cover .leads li {
  padding-top: 20px;
}
.cover .leads li:first-child {
  padding-top: 0;
}
.cover .leads li a {
  display: block;
  text-decoration: none;
}
.cover .leads li a:hover h3 {
  text-decoration: underline;
}
.cover .leads li h3 {
  font-weight: bold;
  font-size: 1.8em;
  color: #000;
  margin: 0;
  line-height: 1em;
}
.cover .leads li p {
  color: #333;
  font-size: 1.4em;
}
.opinion {
  float: left;
  width: 100%;
}
.opinion h3 {
  color: #ba0b15;
  border-bottom: 5px solid #ba0b15;
  font-weight: bold;
  font-size: 1.8em;
  margin: 0;
  padding: 0 0 6px;
  text-transform: uppercase;
}
.opinion .details {
  font-size: 1.1em;
  margin: 0;
}
.opinion .details span.splitter {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 0 3px;
  margin: 0 5px;
}
.opinion a:hover h4 {
  color: #ba0b15;
}
.opinion .editorial {
  float: left;
  width: 303px;
}
.opinion .editorial a {
  color: #333333;
  text-decoration: none;
}
.opinion .editorial h4 {
  color: #000;
  font-size: 2.4em;
  font-weight: bold;
  margin: 0;
  padding: 6px 0;
}
.opinion .editorial .lead {
  font-size: 1.5em;
  margin-top: 0px;
}
.opinion .cronics {
  float: right;
  width: 303px;
}
.opinion .cronics a {
  color: #333333;
  text-decoration: none;
}
.opinion .cronics h4 {
  font-size: 1.9em;
  font-weight: bold;
  margin: 0;
  padding: 6px 0;
}
.opinion .cronics .lead {
  font-size: 1.3em;
  margin-top: 0px;
}
.opinion .cronics li {
  padding-top: 20px;
}
.opinion .cronics li:first-child {
  padding-top: 0;
}
.opinion .week-sentence {
  float: left;
  width: 303px;
  padding: 20px 0 0;
}
.opinion .week-sentence .author {
  font-size: 1.1em;
  text-transform: uppercase;
}
.opinion .week-sentence .quote {
  margin: 0;
  padding-left: 17px;
  background: url(../img/quote_start.png) left 4px no-repeat;
  color: #333;
  font-size: 1.4em;
}
.opinion .week-sentence .quote span {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/quote_end.png) center center no-repeat;
  margin-left: 4px;
}
.opinion .numbers {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.opinion .numbers h4 {
  font-size: 2em;
  vertical-align: text-bottom;
  margin: 15px 0 0;
  line-height: 2.8em;
}
.opinion .numbers h4 span {
  font-size: 3.3em;
}
.opinion .numbers p {
  font-size: 1.5em;
  color: #000;
  margin: -10px 0 0;
}
.opinion .see-archive {
  float: right;
  font-size: 10px;
  display: inline-block;
  color: #ffffff;
  background: #ba0b15;
  text-decoration: none;
  padding: 5px;
}
.opinion a.see-archive:hover {
  background: #a61728;
}
.opinion .margin0 {
  margin: 0px !important;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*Smartphone 2014*/
.add-sphone {
  float: right;
}
.smartphone {
  float: right;
  margin-right: 15px;
}
.smartphone a.device {
  font-size: 12px;
  text-decoration: none;
  text-align: right;
  background: url(../img/mobile-card/smartphone.png) no-repeat center right;
  padding: 0px 23px;
  float: right;
  color: #000000;
}
.smartphone a:hover.device {
  color: #ba0b15;
}
/*Requalificação HP 2015*/
.left {
  float: left;
}
.left .title-area {
  color: #ffffff;
  font-size: 1.2em;
  padding-top: 14px;
}
.left ul.sq {
  list-style: circle;
  color: #ffffff;
  float: left;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 12px;
}
.left ul.sq li {
  padding-left: 0px;
  padding-bottom: 8px;
  list-style: disc;
}
.left ul.sq li a {
  color: #ffffff;
  text-decoration: none;
}
/*Network*/
.add-network {
  padding: 0px !important;
  margin: 0px;
  list-style: none;
}
.add-network .first {
  padding-left: 0px;
  padding-top: 0px;
}
.add-network li {
  float: left;
  padding-right: 10px;
}
.add-network li a {
  padding: 10px;
  float: left;
  text-decoration: none;
}
.add-network li a.ja {
  background: url(../img/2015/barra-edicoes-novmebro/ja.png) no-repeat center right;
  width: 94px;
}
.add-network li a.ja:hover {
  background: url(../img/2015/barra-edicoes-novmebro/ja_over.png) no-repeat center right;
}
.add-network li a.jd {
  background: url(../img/2015/barra-edicoes-novmebro/desportos.png) no-repeat center right;
  width: 75px;
}
.add-network li a.jd:hover {
  background: url(../img/2015/barra-edicoes-novmebro/desportos_over.png) no-repeat center right;
}
.add-network li a.jef {
  background: url(../img/2015/barra-edicoes-novmebro/economia_financas.png) no-repeat center right;
  width: 72px;
}
.add-network li a.jef:hover {
  background: url(../img/2015/barra-edicoes-novmebro/economia_financas_over.png) no-repeat center right;
}
.add-network li a.jc {
  background: url(../img/2015/barra-edicoes-novmebro/cultura.png) no-repeat center right;
  width: 72px;
}
.add-network li a.jc:hover {
  background: url(../img/2015/barra-edicoes-novmebro/cultura_over.png) no-repeat center right;
}
.add-network li a.jai {
  background: url(../img/2015/barra-edicoes-novmebro/ja_imagens.png) no-repeat center right;
  width: 72px;
}
.add-network li a.jai:hover {
  background: url(../img/2015/barra-edicoes-novmebro/ja_imagens_over.png) no-repeat center right;
}
.add-network li {
  padding: 10px;
}
.logosapo {
  padding-top: 10px;
}
.add-copy {
  clear: both;
  width: 100%;
}
.add-copy p {
  color: #ffffff;
  margin: 0px;
  font-size: 0.9em;
}
ul.o {
  padding: 0px !important;
}
ul.o li {
  padding-left: 9px;
  padding-bottom: 3px;
  float: left;
}
ul.o {
  list-style: none;
  clear: both;
}
.add-o {
  width: 175px;
  padding: 0px 30px;
}
.version {
  float: left;
  width: 100%;
}
.version p.desktop {
  background-image: url(../img/2015/desktop_desporto.png);
  background-repeat: no-repeat;
  padding-top: 28px;
  width: 28px;
  float: left;
  margin: 0px;
}
.version a.mobile {
  background-image: url(../img/2015/mobile_desporto.png);
  background-repeat: no-repeat;
  padding-top: 28px;
  width: 27px;
  float: left;
  margin: 0px;
}
.version a.rss {
  height: 18px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../img/2015/rss_desporto.png);
  float: right;
  margin-bottom: 5px;
  padding: 0px;
}
