@CHARSET "ISO-8859-1";

	.puntuacion-local  {
		float:left;

		width:25px; 
		height:25px; 		
		
		border:1px solid black; 
		background-color:white;
		
		padding:0px 0px 4px 0px; 
		margin:0px 10px;
		
		border:1px solid white;
		border-radius: 3px;
		-moz-border-radius: 3px;
		
		font-family:georgia;
		font-size:14pt;
		color:black;
		font-weight:bold;	
		text-align:center;
	}
	
	.puntuacion-visitante {
		float:right;

		width:25px; 
		height:25px; 		
		
		border:1px solid black; 
		background-color:white;
		
		padding:0px 0px 4px 0px;
		margin:0px 10px;
		
		border:1px solid white;
		border-radius: 3px;
		-moz-border-radius: 3px;
		
		font-family:georgia;
		font-size:14pt;
		color:black;
		font-weight:bold;	
		text-align:center;
	}


.escudo-equipo {
	background-color:black !important;
}

.escudo-equipo img {
	background-color:black !important;
}
/* ############################################################################################################################### */
.tabcontenedor_resultados2 { 
	display:block;		
	
	border-top:1px solid #CCC; 
	
	width:250px; 
	
	margin-right:0px; 
	margin-bottom:10px;
	
	padding: 0px;
	
	
}

.tabcontenedor_resultados2 .tabcontent2 { 
	padding:2px 2px;	
	margin:0px 0px;	
}

.tabcontenedor_resultados2 table  tr td a:hover { 
	background-color: transparent;
	color: #073D5C; 
	text-decoration: underline;
}

.tabcontenedor_resultados2 table  tr td a { 
	color: #073D5C; 
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}





.tabcontenedor_resultados2 table  tr td.resultado2 a span { 
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #BB3F50;
}

.tabcontenedor_resultados2 .tabcontent2 h6 { 
	text-transform: uppercase;	
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin-bottom: 10px;  
	padding: 2px; 
	color: #333; 
	margin-top: 0px;
}

.tabcontenedor_resultados2 .tabcontent2 p { 
	border-bottom: 0px;
	margin-top: 5px;
}

.tabcontenedor_resultados2 .tabcontent2 p a { 
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
}




.tabcontenedor_resultados2 table.resultados2 tr td { 
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #999; 
	border-bottom: 1px solid #FFF9F0 !important; 
}

.tabcontenedor_resultados2 table.resultados2 tr td.borde2{ background-color:#ccc; line-height:1px !important; height:1px !important;} 




 .tabcontenedor_resultados2 table.resultados2 tr td.jornada2 { 
	padding:0 2px; 
	width:20px;
	height:14px;
	text-align:center;
	background-color:white;
	font-size:7pt;
	font-weight:normal;
	color:#000000;
}

.tabcontenedor_resultados2 table.resultados2 tr td.equipo2 {
	width:80px;
	height:20px;
	text-align:left; 
	padding-left:3px;
	
	padding:0px 5px;
}

.tabcontenedor_resultados2 table.resultados2 tr td.resultado2 { 
	padding:0 2px; 
	width:50px;
	height:14px;
	text-align:center;
	background-color:#CCC;
	color:#000000;
	font-weight:bold; 
}
