/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/************ GENERAL ***************/
/************************************/

.bl-noticia {height: 420px !important; overflow: auto !important; margin-bottom: 20px;}

@font-face {
    font-family: 'Oswald-Bold';
    src:url('../fonts/Oswald-Bold.woff') format('woff'),
    url('../fonts/Oswald-Bold.svg#HalisR-Black') format('svg'),
    url('../fonts/Oswald-Bold.eot'),
    url('../fonts/Oswald-Bold.ttf') format('truetype'),
    url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src:url('../fonts/SourceSansPro-Regular.woff') format('woff'),
    url('../fonts/SourceSansPro-Regular.svg#HalisR-Black') format('svg'),
    url('../fonts/SourceSansPro-Regular.eot'),
    url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src:url('../fonts/SourceSansPro-Light.woff') format('woff'),
    url('../fonts/SourceSansPro-Light.svg#HalisR-Black') format('svg'),
    url('../fonts/SourceSansPro-Light.eot'),
    url('../fonts/SourceSansPro-Light.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-LightIt';
    src:url('../fonts/SourceSansPro-LightIt.woff') format('woff'),
    url('../fonts/SourceSansPro-LightIt.svg#HalisR-Black') format('svg'),
    url('../fonts/SourceSansPro-LightIt.eot'),
    url('../fonts/SourceSansPro-LightIt.ttf') format('truetype'),
    url('../fonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Regular';
    src:url('../fonts/Oswald-Regular.woff') format('woff'),
    url('../fonts/Oswald-Regular.svg#HalisR-Black') format('svg'),
    url('../fonts/Oswald-Regular.eot'),
    url('../fonts/Oswald-Regular.ttf') format('truetype'),
    url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src:url('../fonts/Oswald-Light.woff') format('woff'),
    url('../fonts/Oswald-Light.svg#HalisR-Black') format('svg'),
    url('../fonts/Oswald-Light.eot'),
    url('../fonts/Oswald-Light.ttf') format('truetype'),
    url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PatrickHand-Regular';
    src:url('../fonts/PatrickHand-Regular.woff') format('woff'),
    url('../fonts/PatrickHand-Regular.svg#HalisR-Black') format('svg'),
    url('../fonts/PatrickHand-Regular.eot'),
    url('../fonts/PatrickHand-Regular.ttf') format('truetype'),
    url('../fonts/PatrickHand-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 140px;
}

html,body{height:100%;}

.ir-arriba {
    background-image: url("../img/irTop.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 65px;
    cursor: pointer;
    display: none;
    height: 50px;
    padding: 20px;
    position: fixed;
    right: 40px;
    width: 25px;
    z-index: 22;
}

.ir-arriba:hover {
    background-image: url("../img/irTopHover.png");
}

p{margin:0 0 14px;}


/************ HEADER ***************/
/***********************************/

.navbar-inverse {
    background-color: transparent;
    background-image: url("../img/header.png");
    background-position: center -45px;
    background-repeat: repeat-x;
    border-color: transparent;
    height: 140px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-collapse {
    padding-top: 15px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 10px 0 0;
}

header nav ul.navbar-right{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#navbar2 ul li a{
    background-color: transparent;
    background-image:none;
    box-shadow: none;
    color:#fff;
    font-family: "Oswald-Bold";
    font-size:17px;
}

#navbar2 ul li a:hover{
    background-repeat:no-repeat;
    background-position:center 5px;
}

#navbar2 ul li a#inicio:hover{
    background-image: url("../img/active-menu-inicio.png");
}

#navbar2 ul li a#noticias:hover{
    background-image: url("../img/active-menu-noticias.png");
}

#navbar2 ul li a#discografia:hover, #navbar2 ul li a#escritor:hover{
    background-image: url("../img/active-menu-discografia.png");
}

#navbar2 ul li a#grupo:hover{
    background-image: url("../img/active-menu-grupo.png");
}

#navbar2 ul li a#media:hover{
    background-image: url("../img/active-menu-media.png");
}

#navbar2 ul li a#fotos:hover{
    background-image: url("../img/active-menu-media.png");
}

#navbar2 ul li a#videos:hover{
    background-image: url("../img/active-menu-contacto.png");
}

#navbar2 ul li a#tienda:hover{
    background-image: url("../img/active-menu-tienda.png");
}

#navbar2 ul li a#contacto:hover{
    background-image: url("../img/active-menu-contacto.png");
}

#navbar2 ul li a#inicio.active, #navbar2 ul li a#grupo.active, #navbar2 ul li a#media.active, #navbar2 ul li a#tienda.active, #navbar2 ul li a#noticias.active, #navbar2 ul li a#discografia.active, #navbar2 ul li a#contacto.active, #navbar2 ul li a#escritor.active {
    background-position: center 5px;
    background-repeat: no-repeat;
}

#navbar2 ul li a#inicio.active{
    background-image: url("../img/active-menu-inicio.png");
}

#navbar2 ul li a#grupo.active{
    background-image: url("../img/active-menu-grupo.png");
}

#navbar2 ul li a#media.active{
    background-image: url("../img/active-menu-media.png");
}

#navbar2 ul li a#tienda.active{
    background-image: url("../img/active-menu-tienda.png");
    background-position: center 9px;
}

#navbar2 ul li a#noticias.active{
    background-image: url("../img/active-menu-noticias.png");
}

#navbar2 ul li a#discografia.active{
    background-image: url("../img/active-menu-discografia.png");
}

#navbar2 ul li a#contacto.active {
    background-image: url("../img/active-menu-contacto.png");
}

#navbar2 ul li a#escritor.active {
    background-image: url("../img/active-menu-discografia.png");
}

.content-logo img, header .content-logo {
    position:relative;
    top:0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#navbar2 ul.icoSocial li{
    display:inline-block;
}

#navbar2 ul.icoSocial li{
    display:inline-block;
}

#navbar2 .logoFacebook:hover {
    background-image: url("../img/logoFacebookHover.png");
}

#navbar2 .logoTwitter:hover{
    background-image: url("../img/logoTwitterHover.png");
}

#navbar2 .logoYoutube:hover{
    background-image: url("../img/logoYoutubeHover.png");
}

#navbar2 .logoFooter:hover{
    background-image: url("../img/logoFooterHover.png");
}

#navbar2 .logoFooter1:hover{
    background-image: url("../img/logoFooter1Hover.png");
}

#navbar2 .logoItunes:hover{
    background-image: url("../img/logoItunesHover.png");
}

#navbar2 ul.icoSocial li a:hover{
    background-position:center;
}

header.smaller nav {
    background-position: center -62px;
}

header.smaller nav ul.navbar-right{
    padding-top: 3px;
}

header.smaller .content-logo img {
    width: 70%;
}

header.smaller .content-logo {
    top:-10px
}



/************ FOOTER ***************/
/***********************************/

footer {
    background-color: transparent;
    background-image: url("../img/footer.png");
    background-position: center -45px;
    background-repeat: repeat-x;
    bottom: 0;
    font-family: "Oswald-Bold";
    padding-top: 39px;
    width: 100%;
    z-index: 20;
}

body.index footer{
    position:fixed;
}

footer p, footer ul{
    float:left;
}

footer ul.navbar-right {
    margin-bottom: 0;
    padding-top: 0;
}

footer ul {
    line-height: 28px;
    padding-left: 20px;
}

footer ul li{
    display:inline-block;
    list-style:none;
}

footer p a{
    color: #fff;
}

.dateAlta {
    float: left;
    font-size: 15px;
    line-height: 28px;
}

.dateAlta a:hover{
    color:#ff4e00;
}

footer .logoFacebook, #navbar2 .logoFacebook {
    background-image: url("../img/logoFacebook.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 31px;
    margin-left: 2px;
    width: 35px;
}

footer .logoTwitter, #navbar2 .logoTwitter{
    background-image: url("../img/logoTwitter.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 31px;
    margin-left: 2px;
    width: 35px;
}

footer .logoYoutube, #navbar2 .logoYoutube{
    background-image: url("../img/logoYoutube.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    margin-left: 2px;
    width: 42px;
}

footer .logoFooter, #navbar2 .logoFooter{
    background-image: url("../img/logoFooter.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 31px;
    margin-left: 2px;
    width: 35px;
}

footer .logoFooter1, #navbar2 .logoFooter1{
    background-image: url("../img/logoFooter1.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 31px;
    margin-left: 2px;
    width: 35px;
}

footer .logoItunes, #navbar2 .logoItunes{
    background-image: url("../img/logoItunes.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    width: 126px;
}

footer .logoFacebook:hover {
    background-image: url("../img/logoFacebookHover.png");
}

footer .logoTwitter:hover{
    background-image: url("../img/logoTwitterHover.png");
}

footer .logoYoutube:hover{
    background-image: url("../img/logoYoutubeHover.png");
}

footer .logoFooter:hover{
    background-image: url("../img/logoFooterHover.png");
}

footer .logoFooter1:hover{
    background-image: url("../img/logoFooter1Hover.png");
}

footer .logoItunes:hover{
    background-image: url("../img/logoItunesHover.png");
}

#footerMedia.footerFixed footer{
    position:fixed;
}

footer .legal a{
    font-size:12px;
}


/************ FONDOS*********************/
/******************************************/
body.fondoUno {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/01-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoDos {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/02-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoTres {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/03-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoCuatro {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/04-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoCinco {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/05-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoSeis {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/06-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoSiete {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/07-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoOcho {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/08-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoNueve {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/09-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoGeneral {
    background-attachment:fixed;
    background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}







/************ SLIDER INDEX ***************/
/*****************************************/
div.iframe{
    background-color: #000;
}

div.iframe iframe {
    height: 537px;
    left: 27%;
    position: absolute;
    top: 20%;
    width: 42%;
}

.carousel-inner .slides-navigation {
    width:450px;
}

.carousel-inner img{}

#slides{
    height: 553px;
    overflow: hidden;
    position: relative;
    width: 100%;
    position:absolute !important;
    top:0;
}

#slides .next, #slides2 .next {
    background-image: url("../img/sliderDcha.png");
    height: 56px;
    opacity: 1;
    right: 30px;
    top: 46%;
    width: 55px;
    z-index: 4;
}

#slides .prev, #slides2 .prev {
    background-image: url("../img/sliderIzq.png");
    height: 56px;
    left: 30px;
    opacity: 1;
    top: 46%;
    width: 64px;
    z-index: 4;
}

.carousel.slide.fullScreen .carousel-inner > .item{
    padding-bottom:0;
}

.slides-container .textNavigation a, .textNavigation a {
    position: relative;
}

.slides-container .textNavigation a:hover, .textNavigation a:hover {
    color:#ff4e00;
}

.slides-container .slides-navigation {
    width: 450px;
}

.textNavigation {
    left: 137px;
    position: absolute;
    top: 20px;
}
.textNavigation p:nth-child(1) {
    color: #fff;
    font-family: oswald-bold;
    font-size: 30px;
    margin-bottom: 0;
}

.textNavigation p:nth-child(2) {
    color: #bebebe;
    font-family: oswald-bold;
    font-size: 20px;
    line-height: 15px;
}

.slides-pagination{
    display:none;
}

.slide1{
    background-image:url('../img/galeria/escritorio/grandes/01-extremoduro.jpg')
}

.slide2{
    background-image:url('../img/galeria/escritorio/grandes/02-extremoduro.jpg')
}


.slide3{
    background-image:url('../img/galeria/escritorio/grandes/03-extremoduro.jpg')
}

.slide4{
    background-image:url('../img/galeria/escritorio/grandes/04-extremoduro.jpg')
}

.slide5{
    background-image:url('../img/galeria/escritorio/grandes/05-extremoduro.jpg')
}

.slide6{
    background-image:url('../img/galeria/escritorio/grandes/06-extremoduro.jpg')
}


.slide7{
    background-image:url('../img/galeria/escritorio/grandes/07-extremoduro.jpg')
}

.slide8{
    background-image:url('../img/galeria/escritorio/grandes/08-extremoduro.jpg')
}

.slide9{
    background-image:url('../img/galeria/escritorio/grandes/09-extremoduro.jpg')
}

.slide10{
    background-image:url('../img/galeria/escritorio/grandes/10-extremoduro.jpg')
}

.slide11{
    background-image:url('../img/galeria/escritorio/grandes/11-extremoduro.jpg')
}

.slide12{
    background-image:url('../img/galeria/escritorio/grandes/12-extremoduro.jpg')
}

.slide13{
    background-image:url('../img/galeria/escritorio/grandes/13-extremoduro.jpg')
}


.slide14{
    background-image:url('../img/galeria/escritorio/grandes/14-extremoduro.jpg')
}

.slide15{
    background-image:url('../img/galeria/escritorio/grandes/15-extremoduro.jpg')
}

.slide16{
    background-image:url('../img/galeria/escritorio/grandes/noticia.jpg')
}


/************ VENTANA MODAL ***************/
/******************************************/
#verPoesia .modal-body hr {
    float: right;
    margin: 0;
    width: 104.5%;
}

#verPoesia .modal-content p {
    margin-bottom:10px;
}

.modal-content h2 {
    font-family: 'oswald-regular';
    font-size: 25px;
}

.modal-content p, .modal-content p.confirma, .modal-content p.errorEnvioLista  {
    font-family: "SourceSansPro-Light";
    font-size: 17px;
    margin-bottom: 31px;
}

.modal-content p.confirma, .modal-content p.errorEnvioLista {
    font-family: "Oswald-Regular";
    padding:20px 0;
    text-align:center;
    margin-bottom: 0;
}

.modal-content p.errorEnvioLista{
    color:red;
}

.modal-content p.confirma {
    color: #39a74a;
}

.modal-content label {
    display: block;
    font-family: oswald-regular;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.modal-content input, .modal-content textarea {
    background-color: rgba(28, 28, 28, 0.6);
    border: 2px solid #000;
    border-radius: 5px;
    font-family: sourcesanspro-regular;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 6px 3px;
    width: 100%;
}

.modal-content textarea {
    min-height: 250px;
}

.btnAlta {
    background-color: transparent;
    background-image: url("../img/btnAlta.png");
    background-repeat: no-repeat;
    border: 0 none;
    box-shadow: none;
    display: block;
    font-family: oswald-bold;
    font-size: 20px;
    height: 58px;
    margin: 5px auto 15px;
    text-shadow: 0 0 0;
    width: 220px;
}

.btnAlta:hover {
    background-image: url("../img/btnAltaHover.png");
}

.modal-dialog {
    margin: 100px auto;
}


#errorEnvio span{
    color:#ff0000;
    font-family: 'oswald-regular';
    font-size:23px;
}

#envioCorrecto span{
    color:#39a74a;
    font-family: 'oswald-regular';
    font-size:23px;
}

#errorEnvio button.close, #envioCorrecto button.close {
    top: 11px;
}

#errorEnvio .modal-content, #envioCorrecto .modal-content  {
    width: 400px;
}

#errorEnvio .modal-body, #envioCorrecto .modal-body  {
    padding-top:23px;
    padding-bottom:25px;
}


/************ NOTICIAS*********************/
/******************************************/
.contenNoticiaDentro {
    background-color: #090909;
    padding: 40px;
}

.bloqueNoticiaDentro {
    box-shadow: 0 1px 11px 0 #000;
}

.contenNoticiaDentro p {
    color: #fff;
    font-family: SourceSansPro-Light;
    font-size: 18px;
    line-height: 155%;
}

.contenNoticiaDentro a {
    color: #ff4e00;
    font-family: SourceSansPro-Light;
    font-size: 18px;
    line-height: 155%;
}

.contenNoticiaDentro a:hover{
    color: #999;
    font-family: SourceSansPro-Light;
    font-size: 18px;
    line-height: 155%;
}

.contenNoticiaDentro span {
    color: #fff;
    font-family: SourceSansPro-LightIt;
    font-size: 18px;
    line-height: 155%;
}

.container.noticiaVer h1 {
    color: #fff;
    font-family: oswald-bold;
    font-size: 32px;
    margin-top: 0;
}

.container.noticiaVer img {
    width: 100%;
}

body.fondoNoticias {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/generales/02-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.container.noticias .col-xs-12, .container.noticias .col-sm-4, .container.noticias .col-md-4, .container.noticias .col-lg-4, .container.noticias .col-sm-8, .container.noticias .col-md-8, .container.noticias .col-lg-8{
    padding-left:6px;
    padding-right:6px;
}

.contenNoticia {
    background-color: #151616;
    opacity: 0.9;
    padding: 0px;
}

.contenNoticia p{
    padding: 0px 16px 0px;
}

.contenNoticia h2 {
    color: #fff;
    font-family: oswald-bold;
    font-size: 16px;
    line-height: 25px;
	padding: 0px 16px 0px;
}

.contenNoticia h2 span {
    color: #ff4e00;
	padding: 0px 16px 0px;
}

.bloqueNoticia{
    box-shadow: 0 1px 3px 0 #000;
}

.bloqueNoticia img {
    width: 100%;
}

.bloqueNoticia h1, .listadoNoticias h1 {
    color: #fff;
    font-family: oswald-bold;
    font-size: 22px;
}

.bloqueNoticia h1:hover, .listadoNoticias h1:hover {
    color: #ff4e00 !important;
    text-decoration:none;
}

.bloqueNoticia h2:hover, .listadoNoticias h2:hover {
    color: #ff4e00 !important;
    text-decoration:none;
}

.listadoNoticias h1{
    margin-top:16px;
}

.bloqueNoticia p.textNoticia, .listadoNoticias p.textNoticia {
    color: #fff;
    font-family: "Source Sans Pro";
    font-weight:300;
    font-size: 16px;
    line-height: 155%;
}

.bloqueNoticia p.textNoticia span, .listadoNoticias p.textNoticia {
    color: #fff;
    font-family: "Source Sans Pro";
    font-weight:600;
    font-size: 16px;
    line-height: 155%;
}

.bloqueNoticia a.textNoticia:hover, .listadoNoticias a.textNoticia:hover {
    color: #ff4e00 !important;
    text-decoration:none;
}

.bloqueNoticia a, .listadoNoticias a {
    color: #fff;
   /* display: block; */
    font-family: oswald-bold;
    font-size: 13px;
}

.bloqueNoticia a:hover, .listadoNoticias a:hover {
    color: #ff4e00 !important;
    text-decoration:none !important;
}

.carrefour a:hover {
    color: #ffffff !important;
    text-decoration:none !important;
}

.carrefour a {
    color: #ff4e00 !important;
    text-decoration:none !important;
}

.bloqueNoticia a.verMas {
    text-align:right;
}

.listadoNoticias a.verMas {
    margin-top: 77px;
}

.listadoNoticias hr {
    border-color: #808080;
    left: 6px;
    margin: 10px 0 0;
    position: relative;
}

.fechaNoticia{
    color:#8b8b8b;
    font-family:'oswald-bold';
    font-size:16px;
    margin-top: 19px;
}

#noticiasBloque .col-xs-12.col-sm-8.col-md-8.col-lg-8, #noticiasBloque .col-xs-12.col-sm-4.col-md-4.col-lg-4, #noticiasBloque .col-xs-12.col-sm-12.col-md-12.col-lg-12{
    margin-bottom:12px;
}

.espacioBottomNoticias {
    clear: both;
    height: 120px;
}

.botoneraNoticias {
    margin: 11px 0 10px;
}

.btnNoticias {
    background-image: url("../img/btnNoticias.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 23px;
    width: 20px;
}

.btnNoticias:hover {
    background-image: url("../img/btnNoticiasHover.png");
}

.btnNoticias1 {
    background-image: url("../img/btnNoticias1.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 26px;
    margin-right: 15px;
    width: 21px;
}

.btnNoticias1:hover {
    background-image: url("../img/btnNoticias1Hover.png");
}

#noticiasLista {
    background-color: #151616;
    display: none;
    opacity: 0.8;
    padding: 35px  0;
}

.imgNoticiasSmall {
    background-image: url("../img/imgNoticias.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 0;
    padding-bottom: 62%;
}

.imgNoticiasBig {
    background-image: url("../img/imgNoticias2.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 0;
    padding-bottom: 30.5%;
}


/************ TIENDA **********************/
/******************************************/
body.fondoTienda {
    background-attachment:fixed;
    background-image: url("../img/fondo0.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.container.tienda h1 {
    color: #fff;
    font-family: oswald-bold;
    font-size: 32px;
    margin-top:0px;
}

.container.tienda .quitoPaddingR{
    padding-right:0;
}

.container.tienda .quitoPaddingL{
    padding-left:0;
}

.container.tienda h1 span{
    color:#fff;}

.container.tienda .subtitulo {
    color: #ff4e00;
    font-family: oswald-bold;
    font-size: 23px;
    line-height: 30px;
}

/*.container.tienda .textTienda {
    color: #fff;
    font-family: SourceSansPro-Light;
    font-size: 17px;
	line-height: 21px;
}

.container.tienda .textTienda a{
    color: #ff4e00;
}

.container.tienda .textTienda a:hover{
    color: #999;
}

.container.tienda .textTienda span {
    color: #fff;
    font-family: SourceSansPro-LightIt;
    font-size: 17px;
	line-height: 21px;
}*/

.contenTienda p {
    color: #fff;
    font-family: SourceSansPro-Light;
    font-size: 18px;
    line-height: 155%;
}

_:-moz-tree-row(hover), .contenTienda p {
    color: #fff;
    font-family: SourceSansPro-Light;
    font-size: 18px;
    line-height: 155%;}


.contenTienda a{
    color: #ff4e00;
    font-family: SourceSansPro-Light;
    font-size: 18px;
    line-height: 155%;
}

.contenTienda a:hover{
    color: #999;
    font-family: SourceSansPro-Light;
    font-size: 18px;
    line-height: 155%;
}

.contenTienda span {
    color: #fff;
    font-family: SourceSansPro-LightIt;
    font-size: 18px;
    line-height: 155%;
}

.container.tienda img {
    width: 100%;
}

.container.tienda iframe {
    width: 100%;
    height: 500px;
}


.container.tienda .iframeT, iframe{
    padding-bottom:0px;
    width:100%;
    border: 0px !important;
}

.contenTienda {
    background-color: #090909;
    padding: 40px;
}

.bloqueTienda {
    box-shadow: 0 1px 11px 0 #000;
}

.sidebarTienda{
    background-color: #090909;
    box-shadow: 0 0 3px 1px #000;
    margin-bottom: 12px;
    padding: 15px 5px;
}

.container.tienda .sidebarTienda h1 {
    color: #fff;
    font-size: 25px;
    padding-left: 20px;
}

.sidebarTienda h2 {
    color: #fff;
    font-family: oswald-bold;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 30px;
    margin-left:20px;
    margin-right:10px;
}

.sidebarTienda h2 a:hover{
    color: #ff4e00;
}

.plus{
    margin-left:-15px;
}


.sidebarTienda hr {
    left: 13.5px;
    margin-bottom: 30px;
    margin-top: 13px;
    position: relative;
    width: 95.5%;
}

.container.tienda .sidebarTienda h2 img {
    bottom: 3px;
    margin-right: 3px;
    position: relative;
    width: inherit;
}

.sidebarTienda h2 span {
    color: #8b8b8b;
    font-family: "Oswald-Regular";
    font-size: 12px;
}

.sidebarTienda .textDestacado {
    color: #fff;
    font-family: 'SourceSansPro-Light';
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}

.sidebarTienda .carousel-control.left {
    background-image: url("../img/arrowSliderIzqTiendaHover.png");
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.sidebarTienda .carousel-control.right {
    background-image: url("../img/arrowSliderDchaTiendaHover.png");
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.sidebarTienda .carousel {
    margin: 0 auto 25px;
    max-width: 80%;
}

.sidebarTienda .producto {
    color: #fff;
    font-family: "Oswald-Bold";
    font-size: 18px;
    margin-bottom: 0;
}

.sidebarTienda .irProducto {
    color: #8b8b8b;
    font-family: "Oswald-Bold";
    font-size: 15px;
}

.sidebarTienda .irProducto:hover{
    color: #fff;
}

/************ DISCOGRAFIA  ****************/
/******************************************/

.discografia h2 {
    color: #fff;
    font-family: oswald;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2px;
    margin-top: 18px;
    text-transform: uppercase;
}

.discografia h2:hover {
    color: #ff4e00;
}

.discografia{ margin-bottom:80px;}


body.fondoDiscografia {
    background-attachment:fixed;
    background-image: url("../img/fondo0.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.container.discografia{
    margin-top:50px;
}

.container.discografia img {
    box-shadow: 0 0 12px 0  #000;
    width: 100%;
}

.container.discografia div div p:nth-child(2) a {
    color: #fff;
    display: inline-block;
    font-family: "Oswald-Regular";
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 18px;
}

.container.discografia div div p:nth-child(2) a:hover {
    color: #ff4e00;
}

.container.discografia div div p:nth-child(3){
    color: #fff;
    font-family: 'Oswald-Light';
    font-size: 15px;
    margin-bottom: 25px;
}

.dentroDisco{
    position:relative;
}

.irAdisco {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../img/irAdisco.png");
    background-position: center 43%;
    background-repeat: no-repeat;
    cursor:pointer;
    left:0;
    display:none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}



/**************** COOKIES  ****************/
/******************************************/
body.fondoCookies {
    background-attachment:fixed;
    background-image: url("../img/fondo0.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.container.cookies{
    color: #fff;
    margin-top:50px;
}

.container.cookies h1 {
    color: #ff4e00;
    float:left;
    font-family:  'oswald-bold';
    font-size: 25px;
}

.container.cookies span {
    color: #fff;
    float: right;
    font-family: "oswald-bold";
    font-size: 19px;
    position: relative;
    top: 21px;
}

.container.cookies h3 {
    font-family:  'oswald-bold';
    font-size: 25px;
}

.container.cookies p {
    font-family: "SourceSansPro-Light";
    font-size: 18px;
    line-height: 30px;
}


/************ CONTACTO  ****************/
/******************************************/
body.fondoContacto {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/generales/09-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.container.contacto{
    color: #fff;
}

.container.contacto label {
    color:#bebebe;
    display: block;
    font-family: 'oswald-bold';
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.container.contacto input, .container.contacto textarea, select {
    background-color: rgba(28, 28, 28, 0.5);
    border: 2px solid #000;
    border-radius: 5px;
    font-family: sourcesanspro-regular;
    font-size: 16px;
    height:40px;
    line-height:32px;
    margin-bottom: 25px;
    padding: 6px 3px;
    width: 100%;
}

.container.contacto .arrow {
    background-color: rgba(28, 28, 28, 0.6);
    background-image: url("../img/arrowSelect.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 2px solid #000;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.container.contacto .arrow select {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    height: 36px;
    margin-bottom: 0;
    position: relative;
    right: 1px;
    width: 103.5%;
}

.container.contacto input.error, .modal-content input.error {
    background-color: rgba(179, 39, 45, 0.7);
}

.container.contacto textarea{
    min-height:230px;
}

.container.contacto form a.btnAlta {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 83% 89%;
    color: #fff;
    cursor: pointer;
    float: right;
    left: 14px;
    padding-top: 12px;
    position: relative;
    text-align: center;
}

.container.contacto p.titleForm {
    font-family: 'oswald-bold';
    font-size: 19px;
    text-align: right;
}

.container.contacto p.titleForm2 {
    font-family: 'oswald-bold';
    font-size: 19px;
    text-align: left;
}

.container.contacto .direccion{
    color:#bebebe;
    font-family: 'SourceSansPro-Light';
    font-size:19px;
    text-align:right;
}

.container.contacto .direccion p:nth-child(1){
    color:#fff;
    font-family: 'oswald-bold';
}

.container.contacto .direccion p:nth-child(2){
    color:#e4e4e4;
    font-family: 'oswald-bold';
    font-size:23px;
}

.container.contacto .direccion p:nth-child(3), .container.contacto .direccion p:nth-child(7){
    font-family: 'oswald-bold';
}

.container.contacto .direccion p:nth-child(4), .container.contacto .direccion p:nth-child(5), .container.contacto .direccion p:nth-child(6){
    line-height: 15px;
}

.container.contacto .direccion p:nth-child(7) {
    margin-bottom: 0;
    margin-top: 30px;
}

.container.contacto .creditos {
    color: #bebebe;
    display:block;
    font-family: oswald-bold;
    font-size: 15px;
    margin-top: 236px;
    text-align: right;
}

.container.contacto .creditos:hover {
    color: #fff;
}

.legal{
    list-style:none;
    text-align:right;}

.legal a{
    color:#bebebe;
    font-size:15px;
    font-family: "Oswald-Bold";
}

.legal a:hover{
    color:#fff;
}

/***************** DISCO1 *****************/
/******************************************/
body.fondoDisco1 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/paratodos-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoDisco2 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/material-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoDisco3 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/leyinnata-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoDisco4 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/grandes-episodio2-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

body.fondoDisco5 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/grandes-episodio1-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco6 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/yominoria-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco7 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/canciones-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco8 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/iros-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco9 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/agila.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco10 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/pedra-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco11 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/dondeestan-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco12 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/deltoya-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco13 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/animales-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
body.fondoDisco14 {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/discografia/rocktransgresivo-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.container.disco{
    margin-top:50px;
}

.container.disco div.imgDisco1 {
    background-image: url("../img/discografia/escritorio/discos/para-todos-publicos.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco2 {
    background-image: url("../img/discografia/escritorio/discos/material-defectuoso.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco3 {
    background-image: url("../img/discografia/escritorio/discos/ley-innata.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco4 {
    background-image: url("../img/discografia/escritorio/discos/grandes-episodio2.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco5 {
    background-image: url("../img/discografia/escritorio/discos/grandes-episodio1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco6 {
    background-image: url("../img/discografia/escritorio/discos/yo-minoria.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco7 {
    background-image: url("../img/discografia/escritorio/discos/canciones-prohibidas.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco8 {
    background-image: url("../img/discografia/escritorio/discos/iros-todos.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco9 {
    background-image: url("../img/discografia/escritorio/discos/agila.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco10 {
    background-image: url("../img/discografia/escritorio/discos/pedra.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco11 {
    background-image: url("../img/discografia/escritorio/discos/donde-estan.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco12 {
    background-image: url("../img/discografia/escritorio/discos/deltoya.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco13 {
    background-image: url("../img/discografia/escritorio/discos/somos-unos-animales.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}
.container.disco div.imgDisco14 {
    background-image: url("../img/discografia/escritorio/discos/rock-transgresivo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    padding-bottom: 66.5%;
}

.describeDisco{
    color:#fff;
    font-family: 'oswald-regular';
    font-size:17px;
    text-align:right;
}

.describeDisco a:nth-child(1) {
    color: #bebebe;
    font-family: 'oswald-regular';
}

.describeDisco a:nth-child(1):hover {
    color: #fff;
}

.describeDisco h1:nth-child(2) {
    font-family: "Oswald-Light";
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 40px;
}

.describeDisco h6:nth-child(3) {
    font-family: "Oswald-Light";
    font-size: 18px;
    font-style: italic;
    margin-top: 2px;
}

.describeDisco p{
    margin-bottom:0;
}

.describeDisco p:nth-child(4) span{
    font-family: 'oswald-regular';
}

.describeDisco p:nth-child(4) {
    font-family: 'oswald-light';
    margin-top: 152px;
}

.describeDisco p:nth-child(5) {
    font-family: oswald-light;
}

.describeDisco p:nth-child(6){}

.describeDisco p:nth-child(7) {
    font-family: 'oswald-light';
    margin-top: 18px;
}

.listadoCanciones, .describeCancion {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px 0 #000;
    color: #fff;
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
}

.describeCancion {
    display:none;
    min-height: 400px;
    padding-right:20px;
}

#cancion1l{
    display:block;
}

.listadoCanciones p a {
    background-image: url("../img/arrowCancion.png");
    background-position: left center;
    background-repeat: no-repeat;
    color:#fff;
    cursor:pointer;
    font-family: "oswald-regular";
    font-size: 25px;
    padding-left: 30px;
}

#cancion1{
    background-image: url("../img/arrowCancionActive.png");
    color:#ff4e00;
}

#cancion1M{
    color:#ff4e00;
}

.listadoCanciones p.noArrow {
    background-image:none;
    color: #fff;
    font-family: "oswald-regular";
    font-size: 25px;
    padding-left: 30px;
}

.listadoCanciones p span {
    font-family: oswald;
    font-size: 18px;
    font-style: italic;
    font-weight: 300 !important;
}

.container.disco .listadoCanciones a.icoTemas1, .container.disco .listadoCanciones a.icoTemas2, .container.disco .listadoCanciones a.icoTemas3 {
    display:inline-block;
    margin-left: 5px;
    position: relative;
    top: 8px;
    height:20px;
    width:20px;
}

.container.disco .listadoCanciones a.icoTemas1 {
    background-image: url('../img/icoTemas1.png');
}

.container.disco .listadoCanciones a.icoTemas2 {
    background-image: url('../img/icoTemas2.png');
}

.container.disco .listadoCanciones a.icoTemas3 {
    background-image: url('../img/icoTemas3.png');
}

.container.disco .listadoCanciones a.icoTemas1:hover {
    background-image: url('../img/icoTemas1Hover.png');
}

.container.disco .listadoCanciones a.icoTemas2:hover {
    background-image: url('../img/icoTemas2Hover.png');
}

.container.disco .listadoCanciones a.icoTemas3:hover {
    background-image: url('../img/icoTemas3Hover.png');
}

.listadoCanciones hr{
    border-color:#808080;
    clear: both;
    margin-bottom: 10px;
}

.listadoCanciones hr.hrWhite{
    border-color:#fff;
}

.describeCancion h1, .accordion-inner h1 {
    color:#fff;
    font-family: "oswald-regular";
    font-size:25px;
}

.describeCancion p, .accordion-inner p {
    font-family: "SourceSansPro-Light";
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px !important;
}

.listadoCanciones .col-xs-12.col-sm-9.col-md-9.col-lg-9{
    padding-left:0px;
}

.container.disco .floatRight{
    float:right;
}

.accordion-inner{
    padding:20px 0;
}

.overflowHidden{
    overflow:hidden;
}


/***************** MEDIA ******************/
/******************************************/

.carousel.slide.fullScreen, .carousel.slide.fullScreen .carousel-inner, .carousel.slide.fullScreen .carousel-inner .item, .carousel.slide.fullScreen .carousel-inner iframe{
    height: 100%;
}

.carousel-inner iframe{}

.carousel.slide.fullScreen .carousel-inner .iframeT, .carousel-inner iframe{
    padding-bottom:0px;
    width:100%
}

.carousel.slide.fullScreen {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel.slide.fullScreen .carousel-control.right {
    background-image: url("../img/arrowSliderDchaTienda.png");
    background-position: left center;
    background-repeat: no-repeat;
    width: 5%;
}

.carousel.slide.fullScreen .carousel-control.left {
    background-image: url("../img/arrowSliderIzqTienda.png");
    background-position: right center;
    background-repeat: no-repeat;
    width: 5%;
}

.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}

.container.mediaPlayer p{
    color:#fff;
    font-family: "oswald-bold";
    font-size:19px;
    text-align:right;
}

.container.mediaPlayer .menosPaddingImagen p {
    position: relative;
    right: 24px;
}

body.fondoMedia {
    background-attachment:fixed;
    background-image: url("../img/fondos/escritorio/generales/06-fondo.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.container.mediaPlayer img{
    width:100%;
}

.menosLeft{
    left:-10px;
}

.irGaleria {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../img/playImagen.png");
    background-position: center 43%;
    background-repeat: no-repeat;
    cursor:pointer;
    display:none;
    left:0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.irVideo {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../img/playVideo.png");
    background-position: center 43%;
    background-repeat: no-repeat;
    cursor:pointer;
    left:0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.fondoMedia #myCarousel, #containerMedia{
    opacity:0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.menosPaddingVideo, .menosPaddingImagen {
    padding-left: 0;
    padding-right: 0;
}

.container.mediaPlayer .separaBottom{
    margin-bottom:20px;
}

#containerMedia .prev {
    background-image: url("../img/arrowSliderIzqTienda.png");
    height: 32px;
    left: 30px;
    top: 46%;
    width: 35px;
}

#containerMedia .prev:hover{
    background-image: url("../img/arrowSliderIzqTiendaHover.png");
}

#containerMedia .next{
    background-image: url("../img/arrowSliderDchaTienda.png");
    height: 32px;
    left: inherit;
    right: 30px;
    top: 46%;
    width: 35px;
}

#containerMedia .next:hover{
    background-image: url("../img/arrowSliderDchaTiendaHover.png");
}

#containerMedia .closeGaleria {
    background-image: url("../img/btnClose.png");
    height: 25px;
    position: absolute;
    right: 42px;
    top: 30px;
    width: 28px;
    z-index: 2000000;
}

#containerMedia .closeGaleria:hover {
    background-image: url("../img/btnCloseHover.png");
}

.sombra-media{
    box-shadow: 0 0 12px 0 #000;}


/***************** GRUPO ******************/
/******************************************/
.container.tienda .titleApartado {
    margin-bottom: 25px;
    padding-left: 20px;
}

.container.tienda .titleApartado a {
    color: #fff;
    font-family: 'oswald-bold';
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

.container.tienda .titleApartado a:hover {
    color: #ff4e00;
}

.container.tienda .titleApartado img{
    width:inherit;
}

.textApartado {
    color: #fff;
    font-family: 'PatrickHand-Regular';
    font-size: 27px;
    padding: 5px 23px;
}

#bloqueTienda2, #bloqueTienda3{
    display:none;
}

#apartado1{
    color:#ff4e00;
}

.quitoPaddings{
    padding-right:0px;
    padding-left:0px;
}

.irApartados {
    margin-top:30px;
}

.anteriorA {
    float: left;
}

.siguienteA {
    float: right;
}

.irApartados a {
    font-family: 'oswald-bold';
}

.irApartados a:hover {
    color:#ff4e00;
}


/***************** RINCON ESCRITOR*********/
/******************************************/
.escribir {
    background-image: url("../img/btnAlta.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: oswald-bold;
    font-size: 20px;
    height: 58px;
    left: 10px;
    margin-bottom: 8px;
    margin-top: 10px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    width: 162px;
}

.escribir:hover{
    background-image: url("../img/btnAltaHover.png");
}

.cajaEscritor{
    background-color: #000;
    box-shadow: 0 1px 4px 0 #000;
    color: #fff;
    font-family: 'oswald-bold';
    margin-bottom:11px;
    overflow: hidden;
    padding-bottom: 27px;
}

.divEscritor {
    padding: 4px 31px 0;
}

.h2Escritor {
    font-size: 22px;
}

.textEscritor {
    font-family: "SourceSansPro-Light";
    font-size: 16px;
    line-height: 21px;
}

.porEscritor {
    color: #8b8b8b;
    float: left;
}

.spanNombre {
    color: #ff4e00;
}

.fechaEscritor {
    float: right;
}

.hrEscritor {
    float: right;
    left: 30px;
    margin: 20px 0 !important;
    position: relative;
    width: 110%;
}

.masPoesia{
    float:right;
    font-size:13px;
    margin-top:12px;
}

.paddingCajaEscritor{
    padding-left: 10px;
    padding-right: 0;
}

.modal-content.cajaEscritor{
    background-image:none;
    background-color:#000;
}

#verPoesia .modal-dialog {
    margin: 208px auto;
    width: 60%;
}

#verPoesia button.close {
    right: -13px;
    top: 9px;
}

#verChinato .modal-dialog {
    margin: 60px auto;
    width: 50% !important;
}

#escribePoesia .modal-dialog {
    width: 60%;
}

#escribePoesia .modal-content {
    background-size:100%;
}

#escribePoesia hr {
    width: 96%;
}

.modal-header {
    min-height: 16.4286px;
    padding: 15px;
    border-bottom:none !important;
}

button.close {
    background-color: transparent;
    background-image: url("../img/btnClose.png");
    border: 0 none;
    color: transparent;
    cursor: pointer;
    height: 25px;
    padding: 0;
    position: relative;
    right: 5px;
    top: 24px;
    width: 28px;
}





/********************************************************************************************* RESPONSIVE *******************************************************************************************/
/****************************************************************************************************************************************************************************************************/
@media (min-width:1200px){
    .container.tienda, .container.contacto, .container.mediaPlayer{
        margin-top: 50px;
    }
}

@media (max-width:1199px){
    header .content-logo {
        width: 223px;
    }
	
	#verChinato .modal-dialog {
    margin: 60px auto;
    width: 75% !important;
}

    .container.tienda .bloqueFijo {
        width:30%
    }

    .container.tienda .bloqueAbsolute {
        width: 70.4%;
    }

    footer ul.legal{
        text-align:left;
        padding-left:0px;
    }

    p.dateAlta{
        margin-bottom:0px;
    }

    footer p, footer ul{
        float:none;
    }

    .cookiesms {
        height: 115px;
    }

    .cookiesms p:nth-child(1) {
        color: #fff;
        font-family: SourceSansPro-Regular;
        font-size: 11px;
        margin-bottom: 0;
    }

    .bloqueNoticia h1, .listadoNoticias h1 {
        color: #fff;
        font-family: oswald-bold;
        font-size: 18px;
    }

    .contenNoticia h2 {
        color: #fff;
        font-family: oswald-bold;
        font-size: 18px;
        line-height: 25px;
    }

    .obrando {
        height: 350px !important;
        overflow: auto;
    }
	.robec {
    height: 455px !important;
    margin-bottom: 30px;
    }
	
}

@media (min-width:768px) and (max-width:992px){

    #navbar2 ul li a {
        font-size: 15px;
    }

    header .content-logo {
        width: 250px;
    }
    header .content-logo {
        margin-top: 0;
        width: 183px;
    }
	
	#verChinato .modal-dialog {
    margin: 60px auto;
    width: 80% !important;
}

}

@media (max-width:991px){
    .navbar-inverse {
        background-image: url("../img/header992.png");
    }

    footer {
        background-image: url("../img/footer992.png");
        background-position: center -56px;
    }

    footer ul.navbar-right{
        float:left !important;
        padding-left:0;
    }

    footer ul {
        padding-left: 0px;
    }

    footer p, footer ul {
        float: none;
    }

    .dateAlta{
        margin-bottom:10px;
    }

    #navbar2 ul li a {
        padding: 15px 7px 8px;
    }

    .container.disco .listadoCanciones img {
        margin-left: 4px;
    }

    .ir-arriba {
        display:none !important;
    }

    .container.discografia .col-xs-12.col-sm-3.col-md-3.col-lg-3{
        width: 33.3333%;
    }

    .container.contacto .creditos {
        margin-top: 219px;
    }

    .container.contacto .direccion p:nth-child(8){
        font-size:17px;
    }

    #irAdisco1{
        display:none !important;
    }

    #slides2 .prev, #slides2 .next{
        top:50%;
    }
    .contactoficina p{
        font-size: 15px;
        line-height: 23px;
        text-align:left !important;}

    .container.contacto h1.titleForm2 {
        font-family: "oswald-bold";
        font-size: 17px;
        text-align: left !important;
    }

    .contactoficina{
        float:left;
        margin-bottom:20px;}

}

@media screen and (min-device-width:480px) and (max-device-width:768px) and (orientation : landscape){
    #navbar2 ul li a {
        font-size: 21px !important;
    }

    #navbar2 ul li a {
        padding: 3px 7px 8px;
    }

    #navbar2 div.visible-xs {
        margin-top: 0 !important;
    }
    .g-recaptcha{
        width:58.3333%;
    }

}

@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation : portrait){
    .outTabletPortrait{
        display:none;
    }

    .inTabletPortrait{
        display:block !important;
    }

    .inTabletPortrait .col-xs-12.col-sm-8.col-md-8.col-lg-8.floatRight{
        width:100%;
    }

    .container.disco div div div:nth-child(1), .container.disco div div div:nth-child(2){
        width:100%;
    }

    .describeDisco p:nth-child(4) {
        margin-top: 20px;
    }

    .container.mediaPlayer .menosPaddingImagen, .container.mediaPlayer .col-xs-12.col-sm-4.col-md-4.col-lg-4{
        width:50%;
    }

    .container.mediaPlayer .menosPaddingImagen .col-xs-12.col-sm-6.col-md-6.col-lg-6.menosLeft {
        left: 0;
    }

    .container.mediaPlayer .menosPaddingImagen .col-xs-12.col-sm-6.col-md-6.col-lg-6{
        width:100%
    }

    .container.tienda .quitoPaddings{
        width:100%;
    }

    .container.tienda .hidden-xs{
        display:none;
    }

    .container.contacto .col-xs-12.col-sm-8.col-md-8.col-lg-8, .container.contacto .col-xs-12.col-sm-4.col-md-4.col-lg-4{
        width:100%;
    }

    .container.contacto .creditos {
        margin-top: 27px;
    }

    /*#noticiasBloque .col-xs-12.col-sm-8.col-md-8.col-lg-8, #noticiasBloque .col-xs-12.col-sm-4.col-md-4.col-lg-4, #noticiasBloque .col-xs-12.col-sm-12.col-md-12.col-lg-12{
        width:50%;
        }*/

    .siguienteA {
        display:none;
    }

    .describeDisco {
        text-align: left;
    }

    .container.contacto .direccion {
        text-align: left;
    }

    #bloqueTienda1, #bloqueTienda2, #bloqueTienda3 {
        display: block !important;
    }

    .container.contacto .creditos, .legal {
        padding-left: 0;
        text-align: left;
    }

    .imgNoticiasBig {
        background-image: url("../img/imgNoticias.jpg");
        padding-bottom: 62%;
    }

    .contactoficina p{
        font-size: 15px;
        line-height: 23px;
        text-align:left !important;}

    .container.contacto h1.titleForm2 {
        font-family: "oswald-bold";
        font-size: 17px;
        text-align: left !important;
    }

    .contactoficina{
        float:left;
        margin-bottom:20px;}

    .g-recaptcha{
        width:58.3333%;
    }}


@media (max-width:767px){
    .navbar-inverse {
        background-image: url("../img/header767.png");
        height: 140px;
    }

    footer {
        background-image: url("../img/footer767.png");
        background-position: center -53px;
    }

    header .content-logo {
        width: 237px;
    }

    footer ul.navbar-right{
        display:none;
    }

    #navbar2 ul li.active a{
        background-image:none !important;
        color:#ff4e00;
    }

    #navbar2 ul li a{
        font-size: 26px;
    }

    .navbar-fixed-top  .navbar-collapse {
        position: absolute;
        right: -752px;
        text-align: right;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    #navbar2 ul{
        padding-right: 20px;
    }

    #navbar2 {
        background-image: url("../img/fondo0Movil.jpg");
        box-shadow: 3px -5px 8px 2px #000 inset;
        height: 100% !important;
        padding-bottom: 1500px;
        padding-right: 29px;
        padding-top: 20px;
        top: 0;
        width: 100%;
    }

    #navbar2 a.visible-xs {
        left: 80px;
        position: absolute;
        top: -12px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        z-index:50;
    }

    #navbar2 div.visible-xs{
        margin-top: 30px;
    }

    #navbar2 div.visible-xs div{
        margin-top: 20px;
    }

    #navbar2 div.visible-xs a{
        margin-left: 3px;
    }

    #slides{
        position:absolute !important;
        top:0;
    }

    #slides .next, #slides2 .next{
        background-image:url('../img/sliderDchaMovil.png');
        height:41px;
        width:40px;
    }

    #slides .prev, #slides2 .prev{
        background-image:url('../img/sliderIzqMovil.png');
        height:35px;
        width:40px;
    }

    .slides-navigation {
        background-image: url("../img/fondoBtnSliderMovil.png");
        height: 64px;
    }

    .carousel-inner .slides-navigation{
        width: 275px;
    }

    .textNavigation {
        left: 103px;
        top: 8px;
    }

    .textNavigation p:nth-child(1) {
        font-size: 20px;
    }

    .textNavigation p:nth-child(2) {
        font-size: 16px;
    }

    .cookiesms{
        display:none;
    }

    .listaCorreo .modal-dialog {
        height: 100%;
        left: 0;
        margin: 0 !important;
        position: absolute;
        top: 0;
        width: 100%;
    }

    #verPoesia .modal-dialog, #escribePoesia .modal-dialog {
        width: 100%;
    }

    .listaCorreo  .modal-content {
        background-size: 100% auto;
        padding-top: 40px;
    }

    .btnAlta {
        display: block;
        margin: 20px auto 35px;
    }


    #navbar2 ul li a#inicio.active, #navbar2 ul li a#grupo.active, #navbar2 ul li a#media.active, #navbar2 ul li a#tienda.active, #navbar2 ul li a#noticias.active, #navbar2 ul li a#discografia.active, #navbar2 ul li a#contacto.active, #navbar2 ul li a#inicio:hover, #navbar2 ul li a#grupo:hover, #navbar2 ul li a#media:hover, #navbar2 ul li a#tienda:hover, #navbar2 ul li a#noticias:hover, #navbar2 ul li a#discografia:hover, #navbar2 ul li a#contacto:hover, #navbar2 ul li a#escritor.active, #navbar2 ul li a#escritor:hover {
        background-image:none;
        color:#ff4e00;
    }

    #navbar2 ul li a:active {
        color:#ff4e00;
    }


    .separaNoticia {
        display:none;
    }

    .container.noticias .col-xs-12{
        padding-top:10px;
    }

    .listadoNoticias a {
        margin-top: 0;
    }

    .listadoNoticias h1 {
        margin-top:0;
    }

    .listadoNoticias p {
        margin-bottom:5px;
    }

    .listadoCanciones p a {
        background-image: none;
        padding-left: 0;
    }

    .container.disco .listadoCanciones img {
        margin-bottom:15px;
        margin-left: 0;
        margin-right:4px;
        top:0;
    }

    .listadoCanciones .col-xs-12.col-sm-3.col-md-3.col-lg-3, .listadoCanciones p.noArrow{
        padding-left:0px;
    }

    .listadoCanciones p{
        margin-bottom:0px;
    }

    .describeDisco {
        text-align: left;
    }

    .describeDisco p:nth-child(4) {
        margin-top: 24px;
    }

    .describeCancion {
        min-height: inherit;
    }

    .botoneraNoticias {
        margin: 0 0 10px;
    }

    .container.discografia, .container.contacto {
        margin-top: 5px;
    }

    .container.mediaPlayer .menosPaddingVideo, .container.mediaPlayer .menosPaddingImagen {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.mediaPlayer .menosLeft {
        left:0px;
    }

    .container.tienda .quitoPaddings{
        padding-right:0px;
        padding-left:0px;
    }

    .container.tienda .quitoPaddingL{
        padding-left:15px;
    }

    .container.tienda .sinPaddingResp{
        margin-top:15px;
        padding:0px;
    }

    .container.mediaPlayer .menosPaddingImagen p, .container.mediaPlayer  p {
        padding-right:15px;
        right: 0;
    }

    #noticiasLista {
        display: block;
    }

    .listadoNoticias a.verMas {
        margin-top: 0;
    }

    .navbar-inverse {
        background-position: center -61px;
        height: 114px;
    }

    body {
        padding-top: 107px;
    }

    footer {
        position: relative;
    }

    .espacioBottomNoticias {
        height: 0px;
    }

    .container.mediaPlayer .espacioBottomNoticias {
        height: 120px;
    }

    .container.contacto .creditos {
        margin-top: 30px;
    }

    .container.noticias .col-xs-12, .container.noticias .col-sm-4, .container.noticias .col-md-4, .container.noticias .col-lg-4, .container.noticias .col-sm-8, .container.noticias .col-md-8, .container.noticias .col-lg-8{
        padding-left:15px;
        padding-right:15px;
    }

    .contenTienda {
        padding: 40px 20px;
    }

    .listadoCanciones hr {
        margin-top: 10px;
    }

    .listaCorreo hr {
        width: 95.5%;
    }

    .modal-content p.confirma, .modal-content p.errorEnvioLista {
        margin-top: 60px;
    }

    .aumentaMTopR {
        margin: 31% auto 0;
    }

    #errorEnvio .modal-content, #envioCorrecto .modal-content {
        width: 295px;
    }

    #envioCorrecto span , #errorEnvio span{
        font-size: 14px;
    }

    #errorEnvio button.close, #envioCorrecto button.close {
        right: 0;
        top: 0;
    }

    .modal-content {
        background-size: 100% auto;
        width: 100%;
    }

    #bloqueTienda1, #bloqueTienda2, #bloqueTienda3{
        display:block !important;
    }

    .container.discografia .col-xs-12.col-sm-3.col-md-3.col-lg-3{
        width: 100%;
    }

    .container.disco div.imgDisco {
        background-image: url("../img/disco2.jpg");
        padding-bottom: 100%;
    }

    body.fondoMedia, body.index {
        padding-left: 0;
        padding-right: 0;
    }

    .container.contacto .arrow select {
        width: 106.5%;
    }

    .siguienteA, .anteriorA {
        display:none;
    }

    .container.contacto .direccion {
        text-align: left;
    }

    .container.tienda{
        margin-top: 20px;
    }

    .paddingCajaEscritor {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer ul.legal {
        line-height: 28px;
        margin-bottom: 6px;
    }

    #containerMedia .closeGaleria {
        right: 12px;
        top: 88px;
    }

    .container.disco {
        margin-top: 10px;
    }

    .container.disco div.imgDisco1 {
        background-image: url("../img/discografia/movil/15-para-todos-los-publicos-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco2 {
        background-image: url("../img/discografia/movil/14-material-defectuoso-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco3 {
        background-image: url("../img/discografia/movil/10-la-ley-innata-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco4 {
        background-image: url("../img/discografia/movil/12-grandes-exitos-fracasos-episodio2-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco5 {
        background-image: url("../img/discografia/movil/11-grandes-exitos-fracasos-episodio1-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco6 {
        background-image: url("../img/discografia/movil/09-yo-minoria-absoluta-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco7 {
        background-image: url("../img/discografia/movil/08-canciones-prohibidas-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco8 {
        background-image: url("../img/discografia/movil/07-iros-todos-a-tomar-por-culo-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco9 {
        background-image: url("../img/discografia/movil/06-agila-movil-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco10 {
        background-image: url("../img/discografia/movil/05-pedra-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco11 {
        background-image: url("../img/discografia/movil/04-donde-estan-mis-amigos-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco12 {
        background-image: url("../img/discografia/movil/03-deltoya-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco13 {
        background-image: url("../img/discografia/movil/02-somos-unos-animales-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }
    .container.disco div.imgDisco14 {
        background-image: url("../img/discografia/movil/01-rock-transgresivo-movil.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 360px;
        padding-bottom: 0%;
    }

    body.fondoUno {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }

    body.fondoDos {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }
    body.fondoTres {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }

    body.fondoCuatro {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }
    body.fondoCinco {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }

    body.fondoSeis {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }
    body.fondoSiete {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }

    body.fondoOcho {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }
    body.fondoNueve {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }

    body.fondoGeneral {
        background-attachment:fixed;
        background-image:url("../img/fondos/escritorio/generales/fondo-generico.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
    }
	
#modalBoletin>.modal-dialog {
    width: 100% !important;
  }

}

/*provisional*/
.modal-dialog {
    width: 98% !important;
}

.modal-content {
    background-color: #000;
    background-image: url("../img/fondoTextura.jpg");
    color: #fff;
    outline: 0 none;
    position: relative;
    margin:0 auto;
}

.modal-backdrop.in {
    opacity: 0.7;
}

.sidebarTienda {
    background-color: #090909;
    box-shadow: 0 0 3px 1px #000;
    margin-bottom: 12px;
    padding: 7px 5px;
}

.textApartado {
    color: #fff;
    font-family: "PatrickHand-Regular";
    font-size: 23px;
    line-height: 35px;
    padding: 5px 23px;
}

.centradoindex{
    margin:10% auto;}

.modal-dialog {
    margin: 90px auto;
}


.container.contacto form a.btnAlta {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    cursor: pointer;
    float: right;
    left: 14px;
    padding-top: 12px;
    position: relative;
    text-align: center;
}

.btnAlta {
    background-color: transparent;
    background-image: url("../img/btnAlta.png");
    background-repeat: no-repeat;
    border: 0 none;
    box-shadow: none;
    display: block;
    font-family: oswald-bold;
    font-size: 20px;
    height: 58px;
    margin: 30px auto 15px;
    text-shadow: 0 0 0;
    width: 220px;
}

.container.contacto .direccion p:nth-child(2) {
    color: #e4e4e4;
    font-family: "oswald-bold";
    font-size: 19px;
}

.container.contacto .direccion p:nth-child(3), .container.contacto .direccion p:nth-child(7) {
    font-family: "oswald-bold";
    font-size: 16px;
}

a {
    color: #ff4e00;
    text-decoration: none;
}

.obrando{
    height:400px;
    overflow:auto;
}

.robec{
    height:485px;
    overflow:auto;
}

.contactoficina{
    float:right;}

.contactoficina p{
    font-size: 16px;
    line-height: 23px;
    text-align:right;}

.container.contacto h1.titleForm2 {
    font-family: "oswald-bold";
    font-size: 19px;
    text-align: right;
}

.captcha {
    background-color: transparent !important;
    border: medium none !important;
    border-radius: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    width: 40% !important;
}

.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);}

.galerianueva{
    z-index:10000 !important;}

.flechasnuevas{
    z-index:10000 !important;}


@media (max-width:767px){
    .container.contacto p.titleForm2 {
        font-family: "oswald-bold";
        font-size: 19px;
        text-align: left;
    }
	
	#verChinato .modal-dialog {
    margin: 60px auto;
    width: 100% !important;
}

    .contactoficina p{
        font-size: 15px;
        line-height: 23px;
        text-align:left;}

    .container.contacto h1.titleForm2 {
        font-family: "oswald-bold";
        font-size: 17px;
        text-align: left;
    }

    .contactoficina{
        float:left;
        margin-bottom:20px;}

    .captcha{
        width:100% !important;
        height:100% !important;}

    .obrando{
        height:auto !important;
        overflow:visible;
    }
	.robec{
        height:350px; !important;
        overflow:auto;
	
    }
    .container.contacto form a.btnAlta {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        color: #fff;
        cursor: pointer;
        float: left;
        left: 14px;
        padding-top: 12px;
        position: relative;
        text-align: center;
    }

    .rc-anchor {
        border-radius: 3px;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
        height: 74px;
        width:98%;
    }

    .g-recaptcha{
        width:100%;}
		
	.bl-noticia {height: auto !important; overflow: hidden !important; margin-bottom: 20px;}

}

/*-----EROR-----*/
.container.erro404 .col-xs-12, .container.erro404 .col-sm-4, .container.erro404 .col-md-4, .container.erro404 .col-lg-4, .container.erro404 .col-sm-8, .container.erro404 .col-md-8, .container.erro404 .col-lg-8, container.erro404 .col-sm-2, .container.erro404 .col-md-2, .container.erro404 .col-lg-2, container.erro404 .col-sm-10, .container.erro404 .col-md-10, .container.erro404 .col-lg-10{
    padding-left: 6px;
    padding-right: 6px;
    margin-top:30px;}

.bloqueError404 {
    box-shadow: 0 1px 3px 0 #000;
}

.contenError404 {
    background-color: #151616;
    opacity: 0.8;
    padding: 3px 16px 10px;
}

.bloqueError404 h1, .listadoError404 h1 {
    color: #ff4e00;
    font-family: oswald-bold;
    font-size: 40px;
}

.contenError404 h2 {
    color: #fff;
    font-family: oswald-bold;
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
}

.bloqueError404 p.textError404, .listadoError404 p.textError404 {
    color: #fff;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 300;
    line-height: 155%;
}

/* CSS para la animaciÃƒÆ’Ã‚Â³n y localizaciÃƒÆ’Ã‚Â³n de los DIV de cookies */

@keyframes desaparecer
{
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
}

@-webkit-keyframes desaparecer /* Safari and Chrome */
{
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
}

@keyframes aparecer
{
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
}

@-webkit-keyframes aparecer /* Safari and Chrome */
{
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms {
    background-color: rgba(29, 29, 29, 0.7);
    bottom: 0;
    clear: both;
    height: 130px;
    left: 0;
    margin: 0 auto;
    padding-left: 1%;
    padding-top: 15px;
    position: fixed;
    transition: bottom 1s ease 0s;
    width: 100%;
    z-index: 19;

    filter:alpha(opacity=60); /* For IE8 and earlier */
    -webkit-transition:bottom 1s; /* Safari */
}

.cookiesms p:nth-child(1) {
    color: #fff;
    font-family: SourceSansPro-Regular;
    font-size: 13px;
    margin-bottom: 0;
}

.cookiesms p:nth-child(2) {
    color: #fff;
    font-family: SourceSansPro-Regular;
    font-size: 15px;
}

.cookiesms p a{
    color:#fff;
}

.cookiesms p a:hover{
    color:#ff4e00;
}

.cookiesms button {
    background-color: transparent;
    background-image: url("../img/fondoBtnCookies.png");
    background-repeat:no-repeat;
    border: 0 none;
    color: #fff;
    float: right;
    font-family: oswald-bold;
    height: 38px;
    width: 90%;
}



/* Fin del CSS para cookies */

.g-recaptcha{
    padding:0px;}

.g-recaptcha{
    width:66.6667%;
}

.form-control {
    color: #fff;
}

.cookiesms {
    background-color: rgba(29, 29, 29, 0.7);
    bottom: 0;
    clear: both;
    height: 60px;
    left: 0;
    margin: 0 auto;
    padding-left: 1%;
    padding-top: 15px;
    position: fixed;
    transition: bottom 1s ease 0s;
    width: 100%;
    z-index: 22;
}

a:hover, a:focus{
    text-decoration:none;}


/* darse de alta */
#modalBoletin>.modal-dialog {
    width: 30% !important;
}

#modalBoletin>.modal-content {
    background-color: #000;
    background-image: url("../img/fondoTextura.jpg");
    background-repeat: repeat !important;
    color: #fff;
    margin: 0 auto;
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    margin: 60px auto;
}

button.close {
    background-color: transparent;
    background-image: url("../img/btnClose.png");
    border: 0 none;
    color: transparent;
    cursor: pointer;
    height: 25px;
    padding: 0;
    position: relative;
    right: 5px;
    top: 24px;
    width: 28px;
}

#modalBoletin>.modal-body {
    padding: 15px 26px 21px;
    position: relative;
}

#modalBoletin>.g-recaptcha {
    width: 100%;
}

#dvMdBoletin h2 {
    font-family: "oswald-regular";
    font-size: 25px;
}

.field-altas-captcha > label{
    display: none;
}

.btn-alta-footer{
  color:#fff;
  background-color:transparent;
  border: 0px;}

.btn-alta-footer:hover{
  color:#ff4e00;}
  
.btn-alta-noticia {
    background-color: transparent;
    border: 0 none;
    color: #ff4e00;
    padding: 0;
}
.btn-alta-noticia:hover {
    color: #999;
}




@media (min-width: 768px) and (max-width: 1199px) {
  #modalBoletin>.modal-dialog {
    width: 80% !important;
  }}
  
@media (max-width:767px){
  #modalBoletin>.modal-dialog {
    width: 70% !important;
  }}

@media (min-width: 481px) and (max-width: 767px) {
  .videoclip{ height:320px; box-shadow:0 0 12px 0 #222; -moz-box-shadow:0 0 12px 0 #222; -webkit-box-shadow:0 0 12px 0 #222;}}

  
@media (max-width:480px){
  #modalBoletin>.modal-dialog {
    width: 100% !important;
  }
  
  /*Vídeos*/
.videos h2 {
    color: #fff;
    font-family: 'Oswald-Light';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}

.videos h2 span{
    color: #d9d9d9;
    font-family: 'Oswald-Light';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 10px;
	font-style:italic;
	text-transform: none !important;
}
.videos p {
    color: #d9d9d9;
    font-family: 'Oswald-Light';
	font-weight: 300;
}

.videoclip{ height:200px; box-shadow:0 0 12px 0 #222; -moz-box-shadow:0 0 12px 0 #222; -webkit-box-shadow:0 0 12px 0 #222;}
.videoclip-caja{ padding:0px 0px; }
.videos{ margin-bottom:80px;}

.videos h1 {
    color: #FFFFFF;
    font-family: 'Oswald-Light';
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;
}
}


  
.altas-create h1{
	font-family: "oswald-regular";
    font-size: 25px !important;}
	
button.close {
    background-color: transparent;
    background-image: url("../img/btnClose.png");
    border: 0 none;
    color: transparent;
    cursor: pointer;
    height: 25px;
    opacity: 1;
    padding: 0;
    position: relative;
    right: 5px;
    top: 24px;
    width: 28px;
	z-index: 1000000;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: none;
}

.close:hover, .close:focus {
    color: transparent;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.noticias{
  margin-bottom:80px !important;}

#accordion2>a:focus {
    outline: transparent;

}

/*LETRAS*/
.letra-paratodos {height:630px !important; overflow:auto; margin-bottom:120px;}
.letra-material {height:445px !important; overflow:auto; margin-bottom:120px;}
.letra-minoria {height:687px !important; overflow:auto; margin-bottom:120px;}
.letra-transgresivo {height:750px !important; overflow:auto; margin-bottom:120px;}
.letra-deltoya {height:810px !important; overflow:auto; margin-bottom:120px;}
.letra-pedra {height:690px !important; overflow:auto; margin-bottom:120px;}
.letra-somos {height:565px !important; overflow:auto; margin-bottom:120px;}
.letra-iros {height:930px !important; overflow:auto; margin-bottom:120px;}
.letra-episodio1 {height:980px !important; overflow:auto; margin-bottom:120px;}
.letra-episodio2 {height:1170px !important; overflow:auto; margin-bottom:120px;}

.describeCancion h2 {
    font-family: "oswald-regular";
    font-size: 23px;
	margin-bottom: 23px;
}

/*Vídeos*/
.videos h2 {
    color: #fff;
    font-family: 'Oswald-Light';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}

.videos h2 span{
    color: #d9d9d9;
    font-family: 'Oswald-Light';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 10px;
	font-style:italic;
	text-transform: none !important;
}
.videos p {
    color: #d9d9d9;
    font-family: 'Oswald-Light';
	font-weight: 300;
}

.videoclip{ height:200px; box-shadow:0 0 12px 0 #222; -moz-box-shadow:0 0 12px 0 #222; -webkit-box-shadow:0 0 12px 0 #222;}
.videoclip-caja{ padding:0px 12px; }
.videos{ margin-bottom:80px;}

.videos h1 {
    color: #FFFFFF;
    font-family: 'Oswald-Light';
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;
}

.galeria h1 {
    color: #FFFFFF;
    font-family: 'Oswald-Light' ;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;
}

.fotos{ box-shadow:0 0 12px 0 #222; -moz-box-shadow:0 0 12px 0 #222; -webkit-box-shadow:0 0 12px 0 #222;}
.foto8{ height:210px;}

.discos-imagen {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	transition:filter 0.6s;
	-webkit-transition:-webkit-filter 0.6s;
	-moz-transition:-webkit-filter 0.6s;
}

.discos-imagen:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
