/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* FIN MEYER RESET */
/*--------HTML5 PROGRESS BAR BROWSER RESET----------------*/
progress,
progress[role] {
  /* Turns off styling - not usually needed, but good to know. */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* gets rid of default border in Firefox and Opera. */
  border: none;
  /* Needs to be in here for Safari polyfill so background images work as expected. */
  background-size: auto;
  /* Dimensions */
  /*width: 400px;*/
  height: 14px\0/IE9; }

/* Polyfill */
progress[role]:after {
  background-image: none;
  /* removes default background from polyfill */ }

/* Ensure fallback text doesn't appear in polyfill */
progress[role] strong {
  display: none; }

/*----------HTML5 Progress Bar Background-----------------*/
progress,
progress[role][aria-valuenow] {
  /* Polyfill */
  background: #407DB9 !important;
  /* !important is needed by the polyfill */ }

/* Chrome */
progress::-webkit-progress-bar {
  background: #407DB9;
  -webkit-border-radius: 5px; }

/*----------HTML5 Progress Bar Value----------------*/
/* IE10 */
progress {
  color: #407DB9;
  border-radius: 5px; }

/* Firefox */
progress::-moz-progress-bar {
  background: #407DB9;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* Chrome */
progress::-webkit-progress-value {
  background: #407DB9; }

/* Polyfill */
progress[aria-valuenow]:before {
  background: #407DB9; }

/*--------------------------------------*/
body {
  line-height: 1em;
  font-family: Droid Sans;
  background: #f2f2f2; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  color: #00afe6;
  font-weight: bold;
  text-decoration: none;
  font-size: small; }

a:hover {
  border-bottom: 1px dashed; }

.nodeco:hover {
  border: none; }

a.blanco {
  color: #fff;
  font-weight: bold; }

h1 {
  font-weight: bold;
  line-height: 2em;
  font-size: 1.250em;
  color: #333333;
  display: block;
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin-bottom: 1em;
  clear: both; }

h2 {
  font-size: 1.0em;
  color: #333333;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.7em;
  margin-top: 0.5em; }

h3 {
  font-size: 0.938em;
  text-align: left;
  font-weight: bold;
  line-height: 2em;
  color: #333333; }

p {
  color: #333333;
  margin-bottom: 1em;
  font-size: 0.85em; }

dl {
  width: 100%;
  font-size: smaller; }

dt {
  float: left;
  clear: both;
  width: 30%;
  line-height: 30%;
  margin-top: 0.5em;
  font-weight: bolder; }

dd {
  float: right;
  width: 70%;
  margin-bottom: 10px; }

em {
  font-weight: bold; }

.shortcuts dt {
    float: none;
    width: auto;
    line-height: inherit;
    margin: 0 0 0.1em 0; padding: 0;
}

.shortcuts dd {
    float: none;
    width: auto;
    margin: 0 0 0.5em 0; padding: 0;
    display: inline-block;
}

kbd {
    border: 1px solid gray;
    border-radius: 5px;
    width: 3em;
    display: inline-block;
    background-color: #ddd; color: black;
    text-align: center;
}
/*-------FORMULARIOS--------------*/
form ul {
  list-style: none; }

input {
  border: 1px solid #ccc;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  border-radius: 0.3em; }

button, input[type="submit"] {
  background-color: #f06 !important;
  cursor: pointer;
  font-variant: small-caps;
  font-weight: bold;
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto; }

button:hover {
  background-color: black !important; }

input[type="submit"]:hover {
  background-color: black !important; }

label {
  font-weight: bold;
  /*margin: 1em 0 0.5em 0; */
  padding: 0;
  display: block; }

form ul li label {
  width: 200px; }

.helptext {
  display: block;
  font-size: smaller;
  color: gray;
  font-style: italic; }

/*-------TABLES----------*/
table {
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  margin-bottom: 1em; }
  table thead {
    background-color: #00afe6;
    font-weight: bold;
    font-size: 0.813em; }
  table th {
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px; }
  table td {
    font-size: 0.813em;
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: middle; }
  table tfoot {
    background-color: #00afe6;
    font-weight: bold; }

/*--------------------------*/
aside {
  padding: 1%;
  /* 20 / 960 */
  float: right;
  max-width: 36.5833333%;
  /* (420-20-20)/960 */
  background: #2b2b2b;
  color: #fff;
  line-height: 1em;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 2px dashed #fff; }
  aside .top {
    width: 100%; }
  aside .left {
    float: left;
    width: 49%; }
  aside .right {
    float: right;
    width: 49%; }
  aside .bottom {
    width: 100%;
    text-align: left;
    clear: both; }
  aside .bottom img {
    margin-left: auto;
    margin-right: auto; }
  aside .bottom h2 {
    margin-top: 10px; }
  aside .bottom a {
    color: #ccc; }
  aside .bottom a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #ccc; }
  aside p {
    color: #ccc; }
  aside h1 {
    color: #00c0fd;
    border-bottom-color: #5f5f5f; }
  aside h2 {
    color: white; }
  aside h3 {
    color: #fff; }
  aside div.top img.radio_logo {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc; }
  aside div.top h2 {
    display: inline-block;
    margin-left: 1em; }
  aside hr {
    border: 1px solid #5f5f5f;
    background: none; }
  aside .cuts table td {
    width: 50%;
    padding: 5px; }

/*-------IMAGE HOLDER--------------*/
.imageHolder, #contenido .logo-radio-box {
  text-decoration: none;
  display: inline-block;
  height: 72px;
  width: 72px;
  overflow: hidden;
  position: relative;
  border: 1px solid silver;
  vertical-align: middle;
  margin: 5px;
  padding: 3px; }

.imageHolder img, #contenido .logo-radio-box img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

header {
  width: 100%;
  height: 76px;
  color: #fff;
  background: url("/static/images/header-bg-right.png") no-repeat scroll right;
  background-color: #2a2a2a; }
  header a {
    color: #fff;
    font-size: 0.875em;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none; }
  header a:hover {
    color: gold; }
  header #logo {
    font-size: 1.50em;
    font-weight: bolder;
    color: #777;
    text-align: center;
    line-height: 2;
    float: left;
    width: 15.2291667%;
    /*RADIUS*/
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    header #logo .shadow {
      /* SOMBRA*/
      -webkit-box-shadow: 0px 8px 4px rgba(50, 50, 50, 0.68);
      -moz-box-shadow: 0px 8px 4px rgba(50, 50, 50, 0.68);
      box-shadow: 0px 8px 4px rgba(50, 50, 50, 0.68);
      /* For IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; }
    header #logo .derecha {
      float: right;
      margin-right: 3%; }
    header #logo a {
      color: #777;
      font-size: 12px;
      text-decoration: none; }
  header #logo img {
    float: right;
    width: 96px !important;
    max-height: 96px !important;
    /*RADIUS*/
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    /* SOMBRA*/
    -webkit-box-shadow: 0px 8px 4px rgba(50, 50, 50, 0.68);
    -moz-box-shadow: 0px 8px 4px rgba(50, 50, 50, 0.68);
    box-shadow: 0px 8px 4px rgba(50, 50, 50, 0.68);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; }
  header #search {
    display: inline-block;
    margin-left: 1em;
    margin-top: 3em; }
    header #search img {
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    header #search select {
      border: 1px dashed #ccc;
      background-color: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    header #search input {
      border: 1px dashed #ccc;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      height: 16px; }
    header #search button {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
      border: 0 none !important;
      margin-left: -20px !important;
      margin-top: -1px !important;
      padding: 0 !important;
      vertical-align: top !important; }
    header #search #radiocut_input {
      background-color: transparent;
      border: 0;
      width: 10em;
      margin-left: 5em; }
  header #current_user {
    float: right;
    display: block;
    margin: 1em 0 0 0;
    color: white;
    margin-right: 66px;
    float: right; }
  header #current_user.open {
    background-color: white;
    color: #f06;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.79);
    -moz-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.79);
    box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.79);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    z-index: 2; }
  header #current_user.open a {
    color: #f06; }

nav {
  display: inline;
  margin-left: 2em;
  width: 15.416666666%; }
  nav a:hover {
    color: gold; }
  nav li {
    margin-top: 8%; }

/*-----hack for chrome ------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header #search button {
    margin-top: 2px !important; } }
/*=================== HEADER MEDIA SCREEN MAX WIDTH 867PX=================*/
@media screen and (max-width: 867px) and (min-witdh: 801px) {
  header #current_user {
    float: right;
    max-width: 200px;
    margin: 1em 3% 0 0; }

  header #search #radiocut_submit {
    margin-top: -18px;
    margin-right: 3px; } }
/*=================== HEADER MEDIA SCREEN MAX WIDTH 800PX=================*/
@media screen and (max-width: 800px) and (min-width: 598px) {
  header #current_user {
    float: right;
    /*max-width: 180px;*/
    margin: 2% 3% 0 0; }

  header #search {
    background-image: url("/static/images/input_search-150px.png");
    min-width: 180px; }

  header #search #radiocut_input {
    width: 10em;
    margin-left: 1em; }

  header #search #radiocut_submit {
    margin-right: 5px;
    margin-top: 0px;
    width: 19px; }

  nav {
    font-size: 12px;
    width: 10%; } }
/*=================HEADER USER MAX WIDTH 597PX==========================*/
@media screen and (max-width: 597px) and (min-width: 541) {
  header #current_user {
    float: right;
    max-width: 50px;
    margin: 5% 3% 0 0px; } }
/*====================HEADER LOGO AND SEARCH SCREEN MAX WIDTH 570PX min-width: 525=================*/
@media screen and (max-width: 570px) and (min-width: 525) {
  header #search {
    background-image: url("/static/images/input_search-150px.png");
    min-width: 180px; } }
/*=================HEADER USER MAX WIDTH 570PX==========================*/
@media screen and (max-width: 570px) {
  header {
    height: 54px; }

  header #logo img {
    width: 50px;
    margin-top: 15px 0 0 10px;
    float: left;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

  header #current_user {
    float: right;
    max-width: 120px; }

  header #search {
    margin-top: 1.2em;
    margin-right: 1px; }

  header #search #radiocut_submit {
    margin-top: 0px;
    margin-right: 2px; }

  nav {
    display: inline;
    margin-left: 2EM;
    width: 5%; }

  header #logo {
    float: left;
    width: 12%;
    margin-top: 1px; } }
@media screen and (max-width: 400px) {
  header #search {
    display: none; }

  nav {
    display: inline;
    margin: 2em 0 0 5em;
    width: auto; }

  nav a:hover {
    color: gold; }

  header #current_user {
    margin: 1em; } }
#wrapper {
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

#contenido {
  float: left;
  padding: 1%;
  width: 51.875%;
  min-width: 497px;
  margin-left: auto; }
  #contenido h2.embed {
    font-size: 1em;
    color: #333333;
    font-weight: bold; }
  #contenido h3 {
    font-size: 0.875em;
    color: #333333;
    font-weight: bold; }
  #contenido .logo-radio-box {
    width: 72px;
    height: 72px; }

.cut_brief {
  margin-bottom: 1.5em; }
  .cut_brief p {
    margin-bottom: 0.5em; }
  .cut_brief .duracion {
    font-weight: bold;
    font-size: 0.8em; }
  .cut_brief .date {
    font-size: 0.8em; }

#contenido .enlace-radioplus {
  margin-top: 1em;
  /*margin-left: 80%;*/
  /*display: block;*/
  float: right; }

#contenido .enlace-radioplus a {
  color: #ff077e;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold; }

#contenido .enlace-radioplus a:hover {
  border-bottom: 1px dashed #ff077e; }

#contenido .email_list label {
  display: inline-block;
  width: 350px;
  color: #333333;
  font-size: 0.875em; }

#contenido .email_list .actual-email {
  color: #00c0fd;
  font-size: 0.875em;
  font-weight: bold; }

#contenido .unverified {
  margin-left: 1em;
  font-variant: small-caps;
  color: #DB171A; }

#contenido form.add_email {
  margin-top: 1em; }

#contenido .add_email label {
  display: inline-block;
  width: 150px;
  color: #333333;
  font-size: 0.875em;
  font-weight: bold; }

#contenido .social_links ul li {
  display: inline-block; }

footer {
  font-size: 12px;
  clear: both;
  width: 100%;
  height: 2em;
  text-align: center;
  margin-top: 1em; }

#login_box {
  display: none;
  background-color: white;
  color: #666;
  padding: 1%;
  width: 200px;
  -webkit-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.79);
  -moz-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.79);
  box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.79);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  position: absolute;
  top: 50px;
  right: 66px;
  -webkit-right: 73px;
  z-index: 1;
  font-size: 1em; }

@media all and (max-width: 810px) {
  #login_box {
    margin-top: -18px;
    right: 23px; } }
#login_box label {
  font-size: 0.813em;
  font-weight: bold;
  width: 75px; }

#login_box input {
  max-width: 190px;
  margin-bottom: 5px; }

#login_box input[type="submit"] {
  font-size: 0.75em !important;
  cursor: pointer;
  vertical-align: middle; }

#login_box ul li {
  display: inline-block; }

#login_box ul.socialaccount_providers {
  margin: 0;
  padding: 0;
  font-size: 1em; }

#login_box p {
  font-size: 0.813em;
  font-weight: bold; }

.socialaccount_providers {
  color: #666;
  line-height: 1.5;
  margin-top: 5px; }

.socialaccount_providers span {
  color: #666;
  font-size: 0.813em;
  font-weight: bold; }

.socialaccount_providers ul li {
  display: inline-block;
  margin: 0;
  padding: 0; }

.socialaccount_providers a {
  color: #00C0FD;
  font-weight: bold;
  text-decoration: none; }

.socialaccount_providers a:hover {
  border-bottom: 1px dashed; }

.signup {
  line-height: 1.5; }

.password_reset label {
  color: #333333;
  display: inline-block;
  width: 200px;
  font-size: 0.875em; }

.password_reset input {
  border: 1px dashed #ccc; }

.password_reset input[type="submit"] {
  background-color: #fff;
  border: 1px dashed #ccc;
  cursor: pointer;
  font-variant: small-caps;
  font-weight: bold;
  margin: 1em 1em 1em 205px; }

.password_reset input[type="submit"]:hover {
  background-color: #ccc; }

.password_reset label {
  color: #333333;
  display: inline-block;
  width: 200px;
  font-size: 0.875em; }

.titulo-signup {
  margin-bottom: 1em;
  font-weight: bold;
  color: #333333; }

.titulo-signup a {
  color: #00C0FD;
  font-weight: bold;
  text-decoration: none; }

.titulo-signup a:hover {
  border-bottom: 1px dashed; }

.signup input {
  border: 1px dashed #ccc;
  margin-left: 50px; }

.signup button[type="submit"] {
  margin-left: 254px;
  background-color: #fff;
  border: 1px dashed #ccc;
  font-weight: bold;
  font-variant: small-caps;
  cursor: pointer; }

.signup button[type="submit"]:hover {
  background-color: #ccc; }

.signup label {
  display: inline-block;
  width: 200px;
  color: #333333; }

.logout {
  text-align: center;
  background: url("../images/background-logout.png") 0 0 no-repeat;
  width: 260px;
  height: 174px;
  padding: 1em;
  margin: 0 auto; }

.logout div {
  padding-top: 3em;
  padding-right: 3em; }

.email-confirm {
  text-align: center;
  width: 400px;
  height: 300px;
  padding: 1em;
  margin: 0 auto;
  border: 1px dashed #ccc;
  line-height: 2; }

.email-confirm div {
  padding-top: 3em; }

.email-confirm button[type="submit"] {
  background-color: #fff;
  border: 1px dashed #ccc;
  font-weight: bold;
  font-variant: small-caps;
  cursor: pointer; }

.email-confirm button[type="submit"]:hover {
  background-color: #ccc; }

h1.signout {
  color: #777777;
  font-size: 1.25em !important;
  font-weight: bold;
  margin: auto;
  padding-bottom: 2% !important; }

.titulo-signout {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #333333; }

.signout button[type="submit"] {
  background-color: #fff;
  border: 1px dashed #ccc;
  font-weight: bold;
  font-variant: small-caps;
  cursor: pointer; }

.signout button[type="submit"]:hover {
  background-color: #ccc; }

.account-profile {
  height: auto;
  border: 1px dashed #ccc;
  padding: 1em;
  margin: 0 auto; }
  .account-profile h2 {
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center; }
  .account-profile ul li {
    display: inline-block; }
  .account-profile li.etiqueta {
    width: 150px;
    font-size: 0.875em; }
  .account-profile li.correo {
    font-size: 0.750em;
    font-style: italic;
    font-weight: bold;
    margin-right: 0.75em; }
  .account-profile a {
    font-size: 0.875em; }
  .account-profile a:hover {
    border: none; }
  .account-profile ul li.username {
    font-weight: bold;
    font-size: 0.875em; }

/*general classes*/
hr {
  border: 1px solid #ccc;
  height: 1px;
  background: #ccc; }

.sombra {
  -webkit-box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.88);
  -moz-box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.88);
  box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.88);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; }

.gris-bgn {
  background-color: #ccc; }

ul.errorlist li {
  border: 1px solid #f66;
  background-color: #f99;
  color: black; }

#feedback_bar {
  position: fixed;
  top: 1%;
  left: 15%;
  width: 70%;
  background-color: white;
  color: #666;
  border: 1px solid #f06;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
  z-index: 10000; }

/*radio_programa CSS*/
#radio-selected {
  width: 100%;
  float: left;
  margin-bottom: 1em; }
  #radio-selected .imageHolder, #radio-selected #contenido .logo-radio-box, #contenido #radio-selected .logo-radio-box {
    height: 96px;
    width: 96px;
    vertical-align: text-top; }
  #radio-selected a.dashed {
    font-weight: bold;
    color: #00afe6;
    font-size: 1em; }
  #radio-selected a:hover.dashed {
    border-bottom: 1px dashed; }
  #radio-selected .logo {
    width: 17.463235294%;
    float: left; }
  #radio-selected .desc {
    width: 80%;
    display: inline-block;
    line-height: 2;
    vertical-align: top; }
  #radio-selected .sintonia {
    width: 22.610294118%;
    float: right; }
  #radio-selected .sintonia p {
    font-weight: bold;
    color: #00afe6;
    margin-top: 10px; }
  #radio-selected .sintonia .sociales {
    margin-top: 5em; }
  #radio-selected .sintonia .sociales img {
    width: 20px;
    height: 20px; }
  #radio-selected .sintonia .sociales ul li {
    display: inline-block; }
  #radio-selected .titulo {
    font-weight: bold;
    color: #333333; }
  #radio-selected .subtitulo {
    font-weight: bold;
    color: #ff077e; }

#radio_calendar {
  width: 100%;
  margin-top: 50px; }

table.programacion {
  overflow: scroll;
  background-color: #d1f1fa;
  border: 2px solid #fff !important; }
  table.programacion a {
    color: #444;
    text-decoration: none; }
  table.programacion a:hover {
    color: #111; }
  table.programacion th {
    font-weight: bold;
    padding: 1em;
    border: 2px solid #fff !important;
    color: #444;
    text-align: center;
    position: relative; }
  table.programacion td {
    padding: 1em;
    border: 2px solid #fff !important;
    color: #444;
    text-align: center;
    position: relative; }

#radio_calendar .radioshow_popup {
  background: url(/static/images/popup_grilla.png) no-repeat;
  position: absolute;
  top: -150px;
  left: -140px;
  width: 390px;
  height: 197px;
  z-index: 1000;
  overflow: auto;
  display: none; }

#radio_calendar td:hover .radioshow_popup {
  display: block; }

#radio_calendar .radioshow_popup > img {
  float: left;
  padding: 2em; }

#radio_calendar .radioshow_popup img.logo {
  max-width: 100px;
  max-height: 100px; }

#radio_calendar .radioshow_popup .description {
  padding: 2em;
  margin-right: 50px;
  text-align: left; }

#radio_calendar .radioshow_popup .name {
  color: #ff077e;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1em; }

#radio_calendar .radioshow_popup .tags {
  color: #00afe6;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em; }

#radio_calendar .radioshow_popup .redes {
  text-align: right;
  height: 21px;
  margin-top: 30px; }

.recorte-info {
  padding: 1em 0 1em 0; }
  .recorte-info table td {
    width: 150px; }

.cut-tags {
  padding: 1em 1em 1em 0; }
  .cut-tags .titulo {
    font-weight: bold;
    color: #333333;
    font-size: 12px; }
  .cut-tags ul li {
    display: inline-block; }
  .cut-tags a {
    text-decoration: none;
    color: #00afe6;
    font-weight: bold; }
  .cut-tags a:hover {
    border-bottom: 1px dashed; }
  .cut-tags span {
    color: #00afe6;
    font-weight: bold; }

ul.pagination {
  list-style: none;
  margin: auto;
  text-align: center; }

ul.pagination li {
  float: left;
  font-size: smaller;
  margin: 1em;
  padding: 0; }

ul.pagination li.current {
  font-weight: bold;
  color: #00afe6; }

ul.pagination a {
  text-decoration: none;
  color: inherit; }

.nro_result {
  text-align: right; }

#filters_toggle {
  color: black;
  text-decoration: none;
  padding: 1em; }

#filters_toggle .ver {
  color: #333333;
  text-decoration: none;
  font-size: 1.250em; }

.search_filters {
  background-color: #eee;
  padding: 0 1em; }

.search_filters > li {
  display: inline-block;
  padding: 1em;
  margin: 0.5em; }

.search_filters li.header {
  margin-bottom: 0.5em;
  font-weight: bold; }

.search_filters li.active {
  font-weight: bold; }

.search_results li {
  border-bottom: 1px dashed #ccc;
  padding: 1em 0 1em 0; }

.search_results li h4 {
  color: #777;
  font-size: 12px;
  display: inline-block; }

.search_results p {
  margin-left: 50px;
  color: #4d4d4d;
  padding-left: 1em; }

.search_results li h4 em {
  color: #00afe6;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0 0.5em; }

.search_results img.icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  float: right; }

.search_results span.logo {
  float: left; }

.search_results span.logo .imageHolder, .search_results span.logo #contenido .logo-radio-box, #contenido .search_results span.logo .logo-radio-box {
  vertical-align: middle;
  width: 60px;
  height: 60px; }

.search_results a.logo {
  vertical-align: top; }

.search_results .description {
  overflow: hidden;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.show_details .imageHolder, .show_details #contenido .logo-radio-box, #contenido .show_details .logo-radio-box {
  width: 120px;
  height: 120px;
  float: left; }

.show_details h2 {
  margin: 0.5em 0.5em 0.5em 1em; }

.show_details p.schedule {
  margin: 0.5em; }

.show_details p.description {
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em;
  width: 100%;
  text-align: justify;
  text-justify: newspaper;
  /*css3*/
  font-style: italic; }

.show_details + h3 {
  clear: both;
  margin: 3em 1em 1em 0; }

br.separator {
  clear: both; }

ul.cuts img.logo {
  float: left;
  height: 64px;
  margin-right: 2%; }

.creador ul li {
  clear: both;
  display: inline-block; }

.creador .titulo {
  font-weight: bold;
  color: #333333; }

.creador .subtitulo {
  font-weight: bold;
  color: #ff077e; }

.creador .reprod {
  margin-left: 250px;
  font-size: 0.875em;
  color: #333333; }

.creador .reprod span {
  font-weight: bold;
  font-size: 1.250em;
  padding-right: 1em; }

ul.show_links {
  width: 100%; }

ul.show_links pre {
  white-space: nowrap;
  overflow: hidden; }

ul.show_links a {
  text-decoration: none;
  color: #00afe6;
  font-weight: bold; }

ul.show_links a:hover {
  border-bottom: 1px dashed; }

ul.show_links li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0.5em;
  line-height: 2em; }

ul.radioshow_recordings {
  width: 100%;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-indent: 2em;
  line-height: 1.5; }

ul.radioshow_recordings a {
  text-decoration: none;
  color: #333333 !important;
  font-weight: bold; }

ul.radioshow_recordings a:hover {
  border-bottom: none !important;
  color: #7f7f7f !important; }

ul.radioshow_recordings li {
  margin: 0;
  padding: 0.5em; }

ul.radioshow_recordings ul.dayCuts {
  text-indent: 4em;
  line-height: 1; }

ul.radioshow_recordings ul.dayCuts li a {
  font-size: 0.875em;
  color: #00afe6 !important; }

ul.radioshow_recordings ul.dayCuts li a:hover {
  border-bottom: 1px dashed #00afe6 !important; }

/* EMBED CONTENT*/
select.embed {
  background: #fff;
  border: 1px solid #ccc;
  width: 150px; }

#big {
  display: none; }

#medium {
  display: none; }

#small {
  display: none; }

#big textarea {
  width: 400px;
  height: 80px;
  white-space: normal;
  float: right;
  margin-top: 5px;
  border: 1px dashed #ccc; }

#medium textarea {
  width: 400px;
  height: 80px;
  white-space: normal;
  float: right;
  margin-top: 5px;
  border: 1px dashed #ccc; }

#small textarea {
  width: 400px;
  height: 80px;
  white-space: normal;
  float: right;
  margin-top: 5px;
  border: 1px dashed #ccc; }

label.insert {
  font-weight: bold;
  color: #333333;
  margin-left: 1em;
  margin-right: 1em; }

.choices input {
  padding-right: 1em; }

.choices a.insert {
  font-weight: bold;
  margin-left: 1em;
  margin-right: 1em;
  cursor: pointer; }

img.embedIcon {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.choices a.insert:hover {
  border: none !important; }

.sizes {
  display: none; }

td.monetary,
td.number {
  text-align: right; }

strong {
  font-weight: bolder; }

/*=================== MAIN MEDIA SCREEN MAX WIDTH 800PX=================*/
@media screen and (max-width: 800px) {
  #login_box {
    top: 70px;
    right: 24px; } }
/*=================== NAVBAR MEDIA SCREEN MAX WIDTH 800PX=================*/
@media screen and (max-width: 800px) {
  #navbar li ul {
    width: 7em;
    /* Width to help Opera out */ }

  #navbar li:hover ul {
    margin: 0 0 0 -2%; } }
/*=================== WRAPPER MEDIA SCREEN MAX WIDTH 767PX=================*/
@media screen and (max-width: 767px) and (min-width: 321px) {
  #wrapper {
    overflow: hidden; } }
/*==================== WRAPPER MEDIA SCREEN MAX WIDTH 480PX========================*/
@media screen and (max-width: 480px) {
  #wrapper {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; } }
/*=================== CONTENT MEDIA SCREEN MAX WIDTH 767PX=================*/
@media screen and (max-width: 767px) {
  #contenido {
    float: left;
    width: 96%;
    font-size: 0.875em;
    margin: 2% 2% 0 0;
    padding: 2.0833333%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; } }
/*=================== CONTENT MEDIA SCREEN MAX columns=================*/
@media screen and (max-width: 700px) {
  #radio-selected .desc {
    width: 60%; } }
/*=================== ASIDE MEDIA SCREEN MAX WIDTH 863PX=================*/
@media screen and (max-width: 863px) {
  aside {
    clear: both;
    float: left;
    line-height: 1em;
    margin-right: 0.1% 0;
    padding: 2.0833333%;
    border-left: none;
    border-top: 2px dashed #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
    /* (420-20-20)/960 */ }

  #contenido {
    width: 100%; } }
/*===================aside .right MEDIA SCREEN MAX WIDTH 1023PX AND MIN 601PX=================*/
@media screen and (max-width: 1023px) and (min-width: 864px) {
  #contenido {
    float: left;
    width: 497px;
    margin-right: -438px;
    /*Set left margin to -(RightColumnWidth) */ }

  aside {
    /*margin-left: 530px;*/
    float: right;
    /*width: auto;*/ }

  aside .left {
    width: 100%;
    float: left; }

  aside .right {
    width: 100%;
    float: left; } }
/*===================aside .right MEDIA SCREEN MAX WIDTH 767PX AND MIN 601PX=================*/
@media screen and (max-width: 800px) and (min-width: 601px) {
  aside h1 {
    font-size: 1.0em;
    text-align: center;
    font-weight: bold; }

  aside h2 {
    font-size: 0.625em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.5em; }

  aside .top img {
    float: left;
    display: inline;
    /*margin-left: -10px;*/ } }
