* {
	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 {
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    width: 736px;
}
#triplewraps {
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    width: 736px;
}
body {
	background: url("bg_1400x800h.png") no-repeat scroll top center #06090F;
	font: 52.5%/1.25 Verdana, Geneva, sans-serif;
	margin: 0 auto;
	width: 100%;
}
#lineas {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

#lineas3 {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

.lineas {
	float: left;
	padding: 10px 0;
	width: 665px;
}
.lineas3 {
	float: left;
	padding: 10px 0;
	width: 435px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
th {
    font-family: Arial;
    font-weight: bold;
    min-width: 15px;
    padding: 2px 6px 2px 2px;
    text-align: right;
}

td {
	background: url("bg_light.gif") repeat-x scroll left top #06090F;
	color: #EBFFFF;
	font-family: Trebuchet MS;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 0 4px;
	text-align: right;
}
.grey td {
	background: url("bg_dark.gif") repeat-x scroll left top #06090F;
	color: #EBFFFF;
}
.primera {
	background: none repeat scroll 0 0 transparent;
	color: #ebfefe;
	font-size: 1.3em;
	line-height: 1em;
}
.primera .borde {
	background: none repeat scroll 0 0 transparent;
	text-align: center;
}
.segunda {
	font-size: 1.1em;
	color: #ebfefe;
	background: #353639 url(bg_th.png) repeat-x left top;
}
.team {
    padding-left: 8px;
	padding-right: 8px;
    text-align: left;
}
.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;
}
th.blank, td.blank {
	background: none repeat scroll 0 0 transparent;
}
th:first-child, td:first-child {
    padding-left: 5px;
}
.last, th:last-child, td:last-child {
    padding-right: 10px;
}