@charset "UTF-8";

#opciones{
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
#opciones, #opciones select, #opciones input{
    font: 11px Verdana;
}
#equipos, #equipos table{
    width: 100%;
    font: 12px "Franklin Gothic Medium", sans-serif;
    border-collapse: collapse;
}

#equipos table tr.impar{
    background-color: #F1F1F1;
}

/*    Datos */
#datos_up{
    background: url(../imagenes/pagina/datos_up.gif) no-repeat;
    height: 32px;
}
#equipos #datos{
    width: 643px;
    padding: 20px;
    font: 12px "Franklin Gothic Medium", sans-serif;
    line-height: 18px;
}
#equipos #datos .nombre{
    font: 20px Tahoma;
    padding-bottom: 10px;
}
#equipos #datos #mapa{
    border: 1px #555555 solid;
    float: right;
    height: 250px;
    width: 350px;
    padding-left: 10px;
}

#equipos #estadisticas,
#equipos #calendario,
#equipos #goleadores{
    padding: 15px 50px;
}

/*    Estadísticas */
#estadisticas_up{
    background: url(../imagenes/pagina/estadisticas_up.gif) no-repeat;
    height: 32px;
}
#equipos #estadisticas{
    width: 583px;
}
#equipos #estadisticas table td span{
    font: 48px Arial;
}
#equipos #estadisticas table td{
    text-align: right;
    padding: 2px 10px;
}
#equipos #estadisticas td.left{
    text-align: left;
}
#equipos #estadisticas td.bold{
    font-weight: bold;
}
#equipos fieldset{
    text-align: center;
    border: 1px #EEEEEE solid;
    padding-top: 15px;
}

/* Goleadores */
#goleadores_up{
    background: url(../imagenes/pagina/goleadores_up.gif) no-repeat;
    height: 32px;
}
#equipos #goleadores{
    width: 583px;
}
#equipos #goleadores tr.bold{
    font-weight: bold;
}
#equipos #goleadores td{
    text-align: center;
    vertical-align: middle;
    padding: 2px 5px;
    width: 5%;
}
#equipos #goleadores td.puesto{
    font: bold 16px Arial;
    color: #555555;
}
#equipos #goleadores td.jugador{
    font-weight: bold;
    width: 20%;
    text-align: left;
}
#equipos #goleadores .goles{
    font: bold 14px Arial;
}
#equipos #goleadores img{
    width: 30px;
}
#equipos #goleadores td.nota{
    text-align: left;
    color: #555555;
    font-style: italic;
}

/*    Calendario */
#calendario_up{
    background: url(../imagenes/pagina/calendario_up.gif) no-repeat;
    height: 32px;
}
#equipos #calendario{
    width: 583px;
}
#equipos #calendario td{
    padding: 2px 10px;
    text-align: right;
}
#equipos #calendario td.left{
    text-align: left;
}
#equipos #calendario td.bold{
    font-weight: bold;
}
