#seccio {
background:url("../../img/estructura/seccions/plantilla.png") no-repeat top left;
}

/* INDEX */
#plantilla {
padding: 10px 30px;
}
.llistaJugadors {
border:1px solid #666666;
float:left;
height:120px;
margin:5px 5px 4px;
text-align:center;
width:116px;
}

#porters,
#defensors,
#migcampistes,
#davanters {
clear:both;
margin: 20px 0px;
}

#porters{
background: url('../../img/Plantilla/porters.png') no-repeat top left;
}
#defensors{
background: url('../../img/Plantilla/defensors.png') no-repeat top left;
}
#migcampistes{
background: url('../../img/Plantilla/migcampistes.png') no-repeat top left;
}
#davanters{
background: url('../../img/Plantilla/davanters.png') no-repeat top left;
}

.llistaJugadors a:hover img {
opacity:1;
}
.llistaJugadors a img {
opacity:0.7;
}
.fotoJugador {
border-bottom:1px solid #666666;
display:block;
margin-bottom:7px;
}

.llistaJugadors a {
color:#000000;
display:block;
font-size:90%;
font-weight:bold;
text-decoration:none;
}

/** no es redundant amb el a:hover per tots?? */
.llistaJugadors a:hover {
color:#C60000;
}

.llistaJugadors a span.redNumber {
color:#C40002;
}

/* VIEW */
#playerinfo {
margin-left: 230px;
width: 310px;
}

#playerphoto {
width: 200px;
height: 250px;
background-color: #fff;
border: 1px solid #cc0000;
padding: 2px;
float: left;
}

#estadistiques {
clear: both;
}

#player {
background: #f4f4f4;
height: 260px;
padding: 1em;
}

#player h2 {
margin: 0pt;
padding: 0pt;
text-transform: uppercase;
}

#samarreta {
width: 75px;
height: 63px;
background: url("../../img/Plantilla/dorsal.gif") no-repeat top center;
float: right;
text-align:center;
}
p.dorsal {
position: relative;
top: 25%;
font:  25px arial, "lucida console", sans-serif;
font-weight: bold;
color: #ffffff;
margin: 0px;
}
p.juvenil {
margin-top: 25px;
color: #640300;
font-size: 1.5em;
}


#dadesnaixement {
margin: 3px 0px;
}
#posicio {
float: left;
margin-left: 30px;
width: 210px;
}

#playerinfo dl {
line-height: 2em;
margin: 1em 0em;
width: 100%;
}

#playerinfo dt {
font-weight: bold;
padding-left: 4px;
vertical-align: top;
}

#playerinfo dd {
position: relative;
margin-left: 125px;
margin-top: -2em;
vertical-align: top;
}

#estadistiques .gruptitle{
margin: 0px;
background:#f4f4f4;
padding: 5px;
font-weight: bold;
}
#estadistiques .statstext{
float: left;
display:block;
width: 400px
}
#estadistiques .gruptitle .statstext{
width: 405px;
}
#estadistiques .statsnum{
text-align:center
}
.statsgrup{
margin: 15px 0px;
}
.statsgrup div{
padding: 5px 0px;
width: 440px;
margin-left: 10px;
border-bottom: 1px solid #666
}
/*
#estadistiques .statsnum{
float:right
}*/

