

/* score bar start */

.Terminado{
	color:#003;
}

.Iniciado{
	color: #C70000;
}

.Pendiente{
	color:#999;
}
 
.posesion{
	font-size: 11px;
	font-style: italic;
}

#boxscore_playoffs{
	background-image: url(../images/playoffs.gif);
	height: 42px;
	width: 400px;	 
}

#boxscore_probowl{
	background-image: url(../images/probowl.gif);
	height: 42px;
	width: 400px;	
}


#boxscore_superbowl{
	background-image: url(../images/superbowl.gif);
	height: 42px;
	width: 400px;	
}


/* score bar end */