/**
 * Estilos fijos de la pizarra (tema oscuro).
 * Se inyectan siempre al servir la página para que el estilo negro
 * se vea aunque falle la descarga/reescritura del CSS del servidor externo.
 */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}
html, body {
	border: 0 none;
	height: 100%;
}
#wraps { min-height: 100%; }
#doublewraps, #triplewraps {
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	width: 1350px;
}
body {
	/* Fondo: centro azul degradado a negro en los bordes. Se nota que la pantalla está encendida */
	background: radial-gradient(ellipse at center, #1a3a5c 0%, #132d4a 30%, #0d1b2a 60%, #06090F 100%);
	font: 62.5%/1.25 Verdana, Geneva, sans-serif;
	margin: 0 auto;
	width: 100%;
	color: #EBFFFF;
}
#lineas, #lineas3 {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
.lineas, .lineas3 {
	float: left;
	padding: 10px 0;
	width: 665px;
}
.lineas3 { width: 435px; }
table {
	border-collapse: collapse;
	width: 100%;
}
th {
	font-family: Arial, sans-serif;
	font-weight: bold;
	min-width: 6px;
	padding: 2px 6px 2px 2px;
	text-align: right;
}
td {
	color: #EBFFFF;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 0 4px;
	text-align: right;
}
/* Una franja azul y una franja negra por juego: la vista ubica rápido cada enfrentamiento */
/* Franja azul con degradado: de azul más oscuro (arriba) a azul más claro (abajo), más visible frente al negro */
tr.grey td {
	/* Azul oscuro pero sólido/saturado, no pastel — buen contraste y aspecto firme */
	background: linear-gradient(to bottom, #132d4a 0%, #1a3f65 50%, #22507a 100%);
}
tr:not(.primera):not(.segunda):not(.grey) td { background: #06090F; }  /* franja negra */
td.altc { color: #0dd0c7; }
td.nowrap {
	padding-left: 10px;
	white-space: nowrap;
}
.greywarning td, .warning td {
	background: #FFE793;
	color: #444444;
}
.primera {
	background: transparent;
	color: #ebfefe;
	font-size: 1.3em;
	line-height: 1em;
}
.primera .borde {
	background: transparent;
	text-align: center;
}
.segunda {
	font-size: 1.1em;
	color: #ebfefe;
	/* degradado rojo: más oscuro abajo → más claro arriba, sensación de arco/cilindro */
	background: linear-gradient(to top, #6b2020 0%, #7a2525 40%, #8b2a2a 100%);
}
.team {
	padding-left: 8px;
	text-align: left;
}
.team > .vis { color: #08fb1b; }
.team > .vis2 { color: #0dd0c7; }
span.resaltar {
	color: #EE2A24;
	font-weight: bold;
}
.pitcher {
	padding-left: 18px;
	text-align: left;
}
.col1 { width: 60px; }
.col2, .orden { text-align: center; }
.name { text-align: right; }
.liga {
	padding-left: 10px;
	text-align: center;
}
.liga2 {
	padding-left: 3px;
	text-align: center;
}
.primera > th.liga { color: #E01F26; }
th.blank, td.blank { background: transparent; }
th:first-child, td:first-child { padding-left: 0; }
.last, th:last-child, td:last-child { padding-right: 10px; }
.error-pizarra {
	padding: 10px;
	width: 50%;
	margin: 50px auto;
	background-color: #EEEEEE;
	color: #800000;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 4px solid #0b47a7;
}
.reloj {
	color: #EEEEEE;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	float: right;
	display: inline;
	line-height: 76px;
	margin-right: 20px;
}
.mensaje, .mensaje2 {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	overflow-y: hidden;
	padding: 0;
	line-height: 24px;
	margin: 0 auto;
}
.mensaje { height: 50px; width: 75%; }
.mensaje2 { height: 68px; width: 720px; margin: 0; float: right; }
