@charset "UTF-8";
/* CSS Document */

#foto_principal {
	position: absolute;
	left: 0px;
	top: 0px;
}
.estadisticas {
	font-size: 14px;
	color: #666;
}
.estadisticas_numero {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
#notas_principales {
	position: relative;
	width: 660px;
	height: 415px;
	left: 0px;
	bottom: 0px;
}
#detalle_notaprinc {
	color: #CCC;
	position: absolute;
	left: 15px;
	width: 640px;
	font-size: 14px;
	top: 350px;
}
#transparencia {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.noticias_a {
	font-size: 12px;
	color: #999;
}
.noticias_link {
	font-size: 12px;
	color: #333;
}
#jugador_partido {
	position: relative;
	width: 340px;
	height: 150px;
}
#foto_jugador {
	position: absolute;
	left: 0px;
	top: 0px;
}
#texto_jugador {
	position: absolute;
	top: 20px;
	left: 135px;
}
#boton_jugador {
	position: absolute;
	top: 110px;
	left: 180px;
}
.texto_videos {
	color: #666;
	font-size: 13px;
}
.texto_rojo {
	color: #900;
	font-size: 13px;
	font-weight: bold;
}
.texto_videos_over {
	color: #333;
	font-size: 13px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
