@charset "utf-8";
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	background-image:url(imagenes/titulo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:800px;
	height:141px;
	display:block; 
	margin:0 auto;
}

.acertado {
	border: thin solid #FF0000;
}

#logo a{
	display: block;
	width: 800px;
	height: 141px;
}

#logo a span{
	display:none;
}

H1 {
	text-align:center;
}

#tabla {
	text-align:center;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
	width:800px;
	background-color:#CCCCCC;
}

#reproductor {
	text-align:center;
	background-color:#403285;
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

#resultados {
	text-align:center;
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

#pie {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}