.config_hp label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

/* Mujeres */
.config_hp .container {
    /*width: 1170px;*/
    margin: 0 auto;
}

.config_hp .position {
    z-index: -1 !important;
}

.config_hp .wp-editor-tools {
    z-index: -1 !important;
}

.config_hp #gallery {
    border: 1px solid #efefef;
    padding: 4px 0 0 0;
}

.config_hp #gallery img {
    margin: 8px;
    width: 214px;
    cursor: pointer;
    border-radius: 3px;
}

.config_hp #gallery img:hover {
    margin: 8px;
    opacity: .8;
}

.config_hp header h1 {
    font-weight: 700;
    margin-left: 8px;
}

.config_hp #buttons button {
    border: 1px solid #efefef;
    margin-right: 8px;
    border: 0;
    padding: 8px;
    border-radius: 3px;
}

.config_hp #buttons button.active {
    background-color: #bbb;
    color: #111;
}

.config_hp #buttons {
    margin: 8px;
    padding-bottom: 8px;
}

.config_hp #search {
    margin: 8px;
}

.config_hp input[type="text"] {
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 0 8px;
}

.config_hp button:hover {
    background-color: #111;
    color: #fff;
}


/* Gatitos */

.config_hp ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 1130px;
}

.config_hp ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 1130px;
}

.config_hp ul.thumbnails.image_picker_selector li.group {
    width: 100%;
}

.config_hp ul.thumbnails.image_picker_selector li.group_title {
    float: none;
}

.config_hp ul.thumbnails.image_picker_selector li {
    margin: 0px 12px 12px 0px;
    float: left;
}

.config_hp ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 2px;
    border: 1px solid #0085ba5c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 3px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px;
}

.config_hp ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
}

.config_hp ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #0088cc;
}

.config_hp .vers {
    /*padding: 6px 6px 105px 6px !important;*/
    clear: both;
}

//drag command drop

.config_hp [draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

.config_hp .drageable {
    height: 150px;
    width: 150px;
    float: left;
    border: 2px solid #666666;
    background-color: #ccc;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px #000;
    -ms-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
    text-align: center;
    cursor: move;
}

.config_hp .header {
    color: #fff;
    text-shadow: #000 0 1px;
    box-shadow: 5px;
    padding: 5px;
    background: -moz-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(0,0,0)), color-stop(0.50, rgb(79,79,79)), color-stop(1, rgb(21,21,21)));
    background: -webkit-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
    background: -ms-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
    border-bottom: 1px solid #ddd;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -ms-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.config_hp .drageable.over {
    border: 2px dashed #000;
}

.config_hp .cerrar_btn {
    background: rgba(245, 0, 0, 0.8) !important;
    border-color: #82041b #82041b #82041b !important;
    -webkit-box-shadow: 0 1px 0 #006799 !important;
    box-shadow: 0 1px 0 #82041b !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #82041b, 1px 0 1px #82041b, 0 1px 1px #82041b, -1px 0 1px #82041b !important;
    border-radius: 3px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px;
}

.config_hp .save-btn {
    /*display: block;*/
    margin: 5px auto;
    /*padding: 20px;*/
    max-width: 260px;
    /*background: #4EBD79;*/
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    /*text-transform: uppercase;*/
    line-height: 24px;
    cursor: pointer;
    -webkit-border-radius: 15px !important;
}


/*Prueba de funcionamiento param popup*/

.config_hp .popup-trigger {
    /*display: block;*/
    /*margin: 5px auto;*/
    /*padding: 20px;*/
    max-width: 260px;
    /*background: #4EBD79;*/
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    /*text-transform: uppercase;*/
    line-height: 24px;
    cursor: pointer;
    -webkit-border-radius: 15px !important;
}

.config_hp .popup {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1070px;
    margin-left: -580px;
    padding: 50px 30px;
    background: #f1f1f1;
    color: #333;
    font-size: 19px;
    line-height: 30px;
    border: 2px solid #0085ba;
    z-index: 9999;
    box-shadow: 0 0 0 1280px rgba(0, 0, 0, 0.5);
    border-radius: 3px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px;
}

.config_hp .popup-mobile {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px 0 0;
    width: 100%;
}

.config_hp .popup-btn-close {
    position: absolute;
    top: 8px;
    right: 14px;
    color: #0085ba;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #0085ba !important;
    border-radius: 3px !important;
    -webkit-border-radius: 10px !important;
    background-color: #ff000047;
}

.config_hp .filtro {
    border-radius: 3px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px;
    border: 1px solid #0085ba !important;
    outline: 0 !important;
    /*color: #0085ba !important;*/
    padding: 0 8px 0 8px !important;
    box-shadow: inset 1px 1px 4px #0085ba !important;
    -moz-box-shadow: inset 1px 1px 4px #ffd5e7 !important;
    -webkit-box-shadow: inset 1px 1px 4px #0085ba !important;
    background: #0085ba12;
    width: 50%;
    font-size: 14px;
    height: 25px;
}

.config_hp .estate_active {
    margin-left: 20px;
}

.config_hp .img_table {
    margin: 8px;
    width: 214px;
    height: 150px;
    cursor: pointer;
    border-radius: 3px;
}