#friso{
	width:970px;
	height:170px;
	background:#003C53;
	color:#fff;
	overflow:hidden;
	font: bold 12px/15px Arial,Helvetica,sans-serif;
	font-weight:normal;
}

.tabs{
	background:#005D81;
	width:147px;
	height:170px;
	float:left;

}


.menu{
	margin:20px 10px 20px 0;
}

.btn{
	background:url('../images/botones.png') no-repeat;
	width:138px;
	height:31px;
	display:block;
	color:#fff;
	text-decoration:none;
	margin-top:10px;
	font: bold 12px/15px Arial,Helvetica,sans-serif;
}

.btn span{
	display:block;
	width:93px;
	text-align:center;
	line-height:31px;
}

.btn:hover, .activo{
	background-position:0 -31px;
	text-decoration:undeline;
	color:#0090C8;
}

.resultados{
	width:823px;
	height:170px;
	overflow:hidden;
	float:left;
}

.partido{
	width:136px;
	height:100%;
	border-right:1px solid #005D81;
	float:left;
}

.fecha-estado{
	padding: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #0090C8;
	text-align:center;
	text-transform:uppercase;
}

.estadio{
	padding:8px 0 0 0;
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}

.marcador{
	background:url('../images/back-marcador.gif') 11px 14px no-repeat;
	height:83px;
	margin:30px 0 0 0;
}


.datos img{
	width:30px;
	height:30px;
	overflow:hidden;
	
}

.equipo{
	width:66px;
}

.equipo img{
	width:30px;
	height:30px;
	z-index:-999;
}

.datos, .datos-left, .datos-right{
	float:left;
	width:55px;
	text-align:center;
	margin:0px 0 0 -19px;
}

.datos-left{
	margin:0px 0 0 -19px;
}

.datos-right{
	margin:0px 0 0 0px;
	z-index:9999;
	height:100%;
	zoom:1;
}

.img-equipo{
	z-index:-9999;
}

.datos .numero{
	font-size:34px;
	margin:30px 0 0 0;
	font-weight:bold;
	
}

.datos-right .numero{
	margin:0 0 0 0;
}

.datos .pais{
	font-size:11px;
	color:#83D1F0;
	padding:10px 0 0 0;
	font-weight:normal;
}

#goleadores{
	width:250px;
	padding:0 0 0 10px;
	float:left;
	font-weight:normal;
	
}

#goleadores .tit{
	color:#0090C8;
	font: bold 12px/15px Arial,Helvetica,sans-serif;
	font-weight:normal;
	padding:20px 0 10px 0;
	width:100% !important;
}

#goleadores p{
	margin-bottom:5px;
	color:#0090C8;
}

#goleadores span{
	display:inline-block;
}


#goleadores .nombre{
	font-weight:bold;
	width:50%
}

#goleadores .equipo{
	width:38%
}

#goleadores .primero{
	color:#fff;
}


.fr3-tit{
	padding:20px 10px 5px 10px;
	color:#0090C8;
}

#fr3 .resultados{
	border-right:1px solid #005D81;
	width:549px;
}


#fr3 .resultados p{
	padding:10px;
	font-family: Georgia,"Times New Roman",Times,serif;
	padding:3px 0 5px 0;
	border-bottom: 1px dotted #0090C8;
	font-size: 16px;
	width:255px;
	overflow:hidden;
}

#fr3 .resultados p span{	
	display:inline-block;
	float:left;
}


.count{
	margin-right:5px;
	font-weight:normal;
	width:22px;
}

.nom-pais{
	color:#0090C8;
	width:120px;
}

.puntos{
	float:right;
	text-align:right;
	width:105px;
}

.col1, .col2{
	float:left;
	width:260px;
	margin:0 5px 0 15px;
}

.col2{
	margin:0;
}



.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}