#scorebox{
	
	background: url(scorebox/scorebox_fondo.png) no-repeat;
	width: 593px;
	height: 222px;
	margin-left: -3px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: -20px;
}

#scorebox .table{
	
	position: relative;
	top: 93px;
	left: 38px;
	height: 80px;
}

#scorebox #flashcontent{
	
	position: absolute;
	marign-bottom: -500px;
	z-index: 4;
	margin-left: 195px;
	margin-top: 5px;
}

#scorebox .table .tr div{
	
	background: black;
	border: 1px solid white;
	color: white;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

#scorebox .table .equipo{
	
	width: 46px;
	font-family: 'Arial Black', sans-serif;
	margin-right: 20px;
}

#scorebox .table .num,
#scorebox .table .ext{
	
	width: 20px;
	margin-right: 6px;
}

#scorebox .table .u{
	
	margin-right: 22px;
}

#scorebox .table .eq1{
	
	margin-bottom: 7px;
	padding-top: 3px;
}

#scorebox .eq2{
	
	clear: both;
	padding-top: 10px;
}

#scorebox #narracion{
	
	background: url(scorebox/fondo_narracion.png);
	width: 254px;
	height: 64px;
	position: relative;
	left: 20px;
	top: 100px;
	padding-left: 40px;
	padding-top: 8px;
	font-size: 11px;
	line-height: 1.4;
}

#scorebox #narracion .inner_narracion{
	
	width: 238px;
	height: 41px;
	color: #2a2a2a;
}

.gameday{
	
	position: relative;
	border: none;
	float: right;
	top: 40px;
	left: -200px;
}

#bso{
	
	position: relative;
	left: 413px;
	top: 27px;
}

#bso div{
	
	float: left;
	height: 17px;
	width: 14px;
	background: black;
	border: 1px solid white;
	margin-right: 4px;
	text-align: center;
	color: white;
	font-size: 11px;
	padding: 0px;
	line-height: 18px;
}

/*Mini*/
/*------------------------------------------------------------------------------------------------*/

#gueboxwrapper.mini #scorebox{
	
	background: url(scorebox/fondo_mini_scoreboard.png) right 10px no-repeat;
	width: 327px;
	height: 83px;
	overflow: hidden;
	position: relative;
	top: -500px;
	margin-left: 593px;
	z-index: 1000;
	margin-bottom: -200px;
}

#gueboxwrapper.mini #scorebox .table{
	
	position: relative;
	top: 30px;
	left: 22px;
	height: 60px;
}

#gueboxwrapper.mini #scorebox #flashcontent{ display: none; }

#gueboxwrapper.mini #scorebox .table .tr div{
	
	background: black;
	border: 1px solid white;
	color: white;
	height: 17px;
	text-align: center;
	float: left;
	font-size: 10px;
	padding: 0px !important;
	line-height: 15px;
}

#gueboxwrapper.mini #scorebox .table .equipo{
	
	width: 34px;
	font-family: 'Arial Black', sans-serif;
	margin-right: 6px;
	font-size: 10px;
	padding: 0px !important;
}

#gueboxwrapper.mini #scorebox .table .num,
#gueboxwrapper.mini #scorebox .table .ext{
	
	width: 13px;
	margin-right: 3px;
	font-size: 10px;
}

#gueboxwrapper.mini #scorebox .table .u{
	
	margin-right: 13px;
}

#gueboxwrapper.mini #scorebox .table .eq1{
	
	margin-bottom: 3px;
	padding-top: 3px;
}

#gueboxwrapper.mini #scorebox .eq2{
	
	clear: both;
	padding-top: 4px;
}

#gueboxwrapper.mini #scorebox #narracion{ display: none; }
#gueboxwrapper.mini .gameday{ display: none; }
#gueboxwrapper.mini #bso{ display: none; }
