.bandosEquipo {
    width: 100%;
}

table.bandosNoEquipo {
    width: 350px;
    margin: 0px auto;
    border-spacing: 0px;
}

div.bandosNoEquipo {
    width: 350px;
    overflow: hidden;
    margin: 0px auto;
}

tr.miBando {
    background-color: #009933;
}

.bando .cajaInterior .cuerpo {
    padding: 10px 2px 10px 2px;
}

.bando table {
    width: 100%
}

div.bando {
    clear:both;
}

.bando td.checkbox {
    width: 15px;
}

.bando td.avatar {
    width: 60px;
}

.bando td.boton {
    width: 20px;
}

.bando td.nick {
    text-align: left;
}

.bando div.avatar {
    width: 60px;
    float: left;
}

.bando div.resultadoNoEquipo {
    float: left;
    width: 50px;
    padding: 15px 0px 0px 0px;
}

.bando div.boton {
    width: 20px;
}

.bando div.nick {
    text-align: left;
    vertical-align: middle;
    width: 170px;
    float: left;
    padding: 20px 0px 0px 10px;
}

.bando div.edicionMarcas {
    float: right;
    text-align: center;
    padding: 15px 0px 0px 0px;
}

.bando .selector {
    margin: 10px 5px 0px 0px;
    float: left;
}

.bando .elementoListado {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.bando .nick a {
    color: #CC0000;
}

.bando td.marca {
    text-align: center;
}

.bando td.marca input.marca {
    text-align: center;
}

td.bando {
    min-width: 150px;
    vertical-align: top;
}

.cambioBando {
    width: 20px;
}

td.resultado {
    text-align: center;
}

td.resultado input.resultado {
    font-size: 80px;
    text-align: center;
    width: 140px;
}

td.resultado h1 {
    font-size: 80px;
    text-align: center;
}

td.resultado {
    height: 100px;
}

#edicionMarcas {
    text-align: center;
}

#contenedorNuevoEvento {
    width: 350px;
    margin: 0px 20px 0px 0px;
    float:left;
}

#contenedorNuevoEvento label {
    color: #770000;
    font-weight: bold;
}

#infoNuevoEvento {
    float: left;
}

#infoNuevoEvento h3 {
    color: #CC0000;
}

#infoNuevoEvento ul {
    margin: 5px 0px 0px 15px;
}

/*--------------------------------*/
.izquierdoEvento {
    float: left;
    margin: 0 5px 0 0;
    width: 180px;
    overflow: hidden;
}

.derechoEvento {
    margin: 0 0 0 185px;
}

#datosEvento {
    color: #CC0000;
    margin: 0px 0px 15px 0px;
}

#datosEvento b {
    color: #770000;
    font-weight: bold;
}

.edicionEvento {
    margin: 20px 0px 0px 0px;
    color: #CC0000;
}

.edicionEvento label {
    color: #770000;
    font-weight: bold;
}

.edicionEvento table {
    margin: 0px auto;
}


.edicionEvento .radio {
    text-align: center;
}

.edicionEvento th {
    color: #CC0000;
}

#edicionParticipacionEventoCentral {
    width: 80%;
    margin: 20px auto;
}
