@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../imagenes/bgcuerpo.gif);
	background-repeat:repeat-x;
	background-color:#0e0b04;
}

		#botones{
			width:810px;
			height:30px;
		}
		#intro{
			width:800px;
			height:450px;
			margin-top:5px;
			background-color:#000000;
			border:#000000 solid 5px;
		}
		#cuerpo{
			width:810px;
			height:450px;
			margin:auto;
		}
		#pie{
			width:800px;
			height:25px;
			margin-top:5px;			
			background-color:#000000;
			border:#000000 solid 5px;
			line-height:25px;
		}
		
		#contador{
			width:800px;
			height:25px;
			margin-top:5px;			
			background-color:#000000;
			border:#000000 solid 5px;
			color:#FFFFFF;
			line-height:25px;
		}

