.BgEstilo{
    margin:0 auto;
    text-align:center;
    max-width:800px;
}
BgEstilo{
    display:block;
    padding:0px;
    margin-bottom:15px;
    text-align:center;
}

BgEstilo > img{
    
    max-height:400px;
    width:auto;
    margin:5px 5px 0 5px;
    border: 5px solid #555;
    border-radius:5px;
    cursor:pointer;
}
BgEstilo > img:hover{
    
    border: 5px solid #6b6b6b;
    
}
BgEstilo > span{
    height:100px;
    width:50px;
    margin:0;
    font-weight: 600;
    padding:0;
    padding-bottom:15px;
}