.Rotator 
{
  border:solid 1px black; 
  background-color:white;
  cursor:default; 
}

.RotatorFrame 
{
  border:solid 1px white; 
  width:625px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  width:625px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.PartidoTitulo
{
  font-family:Verdana;
  font-size:12px;
  color:black;
  font-weight:bold;
}

.PartidoTexto
{
  font-family:Verdana;
  font-size:11px;   
  color:black;
  width:400px;
}

.PartidoTextoBold
{
  font-family:Verdana;
  font-weight:bold;
  font-size:11px;   
  color:darkslategray;
  width:400px;
}

.PartidoFecha
{
  font-family:Verdana;
  font-size:11px;   
  color:black;
  font-weight:bold;
  width:400px;
}

.PartidoValores
{
  font-family:Verdana;
  font-size:11px;   
  font-weight:bold; 
  color:Red;
  width:50px;
}

