section h1{
    margin-bottom: 10px;
    
}
section #col-izda > div{
    border-top: 1px solid #aaaaaa;
    margin-top: 5px;
}
section #col-izda > .especializaciones{
    padding-top: 15px;
    margin-top: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
section .especializacion{
    padding-bottom: 1px;
    margin-bottom: 8px;
    font-size: 12px;    
    display: inline-block;
}

section .btn-volver{
    color: #247CBA;
    font-size: 11px;
    text-transform: uppercase;
}
section .btn-volver:hover{
    color: #5DDDD3;
}

section .colegiado{
    padding: 20px;
    border-top: 1px solid #aaaaaa;
    font-size: 11px;    
}
section .colegiado p{
    margin-bottom: 0;  
}
section .colegiado-tit{
    font-style: italic;
}
section .colegiado-nombre{
    color: #247CBA;
    line-height: 1.4;
    text-decoration: underline;
}
section .colegiado-nombre:hover{
    color: #5DDDD3;
}
section .colegiado-num span:first-of-type{
    color: #247CBA;
}
section .colegiado-num span:last-of-type{
    color: #ff7f00;
}
section .colegiado .btn {
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
}
section .colegiado-especialidades a{
    color: #247CBA;
    font-size: 11px;
    text-transform: uppercase;
}
section .colegiado-especialidades a:hover{
    color: #5DDDD3;
}



#col-dcha h2:after{
    content: '';
    width: 100%;
    height: 3px;
    background-image: url('../../images/medicinaFront/fondo-dchaTit.png');
    background-position: center center;
    background-size: cover;
    display: block;
}
#col-dcha a{
    border-bottom: 1px solid #aaaaaa;
    font-size: 13px;
    display: inline-block;
}
#col-dcha .letras{
    padding-bottom: 20px;
    margin-left: -2px;
    margin-right: -2px;
    border-bottom: 1px solid #aaaaaa;
}
#col-dcha .letra{
    margin-left: 2px;
    margin-right: 2px;
}
#col-dcha .form-control{
    border: none;
    border-bottom: 1px solid #aaaaaa;
    box-shadow: none;
    padding: 0;
    padding-left: 20px;    
}
#col-dcha .div-buscador{
    position: relative;
}
#col-dcha .div-buscador:before{
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../../images/medicinaFront/icono-search.png);
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    z-index: 1;
}
@media (min-width: 560px) {
    section .colegiado {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    section .colegiado-cont{
        width: 60%;
        margin: 0 15px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    section .colegiado > div:last-of-type{
        width: 30%;   
        margin-left: 10%;
        text-align: right;
    }    
}
@media (max-width: 559px) {
    section .colegiado > * + * {
        margin-top: 15px;
    }    
}