html, body {
	margin: 0px;
	padding: 0px;
	background: #99CCFF;
}
a {
	text-decoration: none;
	color: #DC6E16;
}
a:hover {
	text-decoration: underline;
}

th, strong, b {
	font-weight: bold;
}

#popupbg {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.5;
}
.popup img.i {
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	margin: 0px 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.popup {
	position: fixed;
	display: none;
	width: 600px;
	margin: 0px auto;
	padding: 5px;
	background: #99CCFF;
	border: 4px #FFFFFF solid;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 16px #000000;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 16px #000000;
	border-radius: 10px;
	box-shadow: 0px 0px 16px #000000;
}
.popup h2 {
	background-position: 5px; 
	padding: 3px 2px 3px 27px;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.popup-close {
	position: absolute;
	top: -19px;
	right: -16px;
	float: right;
	width: 16px;
	height: 16px;
	padding: 3px;
	margin: 0px 0px 5px 5px;
	background: #FFFFFF;
	border: 1px #FFFFFF solid;
	-moz-border-radius: 14px;
	-webkit-border-radius: 8px;
	border-radius: 14px;
	-moz-box-shadow: 0px 0px 16px #000000;
	-webkit-box-shadow: 0px 0px 16px #000000;
	box-shadow: 0px 0px 16px #000000;
}

.license {
	margin: 5px auto;
	height: 100px;
	overflow: auto;
	background: #F5FAFE;
	border: 1px #FFFFFF solid;
}

form ul {
	list-style: none !important;
	margin: 1px;
}
form li {
	margin: 10px 0px;
}
label {
	float: left;
	width: 120px;
	font-weight: bold;
}
input, select, textarea {
	font-size: 12px;
	font-family: Arial;
	color: #454545;
	border: 3px #8CB9F0 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"] {
	width: 200px;
}
textarea {
	width: 370px;
	height: 120px;
	padding: 1px;
}
.messages {
	width: 250px;
	margin: 5px 5px 15px 121px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	background: #8CB9F0;
	border: 1px #8CB9F0 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}

.buttons {
	margin: 10px auto;
	padding-left: 120px;
}
.buttons input {
	background: #8CB9F0;
	border: 1px #8CB9F0 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 2px 3px; 
}
.buttons input:hover {
	border: 1px #DC6E16 solid;
	background: #DC6E16;
	-moz-box-shadow: 0px 0px 6px #EBCF5F;
	-webkit-box-shadow: 0px 0px 6px #EBCF5F;
	box-shadow: 0px 0px 6px #EBCF5F;
}
.buttons input[disabled]{
	background: #E9F1FC;
}

.contener {
	margin: 0px auto;
	background: #99CCFF;
	overflow: auto;
	height: 100%;
}
.content {
	position: relative;
	margin: 25px auto;
	width: 900px;
	padding: 5px 25px 25px 25px;
	background: #FFFFFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 2px #A0A0A0;
	-webkit-box-shadow: 0px 0px 2px #A0A0A0;
	box-shadow: 0px 0px 2px #A0A0A0;
	color: #525252;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
.login_info {
	position: absolute;
	top: -20px;
	left: 760px;
	height: 20px;
	width: 112px;
	padding: 3px 5px 0px 9px;
	background: #FFFFFF url(img/bg_login_info.png) no-repeat left top;
}
.fb-like {
	position: absolute;
	top: -20px;
	left: 650px;
	height: 20px;
	width: 72px;
	padding: 5px 8px 0px 8px;
	background: #FFFFFF url(img/bg_fb_like.png) no-repeat left top;
}

.login_info a {
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 19px 0px 0px;
	margin: 0px;
	text-decoration: none;
	outline: 0px solid red;
	line-height: 4px;
}
.menu {
  width: 900px;
  height: 33px;
  margin: 10px auto 20px auto;
  background: #DC6E16 url(img/bg-menu.png);
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 3px #C75100;
	-webkit-box-shadow: 0px 0px 3px #C75100;
	box-shadow: 0px 0px 3px #E9BB9B;
}
.menu a {
  float: left;
  width: 180px;
  padding: 8px 0px 9px 0px;
	line-height: 16px; 
  border-left: 0px solid white;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-family: Trebuchet MS, Tahoma;
  letter-spacing: 1px;
  background: url(img/bg-menu-a.png) no-repeat right;
  text-shadow: 0px 1px 2px #B94A00;
}
.menu a:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.menu a:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.menu a:hover {
	background: rgba(0,0,0,0.1) url(img/bg-menu-a.png) no-repeat right;
}
.menu .last {
	background-image: none !important;
}

ul {
	margin: 2px 0px 0px 35px;
	list-style-type: disc;
}
ul li {
	color: #525252;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
ul ul {
	margin: 2px 0px 5px 25px;
	list-style-type: circle;
}

.right {
	float: right;
	width: 280px;
	text-align: center;
}

.version {
	position: relative;
	width: 280px;
	background: #FEEE81;
	margin: 100px auto 100px auto;
	padding: 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #A0A0A0;
	-webkit-box-shadow: 1px 1px 2px #A0A0A0;
	box-shadow: 1px 1px 2px #A0A0A0;
}
.version img {
	float: left;
}

.version img.n {
	position: absolute;
	top: -35px;
	left: 260px;
}

.version p {
	font-size: 14px;
	color: #DC6E16;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS, Tahoma;
	letter-spacing: 0.5px;
	text-shadow: 0px 1px 1px #FFFFFF;
	text-align: center;
}

.version a {
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 130px;
	padding: 5px;
	margin: 15px auto 0px auto;
	background: #FFFFFF;
	font-weight: bold;
	color: #DC6E16;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 2px #A0A0A0;
	-webkit-box-shadow: 0px 0px 2px #A0A0A0;
	box-shadow: 0px 0px 2px #A0A0A0;
}
.version a:hover {
	color: #B45A12;
	background: #FFF8C1;
}


.o td {
	border: 0px;
}
.o a {
	display: block;
	overflow: hidden;
	width: 90px;
	margin: 10px auto;
	padding: 5px 0px 5px 1px;
	background: #8CB9F0;
	border: 1px #8CB9F0 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
}

.o a:hover {
	border: 1px #DC6E16 solid;
	background: #DC6E16;
	-moz-box-shadow: 0px 0px 6px #EBCF5F;
	-webkit-box-shadow: 0px 0px 6px #EBCF5F;
	box-shadow: 0px 0px 6px #EBCF5F;
}

p.v {
	font-size: 20px;
	letter-spacing: 1.5px;
}

p.v, p.d {
	text-align: center;
}

p {
	font-size: 12px;
	line-height: 17px;
}

.j {
	text-align: justify;
}
.c {
	text-align: center;
}

h1 {
  margin: 2px 0px;
  font-family: Georgia;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 {
  margin: 15px 0px 2px 0px;
  font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	background: url(img/arrow-right-blue.png) no-repeat left;
	padding-left: 22px;
}
h3 {
  margin: 15px 0px 2px 0px;
  font-family: Georgia;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}
h3 img {
	vertical-align: middle;
}

table {
	margin: 15px auto;
	border-spacing: 0px;
	border-collapse: collapse;
}
table td, table th {
	border: 1px #E9F1FC solid;
	padding: 2px 4px;
	text-align: center;
	vertical-align: middle;
}
table img {
	vertical-align: top;
}
table th {
	padding: 3px 4px;
}

ul.changelog {
	list-style-image: url(img/fix.png);
	margin-top: 10px;
}
ul.changelog .a {
	list-style-image: url(img/add.png);
}
ul.changelog .d {
	list-style-image: url(img/delete.png);
}


.footer {
	margin: 30px 0px -15px 0px;
	color: silver;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	clear: both;
}
.footer a {
	color: silver;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
}

.footer a.up {
	float: right;
}

.footer a img {
	border: 0px;
}

.clear {
  clear: both;
}

.top {
	overflow: hidden;
}

.top img {
	float: left;
	margin-right: 20px;
}
.top div {
	overflow: hidden;
	margin-top: 15px;
}
