*{
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	background: #000 url(../img/bg_juego.png) repeat-x fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	height:100%;
	
}

p {
	font-size: 12px;
	color: #999;
}

div#logo{
	margin:95px auto 0 auto;	
	width:160px;
	height:160px;
	background: url(../img/logoEstrella.png);
	z-index:1000;
}

div#contenidos{
	margin:-90px auto 0 auto;
	padding-top:100px;
	width:575px;
	height:124px;
	background: url(../img/fondoBotella.png);
}

div#resultados{
	margin: 0 auto 0 auto;
	width:300px;
	height:75px;
}


td.puntos{
	color:#EC1C24;
	font-size:35px;
}

td.puntosTxt{
	color:#EC1C24;
	font-size:12px;
}

td.idTxt{
	color:#EC1C24;
	font-size:12px;
	font-weight:bold;
}

#flashContent { 
	width:1000px; 
	height:600px; 
	margin:20px auto 0 auto; 
	border: #FFF solid 9px;
}


	
