@charset "utf-8";
/* CSS Document */
.banderas{
	width:100%;
	text-align:center;
	padding:2px;
	padding-top:4px;
	/*height:130px;*/
}
.banderas img{
	float:left;
	width:41px;
	height:27px;
	padding-bottom:4px;
}

.marcador{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	font-family:"Lucida Console", Monaco, monospace;
	font-weight:400;
	text-transform:uppercase;
	width:100%;
	text-align:center;
}

.marcador .equipo{
	float:left;
	color:#FFFFFF;	
	font-size:2.6em;
	width:48.25%;
	border:#996600 3px outset;
	line-height:1.3;
	background-image:url(../recursos/fondos/negro_gris.png);
	background-repeat:repeat-x;		
	margin-left:5px;
}
.marcador .resul{
	float:right;
	color:#FFFF00;
	border:#FFFF00 1px solid;
	padding:5px;
	line-height:1.25;
	background-image:url(../recursos/fondos/negro_gris.png);
	background-repeat:repeat-x;	
	font-size:0.75em;	
	
}
.marcador .equipo .escudo img{
	float:left;
	height:40px;
	margin-left:5px;
	margin-right:0px;
	margin-top:5px;
}
table{
	text-align:center;
	}
#bloqueo{
	margin-bottom:0px;
	background-color:#CCCCCC;
	
	}

#competiciones{
	text-align:center;
	float:left;
	height:155px;
	width:630px;	
	}
#cuerpo{
	float:left;
	padding:2px;
	text-align:center;	
	margin:auto;
	width:700px;
	border:3px #000000 groove;
	background-image:url(../recursos/fondo_semitransp.png);
	background-repeat:repeat;
	padding:10px;


	
	}


#lateral{
	margin-top:0px;
	width:250px;
	background-color:#990066;
	float:right;
	border:2px #000000 solid;
	margin:auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size:9pt;*/
	color:#FFFFFF;
	}
		#lateral #clasificacion table{
			width:250px;
		}
#lateral .partido{
	width:100%;
	text-align:center;
}
#lateral .partido .equipo{
	width:35%;
}
#lateral .partido .resul{
	line-height:2;
	font-weight:bold;
	width:15%;
}
#lateral .partido .equipo img{
	width:30px;
}
#lateral #escudo{
	width:50%;
	float:left;
	}
#lateral #escudo img{
	width:100px;
	height:100px;
	}
#clasificacion table{
	width:100%; 
	border:2px solid;

	}
#clasificacion table tr td{
	border:1px #CC9900 solid;
	}
#clasificacion table tr td a:hover{
	color:#CC9900;
	}

	
#lateral a{
	display:block;
	text-decoration:none;
	}
#lateral a:link{
	color:#FFFFFF;
	}
#lateral a:active{
	color:#00FF00;
	}
#lateral a:visited{
	color:#FFFFFF;
	}	
#titular{
	color:#000066;
	font-size:36pt;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	}
#subtitulo{
	color:#990066;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	}
#texto1{
	text-align:justify;
	margin:auto;
	}


#foto1{
	float:left;
	margin-right:10px;
	}
#piefoto{
	margin-top:0px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#990066;
	}
#partido{
	position:relative;
	text-align:center;
	margin:auto;
	/*float:left;*/
	font-size:14pt;
	font-weight:200;
	border:1px #000000 solid;
	}
#lateral #partido{
	
	width:100%;
	}
#partido a:link{
	text-decoration:underline;
	}
#jornada{
	width:100%;
	font-size:12pt;
	font-style:italic;
	}
#estadisticas{
	font-size:10pt;
	font-style:italic;
	text-decoration:underline;
	}
#lateral #partido #equipos{
	width:100%;	
	
}
#equipos{
	font-weight:bold;
	font-size:12pt;
	}
#equipos a:link{
	display:block;
	text-decoration:none;
	}
#lateral a:hover{
	color:#CC9900;
	}
#lateral img{
	border:0px;
	}
#rotulo{
	float:none;
	width:100%;
	background-color:#CC9900;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	}

#grupo{
	font-size:12pt;
	font-weight:bolder;
	text-align:center;
	width:100%;
	}

#cabeceratabla{
	background-color:#CC9900;
	color:#000000;
	font-weight:bold;
}
#playoff{
	background-color:#0000FF;
	}
#descenso{
	background-color:#FF0000;
	}


#vercuadro{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:italic;
	width:100%;
	}


