﻿#Background {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #F0F0F0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 100000;
}

#Progress {
	position: fixed;
	top: 40%;
	left: 40%;
	height: 20%;
	width: 20%;
	z-index: 100001;
	background-color: #FFFFFF;
	border: 0px solid Gray;
	background-image: url('img/spinner.gif');
	background-repeat: no-repeat;
	background-position: center;
}


/*estilo boton atras de instalar*/
.tres a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	background-color: #0066FF;
	text-decoration: none;
	color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #999999;
}

	.tres a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 900;
		background-color: #00CCFF;
		text-decoration: none;
		color: #FFFFFF;
		border-top-width: 3px;
		border-right-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 3px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #E9E9E9;
		border-right-color: #666666;
		border-bottom-color: #666666;
		border-left-color: #E9E9E9;
	}
	/*-----------------------------------*/

.foooter {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: azure;
	color: white;
	text-align: center;
}
.datapagercss {
	background-color: #384B69;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	padding: 2px;
	border: none;
}
.current_page {
	background-color: #09151F;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	padding: 2px;
}

.next_button {
	background-color: #1F3548;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	padding: 2px;
}
#loadPage {
	display: block;
	background: #333;
	color: white;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

	#loadPage p {
		display: block;
		width: 100px;
		height: 30px;
		font-size: 30px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

