*{
	padding: 0;
	margin: 0;
}
body{
	font: normal 12px Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff;
}
a{
	color: #0055a8;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
#divContenedor{
	position: absolute;
	left: 50%;
	margin: -30px 0 0 -255px;
	top: 50px;
	border: solid 0px #000;
	width: 510px;
	text-align: center;
	background: #419639;
	padding: 5px;
	height: 520px;
}
	ul{
		list-style: none;
	}
		ul li{
			display: inline-block;
			background: #0055a8;
			padding: 24px;
			margin: 2px;
			width: 40px;
			height: 32px;
			text-align: center;
			border-radius: 3px;
			border: solid 1px #0055a8;
			cursor: pointer;
			color: #D91139;
			font-size: 14px;
			font-weight: bold;
			background-position: center;
			background-repeat: no-repeat;
		}
			ul li:hover{
				border-color: #D91139;
			}
	#divInicio{
		background: #419639 url(../img/logo.png) no-repeat center;
		border-radius: 5px;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		color: #fff;
		font-size: 18px;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		text-transform: uppercase;
	}
		#divInferior{
			position: absolute;
			bottom: 10px;
			text-align: center;
			width: 100%;
			padding: 20px 0;
		}
			#divInferior p{
				padding-bottom: 20px;
			}
			#divInferior input[type="button"]{
				border: solid 1px #fff;
				padding: 20px;
				background: #419639;
				color: #fff;
				font-size: 15px;
				cursor: pointer;
				text-transform: uppercase;
			}
				#divInferior input[type="button"]:hover{
					border-color: #D91139;
					color: #fff;
				}
		#divContador{
			position: absolute;
			bottom: -63px;
			background: #0055a8;
			right: 0;
			padding: 20px;
			text-transform: uppercase;
		}
			#divContador p{
				padding: 5px;
				color: #fff;
			}
#divCreditos{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #fff;
	color: #858585;
	width: 250px;
	border-top-left-radius: 5px;
}
	#divCreditos p{
		text-align: justify;
	}
#nuevo{
	text-align: center;
	color: #4b4b4b;
	margin: 0 auto;
	padding: 650px 0 0 0 ;
}
