.fa.fa-dashboard{
    color:#DE162D;
}

.fa.fa-book{
    color:#E9841C;
}

.fa.fa-users{
    color: #ffc600;
}

.fa.fa-pagelines{                    
    color: #2ecc71;
}

.fa.fa-user-md{
    color:#00a9e0;
}
.fa.fa-street-view{                    
    color: #B32E86;
}
.fa.fa-gears{                    
    color: #5F368A;
}

.fa.fa-user{
    color:#4ec7c4;
}

.login-panel {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-body .login-panel {
    width: 540px !important;
}

#demoFont {
    font-family: Georgia, serif;
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: small-caps;
    text-transform: none;
}

@media (max-width:640px) {
    #demoFont {
        font-size: 16px;
    }
}

.profile-info {
    max-width: 480px !important;
}

.imagen-menu-perfil {
    border-radius: 20px;
}

.botones-centrados {
    text-align: center;
    margin-top: 20px;
}

.centrar {
    text-align: center;
}

.derecha {
    text-align: right;
}

.carga-imagen-usuario {
    height: 350px;
    width: 350px;
}

.file-upload .ui-widget-header {
    background-color: #ffffff;
    border: none;
    padding: 0px !important;
}

.file-upload .ui-widget-content {
    display: none;
}

.exportar {
    float:right;
    padding-top: 5px;
}

.notificacion-solicitud-beca {
    max-width: 870px; 
    margin: 0 auto;
}

.imagen-usuario {
    max-width: 250px;
    max-height: 250px;
}

.pdf {
    width: 100%;
    height: 700px;
}

.notificacion-solicitud-cd {
    width: 100%;
    margin-top: 5px;
}

.notificacion-solicitud-cd .ui-message {
    width: max-content !important;
    margin: 0 auto;
}

.ui-growl {
    z-index: 999999 !important;
}

.enlace-descarga {
    text-align: left;
    color: blue !important;
    background: none !important;
    margin: 0;
    padding: 0 !important;
    border: none !important;
    cursor: pointer;
    overflow: visible !important;
    width: auto;
    box-shadow: none !important;
    height: max-content !important;
    -moz-user-select: text;
}

.enlace-descarga span {
    text-decoration: underline;
}

.enlace-descarga:hover span,
.enlace-descarga:focus span {
    color: black;
}

@media only screen and (min-width: 425px) {
    .boton-certificado {
        height: auto !important;
    }

    .div-certificado-izq {
        padding-right: 10px !important;
        padding-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .div-certificado-der {
        padding-left: 10px !important;
        padding-top: 0px !important;
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 425px) {
    .div-certificado-izq {
        padding-bottom: 10px !important;
    }
}