body {
/* Color gris metalico #F5F4ff*/
/* Color marron kk muy lindo #ccc000*/
/* Color celeste muy suave #F5F9ff*/

/* Esto pondria una imagen de fondo en el body
background : #C0D9D9 url(images/fondo.gif) repeat;
	background : White;
	color : #666666;
	margin : 0px 0px 20px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;*/
font-family: Arial,Helvetica,sans-serif;
font-size:75%;

} 
#cabecera{
	height : 199px;
	width: 699px;
	padding : 0px 0px 0px 0px;
} 
#navegador{
}
H1{
	font-size: 12pt;
}
#navabajo{
	font-weight : bold;
} 
#lateral{
	width: 200px;
	/* Color original background-color: #EBF2FE;*/
	background-color: #F5F9ff; 
	/* Bordes que rodean al recuadro */
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	border-top : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	position: relative;
	float:right;
}
.titlat{
/* Color Original background-color:#68729E;*/
background-color:#F5F9ff;
color:#000000;
font-size:8pt;
text-transform : uppercase;
padding: 8px 0px 0px 8px;
/*padding: 7px 3px 7px 8px;*/
font-weight : normal;
letter-spacing : 2px;
margin: 0px 0px 8px 0px;
}
.cuerpolateral{
padding: 2px 2px 2px 2px;
/*padding: 5px 4px 13px 10px;*/
} 
/* Formulario caja lateral */
INPUT {
font-size : 8pt;
}
#fbuscar flogin form{
margin-bottom : 0px;
margin-top : 0px;
}
#campotexto{
float: left;
}
#campotexto input{
width:100px;
}
#campotextologin{
float: left;
}
#botonbuscar {
padding-top : 3px;
padding-left: 106px;
}
#botonlogin {
padding-top : 3px;
padding-left: 106px;
position:absolute;
}
#botonbuscar input{
border : 0px none;
}
.radio{
/*clear:both;*/
} 
#otras ul{
margin : 5px 10px 0px 0px;
padding: 0px 0px 0px 4px;
list-style: none;
}
#otras li{
padding-left: 14px;
background: transparent url("images/bullet.gif") 0 2px no-repeat;
margin-bottom: 10px;
}
#flogin{
padding-left: 14px;
background: transparent url("images/bullet.gif") 0 2px no-repeat;
margin-bottom: 5px;
}
#pie{
/*clear : both;*/
color : #8899BB;
text-align : center;
margin : 10px 10px 0px 10px;
padding-bottom:10px;
} 
/*td{
font-size: 7pt;
color: Black;
}*/
/* COSAS PARA RESALTAR LINKS AL PASAR POR ENCIMA EN LA BARRA NAVEGADOR */
#demoLinkList a {
display: block;
float: left;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #243f52;
border-right-color: #243f52;
border-bottom-color: #243f52;
border-left-color: #243f52;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
padding-top: 3px;
padding-right: 11px;
padding-bottom: 0px;
padding-left: 11px;
height: 18px;
font-size: 10px;
color: #90c7e0;
}
#demoLinkList{
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #243f52;
border-right-color: #243f52;
border-bottom-color: #243f52;
border-left-color: #243f52;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
background-color: #eeeeee;
background-image: url(../images/barra_nav.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: center;
background-y-position: top;
height: 21px;
width: 100%;
}
#demoLinkList a:hover {
color: #ffae00;
}
#targetArea, #blindArea {
 clear: both;
 padding: 0.5em 1.5em;
 margin-bottom: 2em;
 background: #CCDDFF;
 height: 15em;
 overflow: auto;
}
/* FIXTURE */
#contenedor{
	width: 100%;
	height: 100%;
}
.selects{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: White;
   border: 1px solid #0099E2;
   color: Black;
   text-indent: 2px;*/
	font-family: Arial,Sans-Serif;
	font-size: 8pt;
	line-height: 8pt;
}
#data{
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #cccccc;
border-right-color: #cccccc;
border-bottom-color: #cccccc;
border-left-color: #cccccc;
}
#menu{
	width:400px;
	background-color : #ffffff;
	float:left;
	position: static;
	font-size: 7pt;
}
#submenu{
	width:400px;
	background-color : #ffffff;
	float:left;
	position: static;
	font-size: 7pt;
}
.links a span {
   display: none;
}

.links a:hover span {
   display: block;
   position: absolute;
   top: 50px;
   left: 40px;
   width: 570px;
   height:450px;
   padding: 5px;
   margin: 10px;
   z-index: 100;
   color: white;
   background: black;
   text-align: center;
   text-decoration:none;
   }
   
.links a:hover {
	background:#FFFF99; /*importante para que funcione con IE*/
 }
/* Div con la fecha de partidos */
.detallePartidos{
	background-color: #D5E5F0;
	font-size: 7pt;
	color: Black;
}
 /* Tabla con los resultados de la fecha de programacion */
#tblFechaProg{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	width: 75%;
}
#tdTorneo{
	background-color: #174E87; 
	color: White;
	font-size: 9px;
	font-weight: bold;
}
#tdCategoria{
	background-color: #174E87;
	color: White;
	font-size: 8px;
	font-weight: bold;
}
#tdCampeonato1{
	background-color: #EDEDED;
}
#tdCampeonato2{
	background-color:  #F9F9F9;
}
#tdVerMas{
	background-color: White;
}
#divisiones{
	text-align: left;
	width: 600px;
}
#programacion{
 	width:600px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.divFechaProgramaOculto{
	display: none;
	background-color: Olive;
}
.divFechaProgramaActual{
	display: block;
	background-color: Aqua;
}

/* ESTILOS PARA FIXTURE Y POSICIONES PAGINA */
.fixtureFechas{
display: block;
float: left;
width: 31px;
height: 15px;
color: #999999;
background-color: #f3f3f3;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
text-align: center;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #cccccc;
border-right-color: #cccccc;
border-bottom-color: #cccccc;
border-left-color: #cccccc;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 0px;
}
.tablaFixture td{
height: 20pt;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #e9e9e9;
border-right-color: #e9e9e9;
border-bottom-color: #e9e9e9;
border-left-color: #e9e9e9;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}
.tablaFixture{
/*clear: both;*/
width: 100%;
font-size: 11px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #e9e9e9;
border-right-color: #e9e9e9;
border-bottom-color: #e9e9e9;
border-left-color: #e9e9e9;
}
.tdg{
	background-color: #f3f3f3;
}
.tdgBold{
	background-color: White;
	font-weight: bold;
}
.tdgClubes{
	background-color: White;
	color: #1B4A6E;
}
.tdgObs{
	background-color: White;
	color: #c5c5c5;
}
.tdgClubesWhite{
	background-color: White;
}
#datosTorneo{
	font-family: Georgia,Serif;
	font-weight: bold;
	background-color: white;
	color: #003366;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	font-size: 16px;
}
#tablaFechas{
background-color: #f3f3f3;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #cccccc;
border-right-color: #cccccc;
border-bottom-color: #cccccc;
border-left-color: #cccccc;
}
#fixture{
/*clear: both;*/
width: 100%;
font-size: 11px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #e9e9e9;
border-right-color: #e9e9e9;
border-bottom-color: #e9e9e9;
border-left-color: #e9e9e9;
}
a{
text-decoration: none;
color: #666666;
}
#tablaPosiciones{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #e9e9e9;
border-right-color: #e9e9e9;
border-bottom-color: #e9e9e9;
border-left-color: #e9e9e9;
width: 100%;
}
#tablaPosiciones td{
font-size: 11px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #e9e9e9;
border-right-color: #e9e9e9;
border-bottom-color: #e9e9e9;
border-left-color: #e9e9e9;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
padding-left: 16px;
padding-top: 2px;
}
