/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(../images/tie_logo.gif); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-image:url(../images/superior.jpg); position:relative}
#toplinks{
	text-align:right;
	padding-top:10px;
}
#menu{height:32px;padding-top:155px; text-align:right; padding-right:15px;}
#classif{background-image:url(../images/bg_menu.gif); background-repeat:repeat-x;}
#submenu{ height:32px; padding-top:0px;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:274px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.btext {
	font-family: Tahoma, sans-serif;
	color: #666666;
}


.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallyeltext a:hover{
	text-decoration:underline;
}

.smallyeltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFF00;
}
.smallyeltext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFF00;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}


.link_negre{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.link_negre:hover{
	text-decoration:underline;
}

.error{
	color:#FF0000;
	font-size: 9px;
	font-family:Verdana;
	margin-left:5px;
	height:100%;
	min-height:8px;
}

.error DIV{	
	display:none;
}

.jugador{
	float:left;
	width:210px;
	height:110px;
	padding-bottom:30px;
	margin-right:25px;	
}

.camiseta{
	width:130px;
	height:100px;
	background:url(/images/camiseta.jpg) no-repeat;
	float:left;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#FFFFFF;
}

.camiseta_num {
	padding-top:28px;
}

.jugador_foto{
	width:80px;
	float:left;
	font-size:13px;
	font-weight:bold;
}

.jugador_text{
	width:210px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.camiseta_tecnics{
	width:130px;
	height:100px;
	float:left;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#FFFFFF;
}