﻿

div#columnaIzquierda
{
    width: 550px;
    float: left;
    text-align: left;
}

.clipout{
  width:550px;
  top:-1px;
  left:-1px;
}
.clipin{
  top:-40px;
  left:0;
}

img.ImgEquipo
{
    width: 550px;
    /*z-index:1;*/
}

div.columnaDerecha
{
    float: right;
    width:300px;
}

div.competicion, div.staff
{
    width: 540px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    padding: 3px 0 3px 10px;
    margin: 10px 0 10px 0;
    text-align: left;
    line-height: 20px;
}

div#cabeceraTabla
{
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    background-color: #666;
    color: #fff;
    padding: 3px 0 3px 10px;
    width: 540px;
    font-weight: bold;
}
table#jugadores
{
    width: 550px;
}

table#jugadores th
{
    font-weight: bold;
    padding: 3px 0 3px 10px;
    background-color: #eee;
    padding: 3px 0 3px 10px;
}

th.nombreJugador
{
    width: 300px;
}

th.posicion
{
}

table#jugadores tbody td
{
    padding: 3px 0 3px 10px;
}

div#galerias
{
    padding:15px;
    background-color: #eee;
    margin: 0 auto;
    font-weight:bold;
}
div#galerias img
{
    float:left;
    margin:-5px 0 0 10px;
}
div.linkDer
{
    padding:15px;
    background-color: #eee;
    margin: 0 auto;
    margin-top: 5px;
    font-weight:bold;
}

table#equipos
{
    width:500px;
    margin:0 auto;
    font-size:1.2em;
    border-collapse:separate;
    border-spacing:2px;
}

table#equipos td
{
    padding: 5px 0 5px 0;
    background-color:#eee;
}

