﻿

body {
    font-family: Arial;
    background-color: white;
    margin: 0;
}

.logoGrupo {
    margin-right: 20px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    font-size:20px;
    
}   

.logoAtleta {
    margin-right: 20px;
    width: 30px;
    max-width: 30px;
    height: 30px;
    max-height: 30px;
    border-radius: 50%;
}
      
.breadcrumb {
    background-color: whitesmoke;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    
    
}
#ctl00_TopChico {
    background-position: 30px 20px;
    background-size: 200px;
    background-repeat: no-repeat;
    background-color: #325da8;
    height: 80px;
    margin-bottom: 15px;
}
#TopChico {
    background-position: 30px 20px;
    background-size: 200px;
    background-repeat: no-repeat;
    background-color: #325da8;
    height: 80px;
    margin-bottom: 15px;
}

.btnToolbar {
    width:130px;
}
.table {
    background-color: whitesmoke;
}


