@charset "UTF-8";
/* line 17, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 19, ../sass/screen.scss */
body {
  max-width: 620px;
  border: 1px solid #ccc;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 622px) {
  /* line 19, ../sass/screen.scss */
  body {
    max-width: 480px;
    text-align: center;
  }
}
@media screen and (max-width: 496px) {
  /* line 19, ../sass/screen.scss */
  body {
    max-width: 320px;
    text-align: center;
  }
}

/* line 34, ../sass/screen.scss */
div.clear {
  clear: both;
}

/* line 38, ../sass/screen.scss */
div.logo {
  text-align: center;
  margin: 20px 10px 10px;
}

/* line 43, ../sass/screen.scss */
div.logo img {
  height: auto;
  width: 100%;
  max-width: 450px;
}

/* line 49, ../sass/screen.scss */
#content-top {
  background: #fff;
  border: 1px solid #ccc;
  border-left: 0px;
  border-right: 0px;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
}

/* line 60, ../sass/screen.scss */
#ticker {
  float: left;
  width: 558px;
  font-size: 13px;
}
@media screen and (max-width: 622px) {
  /* line 60, ../sass/screen.scss */
  #ticker {
    max-width: 418px;
    font-size: 12px;
  }
}
@media screen and (max-width: 496px) {
  /* line 60, ../sass/screen.scss */
  #ticker {
    max-width: 320px;
    text-align: center;
  }
}

/* line 74, ../sass/screen.scss */
#ticker a {
  color: #555555;
  text-decoration: none;
}

/* line 79, ../sass/screen.scss */
.ticker-heading {
  background: #fff;
  border-right: 1px solid #ccc;
  color: #ca0002;
  font: 700 12px/12px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  width: 93px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 94, ../sass/screen.scss */
.ticker-list {
  overflow: hidden;
  line-height: 30px;
}
@media screen and (max-width: 496px) {
  /* line 94, ../sass/screen.scss */
  .ticker-list {
    width: 100%;
    text-align: center;
    clear: both;
    border-top: 1px solid #ccc;
  }
}

/* line 105, ../sass/screen.scss */
#content-social {
  color: #555555;
}

/* line 109, ../sass/screen.scss */
#content-social ul {
  display: inline;
  float: right;
}

/* line 114, ../sass/screen.scss */
#content-social ul li {
  border-left: 1px solid #ccc;
  display: inline;
  float: left;
  overflow: hidden;
}

/* line 121, ../sass/screen.scss */
#content-social ul li#facebook:hover {
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  background-color: #3B5998;
}

/* line 126, ../sass/screen.scss */
#content-social ul li#twitter:hover {
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  background-color: #4099FF;
}

/* line 131, ../sass/screen.scss */
#content-social a {
  color: #555555;
  height: 30px;
  line-height: 30px;
  /* 	padding: 0 9px; */
  width: 30px;
  display: block;
  text-align: center;
}

/* line 141, ../sass/screen.scss */
#content-social a:hover {
  color: #fff;
}

/* line 145, ../sass/screen.scss */
#main-nav-wrapper {
  background: #005fad url(http://www.juarezadiario.com/wp-content/themes/maxmag/images/nav-bg.png) top repeat-x;
  border-bottom: 5px solid #9ac900;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

/* line 162, ../sass/screen.scss */
div.banners_programas img {
  width: 100%;
  height: auto;
}

/* line 167, ../sass/screen.scss */
div.publicidad {
  border: 1px solid green;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 5px 3px;
}
@media screen and (max-width: 622px) {
  /* line 167, ../sass/screen.scss */
  div.publicidad {
    margin: 0 auto;
  }
}

/* line 175, ../sass/screen.scss */
div.player-wrapper {
  width: 300px;
  /* 	height: 280px; */
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 5px 3px;
}
@media screen and (max-width: 622px) {
  /* line 175, ../sass/screen.scss */
  div.player-wrapper {
    margin: 0 auto;
  }
}

/* line 184, ../sass/screen.scss */
.audiojs {
  width: 300px;
  height: 22px;
  background: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(0.5, #555555), color-stop(0.51, #444444), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center top, #444444 0%, #555555 50%, #444444 51%, #444444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 622px) {
  /* line 184, ../sass/screen.scss */
  .audiojs {
    height: 40px;
  }
}
@media screen and (max-width: 481px) {
  /* line 184, ../sass/screen.scss */
  .audiojs {
    height: 40px;
  }
}

/* line 200, ../sass/screen.scss */
.audiojs .play-pause {
  width: 15px;
  height: 20px;
  padding: 0px 8px 0px 0px;
}
@media screen and (max-width: 622px) {
  /* line 200, ../sass/screen.scss */
  .audiojs .play-pause {
    width: 24px;
    height: 40px;
    padding: 8px 8px 0px 8px;
  }
}
@media screen and (max-width: 481px) {
  /* line 200, ../sass/screen.scss */
  .audiojs .play-pause {
    width: 24px;
    height: 40px;
  }
}

/* line 215, ../sass/screen.scss */
.audiojs p {
  width: 25px;
  height: 20px;
  margin: -3px 0px 0px -1px;
}

/* line 221, ../sass/screen.scss */
.audiojs .scrubber {
  position: relative;
  float: left;
  width: 265px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
  background: #5a5a5a;
  height: 10px;
  margin: 5px;
}
@media screen and (max-width: 622px) {
  /* line 221, ../sass/screen.scss */
  .audiojs .scrubber {
    width: 248px;
    height: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 481px) {
  /* line 221, ../sass/screen.scss */
  .audiojs .scrubber {
    width: 248px;
    height: 20px;
    margin-top: 10px;
  }
}

/* line 244, ../sass/screen.scss */
.audiojs .progress {
  height: 10px;
  width: 0px;
  background: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(0.5, #dddddd), color-stop(0.51, #cccccc), color-stop(1, #cccccc));
  background-image: -moz-linear-gradient(center top, #cccccc 0%, #dddddd 50%, #cccccc 51%, #cccccc 100%);
  display: none;
}

/* line 253, ../sass/screen.scss */
.audiojs .loaded {
  height: 10px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(0.5, #333333), color-stop(0.51, #222222), color-stop(1, #222222));
  background-image: -moz-linear-gradient(center top, #222222 0%, #333333 50%, #222222 51%, #222222 100%);
  display: none;
}

/* line 261, ../sass/screen.scss */
.audiojs .time {
  float: left;
  height: 25px;
  line-height: 25px;
  display: none;
}

/* line 268, ../sass/screen.scss */
.audiojs .error-message {
  height: 24px;
  line-height: 24px;
}

/* line 273, ../sass/screen.scss */
.track-details {
  overflow: hidden;
  position: relative;
  height: 25px;
  background: #eee;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 25px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
}

/* line 286, ../sass/screen.scss */
.track-details p#marquee:before {
  content: '♬ ';
}

/* line 290, ../sass/screen.scss */
.track-details em {
  font-style: normal;
  color: #999;
}
