.banner{
    margin: 45px 0;
}

.banner img{
    display:block;
}


.banner .imagen{
    width:300px;

}

.banner .datos{
    width:180px;
}

.banner .titulo{
    font-size:18px;
    line-height:20px;
    display:block;
    border-bottom:1px solid #c5c6c8;
    padding:10px 0 8px 0;
    margin:0 0 10px 0;
    color:#333;
}

.banner .texto{
    font-size:12px;
    line-height:15px;
    color:#888;
    margin:0 0 10px 0;
}

.banner .leerMas{
    background:#0a71ac;
    font-size:16px;
    line-height:24px;
    color:#fff;
    padding:0 12px;


}

.banner .leerMas:hover{
    background:#13235b;
}
