.m-b-sm {
    margin-bottom: 6px;
}

.p-l-sm {
    padding-left: 6px;
}

.p-md {
    padding: 15px;
}

.font-lg {
    font-size: 2em !important;
}

.font-md {
    font-size: 1.5em !important;
}

.info-consulta {
    border: 2px #CCCCCC groove;
    background-color: #EEEEEE;
    padding: 10px;
    font-style: italic;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.cuadro {
    border: 1px solid #AAAAAA;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.legend {
    border-bottom: 1px solid #AAAAAA;
}

.btn-upcn {
    background-color: #53c6e8;
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2)    
}
.btn-upcn:hover, .btn-upcn:visited, .btn-upcn:focus, .btn-upcn:active {
    color:#ffffff;    
}

.link, td a {
    color: #337ab7;
    text-decoration: underline;
}