* {
	margin: 0;
	font-size: 100%;
}

body {
	margin: 0 0 10px 0;
	color: #000000;
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* background: #EAEAEA url(./images/fondoh.jpg); */
	background: url('http://imgzap.com/css/images/lightbg.png') repeat;
}

p, 
form {
	display: inline;
}

img {
	border: 0;
	text-decoration:none;
	font-size: 1.7em;
}

input {
	padding: 3px;
	background: #FFFFFF;
	text-decoration:none;
}

hr {
	border: 0;
	height: 0.9em;
	position: relative;
	margin-bottom: 0.9em;
	border-bottom: 1px dotted #999999;
}

li {
	margin-left: 50px;
}

h1 {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a:link,
a:visited {
	color: #005fa9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
color:#005fa9;
}

th, 
.table_header {
	height: 25px;
	color: #5B5B5B;
	font-size: 0.9em;
	text-align: center;
}

.table_header2 {
	height: 25px;
	border:0;
	width:100%;
	color: #000000;
	font-size: 100%;
	text-align: left;
	background: #FFFFFF;
	background: #FFFFFF;
	text-align: center;
}

th a:link,
th a:hover,
th a:visited, 
.table_header a:link,
.table_header a:hover,
.table_header a:visited {
	color: #FFF;
	text-decoration: none;
}

td span {
	font-weight: 700;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

td span.arial {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

td .explain {
	font-size: 0.9em;
	font-style: italic;
}

.logo_cell {
	width: 908px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 5px;
}

.page_cell {
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.footer_cell {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	color: #808080;
	text-align: center;
}

.help {
	cursor: help;
	border-bottom: dotted 1px #666;
}


.input_field {
	border-radius: 3px;
	margin-top: 2px;
	padding: 3px;
	color: #000000;
	font-size: 0.9em;
	border: 1px solid #CDCDCC;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(47%,#F6F6F6), color-stop(100%,#EDEDED));
}

.input_field_monto {
width: 6%;
text-align: center;
margin-left: 4px;
border-radius: 3px;
margin-top: 2px;
padding: 3px;
color: black;
font-size: 0.9em;
border: 1px solid #CDCDCC;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(47%,#F6F6F6), color-stop(100%,#EDEDED));
}

.button3 {
	padding: 3px 4px 5px 4px;
	color: #7E8386;
	margin-bottom:0px;
	font-size: 0.9em;
	border-top: 2px solid #828687;
	border-bottom: 0px solid #828687;
	border-left: 2px solid #828687;
	border-right: 2px solid #828687;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #EEEEEC;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

a.button3:link,
a.button3:visited {
	color: #000000;
	text-decoration: none;
}
 
a.button3:hover {
	color: #828687;
	text-decoration: none;
}

.button3:hover, 
.button3:active {
	border-top: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	background: #EBEBEB;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.signupbutton {
	padding: 6px 8px 10px 8px;
	color: #E60107;
	margin-bottom:0px;
	font-size: 1.5em;
	font-weight: 700;
	border-top: 4px solid #51ac8f;
	border-bottom: 4px solid #51ac8f;
	border-left: 4px solid #51ac8f;
	border-right: 4px solid #51ac8f;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #51ac8f;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

a.signupbutton:link,
a.signupbutton:visited {
	color: #ffffff;
	text-decoration: none;
}
 
.signupbutton:hover, 
.signupbutton:active {
	border-top: 4px solid #444444;
	border-bottom: 4px solid #444444;
	border-left: 4px solid #444444;
	border-right: 4px solid #444444;
	color: #ffffff;
	background: #444444;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.button6 {
	padding: 3px 4px 5px 4px;
	color: #FFFFFF;
	margin-bottom:0px;
	font-size: 0.9em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #EBEBEB;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

a.button6:link,
a.button6:visited {
	color: #000000;
	text-decoration: none;
}
 
a.button6:hover {
	color: #828687;
	text-decoration: none;
}

.button6:hover, 
.button6:active {
	border-top: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	background: #EBEBEB;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.button4 {
	padding: 3px 4px 5px 4px;
	margin-bottom:0px;
	color: #7E8386;
	font-size: 0.9em;
	border-top: 2px solid #C42929;
	border-bottom: 0px solid #C42929;
	border-left: 2px solid #C42929;
	border-right: 2px solid #C42929;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #EEEEEC;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

a.button4:link,
a.button4:visited {
	color: #000000;
	text-decoration: none;
}
 
a.button4:hover {
	color: #828687;
	text-decoration: none;
}

.button4:hover, 
.button4:active {
	border-top: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	background: #EBEBEB;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.button1 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 12px;
	padding: .4em 1.5em .42em;
	color: #fef4e9;
	border: solid 1px #3592D1;
	background: #3498db;
	background: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#3498db));
	background: -moz-linear-gradient(top,  #3498db,  #3498db);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#3498db');
}

.button1:hover {
	text-decoration: none;
	background: #3592D1;
	background: -webkit-gradient(linear, left top, left bottom, from(#3592D1), to(#3592D1));
	background: -moz-linear-gradient(top,  #3592D1,  #3592D1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.button1:active {
	position: relative;
	top: 1px;
	color: #3498db;
	background: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#3498db));
	background: -moz-linear-gradient(top,  #3498db,  #3498db);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.button1, 
.button2 {
	cursor: pointer;
}



.button2, 
a.button2 {
	border: 0;
	color: #000000;
	margin-left: 10px;
	background: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px dashed #c00;
}

a.button1:link, 
a.button1:hover,
a.button1:visited {
	color: white;
	text-decoration: none;
}


.input_field:focus, 
.input_field:hover {
	border: 1px solid #7e8993;
}

.button5 {
	position: absolute;
	width: 200px;
	margin: 13px 0 0 0;
	font-family: Tahoma, Arial, Verdana;
	background-color:rgb(78, 78, 78);
	border: 2px solid #3498db;
}

a.button5:link,
a.button5:visited {
	color: #000000;
	text-decoration: none;
}
 

.button5:active {
	position: absolute;
	width: 200px;
	margin: 13px 0 0 0;
	font-family: Tahoma, Arial, Verdana;
	background-color:rgb(78, 78, 78);
	border: 2px solid #3498db;
}

.table_footer {
	height: 15px;
	padding: 5px;
	color: #5B5B5B;
	text-align: center;
	background: #FFFFFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.table_footer2 {
	height: 15px;
	padding: 5px;
	color: #5B5B5B;
	text-align: center;
	background: #EFEFEF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.table_footer3 {
	height: 15px;
	padding: 5px;
	color: #5B5B5B;
	text-align: center;
	background: #EFEFEF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 0px;
}

.table_footer4 {
	height: 15px;
	padding: 5px;
	color: #5B5B5B;
	text-align: center;
	background: #EFEFEF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 15px;
}


.table_footer5 {
	height: 15px;
	padding: 5px;
	color: #EFEFEF;
	text-align: center;
	background: #429C7F;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/*.table_border {
	width: 98%;
	border: 1px solid #EAEAEA;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: white;
	padding-left:15px;
}*/
.table_border2 {
	width: 100%;
	/* border: 1px solid #EAEAEA;
	padding-left:15px; */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: white;
}

.table_b {
	width: 100%;
	background: #EFEFEF;
	border: 1px solid #EAEAEA;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.table_bb {
	width: 100%;
	background: #EFEFEF;
	border: 0px solid #419c7f;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.table_c {
	width: 100%;
	background: #EFEFEF;
	border: 1px solid #EAEAEA;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 0px;
}

.table_d {
	width: 100%;
	background: #EFEFEF;
	border: 1px solid #EAEAEA;
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 15px;
}

.tdrow1, 
td.tdrow1, 
tr.tdrow1, 
th.tdrow1 {
	padding: 5px;
	background: #FFFFFF;
}

.tdrow2, 
td.tdrow2, 
tr.tdrow2, 
th.tdrow1 {
	padding: 5px;
	background: #FFFFFF;
}



.tdrow3, 
td.tdrow3, 
tr.tdrow3, 
th.tdrow3 {
	padding: 5px;
}
.tdrow4, 
td.tdrow4, 
tr.tdrow4, 
th.tdrow4 {
	padding: 5px;
	background: #FFFFFF;
	padding-left:15px;
}

.logo {
	display:block;
	width: 299px;
	height: 110px;
	border: 0px solid #000000;
	background: url(./images/logob.png) no-repeat;
	behavior: url(iepngfix.htc);
}

.logoa {
	display:block;
	width: 299px;
	height: 110px;
	border: 0px solid #000000;
	background: url(./images/chilia.png) no-repeat;
	behavior: url(iepngfix.htc);
}

.align_left {
	float: left;
}

.align_right {
	float: right;
}

.align_left_mfix
	float: left;
	padding-top: 2px;
}

.align_right_mfix {
	float: right;
	padding-top: 2px;
}

.text_align_right {
	text-align: right;	
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.nav_menu {
	height: 27px;
	padding: 0 15px;
	background: #007EAD;
	letter-spacing: 1px;
	border-radius: 10px;
}

.nav_menu ul {
	float: left;
	border-left: 1px solid #002b40;
	border-right: 1px solid #3d464c;
}

.nav_menu li {
	float: left;
	margin-left: 0;
	list-style: none;
	line-height: 27px;
	border-left: 1px solid #002b40;
	border-right: 1px solid #002b40;
}

.nav_menu a:link,
.nav_menu a:visited {
	float: left;
	height: 27px;
	color: #eeeeee;
	font-size: 1em;
	padding: 0 12px;
	font-weight: 700;
}

.nav_menu a:hover {
	color: #eeeeee;
	background: #006292;
	text-decoration: none;
}

.members_bar {
	font-size: 1em;
	font-weight: 700;
}

.members_bar a:link, 
.members_bar a:hover,
.members_bar a:visited {
	text-decoration: none;
}

.members_bar div {
	padding: 7px;
}

.members_bar .guest_links {
text-align: right;
font-size: 11px;
color: #666;
font-weight: bold; 
}

.disk_loadbar {
	width: 400px;
	height: 16px;
	padding: 1px;
	border: 1px solid #999;
}

.slideout_warning {
	z-index: 3;
	float: left;
	width: 100%;
	height: 58px;
	margin-bottom: -5px;
	background: #FFFFFF url(./images/slideout_warning.png) repeat-x;
}

.slideout_warning .picture {
	float: left;
	width: 46px;
	height: 43px;
	margin-top: 5px;
	margin-left: 10px;
	background: url(./images/warning_sign.png) top left no-repeat;
}

.slideout_warning .ie_picture {
	width: 39px;
	background: url(./images/internet_explorer.png) top left no-repeat;
}

.slideout_warning .info {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

.slideout_warning .info h1 {
	font-size: 1.40em;
	margin-bottom: 3px;
}

.page_body {
	border: 1px solid rgba(52, 152, 219, 0.49); 
	background: #FFFFFF;
	clear: both;
	color: #000000;
	text-align: left;
	padding: 15px 10px 15px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.page_body3 {
	border: 1px solid #C5C1C1; 
	background: #FFFFFF; 
	clear: both;
	color: #000000;
	text-align: left;
	padding: 15px 10px 15px 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.page_body2 {
	/* border: 1px solid #C5C1C1; 
	background: #FFFFFF; */
	clear: both;
	color: #000000;
	text-align: left;
	padding: 15px 10px 15px 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 95px;
}

.page_footer {
	height: 15px;
	padding: 5px;
	color: #D3D2D1;
	text-align: center;
	border-radius: 5px;
	background: whitesmoke;
	font-weight: bold;
	border:1px solid rgba(52, 152, 219, 0.49);
}

.page_footer a:link, 
.page_footer a:hover,
.page_footer a:visited {
	color: #000000;
}

.page_footer img {
	vertical-align: middle;
}

.lightbox_background {
	top: 0; 
	left: 0;
	z-index: 2;
	width: 100%;
	opacity: 0.80;
	color: #ffffff;
	position: absolute;
	background: #000000;
	-moz-opacity: 0.80px;
	filter: alpha(opacity=80);
	height: 0; /* This value will auto be set by jQuery */
	border: 0px solid #000000;
}

.lightbox_main {
	z-index: 3;
	width: 515px;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #345487;
	top: 20%; /* This value will auto be set by jQuery */
	left: 25%; /* This value will auto be set by jQuery */
	border: 0px solid #000000;
	border: 0px solid #000000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.jqcuery { visibility: hidden; }

.new_version_box {
	color: #FFF; 
	background: #C00; 
	padding-top: 20px;
	text-align: center; 
	padding-bottom: 20px;
}

.new_version_box a:link,
.new_version_box a:hover,
.new_version_box a:visited {
	color: #FFF;
	text-decoration: underline;
}

.message_box {
margin: 10px auto;
width: 60%;
	padding: 10px;
	text-align: center;
	border: 1px solid #3498db;
	background: #FFD196 url(./images/blue_box_bg.gif) repeat-x top left;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;

}

.message_box h1 {
	color: #ff0c00;
	font-size: 1.7em;
	font-weight: 700;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.pagination {
	height: 1%;
	width: auto;
	float: right;
	padding-top: 2px;
	font-size: 0.85em;
}

.pagination_footer {
	margin: 12px 0 25px 0;
}

.pagination strong {
	margin: 0 2px;
	padding: 0 2px;
	color: #ffffff;
	font-size: 0.85em;
	background: #52afe2;
	font-weight: normal;
	border: 1px solid #4692bf;
}

.pagination a:link, 
.pagination a:active,
.pagination a:visited {
	margin: 0 2px;
	padding: 0 2px;
	color: #5c758c;
	font-size: 0.85em;
	background: #ecedee;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #b4bac0;
}

.pagination a:hover {
	color: #ffffff;
	background: #52afe2;
	border-color: #368ad2;
	text-decoration: none;
}

/* Settings for JDMenu plugin */
ul.jd_menu, 
ul.jd_menu_vertical {
	list-style-type: none;
}

ul.jd_menu ul, 
ul.jd_menu_vertical ul {
	display: none;
}

ul.jd_menu li {
	float: left;
}

ul.jd_menu ul, 
ul.jd_menu_vertical ul {
	margin: 0px;
	padding: 0px;
	display: none;
	z-index: 10000;
	position: absolute;
	list-style-type: none;
}

ul.jd_menu ul li, 
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.jd_menu, 
ul.jd_menu ul {
	height: 20px;
} 

ul.jd_menu ul {
	height: auto;
}

* html ul.jd_menu ul {
	width: 1%;
}

ul.jd_menu li {
	cursor: pointer;
	white-space: nowrap;
	margin: 0px 2px 0 2px;
}

ul.jd_menu .menu_border {
	border: 1px solid #999999;	
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* For CSS3 Browsers */
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* For Safari Users */
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* For Mozilla Browsers (Firefox) */
}

ul.jd_menu li.item {
	padding: 3px;
	margin-left: 0;
	color: #000000;
	display: block;
	font-size: 0.9em;
	text-align: left;	
	background: #eff3f7;
	border-bottom: 1px solid #ddd;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul.jd_menu li.header {
	padding: 2px;
	font-size: 0.8em;
	font-weight: 900;
	text-align: center;
	background: #e1e2e5;
	border-bottom: 1px solid #ddd;
}

.footer-content {
	padding:10px;
	font-weight:bold;
	font-size:100%;
	color: #736F6E;
}

a.footer-content {
	line-height: 26px;
	font-weight:bold;
	font-size:100%;
	color: #736F6E;
}

.centerbox {
	/*line-height: 26px;*/
	font-weight:normal;
	width:55%;
	font-size:100%;
	text-align:center;
	background:rgba(123, 124, 124, 0.42);
	border-radius: 3px;
	padding-top: 10px;
}

#solapa {
	background-color: #E0E0E0;
    padding-top: 9px;
    margin-left: -178px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    color: gray;
}

#solapa a:hover {
	background-color: #BEBEBE;
    padding-top: 9px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}

#solapa a:active {
	background-color: #BEBEBE;
    padding-top: 7px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}	
	
#solapaje a:hover {
	background-color: #BEBEBE;
    padding-top: 9px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}

#solapaje a:active {
	background-color: #BEBEBE;
    padding-top: 7px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}		
	

.grey_l {
	font-weight:normal;
	vertical-align: middle;
	width:60%;
	height:32px;
	font-size:12px;
	background:#EEEEEC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.uluxptext {
	line-height: 24px;
	font-weight:normal;
	text-align:center;
}

#navlink {
	float: left;
	height: 65px;
	clear:right;
	padding:45px 0 0 0;
	width:600px;
	display:block;
}
 
#navlink li {
	display: inline;
	margin:0 12px 0 8px;
	padding:0;
	height:30px;
	float:left; 
}
		
#navlink a {
	color:#73736b;
	float:left;
	font-size:100%;
	font-weight: bold;
}
			
#navlink a:hover, #navlink a.active {
	color:#000; text-decoration: none; 
}

.areag {;
	display: inline;
}

#cont div {
	display:inline;
}

.textareag {
border:0;
margin:2px;
padding:3px;
font-size:100%;
}

#content {
	margin: 0 280px 0 20px;
}

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


------------------------------------------------

	#login { float:right; display:block; height:29px; }
	
		#login li {
			border:1px solid #7a7a72;	
			color:#7a7a72;
			padding:4px 7px;
			display:inline;
			float:left;
			margin:1px 0 0 5px;
			position:relative; }
			
		#login #account a { color:#7a7a72; }
		
		#login #form.active, #login #form:hover {
			background:url(../images/backgrounds/login_button.gif);
			color:#fb8a00;
			border:0 none;
			width:88px;
			padding:5px 7px 4px; }

.widget1 h2{
	color:white;
	line-height:26px;
	height:26px;
	overflow:hidden;
	padding-left:10px;
	margin-bottom:0!important;
	background:#429c7f url(./images/green.png) repeat-x 0 0;
}

.rightnavcirculo {
	width:60%;
	margin:0 auto;
	font-size:1em;
	background-color:#e8f3fa;
	border:1px solid #bedaff;
	padding:15px 10px;
	line-height:17px;
		border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.rightnav {
width: 60%;
margin: 0 auto;
font-size: 1em;
background-color: #DBE9FF;
border-top: 1px solid #57A8FF;
padding: 10px 10px;
line-height: 17px;
}

.rightnav2 {
	float:right;
	width:129px;
	font-size:1em;
	background-color:#e8f3fa;
	border:1px solid #bedaff;
	padding:15px 10px;
	margin-top:505px;
	position: absolute; 
	top: 0;
	line-height:17px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.rightnav3 {
	float:right;
	width:129px;
	font-size:1em;
	background-color:#fff3cf;
	border:1px solid #ff942c;
	padding:15px 10px;
	margin-top:614px;
	position: absolute; 
	top: 0;
	line-height:17px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

  .initial { background-color: #DDDDDD; color:#000000; }
  .normal { background-color: #FFFFFF; }
  .highlight { background-color: #e1ebf2; }

/* swfupload */

div.fieldset {
        margin: auto;
        padding: 20px 10px;
}
div.fieldset span.legend {
        position: relative;
        padding: 3px;
        font: 700 14px Arial, Helvetica, sans-serif;
        color: #429c7f;
}

div.flash {
        width: 405px;
        margin: auto;
        border-color: #EEEEEC;

        -moz-border-radius-topleft : 5px;
        -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
        width: 357px;
        overflow: hidden;
}

.progressContainer {
        margin: 5px;
        padding: 4px;
        border: solid 1px #E8E8E8;
        background-color: #F7F7F7;
        overflow: hidden;
}

/* Message */
.message {
        margin: 1em 0;
        padding: 10px 20px;
        border: solid 1px #FFDD99;
        background-color: #FFFFCC;
        overflow: hidden;
}
/* Error */
.red {
        border: solid 1px #B50000;
        background-color: #FFEBEB;
}

/* Current */
.green {
        border: solid 1px #DDF0DD;
        background-color: #EBFFEB;
}

/* Complete */
.blue {
        border: solid 1px #CEE2F2;
        background-color: #F0F5FF;
}

.progressName {
        font-size: 8pt;
        font-weight: 700;
        color: #555;
        width: 323px;
        height: 20px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
        font-size: 0;
        width: 0%; 
        height: 2px;
        background-color: blue;
        margin-top: 2px;
}

.progressBarComplete {
        width: 100%;
        background-color: green;
        visibility: hidden;
}

.progressBarError {
        width: 100%;
        background-color: red;
        visibility: hidden;
}

.progressBarStatus {
        margin-top: 2px;
        width: 337px;
        font-size: 7pt;
        font-family: Arial;
        text-align: left;
        white-space: nowrap;
}

a.progressCancel {
        font-size: 0;
        display: block;
        height: 14px;
        width: 14px;
        background-image: url(../swfupload/images/cancelbutton.gif);
        background-repeat: no-repeat;
        background-position: -14px 0px;
        float: right;
}

a.progressCancel:hover {
        background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
        vertical-align: top;
}

.fade {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.fade:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}


.pluses { background:#eff7fe; border:1px solid #bedaff; padding:14px 20px; color:#61a510;
        -moz-border-radius-topleft : 0px;
        -webkit-border-top-left-radius : 0px;
    -moz-border-radius-topright : 0px;
    -webkit-border-top-right-radius : 0px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px; }

	.pluses .title { 
		font-size:1.33em;
		font-weight:600;
		text-align:center; 
		padding:0 0 10px; }
		
		#pluses .title span { text-transform:uppercase; }
		
	.white_title {
		background:#fff;
		color:#000;	
		font-size:1.33em;
		font-weight:600;
		text-align:center; 
		padding:11px;
		border-top:1px solid #bedaff;
		border-right:1px solid #bedaff;
		border-left:1px solid #bedaff;
        -moz-border-radius-topleft : 5px;
        -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 0px;
    -webkit-border-bottom-left-radius : 0px;
    -moz-border-radius-bottomright : 0px;
    -webkit-border-bottom-right-radius : 0px; }
		
		.white_title span { text-transform:uppercase; }


.shadow { display:block; height:5px; background:url(../images/other/shadow.gif) repeat-x; overflow:hidden; margin:1px 0 25px; }

	.shadow.bottom { margin:1px 0 23px; }
		
#payment_systems, #payment_systems td { border:1px solid #ebebe9; }

	#payment_systems td { height:60px; text-align:center !important; vertical-align:middle; font-size:1.17em; overflow:hidden; }

		#payment_systems .first_row td.title { color:#999; padding:0 0 0 32px; text-align:left; }

		#payment_systems .first_row span { color:#b7b7af; display:block; font-weight:300; }
	

	
.column_payment {
	color:#000;
	float:left;
	width:398px;
	height:160px;
	padding:15px 20px 0;
	background:#f9f9f8;
	border-right:1px solid #ebebe9;
	border-left:1px solid #ebebe9;
	border-bottom:1px solid #ebebe9;
	font-size:1.08em;
	position:relative; }
	
	.column_payment.first { border-right:0 none; width:399px; }
	
	.column_payment p { line-height:17px; }
	
	.column_payment h3 { font-size:1.38em; padding:0 0 13px; }
	
	.column_payment a { float:right; background:url(../images/backgrounds/arrow_right_s.gif) no-repeat right 5px; padding:0 10px 0 0; position:absolute; top:21px; right:20px; font-weight:600; }
	
	.column_payment form { padding:20px 0 0 88px; position:relative; }
	
		.column_payment .textfield { 
			background:url(../images/backgrounds/premium_input.gif) no-repeat; 
			width:116px; 
			height:21px; 
			font:1.08em Arial, Helvetica, sans-serif;
			padding:4px 0 0 4px;
			border:0 none; 
			margin:0 2px 0 0; 
			float:left; }
		
		.column_payment .button { 
			background:url(../images/backgrounds/become_premium.gif) no-repeat; 
			width:120px; 
			height:25px; 
			border:0 none; 
			font:600 1em Arial, Helvetica, sans-serif;
			float:left; }



/*[3.8. FAQ ]*/
#faq li { border-bottom:1px solid #e6e6e3; padding:22px 0 20px; width:880px; }

	#faq li.first { padding:0 0 20px; }
	
	#faq li.last { padding:25px 0 0; border-bottom:0 none; }

#faq .question { font-size:1.33em; font-weight:600; }

#faq .answer { font-size:1.17em; line-height:20px; }

	#faq .answer span { font-size:1.14em; font-weight:600; text-transform:uppercase; }

/*[3.9. Affiliate Program ]*/
#green_text { background:#ecfbd7; border:1px solid #7cc818; padding:14px 20px 15px; color:#61a510; font-size:1.17em; font-weight:600; margin:25px 0 30px 0; }

#faq .answer h4 { color:#fb8a00; font-size:1.33em; }

.column_payment {
	color:#000;
	float:left;
	width:398px;
	height:160px;
	padding:15px 20px 0;
	background:#f9f9f8;
	border-right:1px solid #ebebe9;
	border-left:1px solid #ebebe9;
	border-bottom:1px solid #ebebe9;
	font-size:1.08em;
	position:relative; }
	
	.column_payment.first { border-right:0 none; width:399px; }
	
	.column_payment p { line-height:17px; }
	
	.column_payment h3 { font-size:1.38em; padding:0 0 13px; }
	
	.column_payment a { float:right; background:url(../images/backgrounds/arrow_right_s.gif) no-repeat right 5px; padding:0 10px 0 0; position:absolute; top:21px; right:20px; font-weight:600; }
	
	.column_payment form { padding:20px 0 0 88px; position:relative; }
	
		.column_payment .textfield { 
			background:url(../images/backgrounds/premium_input.gif) no-repeat; 
			width:116px; 
			height:21px; 
			font:1.08em Arial, Helvetica, sans-serif;
			padding:4px 0 0 4px;
			border:0 none; 
			margin:0 2px 0 0; 
			float:left; }
		
		.column_payment .button { 
			background:url(../images/backgrounds/become_premium.gif) no-repeat; 
			width:120px; 
			height:25px; 
			border:0 none; 
			font:600 1em Arial, Helvetica, sans-serif;
			float:left; }

 .sidebar{width:610px;margin:auto;background:#ffffff;height:270px;padding:40px 5px 5px 5px;position:relative;
        -moz-border-radius-topleft : 5px;
        -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;}
 .sidebar2{width:800px;margin:auto;background:#ffffff;height:100px;padding:40px 5px 5px 5px;position:relative;
        -moz-border-radius-topleft : 5px;
        -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;}
 .advertiseWithUs{position:absolute;top:17px;left:12px;font:10px/10px Arial,Helvetica,sans-serif;color:#97a5af;}
 .removeAds{position:absolute;top:12px;right:12px;border:1px solid #bac2ca;background:#fff;font:10px/10px Arial,Helvetica,sans-serif;color:#97a5af;padding:5px;display:block;text-decoration:none;}
 .removeAds2{position:absolute;top:12px;right:12px;border:1px solid #bac2ca;background:#fff;font:10px/10px Arial,Helvetica,sans-serif;color:#97a5af;padding:5px;display:block;text-decoration:none;}
 #Download_Index #adSlot01{width:300px;height:250px;background:#ccc;margin:0 0 23px 0;}
 #Download_Index #adSlot02{width:300px;height:250px;background:#ccc;}
 
 
 /* container of the file upload elements and look of the field */
.file {
	display: inline-block;
	width:250px;
	position: relative;
	background: #eee;
	border-bottom:solid 1px #e0e0e0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
}
/* style text of the upload field and add an attachment icon */
.file .button {
	background:url(ico_clip.png) no-repeat 97% 50%;
	text-indent:10px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#555;
	height:40px;
	line-height:40px;
	display: block;
}
/* hide the real file upload input field */
.file input {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
}


#menubarra .menu_tag{float:left; height:31px; background-image:url(/css/images/menu.png);}
#menubarra .on_left{padding-left:15px; background-position:0px 0px;}
#menubarra .on_right_off{padding-right:30px; background-position: right -35px;}
#menubarra .on_right_end{padding-right:30px; background-position: right 0px;}
#menubarra .on_right_hl{padding-right:30px; background-position: right -245px;}
#menubarra .off_right_off{ padding-right:30px; background-position: right -104px;}
#menubarra .off_right_end{ padding-right:30px; background-position: right -69px;}
#menubarra .off_right_hl{ padding-right:30px; background-position: right -175px;}
#menubarra .hl_right_off{ padding-right:30px; background-position: right -210px;}
#menubarra .hl_right_on{ padding-right:30px; background-position: right -280px;}
#menubarra .hl_right_end{ padding-right:30px; background-position: right -315px;}
#menubarra .off_left{padding-left:15px; background-position:0px -69px;}
#menubarra .off_right_on{ padding-right:30px; background-position: right -140px;}
#menubarra .menu_tag a, #menu .menu_tag span{display:block; font-size:13px; font-weight:bold; padding:0.5em 0.3em 0px}
#menubarra .menu_tag a{ color:gray; text-decoration:none;}
#menubarra .menu_tag a{text-shadow:0 1px 0 #fff;}
#menubarra .menu_tag a:hover{text-decoration:underline;}
#menubarra .hl_right_off a, #menu .hl_right_on a, #menu .hl_right_end a{color:#FFFFFF; text-shadow:0 -1px 0 #777;}
.menubarrah { margin: -30px 0 0 460px; }
.menubarrah2 { margin: -30px 0 0 330px; }

.loginbotones { margin: -42px 0 0 625px; }
.top_links {float: right; margin-top: -27px;}


#menubarra .menu_taga{float:left; height:31px; background-image:url(/css/images/menu.png);}
#menubarra .menu_taga a, #menu .menu_tag span{display:block; font-size:13px; font-weight:bold; padding:0.5em 0.3em 0px}
#menubarra .menu_taga a{ color:white; text-decoration:none;}
#menubarra .menu_taga a:hover{text-decoration:underline;}




		.faq-section{
			margin: 0;
			position: relative;
		}

		.faq-section p{
			display: none;
		}	

		.faq-section input{
			position: absolute;
			z-index: 2;
			cursor: pointer;
			opacity: 0;			
			display: none\9; /* IE8 and below */
            margin: 0;			
			width: 100%;
			height: 36px;
		}				

		.faq-section label+p{
			display: block;	
			color: #999;
			font-size: .85em;
			-webkit-transition: all .15s ease-out; 
			-moz-transition: all .15s ease-out;
			-ms-transition: all .15s ease-out;
			-o-transition: all .15s ease-out;
			transition: all .15s ease-out;
			/* Clipping text */
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;						
		}

		.faq-section input[type=checkbox]:checked~p{
			display: block;
			color: #444;
			font-size: 1em;
			/* restore clipping defaults */
			text-overflow: clip; 
			white-space: normal;
			overflow: visible;	
		}

		.faq-section label{
			font-size: 1.2em;
			background: #eee;
			display: block;
			position: relative;
			height: 20px;
			padding: 7px 10px;
			font-weight: bold;
			border: 1px solid #ddd;
			border-left: 3px solid #888;
			text-shadow: 0 1px 0 rgba(255,255,255,.5);
			-webkit-transition: all .15s ease-out; 
			-moz-transition: all .15s ease-out;
			-ms-transition: all .15s ease-out;
			-o-transition: all .15s ease-out;
			transition: all .15s ease-out;			
		}

		.faq-section label::-moz-selection{ /* remove text selection when toggle-ing */
			background: none;
		}

		.faq-section label::selection{
			background: none;
		}

		.faq-section label:hover{
			background: #f5f5f5;
		}

		.faq-section input[type=checkbox]:checked~label{
			border-color: #3498db;			
			background: #34A6DB;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#3498db));
			background-image: -webkit-linear-gradient(top, #fff, #3498db); 
			background-image: -moz-linear-gradient(top, #fff, #3498db); 
			background-image: -ms-linear-gradient(top, #fff, #3498db); 
			background-image: -o-linear-gradient(top, #fff, #3498db); 
			background-image: linear-gradient(to bottom, #fff, #3498db);
			-moz-box-shadow: 0 0 1px rgba(0,0,0,.4);
			-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
			box-shadow: 0 0 1px rgba(0,0,0,.4);				
		}

		.faq-section label::before{
			content: '';
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -6px;
			border: 6px solid transparent;
			border-left-color: inherit;	
		}

		.faq-section input[type=checkbox]:checked~label::before{
			border: 6px solid transparent;
			border-top-color: inherit;
			margin-top: -3px;
			right: 10px;	
		}
.faqtitulo {
	color: #222;
	text-decoration: none; 
	text-shadow: 1px 1px 0 #DDD, 1px 1px 0 #BBB;
	clear: both;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	font-family: ZapFont;
} 

.faqtitulo2 {
color: #222;
text-decoration: none;
text-shadow: 1px 1px 0 #DDD, 1px 1px 0 #BBB;
clear: both;
color: #222;
font-size: 16px;
/* font-weight: bold; */
line-height: 1.5em;
position: absolute;
top: 49px;
margin-left: 175px;
/* font-style: italic; */
font-family: ZapFont;
}

.faqtitulo3 {
color: #222;
text-decoration: none;
text-shadow: 1px 1px 0 #DDD, 1px 1px 0 #BBB;
clear: both;
color: #222;
font-size: 16px;
/* font-weight: bold; */
line-height: 1.5em;
position: absolute;
top: 48px;
margin-left: 167px;
/* font-style: italic; */
font-family: ZapFont;
}

.dblue, .dblue a { color: #5f7be2!important; } button.dblue { background-color: #5f7be2!important; color: #fff!important; }

#tarifftable {
	margin-right:1px;
	width: 800px;
}
.toplefttable {
	height: 50px;
	width: 11px;
	background-color: #3498db;
	border-top-left-radius: 5px;
}
.toprighttable {
	height: 50px;
	width: 11px;
	background-color: #3498db;
	border-top-right-radius: 5px;
}
.topmiddletable {
	background-color: #3498db;
	color: white;
	text-align: center;
	vertical-align: middle;
}

@font-face{
    font-family: "ZapFont";
    src: url('ZapFont.ttf'),
    url('ZapFont.eot'); /* IE */
}

.middle11 {
	background-color: #ECF1F9;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	height: 40px;
}
.middle12 {
	background-color: #ECF1F9;
	border-width: 0px 1px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	vertical-align: middle;
}
.middle13 {
	background-color: #ECF1F9;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	vertical-align: middle;
	text-align: center;
	padding-left:15px;
}

.bottomlefttable {
	height: 20px;
	width: 11px;
	background-color: #ECF1F9;
	border-bottom-left-radius: 5px;
}
.bottomrighttable {
	background-color: #ECF1F9;
	border-bottom-right-radius: 5px;
	float: right;
	height: 20px;
	width: 11px;
}


#contentpago {
width: 632px; margin: auto;
}

#contentpago table {
border: 1px solid #CCC;
border-spacing: 2px;
}

#contentpago .box {
margin-top: 25px;
border: 1px solid #CCC;
padding: 15px;
}


#contentpago .box h1 {
margin: -13px -13px 13px -13px;
padding: 7px;
background: #3498db;
color: white;
font-size: 11px;
text-decoration: none;
clear: both;
color: white;
font-size: 18px;
font-weight: bold;
}

#contentpago table td.head {
padding: 7px;
background: #3498db;
color: white;
font-size: 11px;
font-weight: bold;
}

#contentpago table td {
padding: 5px;
}

#contentpago tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}


#contentpago table {
border-collapse: separate;
border-spacing: 2px;
border: 1px solid #CCC;
}



.forpw {
font-size: 10px;
color: #9A9A9A;
background: url(/css/images/lost_icon.jpg) no-repeat scroll left 1px;
padding-left: 13px;
}
.loginbotonaso { font-size: 14px; float:left; margin-left: 10px; color: black; }


.no_sign {
background: url(/css/images/no_sign.gif) no-repeat scroll right top;
width: 20px;
height: 20px;
position: absolute;
right: -12px;
top: -10px;
padding: 0;
}

.ocultaso { display:none; width:1px; height=1px; }
.normal {margin: 15px auto;}
.normal td, .normal th { text-align: center; padding: 4px 8px; border: 1px solid #fff; border-width: 0 1px 1px 0; }
.normal th { font-weight: bold; color: #fff; background-color: #3498db; }
.normal tr:first-child td, .normal tr:first-child th { border-top-width: 1px; }
.normal tr td:first-child, .normal tr th:first-child { border-left-width: 1px; }
.normal tr:nth-child(2n+1) td { background-color: #f0f0f0; }
.normal tr:nth-child(2n) td { background-color: #f8f8f8; }
.normal tr.edit td { background-color: #727dad!important; color: #fff; }
.normal tr.notactive td { background-color: #eeeecc!important; }
.normal label { padding-left: 5px; }

.tablestat {width: 150px;}

.maxwi {
max-width: 160px;
max-height: 160px;
}


.headjeje {
	padding:7px;
    background:#666666;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
}

.flashy_2{
background-color: #faf4ba;
border-radius: 15px;
}
.uiBoxOrange{
background-color: #FFCD96;border-top: 1px solid #CC5C11;padding: 10px;width: 65%;
}
.uiBoxGreen{
background-color: #D7FFD7;border-top: 1px solid #48E222;padding: 10px;width: 55%;
}

.uiBoxGreen2{
background-color: rgba(52, 152, 219, 0.39);border-top: 1px solid rgba(52, 152, 219, 0.49);padding: 10px 10px 10px 35px;width: 63%;
}

.uiBoxBlue{
background-color: #DBE9FF;
border-top: 1px solid #57A8FF;
padding-top: 10px;
padding-bottom: 10px;
width: 71%;
margin-top: 5px;
}

.popupOverlay {
	position:absolute;	background-color:#000000;
	display:none;    height:300%;
	left:0;  top:0;
	width:100%;  z-index:1000;
}

.new0{
position: absolute;
height: 12px;
line-height: 13px;
padding: 0 6px;
background: #ffcc00;
color: #111;
margin-left: -22px;
border-radius: 10px;
font-size: 10px;
font-weight: bold;
font-family: Arial,sans-serif;
text-shadow: 0 1px 0 rgba(255,255,255,0.3);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(0,0,0,0.5);
z-index: 100;
}
.new1{
position: absolute;
height: 12px;
line-height: 13px;
padding: 0 6px;
background: #ffcc00;
color: #111;
margin-left: 210px;
margin-top: -1px;
border-radius: 10px;
font-size: 10px;
font-weight: bold;
font-family: Arial,sans-serif;
text-shadow: 0 1px 0 rgba(255,255,255,0.3);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(0,0,0,0.5);
z-index: 100;
}
.new2{
width:0;height:0;margin-left:410px;margin-top:3px;position:absolute;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid rgba(0,0,0,0.5);z-index:100;
}
.new3{
width:0;height:0;margin-left:410px;margin-top:2px;position:absolute;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid #fc0;z-index:100;
}

#headead{ 
margin-left: -500px;
height: 6px;
/* margin-bottom: 18px; */
margin-top:24px;
color: #ddd;
text-shadow: none;
background: rgb(255, 255, 255) url(http://imgtiger.com/css/images/layout.png);">
}

.delaluna7 {
padding: 0 4px;
margin-left: 0px;
color: #fff;
display: inline;
}

.linklunardo {
font-size:12px !important;
color:white !important;
font-weight:bold;
}


.navi{
margin-top: -25px;
margin-left: 249px;
padding: 10px 104px 0 334px;
height: 28px;
background: url(http://imgtiger.com/css/images/layout.png) 0 -241px;
}




.user {
margin-top: -2px;
width: 401px;
margin-left: -164px;
}
.userlogged {
width: 460px;
margin-left: -198px;

}

.user ul li {
display: inline;
margin-left: 5px;
}

#contentallg {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 86px;
}
.head22 {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.fileupload .thumbnail {
overflow: hidden;
display: inline-block;
margin-bottom: 5px;
vertical-align: middle;
text-align: center;
}
.thumbnail {
display: block;
padding: 4px;
line-height: 20px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
box-shadow: 0 1px 3px rgba(0,0,0,0.055);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.fileupload .fileupload-preview {
vertical-align: middle;
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
display: none;
}

.btn.btn-file {
overflow: hidden;
position: relative;
vertical-align: middle;
}

.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #ccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn.btn-file > input[type=file] {
width: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
cursor: pointer;
}
select, input[type="file"] {
height: 30px;
line-height: 30px;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
width: auto;
}
label, input, button, select, textarea, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .btn {
font-size: 13px;
}
.box1{
position:relative;
top:-2px;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
font-size: 11px;
background-color: #BAD9FA;
-webkit-border-radius: 2px;
font-weight: bold;
padding: 0 4px 2px 5px;
cursor: help;
}

.boxtxt{
font-size: 8px;
color: black;
font-weight: bold;
line-height: 13px;
cursor: help;
}
.clocklock{
padding-left: 19px;
background:url(images/fm_icon.gif) no-repeat left -990px
}

#loginMenu {
z-index:2;
}
.popupOverlay {
	position:absolute;	
        background-color:rgba(0, 0, 0, 0.84);
	display:none;
        height:200%;
	left:0;  
        top:0;
	width:100%; 
        z-index:1000;
}
.luna56 { padding:0 0 0 0!important; }

#poptop {
width: 906px;
margin-left: auto;
margin-right: auto;
}
#poptop1 {
width: 906px;
margin-left: auto;
margin-right: auto;
}





.poptop nav ul li {
font-size: 12px;
font-weight: bold;
float: left;
position: relative;
margin-left: 24px;
}

.poptop nav ul li a {
color: #434242;
float: left;
height: 30px;
text-decoration: none;
}

.poptop nav ul li a:active, {
color: #3498db!important;
float: left;
height: 30px;
}


#navbar {
      float: left;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
position: absolute;
top:99px;  }
   #navbar li {
      float: left;
      margin-left:0px!important; }
   #navbar li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-weight: bold;
      color: #434242;
      border-right: 1px solid #ccc; }
   #navbar li a:hover {
      color: #3498db;
      background-color: #fff; }
    
.menutxt {
background-color: #3498db;
padding: 3px 3px 2px;
font-size: 9.75px;
/* font-weight: bold; */
color: #ffffff!important;
/* text-transform: uppercase; */
border-radius: 3px;
font-family: ZapFont;
}
.txxtlink{font-size: 18px;
}
