body {
    font: 55% Verdana, Helvetica, Arial, sans-serif;
    background: transparent;
    color: Black;
    margin: 0;
    padding: 0;
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #DEE7EC;
    scrollbar-highlight-color: #DEE7EC;
    scrollbar-track-color: #F7F9FA;
    scrollbar-darkshadow-color: #F7F9FA;
    scrollbar-3dlight-color: #8CACBB;
    scrollbar-shadow-color: #8CACBB;
    scrollbar-arrow-color: #436976;
}

table {
    font-size: 100%;
}

a {
	text-decoration: none;
    color: #749423;
    background-color: transparent;
}

a:hover {
    color: #CE0000;
}

img {
    border: none;
	vertical-align: middle;
}

p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
    line-height: 1.5em;
}

p a {
    text-decoration: underline;
}

/*p a:visited {
	color: Purple;
    background-color: transparent;
}*/

p a:active {
	color: Red;
    background-color: transparent;
}

p img {
    border: 0;
    margin: 0;
}


hr {
    clear: both;
    height: 1px;
    color: #8CACBB;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6, h7 {
    color: #436B89;
    clear: left;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8CACBB;
	font-weight:bold;
}

h1 {
    font-size: 180%;
	text-align: center;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
	text-align: center;
}

h6 {
    font-size: 80%;
}

h7 {
    font-size: 100%;
	text-align: center;
}

h1.cronica {
    font-size: 180%;
	text-align: left;
}


ul { 
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

ul a, ol a {
    text-decoration: underline;
}

dl {
}

dt {
    font-weight: bold;    
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}


fieldset {
    border: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: transparent;
    padding: 0.5em;
}


form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid Black;  
    color: Black;
    background-color: white;
    width: 88%;
    padding: 0.1em;
	height: 20;
}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid Black;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

select {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid Black;  
    vertical-align: top;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}

q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
}

.netscape4 {
    display: none;
}

/*
** Structural Elements
*/

div.top {
    /* Top section */
	height: 100px;
    background: #7C9C34;
    margin: 0;
    padding: 0;
}

div.top_line {
	background-color: #30420F;
	border-bottom: solid 1px white;
	color: white;
	font-size: 7.5pt;
	font-family: Arial;
	padding: 1px 0px 1px 0px;
}

.logo {
    /* Logo properties */
    margin: 0em 0em 0em 5.4em;
    padding: 0;
}

div.searchBox {
    /*searchbox style and positioning */
    background-color: transparent;
    color: Black;
    float: right;
    margin: 8em 0.5em 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: right;
    text-transform: lowercase;
    width: 30%;
}

input.searchButton {
	font-size: 100% ! important;
    margin-bottom: 1px ! important;
	background-color: #30420F;
	color: white;
}

input.searchText {
	border: solid 1px black;
    background-color: white;
}

div.tabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    background: transparent;
    border-color: #8CACBB;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-bottom: #DEE7EC 1px solid;
    color: #436976;
    font-weight: normal;
}

div.tabs a:hover {
    background: #DEE7EC;
    border-color: #8CACBB;
    border-bottom-color: #DEE7EC;
    color: #436976;
}

div.personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background: #DEE7EC;
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: Black;
    padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
}

div.personalBar a {
    background-color: transparent;
	color: #436976;
    font-weight: normal;
    margin-left: 1em;
}

div.personalBar img {
    vertical-align: top;
}

div.pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}

div.teams {
	border-width: 1px 0px 1px 0px;
	border-color: white;
    border-style: solid;
	background-color: #A60000;
	text-align: center;
}

div.teams table {
	width: 100%;
}

div.teams span a {
	font-size: 6.5pt;
	font-family: Verdana;
	color: #FFFFFF;
	text-transform: uppercase;
}

div.teams span a:hover {
	color: black;
}

div.weeks {
	border-width: 0px 0px 1px 0px;
	border-color: white;
    border-style: solid;
	background-color: #CE0000;
	color: white;
	padding: 1px 0px 3px 5px; 
	vertical-align: center;
	font-family: Verdana;
}

div.weeks a {
	color: white;
}

div.weeks a:hover {
	color: black;
}

.breadcrumbs {
    float: left;
    text-transform: lowercase;
}

.addFavorite {
    vertical-align: bottom;
}

table.columns {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.columns td.left {
	vertical-align: top;
	width: 140px;
	padding-top: 10px;
	background-image: url('../imagenes/back_left.gif');
}

table.columns td.main {
    vertical-align: top;
   	padding: 0em 2em 1em 2em;
    margin: 0;
    background-image: url('../imagenes/back.gif');
	width: auto;
}

table.columns td.right {
    vertical-align: top;
	padding-top: 10px;
	width: 140px;
	background-image: url('../imagenes/back_right.gif');
}

#contentTabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom: 1px solid #74AE0B;
    padding-left: 1em;
    margin-top: 2em;
    white-space: nowrap;
}

#contentTabs a {
    background: transparent;
    border: 1px solid #74AE0B;
    border-style: solid solid none solid;
    color: #578308;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

#contentTabs a.selected {
    background: #CDE2A7;
    border-bottom: #CDE2A7 1px solid;
    color: #578308;
    font-weight: normal;
}

#contentTabs a:hover {
    background-color: #CDE2A7;
    color: #578308;
}

#contentBar {
    background: #CDE2A7;
    border-left: 1px solid #74AE0B;
    border-right: 1px solid #74AE0B;
    color: #578308;
    text-align: right;
    text-transform: lowercase;
}

div.document {
    background: transparent;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0em 0em 2em 0em;
}

div.editableDocument {
    background: White;
    border: 1px solid #74AE0B;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    margin: 0em 0em 2em 0em;
    padding: 0em 1em 2em 1em;
}

div.documentActions {
    float: right; 
    margin-top: 1.5em;
}

div.message {
    background: #FFCE7B;
    border: 1px solid #FFA500;
    color: Black;
    font: bold 90% Verdana, Helvetica, Arial, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.message a {
	color: Black;
    text-decoration: underline;
}



div.title {
    margin-top: 1em;
}

.description {
    /* The summary text describing the document */
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}

.footer {
    background: #DEE7EC;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    color: Black;
    clear: both;
    float: none;
    margin: 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}


/*
** Widgets
*/

input.standalone {
    background: #DEE7EC url(linkOpaque.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.context {
    background: #CE0000;
    color: White;
    cursor: pointer;
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 1px;
    text-transform: lowercase;
}

input.destructive {
    background: #FFCE7B;
    border: 1px solid #FFA500;  
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.row {
    clear: both;
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}

.group {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em;
}

span.cronica{
	font-weight: bold;
	color: #436B89;
	font-size: 7pt;
}

span.legend {
    background: White;
    font-size: 80%;
    padding: 0.5em;
    position : relative;
    top: -0.8em;
    left: 0em;
}

div.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

div.field {
    margin-top: 0.2em;
}

div.help {
    background-color: #FFFFE1; 
    border: 1px solid black; 
    font-size: 90%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    left: -18em;
    top: 1.5em;
    width: 16em;
    padding: 0.5em;
}

.error {
    /* Class for error indication in forms */
    background: #FFCE7B;
    border: 1px solid #FFA500;
    padding: 1em;
    margin: 0;
    width: 68% !important;
}

.required {
    /* Used in addition to class "label" on required elements */
    background: url(required.gif) right no-repeat;
}

span.card {
    background: #DEE7EC;
    border-color: #8CACBB;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 15%;
}

table.listing,
div.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    font-size: 90%;
    margin: 1em 0em 1em 0em;
    clear: both;
}

table.listing th,
div.stx table th {
    background: #DEE7EC;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    color: Black;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    white-space: nowrap;
}

table.listing td.top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
    /* insane IE row bug workaround */
    position: relative;
    left: -1px;
    top: -1px;
}

table.listing tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.listing tr.even {
    background: #F7F9FA;
}

table.listing td,
div.stx table td {
    border-right: 1px solid #8CACBB;
    padding: 0em 1em;
    text-align: left;
}

table.listing a:hover {
    text-decoration: underline;
}

table.listing img {
	vertical-align: middle;
}

/* Additional STX workaround classes */

div.stx table p /* stupid STX table workaround */
{
    margin: 0;
    padding: 0;
}

div.stx table  /* stupid STX table workaround */
{
    border: 1px solid #8CACBB ! important;
}
div.stx table td {
    border-bottom: 1px solid #8CACBB;
}


div.box {
	border-style: none;
    margin: 0em 0em 2em 0em;
    padding: 0px;
}

div.box h4 {
    font-size: 1em;
}

div.box h5 { 
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-style: solid solid none solid;
    color: Black;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
}

div.box h6 { 
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-style: solid solid none solid;
    color: Black;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
}


div.box div.body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8CACBB;
}

div.centered {
	padding-left: 8px;
}

div.loginSlot {
	border: solid 2px #96CD3A;
	background-color: white;
	width: 120px;
	font-family: verdana;
	font-size: 1;
	color: black;
	font-weight: bold;
}

div.loginText {
	font-size: 150%;
	color: #749C2C;
}

div.seasonSections {
	border: solid 2px #EA7100;
	background-image: url('../imagenes/pt_back.gif');
	width: 120px;
	font-family: verdana;
	color: black;
	font-weight: bold;
	text-align: center;
}

div.tempSelector {
	border: solid 2px #0091F0;
	width: 120px;
	background-color: #E7F2FD;
	font-family: verdana;
	color: black;
	font-weight: bold;
	text-align: center;
}

div.seasonSections a{
	font-family: verdana;
	color: black;
	font-weight: normal;
}

div.seasonSections a:hover{
	color: #BE4600;
}

div.institutionalSections {
	border: solid 2px #0091F0;
	background-image: url('../imagenes/pi_back.gif');
	width: 120px;
	font-family: verdana;
	color: black;
	font-weight: bold;
	text-align: center;
}

div.institutionalSections a{
	font-family: verdana;
	color: black;
	font-weight: normal;
}

div.institutionalSections a:hover{
	color: #0091F0;
}

div.seasonLogo {
	border: solid 1px black;
	width: 110px;
	text-align: center;
}

.boxDetails {
    text-align: right;
}

div.box .content {
    padding: 1em;
}

div.box a.close {
    float: right;
    text-transform: none;
    border-left: 1px solid #8CACBB;
    padding: 0em 0.2em;
}

div.box h1, 
div.box h2, 
div.box h3, 
div.box h4 {
    margin: 0;
    padding: 0;
}

div.box .even {
    background-color: #F7F9FA;
}

div.box .odd {
    background-color: transparent;
}

div.box .highlight {
    background-color: 2px solid #FFA500;
}

div.box input {
    font-size: 100%;
}

div.spacer {
	margin: 1em;
}

.currentNavItem {
    color: Black;
    font-weight: bold;
}

.private {
    color: Black;
}

.published {
    color: #74AE0B;
}

.pending {
    color: #FFA500;
}

.syndicated {
    color: #008000;
}

.expired {
    color: Red;
}

.even {
    background-color: #F7F9FA;
}

.odd {
    background-color: transparent;
}

.highlight {
    background-color: #F7F9FA;
}

div.listingBar {
    background: #DEE7EC;
    border-color: #8CACBB;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    clear: both;
    vertical-align: top;
    margin: 1em 0em;
}

div.listingBar span.previous {
    text-align: left;
    float: left;
}

div.listingBar span.next {
    text-align: right;
    float: right;
}

div listingBar img {
	vertical-align: middle;
}


/*
** Calendar elements - used in the calendar rendering 
*/

div.day {
    background-color: #FFFFBB;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}

div.date {
    font-weight: bold;
}

  
table.calendar {
    border: 1px solid #8CACBB;
    margin: 0em 1em 2em 0em;
    text-align: right;
}

table.calendar a {
    text-decoration: none;
    color: #436976;
}

table.calendar a:hover {
    text-decoration: none;
}

table.calendar th {
    background-color: #DEE7EC;
    color: Black;
    font-weight: bold;
    text-align: center;
}

table.calendar td {
    background-color: transparent;
    width: 1.5em;
    padding: 2px;
}

table.calendar td.weekdays {
    background-color: #DEE7EC;
    border: 1px solid #8CACBB;
    border-style: solid none;
    text-align: center;
}

table.calendar td.event {
    background-color: #DEE7EC;
    font-weight: bold;
}

table.calendar td.noevent {
    background-color: transparent;
}

table.calendar td.todayevent {
    background-color: #DEE7EC;
    border: 2px solid #FFA500;
    font-weight: bold;
}

table.calendar td.todaynoevent {
    border-collapse: collapse;
    border: 2px solid #FFA500;
}

span.upper {
	text-transform: uppercase;
}

td.roster {
	padding: 1px 3px 1px 3px; 
}

td.text_left {
	text-align: right;
}

.lefted {
	text-align: left;
}
.imagen{
	background-color: transparent;
	}

div.nextWeek {
	border: solid 1px white;
	background-color: transparent;
	width: 120px;
	font-family: verdana;
	color: white;
	font-weight: bold;
	text-align: left;
}

div.nextWeek .odd {
	font-weight: normal;
	background-color: #80D6FF;
	color: #0078B3;
	padding: 2px 2px 2px 2px;
}

div.nextWeek .even {
	font-weight: normal;
	background-color: #0078B3;
	color: #80D6FF;
	padding: 2px 2px 2px 2px;
}

div.box h5.nextWeek {
	border: solid 1px white;
	background-color: #00446C;
	font-family: verdana;
	color: white;
	font-weight: bold;
}

div.lastWeek {
	border: solid 1px white;
	background-color: transparent;
	width: 120px;
	font-family: verdana;
	color: white;
	font-weight: bold;
	text-align: left;
}

div.lastWeek .odd {
	font-weight: normal;
	background-color: #E7BB0E;
	color: #A60000;
	padding: 2px 2px 2px 2px;
}

div.lastWeek .even {
	font-weight: normal;
	background-color: #A60000;
	color: #E7BB0E;
	padding: 2px 2px 2px 2px;
}

div.box h5.lastWeek {
	border: solid 1px white;
	background-color: #6C0000;
	font-family: verdana;
	color: white;
	font-weight: bold;
}

div.standingsPad {
	padding-left: 6px;
	padding-right: 6px;
}

div.standings {
	border: solid 1px white;
	background-color: transparent;
	width: 125px;
	color: white;
	font-weight: bold;
	text-align: left;
}

div.standings .odd {
	font-weight: normal;
	background-color: #E9D774;
	color: #797B11;
	padding: 2px 0px 2px 0px;
}

div.standings .even {
	font-weight: normal;
	background-color: #5D7F00;
	color: #E9D774;
	padding: 2px 0px 2px 0px;
}

div.standings .image {
	text-align: left;
}

div.box h5.standings {
	border: solid 1px white;
	background-color: #414209;
	font-family: verdana;
	color: white;
	font-weight: bold;
}

div.standings table {
	background-image: url('../imagenes/posiciones_back.gif');
	width: 100%;
}

div.rightColumn {
	padding-left: 9px;
}

div.logoSlot, div.magooSlotPad {
	padding-left: 14px;
}

div.magooSlot {
	background-image: url('../imagenes/magoo_back.gif');
	border: solid 1px white;
	width: 110px;
	text-align: center;
	color: white;
	padding: 2px 0px 3px 0px;
}

div.magooSlot a {
	color: white;
}

div.magooSlot a:hover {
	color: yellow;
}

div.righted {
	text-align: left;
}

table.game {
	border-collapse: separate;
	margin: 2pt;
	display: inline;
	text-align: left;
}

table.game th {
	background-color: #436B89;
	color: white;
}

table.game tr {
	background-color: #E9E9E9;
}

table.game td.col {
	width: 33%;
}

table.game a {
	font-weight: bold;
}

.center {
	text-align: center;
}

.ordered {
	background-color: #E1EFBE;
}

table.magoo {
	border-collapse: separate;
	text-align: left;
}

table.magoo th {
	background-color: #CC0101;
	color: white;
	width: 50%;
}

table.magoo tr {
	background-color: #EFEFEF;
}

.news_info {
	font-weight: bold;
}

.news_abstract {
	padding: 3px;
	background-color: #EFEFEF;
}

.lee_abstract {
	padding: 3px;
	background-color: #D3C887;
}

.lee_body {
	color: #53371C;
}

.lee h1, .lee li {
	border-color: #53371C;
	color: #53371C;
}

table.general {
	border-collapse: separate;
	margin-top: 13pt;
	width: 90%;
	text-align: center;
}

table.general th {
	background-color: #436B89;
	color: white;
	padding: 2pt;
}

table.general td {
	padding: 2pt;
}

table.general tr {
	background-color: #E9E9E9;
}

table.general a {
	font-weight: bold;
}

table.teams_logo {

}

table.teams_logo td {
	border-width: 0px 1px 0px 1px; 
	border-color: black; 
	border-style: solid; 
}

.titulo{
	font-weight: bold;
	
	}

table.arbitros {
	border-collapse: separate;
	border-spacing: 10pt;
	background-color: #E9E9E9;
}

table.arbitros td {
	border: solid 2px #1068A1;
}

table.detalle {
	border-collapse: separate;
	border-spacing: 10pt;
	background-color: #E9E9E9;
}

table.detalle td {
	border: solid 2px #CCCCCC;
}
table.detalle th {
        background-color: #436B89;
        color: white;
        padding: 2pt;
				
}
/*-------------*/

table.partido_c,
div.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    font-size: 10px;
    margin: 1em 0em 1em 0em;
    clear: both;
}

table.partido_c th,
div.stx table th {
    background: #DEE7EC;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    color: Black;
    font-weight: 10px;
    padding: 0em 1em 0em 1em;
 }

table.partido_c td.top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: left ! important;
	vertical-align: top;
	font-variant: top;
    padding: 0em 0em 0em 0em;
    /* insane IE row bug workaround */
    position: relative;
    left: -1px;
    top: -1px;
}

table.partido_c tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.partido_c tr.even {
    background: #F7F9FA;
}

table.partido_c td,
div.stx table td {
    border-right: 1px solid #8CACBB;
    padding: 0em 1em;
    text-align: left;
	background: #FFFFFF;
	vertical-align: top;
}

table.partido_c a:hover {
    text-decoration: underline;
}

table.partido_c img {
	vertical-align: middle;
}

/*  */

table.equipo_c {
	border-collapse: separate;
	margin: 2pt;
	display: inline;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

table.equipo_c th {
	background-color: #436B89;
	color: white;
	text-align: center;
	vertical-align: top;
}

table.equipo_c tr {
	background-color: #E9E9E9;
	vertical-align: top;
}

table.equipo_c td.col {
	width: 50%;
	vertical-align: top;
}

table.equipo_c a {
	font-weight: bold;
}

table.partido_c td.centered {
	text-align: center;
}

table.partido_c td.gray { 
	background-color: #CCCCCC;
}

div.temp_actual {
	position: absolute;
	float: right;
	right: 10px;
	top: 17px;
	background-color: white;
	border: solid 1px black;
	padding: 4px;
}



table.jugador,
div.stx table {
    border-collapse: collapse;
    border-left: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    font-size: 9px;
	width: 90%;
    margin: 0em 0em 0em 0em;
    clear: both;
}

table.jugador th,
div.stx table th {
    background: #DEE7EC;
    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    border-left: 1px solid #8CACBB;
    color: Black;
	font-size: 9px;
	text-decoration: none;
	width: 35%;
	text-align: left;
    font-weight: normal;
    padding: 0em 0em 0em 0em;
    white-space: nowrap;
	font-weight: bold;
}

table.jugador td.top {

    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    border-left: 1px solid #8CACBB;
    color: Black;
	font-size: 9px;
	text-decoration: none;
	text-align: left;
    font-weight: normal;
    padding: 0em 1em;
    white-space: nowrap;
}

table.jugador tr.odd {
    background: transparent;
}

table.jugador tr.even {
    background: #F7F9FA;
}

table.jugador td,
div.stx table td {
    border-right: 1px solid #8CACBB;
    padding: 0em 1em;
    text-align: left;
}

table.jugador a:hover {
    text-decoration: underline;
}

table.jugador img {
	vertical-align: middle;
}


/*home del site*/


table.home{
	width:460px;
	vertical-align: top;
}

table.home td{
	width: 460px;
	vertical-align: top;
	text-align: left;
}

table.home td.semanal{
	text-align: left;

	font-size: 7pt;
	vertical-align: top;
	width: 460px; 
	border-width: 1px 1px 1px 1px; 
	border-collapse: collapse; 
	border-color: black; 
	border-style: solid; 
	margin-bottom: 10px;
	background-image: url('http://aafa.blitzit.com.ar/site/imagenes/fondo_news.jpg');
}

table.home th{
	text-align: center;
	
	vertical-align: top;
	width: 460px; 
	border-width: 1px 1px 1px 1px; 
	border-collapse: collapse;
	border-color: black; 
	border-style: solid; 
	margin-bottom: 10px; 
	background-image: url('http://aafa.blitzit.com.ar/site/imagenes/fondo_noticia_titulo.jpg');
}

table.home th.abajo{
	text-align: right;
	vertical-align: top;
	width: 460px; 
	border-width: 1px 1px 1px 1px; 
	border-collapse: collapse;
	border-color: black; 
	border-style: solid; 
	margin-bottom: 10px; 
	background-image: url('http://aafa.blitzit.com.ar/site/imagenes/fondo_noticia_titulo_abajo.jpg');
}
table.home a.ath {
	text-decoration: none;
    color: #000000;
    background-color: transparent;
}

table.home a:hover {
    color: #CE0000;
}

table.home_fotos_semanales{
	width:100%;
}

table.home td.titulo{
	vertical-align: middle;
	width: 460px;
}


table.home_fotos_semanales td.noticias_semanales{
	text-align: center;
	vertical-align: top;
	width: 100%;
	border-width: 1px 1px 1px 1px; 
	border-collapse: collapse;
	border-color: black; 
	border-style: solid; 
	margin-bottom: 10px; 
	background-image: url('http://aafa.blitzit.com.ar/site/imagenes/fondo_noticia_titulo_abajo.jpg');
}
table.home_fotos_semanales tr.fotos{
	height: 100px;
	text-align: center;
}

table.home_fotos_semanales td{
	width:100%;
	text-align: center;
}

table.fotos{
	width:50%;
	vertical-align: top;
	text-align: center;
}

table.fotos td{
	text-align: center;
	vertical-align: top;
	border-width: 1px 1px 1px 1px; 
	border-collapse: collapse;
	border-color: black; 
	border-style: solid; 
	background-color: #EEEEEE;
}

table.reloaded{
	width: 460px;
	
}

table.reloaded td.imagen{
	
	background-color: #FFFFFF;
	border: 1px solid;
	border-left: #000000;
	border-right: #000000;
	border-top: #000000;
	border-bottom: #000000;
}

table.reloaded td.texto{
	width: 410px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid;
	border-left: #000000;
	border-right: #000000;
	border-top: #000000;
	border-bottom: #000000;
}

table.reloaded td.flash{
	text-align: center; 
	border-width: 1px 1px 1px 1px; 
	background-color: white; 
	border-collapse: collapse; 
	border-color: black; 
	border-style: solid; 
	margin-bottom: 10px;
}




table.fotos_p{
	width: 460px;

}

table.fotos_p td.foto_partido{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}




table.partido_c_sumario,
div.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    font-size: 10px;
	width: 40%;
    margin: 1em 0em 1em 0em;
    clear: both;
}

table.partido_c_sumario th,
div.stx table th {
    background: #DEE7EC;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    color: Black;
    font-weight: 10px;
    padding: 0em 1em 0em 1em;
 }

table.partido_c_sumario td.top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: left ! important;
	vertical-align: top;
	font-variant: top;
    padding: 0em 0em 0em 0em;
    /* insane IE row bug workaround */
    position: relative;
    left: -1px;
    top: -1px;
}

table.partido_c_sumario tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.partido_c_sumario tr.even {
    background: #F7F9FA;
}

table.partido_c_sumario td,
div.stx table td {
    border-right: 1px solid #8CACBB;
    padding: 0em 1em;
    text-align: left;
	background: #FFFFFF;
	vertical-align: top;
}

table.partido_c_sumario a:hover {
    text-decoration: underline;
}

table.partido_c_sumario img {
	vertical-align: middle;
}

table.foto_partido_slot{
	text-align: center;
}

foto_partido_slot td{
	text-align: center;
}
