@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: "Romance Fatal Serif Std";
	src: url("../../romance fatal serif JC Fonts.ttf");	
}

body{
	font-family: "Romance Fatal Serif Std";
	font-weight: bold;
	font-size: 17px;	
}

table.negrita{
	font-weight: bold;
}

.marco{
	width:1024px;
/*	padding:10px 10px 10px 10px;	
	background:url(../images/form_top_bg.gif) repeat-x top #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.9);*/
}

.partidos{
	width:584px;
	float:left; 
}

.goleadores{
	width:440px;
	float:left;
}

.clasificacion{
	margin-top:50px;
	width:440px;
	float:right;
}

.error{
	color:#F00;
}

.amarilla{
	background-image:url(../images/amarilla30.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 23px;
	position: absolute;
	z-index:-10;
	margin-top:-5px;
	margin-left:-8px;
}

.doble_amarilla{
	background-image:url(../images/dobleamarilla30.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 42px;
	position: absolute;
	z-index:-10;
	margin-top:-5px;
	margin-left:-13px;
}

.azul{
	background-image:url(../images/azul30.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 23px;
	position: absolute;
	z-index:-10;
	margin-top:-5px;
	margin-left:-8px;
}