/* CSS Document */

.SeparadorVertical{
	margin-left:330px;
	width:30px;
	height:200px;
	background-image:url(../fondos/linea_separadoraV.GIF);
}

.TablaColumnas{
	width:570px;
}

.Columna1{
	vertical-align:top;
	width:330px;
	background-color:#FFFFFF;
}

.Columna2{
	width:30px;
	background-image:url(../fondos/linea_separadoraV.GIF);
}

.Columna3{
	vertical-align:top;
	width:210px;
}

.CabezaDeTabla{
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#000000;
	border:#000000 1px ridge;
}

.Clasificacion{
	text-align:center;
}

.MensajesWeb{
	float:left;
	margin-top:60px;
	margin-left:180px;
	width:520px;
	height:175px;
	overflow:auto;
}

.DejarMensajeWeb{
	margin-top:70px;
	width:200px;
	height:200px;
	text-align:center;
}

.FotoEditorial{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.Puntos{
	font-size:11px;	
}

#divisiones{
	font-family: "Times New Roman", Times, serif;
	background-color:#000000;
	color:#FFFFFF;
	border-bottom:2px #FFFFFF ridge;
	font-weight:bold;
	width:205px;
}

#divisiones a:link, #divisiones a:visited, #divisiones a:hover{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

.Titular1{
	float:left;
	width:292px;
}

.Titular2{
	padding-left:20px;
}

.comentarios_titular{
	float:right;
	width:38px;
	min-height:36px;
	background-image:url(../iconos/comentarios.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding-top:10px;
	color:#000066;
	font-weight:bold;
	font-size:12px;
}



/* --------- PESTAŅAS -----------*/

#pestanas{
   margin: 0px 0px 0px 2px;
	padding:0px;
   list-style:none;
   background-color:#000000;
   float:left;
}

#pestanas li{
	float:left;
	padding:2px 0px 4px 0px;
   background-color:#FFFFFF;
   color:#000000;
   font-size:8pt;
   width:39px;
   border:#000000 1px ridge;
}

#pestanas li:hover{
	background-color:#A4A4FF;
}

.inactivo a:link{
	text-decoration:none;
	color:#000000;
}
.inactivo a:visited{
	text-decoration:none;
	color:#000000;
}

#pestanas li.activo{
   background-color:#000000;
   color: #ffffff;
   font-weight: bold;
   border-bottom:#FFFFFF 1px ridge;
}

.activo a:link, .activo a:hover, .activo a:visited{
   background-color:#000000;
   color: #ffffff;
   text-decoration:none;
   font-weight: bold;
}


.cuerpopestanas{
   background-color:#FFFFFF;
   color:#000000;
   clear:both;   
   margin:0px;
   overflow: auto;
} 

/*------------ RESULTADOS ------------ */

#resultados{ width:205px; border:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
#resultados td.guion{ width:11px; text-align:center; }
#resultados td.marcador{ width:17px; text-align:center;  color:#000066; font-weight:bold;}
#resultados td.equipoL{ width:80px;; text-align:right;}
#resultados td.equipoV{ width:80px; text-align:left;}

.verClasif{
	text-align:center;
	margin:10px 0px 10px 0px;
}


