body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
}
input, select, label {
	vertical-align:middle;
}
img {
	border: 0;
}
ul, form {
	margin: 0;
	padding: 0;
}
a {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* Global Elements
----------------------------------------------- */
.right {
	text-align: right;
}
.title {
	background: #FF0000;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
}
.title2 {
	background: #0000FF;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
}


/* Main Elements
----------------------------------------------- */

#container {
	width: 818px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 60px;
	background: #eee;
	padding: 10px;
	padding-bottom: 25px;
}
#header .logo {
	padding-top: 5px;
	font-size: 260%;
	float: left;
}

#header .login {
	padding-top: 10px;
	float: right;
}

#main {
	float: right;
	width: 73%;
}
#main .title_program {
	font-size: 26px;
	margin: 2px 0 5px;
	line-height: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}
#main .title_program .text {
	padding-bottom: 10px;
} 
#main .download_button {
	float: left;
	padding: 30px 0 0 60px;
}
#main h2 {
	margin: 5px 0;
	font-size: 20px;
}
#platform {
	background: #eee;
	width: 100%;
	height: 26px;
	margin-bottom: 15px;
}

#platform div {
	float: left;
}
#platform  a, #platform .active {
	display: block;
	padding: 4px 15px;
	margin: 0 2px;
	font-size: 110%;
	color: #eee;
}

#platform  a { 
	background: #999999;
	text-decoration: none;
}

#platform .active  {
	font-weight: bold;
	background: #0000FF;
	color: #eee;
}

#search {
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 14px;
}

/* Menu Elements
----------------------------------------------- */

#menu {
	width: 25%;
	float: left;
	background: #eee;
	font-size: 110%;
}
#menu ul {
	margin: 10px 10px 20px 25px;
}
#menu li {
	padding-bottom: 8px;
}
.menu_sub {
	font-size: 70%;
	line-height: 1.4em;
}

/* Home Elements
----------------------------------------------- */

#last {
}
#last .title {
	background: #0000FF;
}
.last_date, .last_desc {
	font-size: 80%;
	color: #666666;
	line-height: 1.4em;
}
.last_desc a {
	font-size: 12px;
}
#last ul {
	padding: 9px 0 5px 10px;
	list-style: none;
}
#last li {
	padding-bottom: 5px;
}
.top_home, .outside {
	margin-bottom: 10px;
}
.top_home .title {
	margin-bottom: 4px;
}
.top_home tr td {
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.top_home tr .no-border {
	border: none;
}
.top_category {
	font-size: 80%;
	color: #666;
}
.top_downloads {
	font-size: 90%;
	color: #666;
	text-align: right;
}

.recom ul {
	padding: 11px 0 11px 25px;
}
.recom li {
	padding-bottom: 6px;
}
.program {
	float: left;
	font-weight: bold;
}

.program .first_col {
	font-size: 10px;
	color: #979797;
	padding: 4px 10px 4px 0;
}
p .grey {
	font-size: 10px;
	color: #979797;
}
.thumb {
	padding: 1px;
	border: 1px solid #999999;
	margin: 14px 10px 22px;
}

#form_sms .title {
	font-size: 22px;
	padding: 10px;
}
#form_sms ol {
	padding: 3px 30px;
	margin: 0;
}
#form_sms li {
	font-size: 16px;
	padding: 8px 0;
}
#form_sms .highlight {
	font-weight: bold;
}
#form_sms button {
	cursor: pointer;
	font-size: 18px;
	margin-top: 5px;
	padding: 2px 0px 5px 0px;
}
#form_sms .cost {
	font-size: 11px;
	margin-top: 10px;
	color: #979797;
}
#popup {
	background: #FFF;
	width: 515px;
	margin: 0 auto;
	border: solid 3px #FF0000;
}
#popup .header {
	position: relative;
	height: 58px;
	background: #FF0000;
	color: #FFF;
}
#popup .header .info {
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	line-height: 1em;
	top: 13px;
	left: 10px;
}
#popup .header .logo {
	position: absolute;
	top: 13px;
	right: 10px;
}
#popup .main {
	position: relative;
	text-align: left;
	padding: 15px 20px 20px 0;
}
#popup .main .info {
	font-size: 23px;
	line-height: 1.2em;
	padding-left: 20px;
}
#popup .highlight {
	font-weight: bold;
}
#popup #form_cc {
	padding: 10px 0 0 5px;
}
#popup #form_cc .option {
	display: block;
	padding: 10px 0 0 8px;
}
#popup #form_cc .option label {
	padding-left: 7px;
	font-size: 24px;
	line-height: 1em;
}
#popup #form_cc .sub_option {
	font-size: 11px;
	padding-left: 35px;
}
#form_cc button {
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	margin: 15px 0 0 12px;
	padding: 4px 15px 5px;
}
#popup .image {
	position: absolute;
	top: 105px;
	right: 20px;
}
#popup .bottom {
	padding-top: 5px;
	text-align: center;
	font-size: 13px;	
}
#popup .bottom a {
	color: #6B6B6B;
}
#popup #login {
	margin-left: 25px;
	font-size: 13px;
	padding: 25px 0 10px;
	width: 390px;
}
#popup #login .option {
	height: 30px;
}
#popup #login .option div {
	padding: 0 5px;
	float:right;
}
#popup #login .option .col3 {
	width: 90px;
	text-align: left;
}
#popup #login .option .remember {
	width: 150px;
	text-align: left;
}
#popup #login .option .remember input {
	margin-right: 5px;
}
/* Pagination
----------------------------------------------- */

.pag {
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
}
.pag .total {
	margin-top: 10px;
}
.pag ul  {
	margin: 0;
	padding: 0;
}
.pag li {
	line-height: 2.3em;
	list-style: none;
	display: inline;

}
.pag a {
	margin: 1px;
	padding: 4px 7px;
	background: #eee;
}
.pag .active {
	margin: 1px;
	padding: 4px 7px;
	background: #eee;
}
.pag .inactive {
	margin: 1px;
	padding: 4px 7px;
	background: #eee;
}

.pag a:hover {
}

/* SMS Styles
----------------------------------------------- */

.sms2_main {
	padding: 10px;
	text-align: center;
	background: #eee;
}
.sms2_title {
	font-size: 190%;
	line-height: 1.2em;
}
.highlight {
	color: #FF0000
}
.sms2_access {
	padding: 10px;
}
.sms2_access {
}
.sms2_foot {
	color: #666666;
	line-height: 1.1em;
	font-size: 80%;
	padding: 0 10px 10px 10px;
}
.sms2_foot a {
	color: #666666;
	text-decoration: none;

}
.sms2_code, .sms2_button, .input {
	font-size: 20px;
}



/* Category
----------------------------------------------- */
.soft_title {
	font-size: 110%;
}
.soft_info {
	font-size: 90%;
	color: #666666;
}
.soft_desc {
	font-size: 80%;
	line-height: 1.4em;
	color: #666666;
}
.software_results td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.download_link {
	font-size: 120%;
}
/*flags*/
#flags {
	clear: both;
	width: 750px;
	margin: auto;
	padding: 17px 0px;
	text-align:center;
}
.flag {
	margin: 0 6px;
}

/*foot*/
#foot{
	width: 750px;
	margin: auto;
	text-align: center;
}
.footline{
	height: 1px;
	width: 662px;
	margin:auto;
	border-top: 1px solid #666666;
}
#footbox1{
	padding-top: 16px;
	text-align: center;
}
#footbox2{
	text-align: center;
}
.separador{
	padding: 0px 12px;
	color: #808080;
}
.footcopy {
	font-family: Verdana, Trebuchet ms, arial;
	font-size: 10px;
	color: #808080;
	padding: 11px 0px 14px 0px
}
.footnote {
	font-family: Verdana, Trebuchet ms, arial;
	font-size: 11px;
	color: #808080;
	padding: 15px 0px 15px 0px;
	line-height: 1.4em;
	font-weight: normal;
}
.footnotebold {
	color: #808080;
	font-weight: bold
}
a.footlink:link {
	font-family: Verdana, Trebuchet ms, arial;
	color: #000;
	font-size: 11px; 
	font-weight: normal;
	text-decoration:underline;
}
a.footlink:visited {
	font-family: Verdana, Trebuchet ms, arial;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline
}
a.footlink:hover {
	font-family: Verdana, Trebuchet ms, arial;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
}
a.footbold:link {
	font-family: Verdana, Trebuchet ms, arial;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
a.footbold:visited {
	font-family: Verdana, Trebuchet ms, arial;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
a.footbold:hover {
	font-family: Verdana, Trebuchet ms, arial;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/*Estilos Popup*/

.left { float: left; }
.right { float: right; }
.highlight { font-weight: bold; }
#join_main .join_button { background: transparent; color: #000; width: 276px; text-align: center; font-size: 20px; margin: 15px 0 10px; cursor: pointer; padding: 4px;  }

#join { background: #fff; width: 656px; margin: 0 auto; text-align: left; }

#join_header { position: relative; height: 58px; }
#join_header .left { width: 410px; }
#join_header .logo { position: absolute; top: 13px; right: 10px; }
#join_header .join_title_top { font-size: 32px; font-weight: bold; line-height: 1em; position: absolute; top: 13px; left: 10px; }
/*iframe { width: 305px; height: 260px; }*/
#close { font-size: 13px; padding-bottom: 15px; text-align: center; }

#join_main { margin-right: 7px; padding: 0 20px; margin: 20px 0;}
.left { width: 280px; }
#sms_pay .join_title_sms { font-size: 18px; line-height: 1em; }
#sms_pay ol { font-size: 16px; line-height: 1.1em; margin: 0; padding: 13px 0 0 30px; }
#sms_pay li { padding: 3px 0; }
#sms_pay .cost { font-size: 10px; }
#sms_pay .cost a { color: #7F7F7F; text-decoration: underline; }
.join_right { float: right; width: 308px; text-align: left; }
#cc_pay { width: 340px; }
#cc_pay2 { float: left; width: 320px; margin-left: 90px; padding-top: 20px; }
#renovation { float: left; padding-top: 100px; }
#cc_pay .join_title_cc, #cc_pay2 .join_title_cc { font-size: 18px; padding: 0 10px 3px 0; }
#cc_pay .option { display: block; padding: 6px 0 0 3px; }
#cc_pay .option label { padding-left: 7px; font-size: 13px; }
.method { padding-top: 16px; font-size: 13px; }

#bottom { padding-top: 16px; }
#bottom .join_title { font-size: 20px; font-weight: bold; text-align: center; padding: 10px 0; margin-bottom: 7px; }

#faq { width: 643px; margin: 0 auto; padding: 21px 0 10px 21px; text-align: left; }
#faq #faq_header { height: 28px; padding-right: 27px; }
#faq .faq_title { font-size: 30px; line-height: 1em; }
#faq #faq_main { height: 464px; overflow: auto; margin-top: 3px; padding-right: 15px; line-height: 1.4em; } 

#join_faq { font-size: 11px; height: 215px; overflow: auto; line-height: 1.35em; padding-right: 15px; }
#join_faq .faq_title { font-size: 18px; }

#join_header { background: #FF0000; color: #FFF; }
#join .highlight { color: #F93100; }
#join a { color: #6B6B6B; }
#join a:hover, #faq a:hover { color: #000; }
#join, #faq { background: #FFF; border: solid 4px #F93100; color: #000; }
#join_header { border-bottom: solid 1px #E5E5E5; }
#join_main .left .cost { color: #7F7F7F; }
#bottom .join_title { background: #EEE; }

#overlay { background-color: #000; }
