.container > form {
    clear: both;
    margin-top: 35px;
    padding: 20px 0;
}

    .container > form + form {
        margin-top: 0;
    }

.btn-primary {
    background-color: #0038a8 !important;
}

.bkg-trans {
    background-color: rgba(255, 255, 255, 0.6);
}

.product-images {
    max-height: 150px;
    overflow: hidden;
}

.product-thumb {
    width: 170px;
}

/*CAMBIO_START_09-16*@*/
.like-icon-anuncio {
    position: absolute;
    float: right;
    font-size: 24px;
    cursor: pointer;
    color: red;
    right: 86%;
    top: 7px;
}
.like-icon-anuncioDescripcion {
    position: absolute;
    float: unset;
    font-size: 24px;
    cursor: pointer;
    color: red;
    right: 7px;
    top: 7px;
}
.like-icon-anuncioDescripcion2 {
    position: absolute;
    float: unset;
    font-size: 24px;
    cursor: pointer;
    color: red;
    right: 7px;
    top: 7px;
    margin-left:-20;
}
.glyphicon-heart-empty {
    color: #999;
}

.comentario-principal {
    padding: 10px 20px !important;

}
/*CAMBIO_END_09-16*@*/

/*NEWCODE*/

#results-list li p {
    margin: 0 0 5px;
}

/*@*CAMBIO3_START*@*/
span.glyphicon {
    float: left;
    margin: 5px 5px 0 0;
}
.caracteristicas span {
    display: block;
    margin-right: 15px;
}

.caracteristicas p {
    margin: 0;
}

.caracteristicas .destacado1 {
        font-weight: bold;
        font-size: 2.5em;
        color: #ff4b5a;
}

.caracteristicas .destacado2 {
    font-weight: bold;
}
.show-info {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px 20px;
}
.product-text {
    margin: 10px 0;
}
/*@*CAMBIO3_END*@*/

.go-next, .go-previous {
    cursor: pointer;
    height: 100%;
    margin: 0 5%;
    position: absolute;
    right: 0;
    width: 15%;
    text-align: center;
}

    .go-next:hover, .go-previous:hover {
        background: rgba(200,200,200,.7);
    }

.go-previous {
    left: 0;
}
    /*CAMBIO3_START*/
    .go-next p, .go-previous p {
        top: 42%;
        left: 0;
        right: 0;
        position: absolute;
        /*CAMBIO3_END*/
        color: #666;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    }

.prev-page-icon {
    float: left;
    font-size: 40px;
}

.next-page-icon {
    float: right;
    font-size: 40px;
}

#pagination {
    margin-top: 20px;
    padding: 0 0 30px;
}

#items-per-page {
    height: 21px;
    padding: 0;
    width: 52px;
}

.items-showed {
    text-align: center;
}

#hidden_upload {
    display: none;
}

#uploads {
    display: none;
}

#upload-images {
    display: none;
}

#upload-images1 {
    display: none;
}

#uploaded-list {
    height: 77px;
    margin-bottom: 10px;
}

    #uploaded-list ul {
        padding-left: 12px;
        list-style: none;
    }

        #uploaded-list ul li {
            float: left;
            height: 60px;
            margin: 2px;
            overflow: hidden;
            position: relative;
            width: 80px;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

    #uploaded-list img {
        width: 80px;
        margin: 2px;
    }

    #uploaded-list li p {
        position: absolute;
        right: 0;
        background: url('../../images/delete-upload.png');
        width: 24px;
        height: 22px;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
    }

    #uploaded-list li:hover {
        border: 2px solid #b22222;
    }

        #uploaded-list li:hover p {
            display: block;
        }

#uploaded-list1 {
    height: 77px;
    margin-bottom: 10px;
}

    #uploaded-list1 ul {
        padding-left: 12px;
        list-style: none;
    }

        #uploaded-list1 ul li {
            float: left;
            height: 60px;
            margin: 2px;
            overflow: hidden;
            position: relative;
            width: 80px;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

    #uploaded-list1 img {
        width: 80px;
        margin: 2px;
    }

    #uploaded-list1 li p {
        position: absolute;
        right: 0;
        background: url('../../images/delete-upload.png');
        width: 84px;
        height: 82px;
        box-sizing: border-box;
        cursor: pointer;
        display: none;
    }

    #uploaded-list1 li:hover {
        border: 2px solid #b22222;
    }

        #uploaded-list1 li:hover p {
            display: block;
        }



.container-all {
    margin-bottom: 20px;
}

.top20 {
    margin-top: 20px;
}

.top5 {
    margin-top: 5px;
}

.modal-body img {
    width: 50px;
    margin-left: 5px;
}

/*FOROS*/
.select-noticia {
    margin-top: 20px;
}

.noticia-central {
    margin: 20px 0;
    border: 1px solid #aaa;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    background-color: rgba(255,255,255,0.80);
}

    .noticia-central h2 {
        margin-top: 0;
    }

.columna-posts {
    margin-top: 20px;
}

.post {
    padding: 5px 5px 20px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #aaa;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

    .post .nick {
        float: left;
        font-size: 0.75em;
        margin-right: 10px;
    }

    /*NEWCODE*/
    .post .avatar {
        float: left;
        margin: 3px 10px 3px 3px;
        width: 44px;
    }
    /*NEWCODE*/

    .post .votes {
        float: right;
    }

        .post .votes > div {
            float: left;
            cursor: pointer;
            font-size: 0.9em;
            margin-left: 10px;
        }

        .post .votes .positivos {
            color: #008000;
        }

        .post .votes .negativos {
            color: #a00000;
        }

    .post .denunciar div {
        color: #999;
        opacity: .8;
    }

    .post .denunciada div {
        color: #f00;
        opacity: 1;
    }

    .post .body {
        clear: both;
        font-size: 0.9em;
    }

    .post .date {
        float: left;
        font-size: 0.75em;
    }
