﻿*{
	padding: 0;
	margin: 0;
}
body{
	font: normal 20px Tahoma, Verdana, Arial, sans-serif;
	background: #000;
}
a{
	color: #10c518;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
#divContenedor{
	margin: 15px auto 10px;
	border: solid 0px #000;
	height: 80%;
	width: 90%;
	text-align: center;
	border-radius: 20px;
	background: #000;
	padding: 5px;
	box-shadow: 0 0 25px #FFF;
}
	ul{
		list-style: none;
	}
		ul li{
			display: inline-block;
			background: #000;
			padding: 5px;
			margin: 2px;
			width: 40px;
			height: 30px;
			text-align: center;
			border-radius: 3px;
			border: solid 4px #333;
			cursor: pointer;
			color: #10c518;
			font-size: 14px;
			font-weight: bold;
			background-position: center;
			background-repeat: no-repeat;
		}
			ul li:hover{
				border-color: #10c518;
			}
	#divInicio{
		border-radius: 3px;
		height: 80%;
		width: 90%;
		position: absolute;
        margin: 25px auto 10px;
		display: block;
		color: #fff;
	}
		#divInferior{
			position: absolute;
			bottom: 10px;
			text-align: center;
			width: 100%;
			padding: 20px 0;
		}
			#divInferior p{
				padding-bottom: 20px;
			}
			#divInferior input[type="button"]{
				border: solid 5px #333;
				border-radius: 10px;
				padding: 5px;
				background: #000;
				color: #999;
				box-shadow: 0 0 30px #333;
				cursor: pointer;
				font-size: 50px;
				font-weight: bold;
			}
				#divInferior input[type="button"]:hover{
					border-color: #10c518;
					box-shadow: 0 0 40px #444;
					color: #fff;
				}
		#divContador{
			position: relative;
			bottom: -1px;
			background: #10c518;
			right: 0;
			border-radius: 20px;
		}
			#divContador p{
				padding: 5px;
				color: #000;
			}