.contenido-selected {
    border: solid 2px green;
    padding: 0px;
}

.contenido-selected-label {

    padding: 5px 7px !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.cortar-parrafo {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cortar-parrafo-2em {
    line-height: 1em;
    height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}


.content-header > .h3{
    margin-top:  0px;
}

#carousel-home .carousel-control{
    display: none;
}

.login-box, .register-box {
    /*width: 360px;*/
    /*margin: 1% auto;*/
}

p {
    word-break: break-all;
}


.no-break{
    word-break: normal !important;
}

.label-top-left-corner{
    position:absolute;
    top:0px;
    left:2px;
    background-color: rgba(	51, 122, 183, 0.8) !important;
    color:white !important;
    font-weight: bold;
    padding: 2px 7px;
    border-radius:  3px 3px 3px 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.label-top-right-corner{
    position:absolute;
    top:0px;
    right:2px;

    color:white;
    font-weight: bold;
    padding: 2px 7px;
    border-radius:  3px 3px 3px 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.top-left-corner{
    position:absolute;
    top:0px;
    left:2px;
    z-index: 999;

}

.bottom-right-corner{
    position:absolute;
    bottom: 0px;
    padding-right: 30px;
    right:0px;
    margin-bottom: -20px;

}

.padding-5 {
    padding: 5px;
}
.padding-left {
    padding-left: 30px;
    padding-top: 5px;
}

.img-responsive-height
{
    max-width: 100% !important;
    max-height: 100% !important;

}

.icon-content-type{
    font-size: 8em;
    color:#3B8DBC;
    margin-left: 15px;
}

.mover-abrir-carpeta:hover{
    font-weight: bold;
    text-decoration: underline;
}