body {
    background:  #6685C1;
    font-family: Verdana;
    font-size: 11px;
    
   
}

.basicDiv{
	margin: 0 0 30px 0; position: relative; overflow: hidden;
	display: inline-block; *display: inline; *zoom: 1; margin: auto; margin-bottom: 20px;
	vertical-align: top;
}
.plantilla{
	width: 64%;
}

.fotosEquipo{
	width: 95%:
}

.cuerpo{
     background:  #FCFEFC;
     padding-left: 30px;
     text-align: center;
     font-size: 11px;
     padding-bottom: 10px;
     width:80%;
     margin:auto;
}
.cabecera{
    font-size: 10px;
}
.cabecera table{
    border: 1px solid #c4c4c4;
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.cabecera table tr td, .cabecera table tr td a, .cabecera table tr td a:visited{
    font-size: 11px;
    color: #000;
}

.contenedor{
    font-size: 11px;
}

.filaJugador {
    height:30px;
}
.contenedor table{
    border: 1px solid #c4c4c4;
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.contenedor table tr td,.contenedor table tr th, .contenedor table tr td a, .contenedor table tr td a:visited{
    font-size: 11px;
    color: #000;
}

.contenedor table thead tr td{
    font-weight: bold;
}

.contenedor table tr td{
    border-bottom: 1px dotted #c4c4c4;
}

.contenedor .sinBorde tr td{
    border-bottom: none;
}

select {
    -moz-appearance: menulist;
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    background-color: -moz-combobox;
    border-color: threedface;
    border-style: inset;
    border-width: 2px;
    color: -moz-comboboxtext;
    cursor: default;
    font: -moz-list;
    line-height: normal !important;
    margin: 0;
    overflow: -moz-hidden-unscrollable;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    white-space: nowrap !important;
    word-wrap: normal !important;
     font-size: 10px;
     font-family: Verdana;
}

.button-cfg-lite{
    background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
    border: 1px solid #2F5BB7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
     border-radius: 2px 2px 2px 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    margin: 10px 16px 0 0;
    min-width: 72px;
    outline: 0 none;
    padding: 0 8px;
}

.hide {
	display:none;
}

.logoHistorico {
    width:10%;
}
