/* CSS Document */

.TablaProximosPartidos{
	padding-top:30px;
	margin-left:10px;
	background:url(../fondos/proximos_partidos.gif) no-repeat;
	text-align:center;
	width:183px;
	height:96px;
}

.TablaEntrenamientos{
	padding-top:25px;
	margin-left:10px;
	background:url(../fondos/entrenamientos.gif) no-repeat;
	text-align:center;
	width:183px;
	height:96px;
}

.Partido{
	font-size: 11px;
    color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

.FechaPartido{
	font-size: 12px;
	color:#339966;
	font-family: "Times New Roman", Times, serif;
}

.HoraPartido{ 
	font-size: 12px;
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
}

.CampoPartido{
	font-size: 12px;
	color: #000099;
	font-family: "Times New Roman", Times, serif;
}

.AdornoDer{
    width:208px;
	height:37px;
	background-image:url(../fondos/esquinaDer.gif);
}

.Fecha{
	color: #CCCCCC;
	font-size: 12px;
	text-align:right;
	padding-top:1em;
}