/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.mnuSmall {
    float: right;
    color: #777;
    padding-top: 3px;
    padding-right:10px !important;
}

.mnuLink {
    font-weight:400;
    color:#444;
}

.mnuSelectedIT {
    background-color: gray;
    color: white;
    font-style:italic;
}

    .mnuSelectedIT > small {
        color: inherit;
    }

.nombreDeta1000,
.serieDeta1000 {
    width: auto;
    margin-right: 10px;
    float: left;
}


/*h2 {
    text-shadow: 3px 3px 3px #ccc;
}*/

.ffc-opacity {
    /*opacity: 0.9;*/
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #ffd800,0 0 8px #0073e6;
}

.ffc-style-valign {
    display: flex;
    align-items: center;
}

.pull-left {
    float:left !important;
    margin-bottom:20px;
}

.center-block {
    margin-right: auto;
    margin-left: auto;
}

.ffc-row-valign{
    
    align-items:center;
}

.ffc-style-border {
    border: 3px solid #777;
}