/* 
    Created on : 06-jun-2019, 8:58:39
    Author     : antonio
*/
/*FUENTES*/
@font-face {font-family: "Arial Narrow Italic";
            src: url("//db.onlinewebfonts.com/t/c95aba8619299c7b55bb43efe1e2c906.eot");
            src: url("//db.onlinewebfonts.com/t/c95aba8619299c7b55bb43efe1e2c906.eot?#iefix") format("embedded-opentype"),
                url("//db.onlinewebfonts.com/t/c95aba8619299c7b55bb43efe1e2c906.woff2") format("woff2"),
                url("//db.onlinewebfonts.com/t/c95aba8619299c7b55bb43efe1e2c906.woff") format("woff"),
                url("//db.onlinewebfonts.com/t/c95aba8619299c7b55bb43efe1e2c906.ttf") format("truetype"),
                url("//db.onlinewebfonts.com/t/c95aba8619299c7b55bb43efe1e2c906.svg#Arial Narrow Italic") format("svg");
}
@font-face {
    font-family: "Rockwell Bold";
    src: url("/fonts/rockwell-bold.woff") format('woff');
}
@font-face {
    font-family: "Optima Extrablack";
    src: url("/fonts/Optima-ExtraBlack.woff") format('woff');
}
@font-face {
    font-family: "Severak Extralight";
    src: url("/fonts/Seravek-ExtraLight.woff") format('woff');
}
@font-face {
    font-family: "Myriad Pro Regular";
    src: url("/fonts/MyriadPro-Regular.woff") format('woff');
}
@font-face {
    font-family: "Helvetica Bold";
    src: url("/fonts/helvetica-bold.woff") format('woff');
}
@font-face {
    font-family: "Helvetica Light";
    src: url("/fonts/Helvetica-Light.woff") format('woff');
}
@font-face {
    font-family: "Helvetica Regular";
    src: url("/fonts/Helvetica-Regular.woff") format('woff');
}
@font-face {
    font-family: "Arial Narrow Regular";
    src: url("/fonts/arial-narrow-bold-regular-webfont.woff") format('woff');
}
@font-face {
    font-family: "Arial Narrow Italic";
    src: url("/fonts/arial-narrow-bold-regular-webfont.woff") format('woff');
    font-style: italic;
}
@font-face {
    font-family: "Arial Regular";
    src: url("/fonts/arial-regular.woff") format('woff');
}

/*GENERAL*/
html,body {
    /*max-width:100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y:auto;*/
}
.container{
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#loading {
    background:url("/general/loading.gif") no-repeat center center #FFFFFF;
    width: 100%;
    height: 100%;
    background-size: 100px 100px;
    position: fixed; left: 0%; top: 0%; 
    z-index: 2000;
    opacity: 0;
    display: none;
    /*margin: -25px 0 0 -25px;*/
}
.dropdown-menu {
    width: 200px !important;
}
/*#cabecera{
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}*/
a {
    text-decoration: none;
    color: black;
}
a:hover {
    color:gray; 
    text-decoration:none; 
    cursor:pointer;  
}
.footlang a{padding-bottom: 0px;border-bottom: 2px solid transparent;position: relative;}
/*.footlang a.active:after, .footlang a:hover:after { content: ''; width: 100%; height: 2px; background-color: #000; position: absolute; bottom: -10px; left: 0; }*/
.footlang a.active:after, .footlang a:hover:after { content: ''; width: 100%; height: 2px; background-color: #000; position: absolute; bottom: -10px; left: 0; }
/*
TOPBAR
*/
@media (max-width: 999px){
    .contenedorenlaces{
        width: 100%;
    }    
    .divbuscar{
        position: relative;
        width: 100%;
        margin-top: 25px;
    }
    .enlacestop{
        width: 100%;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
    .imagentop{
        position: relative;
        width: 100%;
    }
    .imagentop img{
        display: block;
        margin: auto;
        width: 60%;
        height: auto;
    }    
    div#cabecera{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
@media (min-width: 1000px){
    .contenedorenlaces{
        display: inline-block;
        margin-left: auto;
        margin-right: -15px;
    }
    .divbuscar{
        position: relative;
        width: 240px;
        margin-left:auto; margin-right:0;
        margin-top: 30px;
        display: block;
    }
    .enlacestop{
        position: relative;
        width: 250px;
        margin-left:auto; margin-right:0;
        margin-top: 20px;
        display: block;
    }
    .imagentop{
        display: inline-block;
        width: 49%;
        margin-top:0px;
        left: 0px;
        overflow: hidden;        
    }
    .imagentop img{
        object-fit: cover;
        object-position:  center center;
        height: 100px;
    } 
    div#cabecera{
        width: 74%;
        margin-left: calc(13% - 10px);
        position: relative;
        height: 140px;
    }
}
.enlacestop > a{
    display: inline-block;
    position: relative;
    font-family: 'Severak Extralight';
    font-size:12px; 
    min-width: 32%;
    max-width: 32%;
    width: 32%;
    text-align: center;
    margin: 0px;
}
#droppais{
    display: inline-block;
    min-width: 32%;
    max-width: 32%;
    width: 32%;

    width: 50px;
    height: 21px;
    font-family: 'Severak Extralight';
    font-size:12px; 
    text-align: center;
}
#droppais button{
    border: 1px solid #ccc;
    width: 54px;
    height: 21px;
    margin: 0px;
    padding: 0px;
    font-size:12px; 
}

button#lupa{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: black;
    -webkit-border-top-right-radius:50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-top-right-radius:50px;
    -moz-border-bottom-right-radius: 50px;
    border-top-right-radius:50px;
    border-bottom-right-radius: 50px;
    margin-top: -1px !important;
    border: 0px;
    cursor:pointer;
}
button#lupa i{
    position: absolute;
    color: white;
    top: 48%;
    left:45%;
    transform: translate(-50%,-50%);
}
input#buscarglobal {
    width: calc(100%);
    height: 35px;
    padding: 12px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
button#lupaexpo{
    background: url(/imagenes/botonexpo.jpg);
    background-repeat: no-repeat;
    padding: 0;
    border: none;
    color: #cbcd00;
}
@media (min-width: 1000px){
    button#lupaexpo{
        background-size: 150px 45px;
        width: 150px;
        height:45px;
        margin-left: -30px;
    }
    input#buscarexpo{
        width: 480px;
        height: 45px;
    }
}
@media (max-width: 999px){
    button#lupaexpo{
        background-size: 100px 35px;
        width: 100px;
        height:35px;
        margin-left: -40px;
    }
    input#buscarexpo{
        width: 200px;
        height: 35px;
    }
}
/*FOOTER*/
#footer{
    /*width: 100%;
    display: flex;*/
}
#contenedorfooter{
    /*width: 100%;*/

}
#contenedorfooter h5{
    font-family: 'Arial Narrow Regular'!important;
    font-size: 12px;
    color:  darkslategrey;
}
#contenedorfooter a{
    font-family: 'Arial Regular'!important;
    font-size: 12px;
    color: gray;

}
#contenedorfooter p{
    margin-bottom: 7px !important;
}
#contenedorfooter .row{

}
.sociallang{
    width: 100%;
    margin: 8px;
}
.footer-copyright{
    text-align: left;
    width:100%;
    font-size: 10px;
    margin-bottom: -12px;
    margin-left: 5px;
    font-family: 'Myriad Pro Regular'!important;
}
@media (max-width: 999px){
    .footer-copyright{
        text-align: center;
        margin-left: 0px;
    }
    .footsocial{
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }
    .footlang{
        width: 100%;
        text-align: center;
        font-family: 'Myriad Pro Regular'!important;
    }
}
@media (min-width: 1000px){
    .footsocial{
        float: left;
        margin-left: -2px;
        opacity: 0.7;
    }
    .footsocial > a > img{
        width: 24px;
        height: auto;
    }
    .footsocial > a{
        margin: 1px;
    }
    .footlang{
        font-family: 'Myriad Pro Regular'!important;
        position: relative;
        width: 150px;
        margin-left:auto; 
        margin-right:14px;
        display: block;        
    }
    .footlang > a{
        font-family: 'Myriad Pro Regular'!important;
        letter-spacing: 0px;
        font-size: 11px !important;
        font-weight: lighter !important;
        line-height: 0 !important;
    }
}
.footsocial a img:hover{
    -webkit-filter: drop-shadow(1px 1px 1px #222);
    filter: drop-shadow(1px 1px 1px #222);

}
/***********/
/*CONTENIDO*/
/***********/

/*MENU IZQUIERDA*/
#menudivmargen{
    height: 20px;
}
.menuleft{
    width: 150px;
}
.menuleft a{

}
.menuleftprim1 a{
    margin-bottom: 50px;
    margin-top: 50px;
}
.menuleftprim1{
    font-family: 'Helvetica Bold';
    color: black;
    font-size: 15px;
}
.menuleftprim2 a{
    margin-bottom: 50px;
    margin-top: 50px;
}
.menuleftprim2{
    font-family: 'Helvetica Light';
    color: gray;
    font-size: 14px;
    font-weight: 100;
}
.menuleftprim3 a{
    margin-bottom: 50px;
    margin-top: 50px;
}
.menuleftprim3{
    font-family: 'Helvetica Regular';
    color: gray;
    font-size: 14px;
    font-weight: 100;
}
.menuleftsecund{
    font-family: 'Helvetica Bold';
    color: gray;
    font-size: 11px;
    margin: 1px;
}
.menuleftsecundvertodo{
    font-family: 'Helvetica Bold';
    color: gray;
    font-size: 11px;
    margin: 1px;
    display: none;
}
#divcategorias ul li{
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
#divcategorias ul li ul{
    display: none;
}
#divcategorias ul{
    list-item-style:none; 
    margin-left:0px;
    padding-left:0px;
    margin-bottom: 10px;
    margin-top: 10px;

}
.topnav {
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
#cabeceracontenedoright{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-right: -2px;
}
#cabeceracontenedoright img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
@media (max-width: 999px){
    .contenedoright{
        position: relative;
        width: 100%;
        height: auto;
    }
    #contenedorfooter .row{
        position: relative;
        width: 100%;
        height: auto;
        margin:0px;
    }
    #contenedorfooter > div > div{
        margin: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .topnav a {
        text-align: center;
        width: auto;
        text-decoration: none;
        display: inline-block;
    }
    .menuleft{
        margin-left: 0px;
        width: 100%;
    }
}
@media (min-width: 1000px){
    .contenedoright{
        width: 74%;
        margin-left: calc(13% - 0px);
        height: auto;
    }
    #contenedorfooter .row{
        width: 74%;
        margin-left: calc(13% - 0px);
        height: auto;
    }
    #contenedorfooter .colenlaces{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #colsocial{
        margin-left: -12px !important;
    }
    .topnav a {
        text-align: left;
        width: 100%;
        text-decoration: none;
        display: inline-block;
    }
    .menuleft{
        margin-left: 30px;
        width: 150px;
    }
}
/*INICIO*/
.topindex{
    width: 100%;
    height: auto;
    /*border-style: solid;
    border-color: lightgray;
    border-width: 2px;*/
}
.bottomindex{
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 999px){
    .bottomindexleft{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .bottomindexright{
        display: inline-block;
        width: 100%;
    }
    #divnewsarticulos{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    #divnewsanos{
        display: inline-block;
        width: 100%;
        text-align: center;
    } 
    #divnewsanos ul{
        padding-left: 0px;
        width: 100%;
    }
}
@media (min-width: 1000px){
    .bottomindexleft{
        display: inline-block;
        vertical-align: top;
        width: 65%;
        margin-right: 30px;
    }
    .bottomindexright{
        display: inline-block;
        width: 30%;
        margin-top: 15px;
    }
    #divnewsarticulos{
        display: inline-block;
        vertical-align: top;
        width: 75%;
        margin-right: 30px;
        padding-left: 26px;
    }
    #divnewsarticulos .colalesnovedad{
        margin-left: -14px;
    }
    #divnewsarticulos .colalesnovedad, #divnewsarticulos .colalesnovedadtexto{
        margin-top: 10px;
        margin-bottom: 10px;
    }    
    #divnewsanos{
        display: inline-block;
        width: 20%;
        margin-top: 15px;
        text-align: right;
    }
}
.textcabeceraright{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-family: 'Helvetica Regular';
    color: grey;
    font-size: 16px;
    font-weight: 300;
}
.textcabeceraleft{
    margin-top: 20px;
    width: 100%;
    text-align: left;
    font-family: 'Helvetica Regular';
    color: grey;
    font-weight: 300;
}


#cabeceracontenedoright{
    width: 100%;
    overflow: hidden;
}
.slick-dots {
    top: calc(100% - 20px);
    left: calc(50% - 100px);
    width: 200px !important;
}
.slick-dots li.slick-active button::before{
    color: black !important;
}
.slick-dots li button::before{
    color: gray !important;
}
#cabeceracontenedoright .slick-slide {
    box-sizing: border-box; 
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}

#cabeceracontenedoright .slick-slide img {
    width:100%;
    height: 430px;
    object-fit: cover;
    object-position:  center center;
    text-align: center;
}
#sectslider2{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#sectslider2 .slick-slide {
    box-sizing: border-box; 
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

#sectslider2 .slick-slide img {
    width:100%;
    height: 430px;
    object-fit: cover;
    object-position:  center center;
    text-align: center;
}
#divsliderdestacados{
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
#divsliderdestacados .slick-slide {
    box-sizing: border-box; 
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

#divsliderdestacados .slick-slide img {
    width:100%;
    height: 230px;
    object-fit: cover;
    object-position:  center center;
    text-align: center;
    cursor: pointer;
}
.gradientback{
    position:absolute;
    bottom:0px;
    left:0px;
    margin-left: 15px;
    width:97%;
    height:40px;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    pointer-events: none;
}
#idsubscribe{
    margin-top: 30px;
}
#divdestacados1{
    /*padding: 15px; */
    margin-top: 35px;
}
#divdestacados2{
    /*padding: 15px; */
    margin-top: 7px;
}
.rowdestacados{
    margin-top: 30px;
    height: 150px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
}
.row{

}
@media (max-width: 800px){
    .colales{
        width: 100%;
    }
    .colalesdestacado{
        width: 100%;
    }
    .colalesnovedad{
        width: 100%;
    }
}
@media (min-width: 801px){
    .colales{
        padding-right: 30px;
        min-height: 350px;
    }
    .colalesdestacado{
        /*padding-top: 5px;
        padding-bottom: 5px;*/
    }
    .colalesdestacadotexto{
        overflow: hidden;
        margin-bottom: 0px !important;
    }
    .colalesnovedad{
        margin-top:30px;
        /*max-width: 45%;
        margin-top:30px;
        margin-right: 30px;*/
    }
}
#divimagendestacados{
    background: url('/general/loading.gif') no-repeat scroll center center #FFFFFF;
    /*overflow: hidden;*/
    width:100%;
    height:120px;
}
#imagendestacados{
    width:100%;
    height:120px;
    object-fit: cover;
    object-position:  center center;
    text-align: center;
    cursor: pointer;
}
#descripnovedad{
    margin-top:30px;
    /*margin-top:30px;
    max-width: 45%;*/
}
#tabsindex{
    width: 100%;
}
#tabsindex button{
    width: 50%;
}
.form-group input{

}
.hrverde{
    height: 1px !important;
    /*background-color: #e0e139;*/
    background-color: #cbcd00;
    width: 100%;
    margin: 0px 15px 0px 15px;
}
.hrgris{
    height: 1px !important;
    background-color: gray;
    width: 100%;
    margin: 0px 15px 0px 15px;
    opacity: 0.3;
}
/*CONTACTO*/
.contactosecund p{
    font-family: 'Severak Extralight';
}
.cont_form{width: calc(30% - 15px);float: left;margin-right: 15px;}
.formulario{width: calc(65% - 10px);float: left;margin-left: 10px;}
input.grupo_form {width: calc(100%); padding: 15px;margin: 7px 0;}
input.grupo_form.mitad1 {width: 49%;float: left;}
input.grupo_form.mitad2 {width: calc(100%);float: left;}
input.grupo_form.al_left{}
input.grupo_form.al_right{float: right !important;}
textarea.grupo_form{width: calc(100%);padding: 15px;}
@media only screen and (max-width: 450px){
    input.grupo_form.mitad1 {width: calc(100%);float: left;}
    input.grupo_form.al_left{margin-right: 0;}
    input.grupo_form.al_right{margin-left: 0;}
    input.grupo_form.mitad2 {width: calc(100%);float: left;}
}
@media (max-width: 900px){
    .cont_form, .formulario{width: 100%;margin-left: 0;margin-right: 0;}
}
.boton_envia #enviar{background: lightgray;color: #fff;font-weight: 700;width: 30%;float: left;}
.botones input#enviar, .botones input#borrar, .botones input#eliminar {
    width: calc(30% - 12px);padding: 15px 0;margin-top: 20px;background: lightgray;border: 1px solid #ccc;
    margin-right: 10px;font-weight: 700;color: #fff;background: lightgray;
}
.botones input#borrar{margin-right: 0;margin-left: 10px;background: darkgrey;}
.botones input#eliminar{margin-right: 0;margin-left: 10px;background: red;}

/*ARTÍCULOS*/
@media (max-width: 800px){
    .divarticulos{
        width:100%;
        height:auto;
    }
    div#divimagenarticulos{
        width: 100%;
    }
    #imagenarticulos{
        width: 100% !important;
    }
}
@media (min-width: 801px){
    .divarticulos{
        width:302px;
        height:auto;
    }
    div#divimagenarticulos{
        background: url('/general/loading.gif') no-repeat scroll center center #FFFFFF;
        /*overflow: hidden;*/
        width:300px;
        height:230px;
    }
    #imagenarticulos{
        width:300px;
        height:230px;
        object-fit: cover;
        object-position:  center center;
        text-align: center;
        cursor: pointer;
    }
}
.artslabels{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    color: grey;    
}
#artsnombreartista{
    margin: 5px;
    min-height: 18px;
}
div#artdescrip{
    position: relative;
}
#artsnombreobra{
    float: left;
    padding: 5px;
    margin: 0px;
}
#artsfavshare{
    float:right;
    padding: 5px;
    margin: 0px;
}
#artprecioshare{
    display: none;
    position: relative;
    overflow: hidden;
}
#artsprecio{
    font-size: 15px;
    color: black;
    float: left;
    padding: 5px;
}
#artsshare{
    font-size: 20px;
    color: grey;
    float: right;
    padding-right: 7px;
}
#artsshare a{
    padding-left: 20px;
    margin-top: 0px;
}
.divarticulos:hover  #artprecioshare{
    display: block;
}
div#share{
    text-align: center;
    width: 100%;
}
.divarticulos:hover{
    border: 1px solid;
    border-color: lightgrey;
}
span.clear { clear: left; display: block; }
/*ARTÍCULO*/
#artrecomendado{
    width: 100%;
    margin-top: 60px;
}
#divcontactnow{
    display: none;
    background-color: white;
    width: 500px;
    /*height: 700px;*/
    position: absolute;
    left: calc(50% - 225px);
    top: 10%;
    padding: 15px;
    box-shadow: 10px 10px 2000px #888888;
    z-index: 1000;
}
#divcontactnow h3{
    text-align: center;
}
#contactoartista #mensaje{
    border: solid 3px #e0e139;
}
form.contactoartform{
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
}
#contactoartimg{
    margin-top: 25px; 
    margin-bottom: 30px; 
}
#contactoartimg img{
    width:80px;
    height:80px;
    object-fit: cover;
    object-position:  center center;
    text-align: center;
    cursor: pointer;
}
#contactoartdivimg{
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
#contactoartdivtxt{
    display: inline-block;
    vertical-align: middle;
}
.btn-group{
    width: 100%;
}
.btn-group button{
    background-color: white; 
    border: 1px solid #363636; 
    color: black; 
    padding: 5px 12px; 
    cursor: pointer;
    float: left;
    height: 35px;
    width: 33%;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-group button:not(:last-child) {
    border-right: none; 
}
#divfiltros{
    /*display:  table-row;*/
    display: none;
    vertical-align: bottom;
}
.btn-fales{
    background-color: #363636 ;
    border: 1px solid #363636; 
    color: white;
}
.btn-fales:hover{
    background-color: white; 
    border: 1px solid #363636; 
    color: black; 

}
.dropdown-fales{
    background-color: white; 
    border: 1px solid #363636; 
    color: black; 
    padding: 2px 0 0 10px; 
    cursor: pointer; 
    float: left; 
    height: 30px;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    margin-bottom: 20px;
    font-size: 11px;
}
.dropdown-fales dropdown-menu{
    width: 200px;
}
.dropdown-fales i{
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.dropdown-fales:hover{
    background-color: black; 
    border: 1px solid #363636; 
    color: white; 

}
.dropdown-menu-fales a{
    margin:0px;
    margin-left: 10px;
    padding: 0px;
    height: 20px;
    font-size: 12px;
}
.prodartimagen{
    width: 100%;
}
.ptitulo{
    color:  #616161;
    font-weight: bold;
    font-size: 14px;
}
.pcontenido{
    color: gray;
    font-size: 12px;
}
.pcontenido a{
    text-decoration: underline;
    margin-right: 10px;

}
.pcontenidounderline{
    color: black;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer;
}
.pfechadestacado{
    color: gray;
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 10px;
}
/*CREAR ARTÍCULO*/
.divadding{
    border: 1px solid #ccc;
    padding: 5px;
    width: auto;
}
/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group .active, .btn-group button:hover {
    background-color: #363636 ;
    color: white;
}
#servdivimagenes{
    width: 100%;   
}
.servimagen{
    width: 100%;
}
#servdescrip{

}
#servficha{

}
@media (max-width: 999px){
    #artdivimagenes{
        width: 100%;
    }
    #artimagen{
        display: block;
        max-width:280px;
        max-height:180px;
        width: auto;
        height: auto;    
    }
    #artdescripcion{
        width: 100%;
    }
}
@media (min-width: 1000px){
    #artdivimagenes{
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 50px 40px 0px 0px;
    }
    #artimagen{
        display: block;
        max-width:280px;
        max-height:180px;
        width: auto;
        height: auto;    
    }
    #artdescripcion{
        display: inline-block;
        vertical-align: top;
        /*width: calc(100% - 300px);*/
        width: 50%;
        padding: 50px 0px 0px 40px;
    }
}


/*PROFILE*/
div#perfil-popup{
    background: #FFFFFF;
    width: 90%;
    height: auto;
    min-height: 1150px;
    box-shadow: 10px 10px 2000px #888888;
    position: absolute;
    padding: 10px;
    top: 5%;
    left: 5%;
    margin-bottom: 5%;
    z-index: 1001;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}
/*ADMIN*/
.adminslider{

    /*border: 1px solid gray;*/
    margin: 10px;
}
#mostrarimaslider{

}
#divslideradmin{

    /*width: 100%;border-style: solid;border-width: 1px;margin-top: 80px;padding: 10px;padding-bottom: 50px;*/
}
/*div.editores{
    position: relative;
}
.tox-menu {position: relative !important}
.tox-tinymce-aux {
    position: relative !important;
    z-index: 10055;
}*/
/*ADMIN CATEGORÍAS*/
#editorcats{
    display: none;
}
#editarcatform{
    border: 1px solid gray;
    padding: 5px;
    margin: 5px;
}
div#divcatrefs{
    width: 45%;
    float:left;
    text-align: center;
}

div#divcatrefsadd{
    width: 45%;
    float:right;
    text-align: center;
}

div#divcatbotones{
    float: left;
    width: 110px;
}
#formbuscarart{
    margin: 4px;
}