/** APP.CSS RADIO CRISRAL */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


/** LAYOUT  */
body {
    background: #fa0b80 url(../images/app/bg_body.jpg) no-repeat center top;
    font-family: 'Open Sans', sans-serif;
}

.clear {
    clear: both;
}

a:hover {
    color: #E02FA2 !important;
}

.header,
.main,
.footer {
    width: 1170px;
    margin: 0 auto;
}

.header .col {
    float: left;
}

.header .col:nth-of-type(1) {
    width: 275px;
}

.header .col:nth-of-type(2) {
    width: 728px;
}

.header .col:nth-of-type(3) {
    width: 140px;
}

.main {
    margin: 10px auto;
}

.main .col {
    float: left;
}

.main .col:nth-of-type(1),
.main .col:nth-of-type(3) {
    width: 250px;
}

.main .col:nth-of-type(2) {
    width: 650px;
    margin: 0px 10px;
}

/*** HEADER SECTION ***/
.header {
    width: 1150px;
    padding: 10px;
    background: #ffffff;
    position: relative;
}

.header .izq30 {
    position: absolute;
    top: 20px;
    left: -150px;
}

.header .der30 {
    position: absolute;
    top: 30px;
    right: -150px;
}

.header .social_izq {
    position: absolute;
    top: 200px;
    left: -100px;
    background: #ffffff;
    border-radius: 25px;
    width: 35px;
    padding: 10px 10px 0;
}

@media (min-width: 1300px) {
    .header .izq30 {
        display: none;
    }

    .header .der30 {
        top: 115px;
        right: -89px;
    }

    .header .social_izq {
        position: fixed;
        top: 60px;
        left: 14px;
    }
}


@media (min-width: 1500px) {
    .header .izq30 {
        top: 20px;
        display: block;
        left: -150px;
    }

    .header .der30 {
        top: 30px;
        right: -150px;
    }

    .header .social_izq {
        position: fixed;
        top: 200px;
        left: 60px;
    }
}

.header .social_izq a {
    margin-bottom: 10px;
    display: block;
}

.header .social_izq img {
    width: 35px;
}

.header .nav a {
    display: inline-block;
    padding: 10px 25px;
    border-right: 1px dashed #3E3E3E;
    color: #3E3E3E;
    text-decoration: none;
    font-size: 12px;
    margin-top: 5px;
}

.header .nav a:last-child {
    border: none;
}

.header .nav a:hover {
    text-decoration: none;
}

.header .aviso {
    padding: 25px 0 0;
}

.header .datos {
    padding-left: 15px;
    width: 130px !important;
}

.header .datos .fecha {
    padding: 0px 0 5px;
    color: #000000;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px dashed rgb(167, 165, 165);
}

.header .datos .clima {
    padding: 10px 0px 0;
    color: #000000;
    text-align: center;
}

.header .datos .clima .temp {
    font-size: 30px;
}

.header .datos .clima .st {
    font-size: 18px;
    padding-bottom: 3px;
}

.header .datos .clima .ciudad {
    font-size: 14px;
    font-weight: bold;
    color: #fa0b80;
}

.header .datos .clima .provincia {
    font-size: 12px;
}

.header .datos .clima .adicional {
    border-top: 1px dashed rgb(167, 165, 165);
    font-size: 12px;
    margin-top: 3px;
    padding-top: 3px;
}

/*** FOOTER SECTION ***/
.footer {
    background: #000000;
    height: 70px;
    color: #f1f1f1;
    margin: 20px auto 30px;
}

.footer .col {
    float: left;
}

.footer .col:nth-of-type(2) {
    width: 660px;
    text-align: center;
    padding-left: 120px;
    padding-top: 25px;
}

.footer .col:last-child {
    float: right;
}

.footer .socials {
    padding-top: 18px;
}

.footer .socials a {
    margin-left: 10px;
}

.footer .socials img {
    width: 35px;
}

/****** HOME *******/
#foto-diaria {
    background: #ffffff;
    padding: 30px 25px;
}

#foto-diaria h3 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fa0b80;
}

#foto-diaria img {
    width: 100%;
}

.noticia {
    background: #ffffff;
    padding: 30px 25px 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.noticia.ficha {
    margin-top: 0px !important;
}

.noticia h2,
.noticia h1 {
    margin: 3px 0;
}

.noticia img {
    width: 100%;
}

.noticia h2 {
    font-size: 14px;
}

.noticia a {
    text-decoration: none;
    color: #fa0b80;
}

.noticia h1 {
    font-size: 26px;
    color: #fa0b80;
    font-weight: 400;
    line-height: 1.1;
}

.noticia .comentarios,
.noticia .compartir {
    float: right;
    margin-left: 10px;
}

.noticia img {
    margin-bottom: 20px;
}

.noticia .compartir a {
    margin-right: 10px;
}

.noticia .compartir img {
    width: 25px;
    margin-top: -5px;
}


/** WIDGETS **/
.box {
    background: #000000;
    padding: 30px;
    font-size: 13px;
    margin-bottom: 10px;
}

.box h2 {
    font-size: 14px;
    color: #fa0b80;
    text-transform: uppercase;
}

.box ul {
    margin: 0;
    padding: 0;
}

.box ul li {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    color: #f1f1f1;
}

.box ul li a {
    color: #f1f1f1;
    text-decoration: none;
}

.box ul li a:hover {
    text-decoration: none;
}

.box.negative {
    background: #FFFFFF;
}

.box.negative ul li {
    color: #fa0b80;
}

.box.negative a {
    color: #000000;
}

.buscador input {
    height: 30px;
    font-size: 16px;
    width: 230px;
    background: #FFFFFF url(../images/app/ico_lupa.png) no-repeat right top;
    padding: 0 15px 0 5px;
    border: none;
    margin-bottom: 10px;
}


.box-programacion {
    padding: 20px 10px;
    text-align: center;
}

.box-programacion .logo {
    margin: 0 auto;
}

.box-programacion .en_vivo {
    display: block;
    color: #fa0b80 !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    background: url(../images/app/en_vivo.png) no-repeat 65px;
    margin: 10px 5px;
    text-decoration: none !important;
    text-align: left;
}

.box-programacion .cont_programacion {
    background: #fa0b80;
    text-align: left;
    color: #f1f1f1;
    padding-bottom: 20px;
}

.box-programacion .cont_programacion img {
    max-width: 100%;
}

.box-programacion .cont_programacion #programa,
.box-programacion .cont_programacion #estilo,
.box-programacion .cont_programacion #conductor {
    padding: 0 20px;
}

.box-programacion .cont_programacion #programa h4 {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: 400;
}

.box-programacion .cont_programacion #programa h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 5px 0 25px;
    text-transform: uppercase;
}

.box-programacion .cont_programacion #estilo {
    font-size: 13px;
    margin-bottom: 10px;
}

.box-programacion .cont_programacion #estilo span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-programacion .cont_programacion #conductor {
    font-size: 13px;
}

.box-programacion .cont_programacion #conductor span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-programacion .descarga_app {
    color: #fa0b80 !important;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.box-mensajero {
    padding: 20px 10px;
}

.box-mensajero #div_scroll {
    height: 400px;
    overflow-y: scroll;
}

.box-mensajero #div_scroll .mensaje {
    font-size: 12px;
    padding: 3px;
}

.box-mensajero .btn {
    display: inline-block;
    background: #fa0b80;
    color: #f1f1f1 !important;
    padding: 6px 15px;
    text-decoration: none !important;
    border-radius: 12px;
}

.box-mensajero .btn:hover {
    background: #E02FA2;
}

.box-mensajero input {
    height: 20px;
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
}

.box-mensajero textarea {
    height: 50px;
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
}

.popup-envivo {
    width: 320px;
    padding: 15px;
    margin: 0 auto;
}

.popup-envivo .logo {
    margin-bottom: 10px;
}

.popup-envivo .cont_programacion img {
    width: 100%;
}


/* Resultado partido */
/* jQuery Countdown styles 1.5.11. */
.hasCountdown {}

.countdown_rtl {
    direction: rtl;
}

.countdown_holding span {}

.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: 48%;
}

.countdown_show3 .countdown_section {
    width: 32.5%;
}

.countdown_show4 .countdown_section {
    width: 24.5%;
}

.countdown_show5 .countdown_section {
    width: 19.5%;
}

.countdown_show6 .countdown_section {
    width: 16.25%;
}

.countdown_show7 .countdown_section {
    width: 14%;
}

.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown_amount {
    font-size: 200%;
}

.countdown_descr {
    display: block;
    width: 100%;
}


#resultado_partido {
    width: 210px;
    padding: 20px;
    margin: 10px 0;
    background: #FFFFFF;
}

#resultado_partido .titulo {
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
    color: #ef055b;
}

#resultado_partido .equipo1 {
    float: left;
    width: 49%
}

#resultado_partido .equipo2 {
    float: right;
    width: 49%
}


#resultado_partido .nombre {
    font-size: 13px;
    text-align: center;
}

#resultado_partido .goles {
    font-size: 30px;
    text-align: center;
    color: #ef055b;
}

#resultado_partido .estado {
    font-size: 12px;
    text-align: center;
}

#resultado_partido .hora,
#resultado_partido .hora_str {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

#resultado_partido .lugar {
    font-size: 13px;
}

#resultado_partido .comentarios {
    font-size: 13px;
    border-top: 1px solid #000;
}

#resultado_partido .comentarios .red {
    color: #ef055b;
}

.pagina {
    background: #ffffff;
    padding: 30px 25px 15px;
    font-size: 14px;
    line-height: 1.4;
}

.pagina h2,
.pagina h1 {
    margin: 3px 0;
}

.pagina h2 {
    font-size: 14px;
}

.pagina a {
    text-decoration: none;
    color: #fa0b80;
}

.pagina h1 {
    font-size: 26px;
    color: #fa0b80;
    font-weight: 400;
    line-height: 1.1;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    /*--Set height of tabs--*/
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 25px;
    /*--Subtract 1px from the height of the unordered list--*/
    line-height: 25px;
    /*--Vertically aligns the text within the tab--*/
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px;
    /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
    font-size: 12px;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 0.9em;
    padding: 0 11px;
    border: 1px solid #fff;
    /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;
    font-size: 12px;
}

ul.tabs li a:hover {
    background: #ccc;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
    /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border-bottom: 1px solid #fff;
    /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}

.tab_content {
    padding: 2px;
    font-size: 0.9em;
}

.tableData {
    border-collapse: collapse;
}

.tableData thead tr td {
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    font-size: 13px;
}

.tableData thead tr td:last-child {
    border-right: none;
}

.tableData tbody tr td {
    font-size: 12px;
    padding: 2px 0;
}

.trOdd {
    background-color: #F2F2F2;
}

/** contacto **/
fieldset {
    border: none;
    padding: 0;
    margin: 0;
    margin-right: 7px;
}

fieldset label {
    line-height: 25px;
}

fieldset input,
fieldset textarea {
    width: 100%;
    border: 1px solid #C5CFD9;
    margin-bottom: 10px;
    height: 18px;
    padding: 2px;
    font-family: "Lucida Sans Unicode", "Lucida Grande";
    font-size: 12px;
}

fieldset textarea {
    height: 40px;
    font-size: 12px;
}

.clear {
    clear: both;
}

input.error,
textarea.error {
    border: 1px solid red;
    margin: 0px;
    color: red;
}

label.error {
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
    font-size: 11px;
    display: block;
}

#infoBox {
    padding: 10px 20px;
    background: #4698BE;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
    height: 25px;
}


.libro_mensaje {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #d6d6d6;
    border-bottom-style: dashed;
}

.libro_mensaje .usuario {
    font-weight: bold;
    float: left;
    width: 40%;
}

.libro_mensaje .fecha {
    font-style: italic;
    float: right;
    width: 40%;
    text-align: right;
}

.libro_mensaje .cuerpo {
    clear: both;
    text-align: justify;
}



#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

.box-clima {
    background: #ffffff;
    padding:0;
}

.box-clima .header {
    width: auto;
    padding: 10px;
    background: #F5F5F5;
    text-align: center;
    border-bottom: 2px solid #DDDDDD;
}

.box-clima .header h2 {
    color: #333333;
    text-align: center;
    margin: 3px 0 0;
}

.box-clima .table tbody tr td {
    padding: 3px;
}

.box-clima .table tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.box-clima .table tbody tr td:last-child {
    text-align: right;
}