/* RESETEO UNIVERSAL*/

*{

    border:0;

    margin:0;

    padding:0;

}



article, figcaption, figure, footer, hgroup, nav, section , aside {

    display: block;

    vertical-align: inherit;

}




/* -------------------------------------------------------------------------------------- */






/* HOJA DE ESTILOS*/



@font-face {
    font-family: 'antonio-regular-webfont';
    src: url('../fonts/antonio/antonio/antonio-regular-webfont.eot');
    src: url('../fonts/antonio/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/antonio/antonio-regular-webfont.woff') format('woff'), 
        url('../fonts/antonio/antonio-regular-webfont.ttf') format('truetype'), 
        url('../fonts/antonio/antonio-regular-webfont.svg#antonio-regular-webfont') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'cabin-regular-webfont';
    src: url('../fonts/cabin/cabin-regular-webfont.eot');
    src: url('../fonts/cabin/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/cabin/cabin-regular-webfont.woff') format('woff'), 
        url('../fonts/cabin/cabin-regular-webfont.ttf') format('truetype'), 
        url('../fonts/cabin/cabin-regular-webfont.sgv#cabin-regular-webfont') format('svg');
    font-style: normal;
    font-weight: normal;
}



body {

    background-color: #b6424d;
    background-image: url(../images/BK_RC.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    color: #545353;
    font-family: 'cabin-regular-webfont';
    font-size: 15px;
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;



}

body#noticias {
    background-image: url(../images/BK_RC_noticias.jpg);
    background-color: #424bb6;
}

body#pt1 {
    background-image: url(../images/BK_RC_pt1.jpg);
    background-color: #54a49c;

}

body#video {
    background-image: url(../images/BK_RC_videos.jpg);
    background-color: #d07328;

}




a{

    color: #b6424d;
    font-weight: bold;
    text-decoration: none;

}

a:hover {

    color: #999;

}



figcaption {

    font-size: 12px;

    padding: 0.25em;

    text-align: center;

}

img, video {
    max-width: 100%;

}

footer {
    max-width: 1020px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    background-color: #a8999a;

}

nav{
    display: inherit;
    font-family: 'antonio-regular-webfont';
    max-width: 1020px;
    text-align: left;
    background-color: #a8999a;

}




/* -------------------------------------------------------------------------------------- */






/* ESTILOS HEADER */ 

article#banner_principal {
    max-width: 1020px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
}

header {
    width:100%;
    padding-top: 20px;
}

article#logo_header, article#banner_header {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width:45%;
}

article#banner_header {
    text-align: right;
    width:50%;
}




/* -------------------------------------------------------------------------------------- */






/*  ESTILOS DE INDEX */

section#contenedor_index {
    font-family: 'cabin-regular-webfont';
    text-align: center;
    width:100%;
    background-image: url(../images/bk_blanco_trans.png);
    border-radius: 15px;

}

section#galeria {
    margin-top: 20px;
}

section#galeria1, section#galeria2, section#galeria3 {
    display: inline-block;
    vertical-align: top;
    width:58%;
}

section#galeria2 {
    width:100%;
}

section#galeria3 {
    width:100%;
}

article#una_imagenes, article#dos_imagenes, article#dos_imagenes2 {
    display: block;
    text-align: center;
    width: 100%;

}

article#foto1_5img, article#foto2_5img, article#foto3_5img, article#foto4_5img {
    display: inline-block;
    min-width: 49%;
    min-height: 250px;
    position: relative;
}

section#disclaimer {
    text-align: left;
    font-size: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;

}

section#interview {
    margin: 0 auto;
    display: block;
    width:100%;
}





/* -------------------------------------------------------------------------------------- */





/* ESTILOS PARA DEL ROLLOVER */

.hover-container{
    position: absolute;
    top: 0;
    background-color:rgba(50,50,50,0.8);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-container:hover, .hover-container.img-hover {
    opacity:1;
}

.hover-container:hover .hover-text-ta, .hover-container.img-hover .hover-text-ta{
    opacity: 1;
}

.hover-container:hover .hover-text-hora, .hover-container.img-hover .hover-text-hora {
    opacity: 1;
}


.hover-text-hora {
    padding-top: 20px;
    padding-left: 15px;
    position: relative;
    font-family: 'antonio-regular-webfont';
    color:white;
    font-size: 25px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-text-ta {
    padding-left: 15px;
    position: relative;
    font-family: 'antonio-regular-webfont';
    font-size: 25px;
    color:white;
    display: inline-table;
    width: 90%;
    text-align: left;
    vertical-align: bottom;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.texto-artista{
    font-family: 'cabin-regular-webfont';
    font-size: 12px;
}




/* -------------------------------------------------------------------------------------- */





/*  ESTILOS DE NOTICIAS INDEX */

article#titulosdelindex {
    font-family: 'antonio-regular-webfont';
    font-size: 30px;
    text-align: left;
    padding: 7px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;

}



section#contenedor {
    margin-top: 15px;
}

section#linea_abajo {
    margin-top: 10px;
    vertical-align: top;
    width:100%;
}

article#noticias_index_cuatro, aside {
    display: inline-block;
    text-align: left;
    width:80%;
}

section#contenedor_noticias_index {
    width:32%;
    text-align: left;
    padding: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

article#titulo_noticias_index {
    font-family: 'antonio-regular-webfont';
    font-size: 20px;
    margin-bottom: 15px;
}

article#texto_noticias_index {
    line-height: 22px;
}


aside {
    padding-top:10px;
    text-align: center;
    width: 19%;
}

/*  REDES */

section#redes {
    border-bottom: 1px #999 solid;
    margin-top: 5px;
    width:100%;
}

article#redes {
    width:100%;
    text-align: left;
    padding-left: 10px;

}




/* -------------------------------------------------------------------------------------- */





/*  PAGINAS PT1 */

section#pt1 {
    text-align: left;
    margin-top: 5px;
    width:100%;
}

section#primario, section#secundario  {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width:55%;
    line-height:22px;
}

section#primario {
    border-right: 1px #999 solid;
}

section#secundario {
    width:25%;
}

section#primario img, section#secundario img {
    height: auto  !important;
    width: 100% !important;
}

article#titulo, article#bajada, article#texto_principal, article#texto_secundario {
    padding:10px;
}

article#titulo {
    padding:10px 10px 0px 10px;
}

article#titulo {
    font-family: 'antonio-regular-webfont';
    font-size: 20px;
}

article#artista {
    font-family: 'antonio-regular-webfont';
    font-size: 18px;
    padding: 0px 10px 0px 10px; 
}

article#bajada {
    font-style: italic;
    border-bottom: 1px #999 solid;
}



/* -------------------------------------------------------------------------------------- */




/* BOELTIN*/

section#boletin {
    width: 100%;
    text-align: center;
    padding-left: 200px;
}




/* -------------------------------------------------------------------------------------- */






/* ESTILOS LISTADO DE NOTICIAS*/

section#principal {
    display: inline-block;
    vertical-align: top;
    width:78%;
}


article#anio {
    text-align: left;
    margin:10px;
}

article#bloque_titulo, article#selector {
    font-family: 'antonio-regular-webfont', helvetica, arial;
    font-size: 20pt;

}


article#bloque_titulo a{
    color: #545353;
    font-weight: bold;
    text-decoration: none;
}

article#bloque_titulo a:hover {
    color: #b6424d;

}

article#bloque_bajada, article#bloque_fecha {
    color: #545353;
    font-family: 'cabin-regular-webfont', helvetica, arial;
    font-weight: normal;
    padding-bottom: 10px;
}

section#bloque_noticias {
    border-color: #999;
    border-style: solid;
    border-width: 1px;
    margin: 0 10px 10px 10px;
    padding: 5px;
    width: 95%;
}


section#bloque_foto, section#bloque_texto {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    text-align: left;

}



#bloque_foto img{
    width: 100%;
}

.li-flexs-n2 img { /* li flexslider noticias2.php */
    margin: 0 auto;
    max-height: 400px;
    max-width: 600px;
    width: auto !important;
}

section#bloque_foto {
    width: 40%;
    padding-right: 5px;
    text-align:center;

}

section#bloque_secundario {
    vertical-align: top;
    text-align:center;
    width: 28%;

}

section#galeria_inter, #galeria5 {
    width:100%;
}


section#galeria_agenda_inter, #galeria5 {
    width:100%;
}





/* -------------------------------------------------------------------------------------- */






/* NOTICIAS 1*/

section#contenedor_noticia, section#galeria_principal {
    margin-top: 10px;
    text-align: center;
}

section#galeria_principal {
    margin-top: 0px;
}

section#noticia_imagenes {
    padding-bottom: 10px;
    padding-top: 10px;
}

article#titulo_noticia, article#titulo /*NOTICIAS*/ {
    font-family: 'antonio-regular-webfont', helvetica, arial;
    font-size: 25px;
    padding-top: 0px;
    text-align: left;
    line-height:normal;

}

section#noticia_principal, section#noticia_secundario {
    font-family: 'cabin-regular-webfont', helvetica, arial;
    display:inline-block;
    border-right: 1px #999 solid;
    text-align: left;
    vertical-align:top;
    width:70%;
    padding-right: 10px;
    margin-top: 15px;
    line-height:22px;
}

section#noticia_secundario {
    border-right-width: 0px;
    padding-left: 5px;
    padding-right: 0px;
    width:20%;
}


article#noticia_texto_principal img, article#noticia_texto_secundario img, article#noticia_texto_principal div, article#noticia_texto_secundario div, article#texto_principal div {
    height: auto !important;
    width: 100% !important;

}

article#texto_principal iframe, article#noticia_texto_principal iframe,  article#noticia_texto_secundario iframe, section#bloque_mapa iframe {
    width: 100% !important;
}


article#noticia_bajada {
    font-style: italic;
    border-bottom-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;

}

article#noticia_texto_principal, article#fecha {
    padding-top: 10px;

}




/* -------------------------------------------------------------------------------------- */





/* AGENDA */

article#titulo {
    margin-top: 20px;
}

section#fecha_seleccion_agenda {
    border-bottom: 1px solid #999 ;
    padding-left: 10px;
    padding-top: 10px;

}

article#fecha_agenda, article#seleccion_agenda {
    display: inline-block;
    vertical-align: top;
}

section#primario_agenda {
    padding-left: 10px;
}

section#primario_agenda, section#secundario_agenda {
    border-right: 1px solid #999;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width:65%;
    line-height:22px;
}

section#secundario_agenda, aside#agenda  {
    border-right: 0px ;
    width:32%;
}

section#galeria_agenda {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;


}

article#fotos_agenda, article#locales {
    display: inline-block;
    vertical-align: top;
    width:62%;
}

article#fotos_agenda {
    border-right: 1px solid #999;
}


article#locales_titulo, article#fecha_agenda  {
    font-family: 'antonio-regular-webfont', helvetica, arial;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;

}

input#fecha_agenda  {
    background-color: #fff;
    color: #999;
    font-family: 'antonio-regular-webfont', helvetica, arial;
    font-size: 27px;
    max-width: 200px;
    border: 1px solid #999;
    border-radius: 5px;
    padding-left: 3px;
}

article#seleccion_agenda {
    padding-left: 10px;
}

article#locales {
    width:100%;
    text-align: left;
    margin-left: 15px;

}

article#locales iframe{
    width:95%;
}

article#locales_texto {
    margin-top: 10px;
    font-size: 16px;
    line-height:30px;
    text-align: left;
}

section#agenda {
    border-bottom: 1px #999 solid;
    text-align: left;

}

section#agenda-flexmenu {
    border-bottom: 1px #999 solid;
    text-align: left;
}

article#publicidad {
    color: #999;
    font-family: 'antonio-regular-webfont', helvetica, arial;
    font-size: 20px;
    text-align: left;
}

aside#agenda {
    vertical-align: top;
    padding-top: 0px;
}

aside#agenda2 {
    display: none;
}

#listado-agenda{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.li_flexs {
    height: 133px;
    margin-right: 5px;
    position: relative;
    width: 200px;
}

.li_flexs img{
    cursor: pointer;
}

.li-flexs-fa{
    position: relative;
}

.li-flexs-fa img { /*li flexslider fotos agenda*/
    height: auto;
    margin: 0 auto;
    max-height: 400px;
    max-width: 600px;
    width: auto !important;
}

.agenda-fs-article{
    display: inline-block;
    min-width: 200px;
    min-height:133px;
    position: relative;
}

#close-alert-window{
    background:url(../images/x.png) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-16px;
    cursor:pointer;
}

#fb-like-btn{
    display: block;
}


.rangos-agenda {
   border-bottom: 1px #999 solid;
   display: block;
}




/* -------------------------------------------------------------------------------------- */





/* GALERIA DE VIDEOS */

.videos_foto {
    display: inline-block !important;
    margin: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'antonio-regular-webfont', helvetica, arial;
}

article#click {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'antonio-regular-webfont', helvetica, arial;
    border-top: 1px #999 solid;
}



/* -------------------------------------------------------------------------------------- */





/* FOOTER y FIRMA */

article#contacto_frame {

    padding-top: 10px;
    padding-bottom: 10px;
    width:100%;
}

article#pies2 {
    display: block;
    vertical-align: middle;
    text-align:right;
    padding-right: 30px;

}

article#pies2 img {
    width: 30px;
}


section#firma {
    background-image: url(../images/bk_blanco_trans.png);
    width:100%;
}


article#firma {
    color:#999;
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;

}

 article#contenido_footer {
    text-align: left;
    width: 40%;
    display: inline-block;
    line-height: 35px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-family: 'antonio-regular-webfont', helvetica, arial;
    font-size: 20px;

 }

 article#contenido_footer a {
    color: #fff;
 }

 article#contenido_footer a:hover {
    color: #333;
 }


article#contacto, article#contacto_redes {
    font-size: 14px;
    color:#FFF;
    display: inline-block;
    text-align: center;
    width:50%;
    vertical-align:top;
}

article#pies2 a, article#firma a {
    color:#FFF;
    font-size: 14px;
    font-weight: normal;
}

article#firma a {
    font-size: 10px;
    color:#999;
}

article#pies2 a:hover, article#firma a:hover {
    color:#333;
    font-size: 14px;
    font-weight: normal;
}

article#firma a:hover {
    font-size: 10px;
}




/* -------------------------------------------------------------------------------------- */





/* CLASES */

.formula_txt {
    border: 1px solid #999;
    border-radius: 5px;
    color: #999;
    font-family: 'antonio-regular-webfont';
    font-size: 25px;
    margin-bottom: 10px;

}


.one-edge-shadow {
    -ms-box-shadow: 0 10px 20px -6px black;
    -webkit-box-shadow: 0 10px 20px -6px black;
    -o-box-shadow: 0 10px 20px -6px black;
    -moz-box-shadow: 0 10px 20px -6px black;
    box-shadow: 0 10px 20px -6px black;
}




/* -------------------------------------------------------------------------------------- */





/* MEDIA QUERYS */

@media only screen and (max-width : 1008px) {

    article#foto1_5img, article#foto2_5img, article#foto3_5img, article#foto4_5img {
        min-height: 130px;
    }

    article#una_imagenes img {
        width: 97%;
    }

    article#dos_imagenes {
        width:100%;
    }


}




/* -------------------------------------------------------------------------------------- */





@media only screen and (max-width : 994px) {

    article#foto1_5img, article#foto2_5img, article#foto3_5img, article#foto4_5img {
        min-height: 125px;
    }
}




/* -------------------------------------------------------------------------------------- */





@media only screen and (max-width : 960px) {

    article#foto1_5img, article#foto2_5img, article#foto3_5img, article#foto4_5img {
        min-height: 120px;
    }
}




/* -------------------------------------------------------------------------------------- */






@media only screen and (max-width : 920px) {

    article#foto1_5img, article#foto2_5img, article#foto3_5img, article#foto4_5img {
        min-height: 200px;
    }
}




/* -------------------------------------------------------------------------------------- */






@media only screen and (max-width : 870px) {

    section#galeria2 {
        margin-top: 20px;
    }

    section#galeria1 {
        display: block;
        margin-bottom: 10px;
        vertical-align: top;
        width:100%;
    }

    section#galeria_abajo {
        margin-top: 30px;
    }

    article#fotos_agenda {
        width: 100%;
    }


    aside#agenda {
        display: none;
        text-align: center;
        width: 100%;
    }

    aside#agenda2 {
        display: block;
        text-align: center;
        width: 100%;
        border-top: 1px solid #999;
        margin-top: 5px;
    }


}




/* -------------------------------------------------------------------------------------- */






@media only screen and (max-width : 768px) {

    /* INDEX */



    section#galeria1 img {
        max-width:100% !important;
    }

    section#primario {
        width:50%;
    }

    section#secundario {
        width:27%;
    }


    article#dos_imagenes {
        width:48%;
        display: inline-block;

    }

    article#foto1_5img, article#foto2_5img, article#foto3_5img, article#foto4_5img {
        display: inline-block;
        width:100%;
    }

    article#foto1_5img img, article#foto2_5img img, article#foto3_5img img, article#foto4_5img img {
        width:100%;

    }

     /* ESTILOS PT1 */ 

    section#primario, section#secundario, aside  {
        display: block;
        width:100%;
    }

    section#primario {
        border-right: 0px;
        border-bottom: 1px #999 solid;
    }


    section#pt1 {
        width:100%;
    }

    section#noticia_principal, section#noticia_secundario, section#primario_agenda, section#secundario_agenda {
        display:block;
        border-right: 0px;
        border-bottom: 1px #999 solid;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width:97%;
    }

    section#contenedor_noticias_index {
        width:30%;
    }

     article#noticias_index_cuatro {
        margin-top: 20px;
        width:100%;
        padding-left: 10px;
    }

    aside {
        width:100%;
        padding-right: 20px;
    }  

    .flexslider .slides img {
        display: block;
        max-width: 100%;
    }

    section#contenedor {
        margin-left: 10px;

    }

}




/* -------------------------------------------------------------------------------------- */







@media only screen and (max-width : 568px) {

    /* ESTILOS DE INDEX*/ 

    section#galeria1 {
        display: block;
        width:100%;
        margin-bottom: 5px;
    } 



    article#dos_imagenes {
        width:100%;
        display:block;
    }

    article#foto1_5img, article#foto2_5img , article#foto3_5img , article#foto4_5img  {
        width:100%;
        display:block;
        margin-bottom: 10px;
        min-height: 150px;
    }


    /*  ESTILOS DE NOTICIAS INDEX */

    article#noticias_index_cuatro {
        width:95%;
        padding-left: 0px;
    }



    section#contenedor_noticias_index {
        border-bottom: 1px #999 solid;
        display: block;
        width:100%;
    }

    section#linea_abajo {
        padding-left: 0px;
    }

    /*  REDES */ 

    section#redes {
        width:98%;
    }

    /* ESTILOS HEADER */ 

    article#logo_header, article#banner_header {
        display: block;
        text-align: center;
        width:100%;
    }

    article#banner_header img {
        width: 100%;
    }

    article#logo_header img {
        width: 75%;
    }


   


    /* NOTICIAS LISTADO */

    section#principal {
        display: block;
        width:97%;
    }

    section#bloque_foto, section#bloque_texto{
        display: block;
        width:100%;
    }

    /* FOOTER Y FIRMA */

    article#pies2 {
        text-align:center;
        padding-right: 0px;
    }

     article#contenido_footer {
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }


     article#contenido_footer, article#contacto_redes {
        width: 100%;
        display: block;
        border-left: 0px;
        text-align: left;
    }


}




/* -------------------------------------------------------------------------------------- */





@media only screen and (max-width : 320px) {

    body {
        font-size: 16px;
    }

    article#fotos_agenda img {
        width: 320px;
    }

    article#fotos_agenda, section#primario_agenda, article#bajada, article#texto_principal, section#secundario_agenda, article#locales_titulo, article#locales_texto, article#texto_secundario, aside#agenda2 {
        display: block;
        width:100%;
        border-right: 5px;
        padding-left: 5px;
    }


    input#fecha_agenda {
        margin-bottom: 7px;
    }

    section#primario_agenda {
        border-bottom: 1px solid #999;
        width:92%;
    }

    section#secundario_agenda {
        width:95%;
    }


    article#seleccion_agenda {
        padding-left: 0px;
    }

    aside#agenda {
        display: none
    }

    aside#agenda2 {
        text-align: center;
    }


    section#noticia_principal, section#noticia_secundario {
        display:block;
        border-right: 0px;
        border-bottom: 1px #999 solid;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width:97%;
    }

    section#noticia_secundario {
        border-bottom: 0px;
    }

    article#dos_imagenes {
        width:100%;
        display:block;
    }

    article#foto1_5img, article#foto2_5img , article#foto3_5img , article#foto4_5img  {
        width:100%;
        display:block;
        margin-top: 5px;
    }

    article#una_imagenes {
        margin-top: 10px;
    }
}


