.breadcrumb > li + li:before {
    content: "» " !important;
}

.padding.p-t-n {
    padding-top: 0px;
}

.padding.p-b-n {
    padding-bottom: 0px;
}

.contenedor-fotografia img {
    max-height: 200px;
}

.contenedor-texto {
    white-space: pre-wrap;
}

@media print {
    .app-body {
        padding-top: 0px !important;
    }

    .app-body .curriculo {
        padding: 0px !important;
    }
}

.note-editing-area {
    background-color: white;
}

a.elemento-clickeable-lista{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

a.elemento-clickeable-lista:hover, a.elemento-clickeable-lista:focus, a.elemento-clickeable-lista:active{
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.color-compass{
    color:rgba(19, 18, 18, 0.877);
}


.clickRow {
    font-weight: bolder;
    cursor: pointer;
}

.nav-color .nav > li > a[class*="b-"]::before, .nav-color .nav > li > a[class*=" b-"]::before   {
    height: 17px;
}