#carousel-partidos {
    position: relative;
    width:100%;
    margin:0 auto;
}
#slides {
    overflow: hidden;
    position: relative;
    /* width: 100%; */
    /* height: 250px; */
}    
#slides ul {
    list-style: none;
    width:100%;
    /* height:250px; */
    margin: 0;
    padding: 0;
    position: relative;
}    
#slides li {
    width:100%;
    /* height:250px; */
    float:left;
    /* text-align: center; */
    position: relative;
    /* font-family:lato, sans-serif; */
}
