@charset "utf-8";
/* CSS Document */
 body  {
    	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background:url(imagenes/fondos/f_body.gif);
		background-repeat:repeat-x;
		background-color:#850303;
    	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
    	padding: 0;
    	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
    	color: #000000;
    }
.thrColFixHdr #container { 
    	width: 930px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
    	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		
    	text-align: left; /* esto anula text-align: center en el elemento body. */
		background:url(imagenes/fondos/f_container.jpg);
		background-position:top;
		background-repeat:no-repeat;
		background-color:#FFFFFF;
    } 
.thrColFixHdr #header { 
    	padding: 0 10px 0 20px;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
		height:175px; /*183px;*/
background-image:url(imagenes/fondos/f_top2.jpg);
background-repeat:no-repeat;
    } 
#titular {
height:152px;}
#fuente { 
text-align:right;
font-size:0.8em;
color:#990000;
	} 
#fuente a {
color:#990000;
text-decoration:none;
}
#fuente a:hover {
color:#990000;
text-decoration:underline;
}

	
	.thrColFixHdr #mainContent { 
    	margin: 0 200px; /* los márgenes derecho e izquierdo de este elemento div crean las dos columnas externas de los lados de la página. Con independencia de la cantidad de contenido que incluyan los divs de las barras laterales, permanecerá el espacio de la columna. Puede quitar este margen si desea que el texto del div #mainContent llene el espacio de las barras laterales cuando termine el contenido de cada una de ellas. */
    	padding: 0 10px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
    } 
 .thrColFixHdr #sidebar1 {
    	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
    	width: 180px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */
    	/*background: #EBEBEB; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
    	padding: 15px 0px 15px 0px; /* el relleno mantiene el contenido del div alejado de los bordes */
		background-color:#fff;
		/*background-image:url(imagenes/fondos/f_lateralizq.jpg);
		background-repeat:no-repeat;
		background-position:top; */
		/* border-right:1px solid #999;*/
    }
	.thrColFixHdr #sidebar1 ul {
display: inline;
margin: 0;
padding: 0;
} 

.thrColFixHdr #sidebar1 li {
display: inline;
list-style: none;
padding: 0;
}

	 .thrColFixHdr #sidebar2 {
    	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
    	width: 160px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */
    	background: #fff; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
    	padding: 15px 10px 15px 5px; /* el relleno mantiene el contenido del div alejado de los bordes */
		background-image:url(imagenes/fondos/f_sidebar2.gif);
		background-position:top;
		background-repeat:repeat-y;
		/* border-left:1px solid #999999; */
    }
	
.thrColFixHdr #sidebar2 ul {
display: inline;
margin: 0;
padding: 0;
} 

.thrColFixHdr #sidebar2 li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
li.jugador a {
margin:0 auto;
background:url(imagenes/botones/jugadord.gif);
display: block;
width: 160px;
height: 104px;
}
li.jugador a:hover {
background:url(imagenes/botones/jugadord.gif);
background-position:-160px 0;
}

li.jugador a:visited {
background:url(imagenes/botones/jugadord.gif);
background-position: -320px 0; 
}

li.jugador a:visited:hover {
background:url(imagenes/botones/jugadord.gif);
background-position: -160px 0; 
}

li.calendario a {
margin:0 auto;
background:url(imagenes/botones/calendario.gif);
display: block;
width: 180px;
height: 188px;
}
li.calendario a:hover {
background:url(imagenes/botones/calendario.gif);
background-position:-180px 0;
}

li.calendario a:visited {
background:url(imagenes/botones/calendario.gif);
background-position: -360px 0; 
}

li.calendario a:visited:hover {
background:url(imagenes/botones/calendario.gif);
background-position: -180px 0; 
}

/******************** */

li.boletin a {
margin:0 auto;
background:url(imagenes/botones/boletin.gif);
display: block;
width: 180px;
height: 142px;
}
li.boletin a:hover {
background:url(imagenes/botones/boletin.gif);
background-position:-180px 0;
}

li.boletin a:visited {
background:url(imagenes/botones/boletin.gif);
background-position: -360px 0; 
}

li.boletin a:visited:hover {
background:url(imagenes/botones/boletin.gif);
background-position: -180px 0; 
}

/******************** */

li.horarios a {
margin:0 auto;
background:url(imagenes/botones/horarios.gif);
display: block;
width: 180px;
height: 84px;
}
li.horarios a:hover {
background:url(imagenes/botones/horarios.gif);
background-position:-180px 0;
}

li.horarios a:visited {
background:url(imagenes/botones/horarios.gif);
background-position: -360px 0; 
}

li.horarios a:visited:hover {
background:url(imagenes/botones/horarios.gif);
background-position: -180px 0; 
}

/******************** */




.thrColFixHdr #footer { 
    	padding: 0 10px 0 20px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
    	background:#fff !important;
		background-image:url(imagenes/fondos/f_footer.jpg) !important;
		background-image: url(imagenes/fondos/f_footer_ie6.jpg);
		background-position:bottom !important;
		background-repeat:repeat-x !important;
		border-top: 1px solid #999999;
		min-height:135px;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:0.75em;
    } 

#MenuBar1
{ padding-top:145px;
padding-left:300px;
}
.noticia {
padding: 15px;
}
a.leenoticia {
color:#990000;
text-decoration:underline;
}
a.leenoticia:hover {
color:#009933;
}
a.boletin {
font-size:1.2em;
font-variant:small-caps;
font-weight:bold;
color:#000;
text-decoration:none;
}
a.boletin:hover {
text-decoration:underline;
}
.titular {
padding:1em 0 0.3em 0 ;
margin-left: 3em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#0033CC;
border-bottom:1px dotted #990000;
}
.textoseccion {
padding:1em 3em 0.3em 0 ;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#000;
font-weight:bold;
/* border-bottom:1px solid #990000; */
background-image:url(imagenes/fondos/t_seccion.gif);
background-position:top;
background-repeat:no-repeat;
}
.tituloseccion {
margin-left:100px;
}
/* Inicio FORMATOS PARA NOTICIAS*/
.fecha {
       float:left;
	   font-size:0.625em;
	   width:3em;
       padding:1em 0 0 0;
       text-align:center;
       border-right:1px solid #bcd0d4;
       border-bottom:1px solid #bcd0d4;
       color:#355b61;
       background-color:#dfe9eb;
	   background-image:url(imagenes/fondos/fechas.jpg);
	   background-repeat:no-repeat;
	   background-position:top center;}
.mes {text-transform:uppercase; font-weight:bold; color:#9b241b;}
.texto {
padding:2em 0 1em 0;
font-size:0.7em;
}
/* Fin FORMATOS PARA NOTICIAS*/


/* MARCO FOTOS PARA LOS PATROCINADORES: */
  
  .thrColFixHdr #sidebar1 ul li img {
  background-color:#fff;
  border:solid 1px silver;
  padding:5px;
  margin-bottom:0.2em;
  margin-left:20px;
}

/* OTROS ESTILOS QUE TODAVIA NO HE TOCADO: */


 .thrColFixHdr #header h1 {
    	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
    	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
    }
    .thrColFixHdr #footer p {
    	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
    }
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.tpatrocinadores {
background-color:#990000;
display: block;
width: 180px;
}


.titulo_sidebar1 {
margin: 0 ;
padding:5px 0 5px 0;
color:#FFFFFF;
text-align:center;
font: 80% Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
background-color:#990000;
background-image:url(imagenes/fondos/tsidebar1_t.gif);
background-repeat:no-repeat;
}
#patrocina {
padding-top:15px;
padding-botom:15px;
background-color:#0033CC;
background-color:#d6f0fd;
background-image:url(imagenes/fondos/f_patrocina.gif);
background-position:bottom;
background-repeat:no-repeat;
}
#comentarios {
margin: 0 ;
padding:5px 0 5px 0;
color:#FFFFFF;
text-align:center;
font: 80% Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
background-color:#990000;
background-image:url(imagenes/fondos/f_comentarios.gif);
background-repeat:no-repeat;
}

/* ESTILOS DE LA PAGINACION DE RESULTADOS: */
#paginacion { padding:3px; margin:3px; font-size:0.75em; text-align:center; } 
#paginacion a { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #2C2C2C; text-decoration: none; color: #fff; background: #2C2C2C url(image1.gif); }
#paginacion a:hover, #paginacion a:active { border:1px solid #990000; color: #FFF; background: #990000; } 
# span.current { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #AAD83E; font-weight: bold; background: #AAD83E;   color: #FFF; } 
# span.disabled { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #f3f3f3; color: #ccc; } 

/* MARCO POLAROID PARA FOTOS */
.polaroid {
     padding:10px 10px 45px 10px;
     border:1px solid black;
     background:white;
     text-align:center;
}
.polaroidtext {
    color:black;
    position:relative;
    top: -25px;
}


/* PARA TODAS LAS TABLAS */
table {
		width:100%;
}

table caption {
		visibility:hidden;
}
/* TABLA CSS PARA TECNICOS */
/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table.tecnicos {
		border-collapse:collapse;
		background:#fff;
		/* border-left:1px solid #686868;
		border-right:1px solid #686868; */
}

table.tecnicos td, th {
		padding:5px;
}


/* =links
----------------------------------------------- */

table.tecnicos a {
		color:#950000;
		text-decoration:none;
}

table.tecnicos a:link {}

table.tecnicos a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: dashed;
}

table.tecnicos a:hover {
		color:#0066CC;
		border-bottom: 1px solid #0066CC;
}

/* =head =foot
----------------------------------------------- */

table.tecnicos tr.head {
		background:#CBD996;
		color:#000;
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.2em;
		text-transform: uppercase;
}

table.tecnicos td.subir {
		text-align:right
}

/* =body
----------------------------------------------- */
table.tecnicos th, table.tecnicos td {
		border-bottom: solid 1px #333;
}

table.tecnicos th {
		white-space: nowrap;
}

table.tecnicos th a {
		color:#333;
}

.odd {}

/* tbody.tecnicos tr:hover {
		background:#fafafa
} */
.cargo {
font-size:1.2em;
font-weight:bold;
color:#0066CC;
}

/* ------------------------------------------------------ */
/* ESTILOS PARA LA TABLA DE RESULTADOS DE LA ULTIMA JORNADA */
/* ------------------------------------------------------ */
table.resultados {
border:1px #999 solid;
border-collapse:collapse;
}
table.resultados td.titulo_resultados {
color:#FFFFFF;
text-align:center;
font-weight:bold;
background-color:#3399cc;
border-bottom: 1px #999 solid ;
}
table.resultados td, th {
		padding:5px;
		border-bottom:1px #999 dotted;
}
.goles {
padding:5px;
background-color:#000;
color:#FFFFFF;
}
/* ------------------------------------------------------ */
/* ESTILOS PARA LA TABLA DE CLASIFICACION */
/* ------------------------------------------------------ */
table.clasificacion {
border:1px #999999 solid;
margin-bottom:25px; /* dejamos espacio inferior respecto a la lista de anotaciones aclaratorias de la tabla */
}
table tr.tituclasifica {
font-weight:bold;
text-align:center;
background-color:#bee2e6;
}
ul.clasificacion {
border:1px #999999 dotted;
}
ul.clasificacion li {
text-decoration:none;
font-size:0.8em;
border-bottom:1px #999999 dotted;
padding:5px;
margin-bottom:6px;
}
.notaciones {
text-align:left;
border-bottom:1px #999999 dotted;
padding-bottom:5px;
padding-left:12px;
padding-right:12px;
}
.negrita {
padding:5px;
background-color:#bee2e6;
font-weight:bold;
}
.notacion {
display:block;
color:#000;
background-color:#ccc;
font-weight:bold;
padding:5px;
}
/* ------------------------------------------------------ */
/* ESTILOS PARA LA TABLA DE TODAS LAS JORNADAS */
/* ------------------------------------------------------ */
table.tjornadas {
border:1px #999 solid;
border-collapse:collapse;
}
table.tjornadas td.titulo_resultados {
color:#FFFFFF;
text-align:center;
font-weight:bold;
background-color:#3399cc;
}
table. tjornadas tr.fechajor {
font-size:0.80em;
}
table.tjornadas td, th {
		padding:2px;
		text-align:center;
}
.golfechajor {
padding:2px;
background-color:#000;
color:#FFFFFF;
}
td.listaresul {
border-collapse:collapse;
padding:0;
}

/* ------------------------------------------------------ */
/* ESTILOS PARA LA TABLA DE TODOS LOS ALBUMS*/
/* ------------------------------------------------------ */
td.alineavertical {
vertical-align:top;
}
table.malbum {
text-align:center;
}
table.malbum tr {
width: 33%;
}
table.malbum tr td a img {
padding:3px;
border:1px solid #6699cc;
background-color:#fff;
}
table.malbum tr td a:hover img {
padding:3px;
border:1px solid #000;
background-color:#fff;
}
table.malbum tr td.nombrealbum {
font-size:0.8em;
color:#093;
font-weight:bold;}

table.malbum tr td.descripcion {
font-size:0.6em;
}




/* ------------------------------------------------------ */
/* ESTILOS PARA LA TABLA DE ALBUM DE FOTOS (SOLO UN ALBUM)*/
/* ------------------------------------------------------ */
table.album {
/* tabla principal que contiene un album de fotos */
}

table.album tr td {
text-align:center;
}
table.fotosalumb {
border-collapse:collapse;
}
td.foto {
background-image:url(imagenes/fondos/f_fotos.gif);
background-repeat:repeat;
}
table.numerofotos {
margin-top:15px;
}
.centrado {
text-align:center;
}
.ampliar {
text-align:center;
color:#990000;
font-size:1.2em;
}
.totalfotos {
padding:5px;
background-color:#64ab4d;
border:1px solid #999;
}
/* ESTILOS DE LA TABLA QUE CONTIENE LA PAGINACION DE UN ALBUM DE FOTOS: */
table.paginaciona { padding:3px; margin:3px; font-size:1em; text-align:center; border-top:1px #999 dotted;
border-bottom:1px #999 dotted;} 
table.paginaciona a { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #2C2C2C; text-decoration: none; color: #fff; background: #2C2C2C url(image1.gif); }
table.paginaciona a:hover, #paginacion a:active { border:1px solid #990000; color: #FFF; background: #990000; } 
table.paginaciona span.current { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #AAD83E; font-weight: bold; background: #AAD83E;   color: #FFF; } 
table.paginaciona span.disabled { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #f3f3f3; color: #ccc; } 


/* ------------------------------------------------------ */
/* ESTILOS PARA LA TABLA DE ENLACES*/
/* ------------------------------------------------------ */

table.enlaces {
border:1px #999999 dotted;}

table.enlaces tr td.icono {
text-align:center;
}
table.enlaces tr td.tituloe {
padding:5px;
border:1px #333 dotted;
background-color:#CBD996;
}
table.enlaces tr td.subir {
		text-align:right
}

table.enlaces tr td.subir a {
		color:#950000;
		text-decoration:none;
}

table.enlaces tr td.subir a:link {}

table.enlaces tr td.subir a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: dashed;
}

table.enlaces tr td.subir a:hover {
		color:#0066CC;
		border-bottom: 1px solid #0066CC;
}


/* ------------------------------------------------------ */
/* ESTILOS DEL FORMULARIO DE CONTACTO */
/* ------------------------------------------------------ */

table.formu {
	padding:5px;
	font-size:1em;
	background-repeat:repeat;
	border-top:1px #999999 dotted;
	border-bottom:1px #999999 dotted;
}
td.texto {
	padding-top:15px;
	vertical-align:top;
}
.f1 {
color:#000;
background-color:#ddd
}
legend {
color:#990000;
}
.campotexto {
color:#990000;
background-color:#ddd
}
.campotextarea {
color:#990000;
}
.obligatorio {
font-weight:bold;
font-size:14px;
color:#FF6600;
} 
p.aclaracion {
text-align:left;
font-size:0.8em;
border-bottom:1px #999999 dotted;
margin-bottom:25px;
padding-left:12px;
padding-right:12px;
}
p.parrafo {
	padding-left:12px;
	padding-right:12px;
}

img.jugador {
border: 4px double black;
}
.titujugadores {
padding:5px 0 5px 0;
background-color:#990000;
color:#FFFFFF;
text-align:center;
margin: 15px 0 15px 0;
}
.fotoplantilla {
text-align:center;
background-image:url(imagenes/fondos/f_fotoplantilla.jpg);
		background-repeat:repeat-x;
		/* border-right: 1px dotted #009933;
		border-left: 1px dotted #009933; */
}
p.scrollfotos {
text-align:left;
font-size:0.65em;
border-bottom:1px #999999 dotted;
padding-bottom:5px;
padding-left:12px;
padding-right:12px;
}
table.fichajugador {
padding:0;
border: 1px solid black; 
}
td.titudorsal {
padding:5px;
color:#900;
text-align:center;
font-weight:bold;
}
td.dorsal {
padding:10px;
color:#900;
text-align:center;
font-size:2em;
font-weight:bold;
border-top: 4px double #900;
}
td.demarcacion {
padding:5px;
color:#333;
text-align:center;
font-weight:bold;
}

/* ------------------------------------------------------ */
/* ESTILOS PARA EL JUGADOR DESTACADO*/
/* ------------------------------------------------------ */

.fotodestacado {
text-align:center; }



/* ESTILOS PARA LOS MENUS DE LAS CATEGORIAS INFERIORES */

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}

/*- Menu 4--------------------------- */

li.resultados a{
background:url(imagenes/fondos/f_bresultados.gif);
display: block;
width: 180px;
height: 32px;
background-position: 0 0;
overflow: hidden;
color:#FFFFFF;
font-size:0.7em;
text-indent: -999999px;
}

li.resultados a:hover {
background:url(imagenes/fondos/f_bresultados.gif);
background-position: -180px 0;
}

li.resultados a:visited {
background:url(imagenes/fondos/f_bresultados.gif);
background-position: -360px 0; 
}

li.resultados a:visited:hover {
background:url(imagenes/fondos/f_bresultados.gif);
background-position: -180px 0; 
}






li.clasificacion a{
background:url(imagenes/fondos/f_bclasificacion.gif);
display: block;
width: 180px;
height: 32px;
background-position: 0 0;
overflow: hidden;
color:#FFFFFF;
font-size:0.7em;
text-indent: -999999px;
}

li.clasificacion a:hover {
background:url(imagenes/fondos/f_bclasificacion.gif);
background-position: -180px 0;
}

li.clasificacion a:visited {
background:url(imagenes/fondos/f_bclasificacion.gif);
background-position: -360px 0; 
}

li.clasificacion a:visited:hover {
background:url(imagenes/fondos/f_bclasificacion.gif);
background-position: -180px 0; 
}


li.marcadorcat a{
background:url(imagenes/fondos/f_bmarcador.gif);
display: block;
width: 180px;
height: 32px;
background-position: 0 0;
overflow: hidden;
color:#FFFFFF;
font-size:0.7em;
text-indent: -999999px;
}

li.marcadorcat a:hover {
background:url(imagenes/fondos/f_bmarcador.gif);
background-position: -180px 0;
}

li.marcadorcat a:visited {
background:url(imagenes/fondos/f_bmarcador.gif);
background-position: -360px 0; 
}

li.marcadorcat a:visited:hover {
background:url(imagenes/fondos/f_bmarcador.gif);
background-position: -180px 0; 
}

li.noticiascat a{
background:url(imagenes/fondos/f_bnoticiascat.gif);
display: block;
width: 180px;
height: 32px;
background-position: 0 0;
overflow: hidden;
color:#FFFFFF;
font-size:0.7em;
text-indent: -999999px;
margin-bottom:20px;
}

li.noticiascat a:hover {
background:url(imagenes/fondos/f_bnoticiascat.gif);
background-position: -180px 0;
}

li.noticiascat a:visited {
background:url(imagenes/fondos/f_bnoticiascat.gif);
background-position: -360px 0; 
}

li.noticiascat a:visited:hover {
background:url(imagenes/fondos/f_bnoticiascat.gif);
background-position: -180px 0; 
}
  
/* <ul>  en columnas para el pie*/
  /*Definimos una clase para <ul> */

  ul.columnas {
  float: left;
  width: 100%; /*Este ancho será el total que ocupen muestras columnas */
  list-style-type: none; /*Eliminamos las viñetas */
  }

/*Definimos las propiedades para <li> a partir de las otorgadas a <ul>*/

  ul.columnas li{
  display:inline; /*Se declara que las propiedades serán otorgadas a cada linea*/
  float: left;
  width:25%;} /*Al definir el ancho definimos también el número de columnas, siendo 25% para 4 columnas, 33% para 3, 50% para 2 y asi para la cantidad de columnas que deseemos */
  ul.columnas li.separador {
  padding-top:30px;
  }
  /* fin <ul>  en columnas para el pie*/
.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/*Estilos link GRUPO INFONET*/
li.separador a {
padding-left:2px;
padding-right:2px;
text-decoration:none;
color:#990000;
}
li.separador a:hover {
color:#FFFFFF;
background-color:#000;
}
/* TABLA PARA LOS MARCADORES */
table.ultimomarcador {
width:100%;
border:0;
}
.marcador {
text-align:center;
}
.partido {
text-align:center;
font-weight:bold;
font-size:1.2em;
color:#333;
padding-top:5px;
padding-bottom:5px;
border-top:1px dotted #333;
border-bottom:1px dotted #333;
background-image:url(imagenes/fondos/f_tdpartido.gif);
background-position:top;
background-repeat:repeat-x;
}
.versus {
color:#3399cc;
font-size:1.5em;
}
.tdjornada {
background-color:#eeeeee;
}
.tdfecha {
background-color:#dcdcdc;
}
.tdcronica {
background-color:#d2d2d2;
}
.tdtextocronica {
border-bottom:1px dotted #333;
}
/* estilos para las jornadas del calendario de partidos */
.tablacalendar {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
width:100%;
border-collapse:collapse;
border:1px solid #999999;
}
.tablacalendar td {
}
.tr1 {
background-color:#ffffff;
text-align:left;
}
.tr2 {
background-color:#FFCCCC;
text-align:left;
}
/* fin estilos jornadas del calendario de partidos */
/* estilos para la tabla de horarios próximos partidos */
.tablahorario {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
width:100%;
border-collapse:collapse;
border:1px solid #000;
text-align:center;
}
.tablahorario caption {
display:none;
}
.tablahorario td {
border-right:1px solid #000000;
}
.trhoratitu {
background-color:#000;
color:#fff;
font-weight:bold;
text-align:center;
padding-bottom:5px;
}
.tr1horario {
background-color:#ffffff;
}
.tr2horario {
background-color:#99ccff;
}
/* fin estilos para la tabla de horarios próximos partidos */