.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}


.active, .accordion:hover {
    /*background-color: #ccc;*/

    background-color: #2E4673;
    color:white;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

    border-bottom: 2px solid white;
    font-size:15px;
    /*border-left:1px solid #CCC;
    border-right:1px solid #CCC;*/
}

/*********************************************
/* Personalización*/

.profe {
    padding:40px 30px;
}

.profe_foto {
    text-align: center;
    padding-bottom: 10px;
}
.profe_foto img {
    border-radius: 50%;
    width: 150px;
}

.profe_titulo4 {
    font-weight: bold;
    color: #2E4673;
    padding-bottom:10px;
}

.profe_titulo3 {
    font-weight: 600;
    color: #0C99F0;
    padding-bottom:10px;
}

.profe_correo {
}
.profe_telefono  {
}

.profe_linea {
    padding: 10px 0;
}
.profe_linea p:before {
    /*: '- ';*/
}
.profe_linea p {
    font-style: italic;
}


/*********************************************

.titulocuarto {
    color: #506286;
    font-weight: bold;
    font-size: 15px;

    padding-bottom:5px;
}

.labelAmarillo b {
    color: #e5d777;
    font-weight: bold;
}

.labelAmarillo a {
    color: #71c2d6;
}

.fotodocente {
    text-align: center;
}

.fotodocente img {
    border-radius: 50%;
    width: 200px;
}

.imgLinkedin img {
    width: 20px;
}

/*********************************************/