﻿@charset "UTF-8";

/*      Cañeros 08-09          */
/* Versión 3, Octubre de 2008  */
/*  Creada por Andrey Fuentes  */
/* Diseño del menú de pestañas */

.menu {
	margin: auto;
	width: 320px;
}
.menu img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
.menu a {
	border-style: solid solid solid solid;
	border-width:  1px 1px 1px 1px;
	border-color: transparent transparent #808080 transparent;
}
.menu a.tabactive {
	border-style: solid solid none solid;
	border-width: 1px 1px 0px 1px;
	border-color: #808080 #808080 #FFFFFF #808080;
}

.menustanding {
width: 366px;
height: 30px;
line-height: 30px;
}
.menustanding a {
padding: 4px;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #006600;
}
.menustanding a.tabactive {
border: 2px solid #006600;
background-color: #003300;
color: #FFFF00;
}

.playoffs {
background: #003300;
color: #FFFF00;
font-family: "Trebuchet MS";
font-size: 12pt;
font-style: italic;
font-weight: bold;
margin: 0 auto 0 auto;
padding: 0;
text-align: center;
width: 480px;
height: 20px;
}

.menujuegos {
background: #FFFFFF;
font-family: "Trebuchet MS";
font-size: 12pt;
font-style: italic;
font-weight: bold;
margin: auto;
text-align: center;
width: 480px;
height: 20px;
}
.menujuegos a {
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #99CC66;
display: inline-block;
line-height: 20px;
margin: 0px;
padding: 0px;
width: 237px;
}
.menujuegos a.tabactive {
background-color: #99CC66;
color: #FFFF00;
}

.menuplayoffs {
background: #FFFFFF;
font-family: "Trebuchet MS";
font-size: 12pt;
font-style: italic;
font-weight: bold;
margin: auto;
text-align: center;
width: 480px;
height: 20px;
}
.menuplayoffs a {
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #99CC66;
display: inline-block;
line-height: 20px;
margin: 0px;
padding: 0px;
width: 64px;
}
.menuplayoffs a.tabactive {
background-color: #99CC66;
color: #FFFF00;
}

/*
#tablink1 {
background-color: #003300;
color: #FFFF00;
border-color: #FFFF00;
border-style: solid;
border-width: 1px 1px 0px 1px;
}
#tablink2 {
background-color: #003300;
color: #FFFF00;
border-color: #FFFF00;
border-style: solid;
border-width: 1px 1px 0px 1px;
}
#tablink3 {
background-color: #003300;
color: #FFFF00;
border-color: #FFFF00;
border-style: solid;
border-width: 1px 1px 0px 1px;
}*/


#tabcontent4, #tabcontent5, #tabcontent6, #tabcontent7, #tabcontent0 {
font-size: 12px;
margin: auto;
padding: 0px;
text-align: center;
width: 100%;
/*	height: 120px;*/
}
#tabcontent3 {
font-size: 12px;
margin: auto;
padding: 0px;
text-align: center;
width: 100%;
/*	height: 120px;*/
}
#tabcontent2 {
font-size: 12px;
margin: auto;
padding: 0px;
text-align: center;
width: 100%;
/*	height: 120px;*/
}
#tabcontent1 {
font-size: 12px;
margin: auto;
padding: 0px;
text-align: center;
width: 100%;
/*	height: 120px;*/
}