#roundLeftP{
}

#cont_partidos{
    position: relative;
    text-align: center;
/*    padding: 0px 10px;*/
    background: url(../images/middleP.png) no-repeat;
    margin-bottom: 10px;
    height: 85px;
    float: left;
    margin-top: 10px;
/*    overflow: hidden;*/
    
}

#roundRightP{
}


#my_partido a:hover{
    opacity: .7;
    filter: alpha(opacity=70);
    
}

.my_partido img{
    width: 30px;
}

.my_partido{
    float: left;
    height: 55px;
    margin: 5px;
}

#text_title_MP{
    width: 100%;
    text-align: center;    
}

#title_moduleP{
    position: absolute;
    width: 187px;
    height: 19px;
    bottom: 2px;
    left: 10px;
}



