/* CSS Document */
html, body {
	height:100%;
}
body, td, option, textarea, form, input {
	font-size: 12px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	background: url(../images/graphics/bg.png) #fff repeat-x 0 0;
}
br {
	clear:all;
}
hr {
	height:0;
	margin:10px 0 25px 0;
	border:1px solid transparent;
	border-bottom:1px solid #f7f7f7;
	background-color:tranparent;
}
table {
	border:0px;
	border-collapse: collapse;
	border-spacing: collapse;
}
img {
	border:0px;
}
form {
	margin:0;
	vertical-align:top;
}
input, button, select, textarea {
	padding:3px;
	/*min-width:160px;*/
	min-height:18px;
	font-size:12px;
	line-height:14px;
	vertical-align:top;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #f5f5f5;
	background: url(../images/graphics/input_bg.png) #fff no-repeat 100% 0;
}
button {
	cursor:pointer;
}
button a {
	color:white;
	text-decoration:none;
}
select {
	color:#333333;
	margin:0;
}
option {
	font-size:14px;
	min-width: 1.5em;
	padding:0.05em 0.5em;
}
label {
	color:#666;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px 0 0 0;
}
label.req {
	background: url(../images/graphics/input_required.png) transparent no-repeat 0 0;
}
/*------------------------------------------------------------------------*/

fieldset {
	padding:15px 5px 15px 25px;
	margin-bottom:4px;
	background-color:#f2f9fa;
	border:1px solid #dceaf7;
}
fieldset.left {
width:450px;
}
fieldset.right {
width:450px;
float:right;
clear:right;
}
fieldset label {
	display:block;
	float:left;
	width:150px;
}
fieldset input {
	width:300px;
	margin-bottom:4px;
}
fieldset textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	margin-bottom:4px;
}
fieldset p {
	float:left;
	color:#666;
	font-size:11px;
	font-weight:bold;
}
fieldset p input {
	width:auto;
	margin:0 40px 0 5px;
	padding:0;
	border:none;
	background:none;
}
/*------------------------------------------------------------------------*/
a {
	color:#2174c7;
}
a:visited {
}
a:focus {
	user-focus: none;
	outline: none;
	-moz-user-focus: none;
	-moz-outline: none;
}
tt {
	font-size:9px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}
sup {
	vertical-align:top;
	font-size:60%;
	color:#868686;
}
/*------------------------------buttons-----------------------------------*/
/* REQUIRED BUTTON STYLES: */		
button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
button span {
	position: relative;
	display: block;
	white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button {
	padding: 0 15px 0 0;
	margin-right:0;
	margin-top:0;
	font-size:1em;
	text-align: center;
	background:url(../images/graphics/butoes.png) no-repeat right -32px;
}
button span {
	padding: 2px 0 0 15px;
	height:32px;
	line-height:22px;
	background:url(../images/graphics/butoes.png) no-repeat 0 0;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
button span img {
	position:relative;
	top:3px;
	margin-right:5px;
}
/*--------------------------------------------------------------------------------------------*/

a.button {
	border: 1px solid #ddd;
	padding: 5px;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background:url(../images/graphics/icons_dd_bg.png) repeat-x 0 0;
}
/*--------------------------------------------------------------------------------------------*/
#resource_center label {
	float:none;
}
/*--------------------------------------- =content -------------------------------------------*/
#wrap {
	position: relative;
	min-height: 100%;
}
* html #wrap {
	height: 100%;
}
#content {
	width:990px;
	margin:0 auto 0 auto;
	padding-bottom:45px;
	text-align:left;
	color:#444444;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
}
#content p {
	font-family:"Helvetica Neue", Arial, sans-serif;
	margin:15px 0;
}
#content b, strong {
	color:#00a5d5;
}
.switch {
	overflow:hidden;
}
#select {
	clear:both;
	padding:10px 10px 40px 10px;
	margin-bottom:20px;
	border:1px solid #eee;
	background:url(../images/graphics/grad_gray_2.png) #fff repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#right {
	clear:both;
	padding:10px 10px 40px 10px;
	margin-bottom:20px;
	border:1px solid #eee;
	background:url(../images/graphics/grad_gray_2.png) #fff repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#right .watchvideo {
	position:relative;
	float:right;
	top:15px;
}
#right .watchvideo a {
	margin-right:5px;
}
#right .runtimes {
	position:relative;
	top:5px;
	float:right;
	font-size:16px;
	margin-right:200px;
	text-align:center;
}
#right .runtimes p {
	font-size:11px;
}
#right p {
	margin:0;
	padding:1px 0 10px 0;
}
#right dl {
	margin:0;
	padding:0;
	width:50%;
	float:left;
}
#right dl dt {
	width:99%;
	text-align:center;
	font-size:12px;
	line-height: 1.5;
	color: #fff;
	font-weight:bold;
	margin:1px 0 10px 0;
	padding:4px 0;
	border:1px solid #c1c1c1;
	background:url(../images/graphics/icons_dt_bg.png) #727272 repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(200, 100, 100, 0.2);
	border-bottom: 1px solid rgba(114, 114, 114, 0.25);
}
#right dl dd {
	min-width:96%;
	margin:0 0 1px 0;
	padding:4px 6px 3px 6px;
	float:left;
	font-size:11px;
	font-weight:bold;
	border:1px solid #eee;
	background:url(../images/graphics/icons_dd_bg.png) #fff repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.left {
	width:580px;
	float:left;
	font-size:12px;
}
.left h1 {
	color:#666666;
	padding:0;
	font-size:17px;
	margin-top:0;
	line-height:22px;
}
.left h1 span {
	margin:10px 0;
}
.left p {
	font-size:13px;
	line-height: 1.4;
	color: #747474;
	margin:1px 0 20px 0;
	font-weight:normal;
}
#center h1 {
	color:#666666;
	padding:0;
	font-size:18px;
}
/*-----------------------------------------*/
div.feature {
	width:48%;
	height:300px;
	float:left;
	padding-right:10px;
	border-bottom:1px solid #f3f1f1;
	border-right:1px solid #f3f1f1;
}
div.feature h5 {
	color:#00a5d5;
	font-size:13px;
	margin:10px 0 10px 0;
}
div.odd {
	padding-left:15px;
}
div.feature p {
	font-size:12px;
	text-align:justify;
}
div.image_left {
	float:left;
	height:260px;
	margin:10px 0 5px 0;
	text-align:center;
	background-color:white;
}
div.image_left img {
	margin:0 10px;
	display:block;
	float:none;
}
ul.icons {
	margin:0;
	list-style-type:none;
}
ul.icons li {
	text-align:center;
	cursor:pointer;
	margin-right:14px;
	padding:4px 9px 3px 9px;
	float:left;
	border:1px solid #eee;
	background:url(../images/graphics/icon_bg.png) #fff repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
/*ul.icons li.active {
	color:#fff;
	background:url(../images/graphics/icon_bg_active.png);
}
ul.icons li:hover {
	background:url(../images/graphics/icon_bg_active.png);
}
ul.icons li:hover p {
	color:#fff;
}*/

ul.icons li p {
	margin:0;
	padding:0;
	font-size:9px;
	font-weight:bold;
	color:#848484;
}
ul.mss_icons {
	float:left;
	width:510px;
	margin:10px 0 0 0;
	list-style-type:none;
}
ul.mss_icons li {
	cursor:pointer;
	position:relative;
	font-size:10px;
	width:155px;
	min-height:40px;
	text-align:center;
	font-weight:bold;
	line-height:39px;
	text-align:left;
	text-indent:40px;
	margin:1px;
	padding:4px;
	float:left;
	border:1px solid #eee;
	background:url(../images/graphics/icon_bg.png) #f7f7f7 repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
ul.mss_icons li.active {
	color:#fff;
	background:url(../images/graphics/icon_bg_active.png);
}
ul.mss_icons li:hover {
	color:#fff;
	background:url(../images/graphics/icon_bg_active.png);
}
ul.mss_icons li img {
	position:absolute;
	left:2px;
	top:10px;
	margin:0;
	padding:0 10p;
}
ul.features li {
	margin:5px 5px 10px 0;
}
#mss_components {
	width:450px;
	float:right;
}
.mss_component {
	margin:10px 0;
	padding:10px 10px 15px 10px;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mss_component .slideshow img {
	margin:auto;
}
.mss_component .slideshow {
	float:none;
	width:400px;
	height:230px;
	text-align:center;
}
.mss_component p {
	clear:right;
}
ul.features {
	margin:5px 0 15px 0;
}
ul.features li {
	padding:3px 0 3px 15px;
	background:url(../images/graphics/bullet_left.png) transparent no-repeat 0 50%;
}
/*-----------------------------------------------------------------------------*/

#header {
	position:relative;
	padding:10px 0 25px 0;
	height:60px;
}
#header h1 {
	color:#000000;
}
#header.kalipso {
	background:url(../images/graphics/kalipso_header_bg.png) transparent no-repeat 0 100%;
}
#header.mss {
	background:url(../images/graphics/mss_header_bg.png) transparent no-repeat 0 100%;
}
#header.resource {
	background:url(../images/graphics/resource_center_header_bg.png) transparent no-repeat 0 100%;
}
#header img {
	margin:10px 0 0 10px;
}
#header ul {
	position:absolute;
	top:55px;
	right:10px;
	margin:0;
	padding:0;
	float:right;
}
#header ul li {
	float:left;
	margin:0;
	padding:0 10px;
	list-style-type:none;
	border-left:1px solid #eee;
	border-right:1px solid #fff;
}
#header ul li a:hover {
	color:#00a5d5;
}
#header ul li:first-child {
	border:none;
}
#header ul li.active {
	background:url(../images/graphics/left_nav_arrow.png) transparent no-repeat 50% 100%;
}
#header ul li.active a {
	color:#00a5d5;
}
#header ul li a {
	color:#666666;
	font-weight:bold;
	display:block;
	padding:7px 10px 7px 10px;
	font-size:14px;
	text-decoration:none;
}
#header ul li a:hover {
	background:none;
}
#header ul.flags {
	display:none;
}
#header ul.flags li {
	padding:0 3px;
}
#header ul.flags li a {
	padding:0 3px;
}
#banner {
	position:relative;
	z-index:100;
	height:109px;
	background:url(../images/graphics/banner.jpg) transparent no-repeat 0 0;
}
#banner .langs {
	position:absolute;
	top:80px;
	left:10px;
}
#banner .submenu {
	position:absolute;
	top:80px;
	right:10px;
}
#banner .submenu span {
	margin-left:70px;
}
#banner .submenu a {
	color:#595959;
	padding-left:28px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
#banner .submenu a:hover {
	color:#428eba;
}
#profile {
	background:url(../images/graphics/icon_profile.png) transparent no-repeat 0 50%;
}
#logout {
	background:url(../images/graphics/icon_logout.png) transparent no-repeat 0 50%;
}
#contactus {
	background:url(../images/graphics/email_icon.png) transparent no-repeat 0 50%;
}
#recover {
	background:url(../images/graphics/icon_recover_password.png) transparent no-repeat 0 50%;
}
#create {
	background:url(../images/graphics/icon_create_account.png) transparent no-repeat 0 50%;
}
#cancel {
	background:url(../images/graphics/icon_cancel.png) transparent no-repeat 0 50%;
}
ul#nav li.left {
	height:44px;
	width:7px;
	margin:0;
	padding:0;
	border:none;
	background:url(../images/graphics/menu_left.png) transparent no-repeat 0 0;
}
ul#nav li.right {
	height:44px;
	width:7px;
	margin:0;
	padding:0;
	border:none;
	background:url(../images/graphics/menu_right.png) transparent no-repeat 0 0;
}
/* =misc
-------------------------------------*/

h1 {

	line-height: 1.6em;
	
	color: #db3838;
	padding:20px 0 20px 0;
	margin:10px 0;
	text-shadow: 0px 1px 0px #fff;
	
	font-weight:bold;
	font: 1.8em EnigmaticBold, Helvetica, sans-serif;
	letter-spacing:-0.05em;
	
}
h1 .grey {
	font-size:18px;
	line-height: 1.5em;
	color: #333;
	padding:20px 0 20px 0;
	text-shadow: 0px 1px 0px #fff;
}
h2 {
	font-size:13px;
	line-height: 1.4;
	color: #747474;
	margin:1px 0 20px 0;
	font-weight:normal;/*font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
}
h3 {
	font-size:15px;
	margin:15px 0 0 0;
	padding:2px 0;
	color:#00a5d5;
}
h4 {
	font-size:13px;
	display:block;
	width:100%;
	clear:both;
	color:#d83b2f;
	margin:10px 0 5px 0px;
	padding:15px 0 2px 0;
}
h6 {
	font-size:13px;
	display:block;
	width:100%;
	clear:both;
	color:#d83b2f;
	margin:10px 0 5px 0px;
	padding:15px 0 2px 0;
}
div.dummy {
	clear:both;
}
div.image_left a {
	font-size:10px;
	font-weight:bold;
	float:none;
}
div.image_right {
	float:right;
	margin:0 0 0 5px;
	text-align:center;
}
div.image_right img {
	display:block;
	float:none;
}
div.image_right a {
	font-size:10px;
	font-weight:bold;
	float:none;
}
div.image_header {
	float:left;
	padding:10px 0 0 0;
}
div.slideshow {
	width:350px;
	height:370px;
	float:right;
	text-align:center;
	margin:0 0 0 20px;
}
div.slideshow img {
	background-color:white;
}
div.slideshow p {
	top:-20px;
	position:relative;
	padding:5px 0;
	color:#85b1b9;
	background-color:white;
}
.box1 {
	width:100%;
	float:left;
	padding:0;
	margin:40px 0 0 0;
	font-size:11px;
	line-height:17px;
	border:1px solid #eee;
	border-bottom:none;
	background:url(../images/graphics/grad_gray.png) #f8f8f8 repeat-x 0 0;
}
.box1 h1 {
	font-size:18px;
}
#login {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	width: 600px;
	
	overflow:auto;
	padding:10px;
	font-size:11px;
	line-height:17px;
	border:1px solid #eee;
	background-color:#f6f6f6;
	background:url(../images/graphics/grad_gray_2.png) #fff repeat-x 0 0;
	
}
#content #login {
	display:none;
}
#login fieldset {
	display:block;
}
#login div.links a {
	font-weight:bold;
	color:#808080;
	font-size:11px;
	margin-right:10px;
	padding:8px 0 10px 30px;
	text-decoration:none;
}
#login div.links {
	display:inline-block;
	clear:both;
	margin:10px 0;
}
#login input {
	width:180px;
}
#login label {
width:100px;
}
#login ul {
	clear:both;
}
/*--------------------------------------- =footer -------------------------------------------*/

#footer {
	position: relative;
	clear:both;
	margin-top: -5em;
	color:#ddd;
	height:55px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/graphics/footer_bg.png) #2f2f2f repeat-x 0 0;
}
#footer span {
	position:relative;
	top:15px;
	margin:0 70px;
}
#footer span img {
	padding-top:5px;
}
#footer a {
	color:#bbdffa;
}
/*--------------------------------------- =tables -------------------------------------------*/

table {
	width:100%;
	border:1px solid #dceeec;
	background-color:#fcfefc;
	border-collapse:collapse;
	margin:0;
}
table th {
	font-weight:bold;
	padding:10px 5px;
	border-left:1px dotted #607381;
	background: url(../images/graphics/table_th_blue.png) #c4e6ec repeat-x 0 0;
}
table td {
	padding:10px 5px;
	border:1px dotted #ddd;
}
table tr.odd {
	background-color:#f4fafc;
}
table td a {
	color:#306279;
}
table td a[href $='.pdf'] {
 padding:2px 0 2px 23px;
 background: url(../images/graphics/page_white_acrobat.png) transparent no-repeat 0 50%;
}
table td a[href $='.zip'] {
 padding:2px 0 2px 23px;
 background: url(../images/graphics/package.png) transparent no-repeat 0 50%;
}
#pdf {
	padding:2px 0 2px 23px;
	background: url(../images/graphics/page_white_youtube.png) transparent no-repeat 0 50%;
}
table caption {
	color:#306279;
	font-size:11px;
	padding:10px 5px;
	font-weight:bold;
	border:1px dotted #ddd;
	border-bottom:none;
	background-color:#ebf1f2;
	text-transform:uppercase;
}
table.downloads {
	width:100%;
	float:right;
}
table.downloads img {
	position:relative;
	top:5px;
	margin:5px 5px 0 5px;
}
/*--------------------------------------- =support center -------------------------------------------*/
.support {
	position:relative;
	width:600px;
	height:370px;
	padding:5px 5px;
	background-color:#e9f2f4;
	border:1px solid #dceaf7;
}
.support form {
/*background: url(../images/graphics/player_bg.png) transparent repeat 0 0;*/
}
.support label {
	display:block;
	float:left;
	font-size:11px;
	width:100px;
	margin-top:3px;
}
.support label.textarea {
}
.support input {
	font-size:11px;
	display:block;
	width:210px;
	float:left;
	margin-top:6px;
	margin-right:6px;
}
.support textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	height:130px;
	padding:2px;
	margin-top:5px;
}
.support br {
	clear:left;
}
.support p.alert {
	font-size:10px;
}
p.alert b {
	color:red;
}
div.licenses {
	width:610px;
	margin:10px 0 0 0;
	padding:0;
	border:1px solid #ededed;
	margin-bottom:10px;
}
div.licenses h2 {
	position:relative;
	color:#666666;
	font-size:12px;
	padding:6px 0 6px 6px;
	margin:0 0 6px 0;
	text-align:left;
	background: url(../images/graphics/h2_grad.png) #e1e1e1 repeat-x 0 0;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
div.licenses h2 img {
	position:absolute;
	top:5px;
	right:5px;
	margin-right:5px;
}
div.licenses p {
	margin:0;
	padding:0;
	text-indent:5px;
}
.support_right {
	width:300px;
	float:right;
	margin-top:0px;
	padding:0px 5px;
	font-size:11px;
}
.support_right div.menu h2 img {
	position:absolute;
	top:5px;
	right:5px;
	margin-right:5px;
}
.support_right div.menu {
	width:300px;
	padding:0;
	border:1px solid #ededed;
	margin-bottom:5px;
}
.support_right div.menu h2 {
	position:relative;
	color:#666666;
	font-size:12px;
	padding:6px 0 6px 6px;
	margin:0 0 6px 0;
	text-align:left;
	background: url(../images/graphics/h2_grad.png) #e1e1e1 repeat-x 0 0;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
.support_right div.menu p {
	margin:0;
	padding:0;
	text-indent:5px;
}
/*--------------------------------------- =contacts -------------------------------------------*/

#contacts {
}
#google_maps {
	width:530px;
	float:right;
}
#map {
	width:530px;
	height:270px;
	border:1px solid #ddd;
}
ul.contacts {
	width:400px;
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}
ul.contacts li {
	margin:0;
	padding:3px 5px;
	font-size:12px;
	color:#333;
	line-height:18px;
	border-bottom: 1px dotted #ddd;
	text-align:justify;
}
ul.contacts dd:last-child {
	border:none;
}
ul.contacts dd b {
	color:#595959;
}
/*------------------------------------ avisos erros confirmações ----------------------*/

ul.aviso {
	margin:3px 0;
	padding:0;
	list-style:none;
}
ul.aviso li {
	color:#333;
	font-size:11px;
	padding:6px 5px 6px 35px;
	margin:3px 0;
	line-height:13px;
	list-style:none;
}
ul.aviso li b {
	margin-right:5px;
}
#alerta li {
	border:1px solid #fdd845;
	background: url(../images/graphics/error.png) #fff6bf no-repeat 1% 50%;
}
#ok li {
	border:1px solid #c6d881;
	background: url(../images/graphics/accept.png) #e6efc2 no-repeat 1% 50%;
}
#erro li {
	border:1px solid red;
	background: url(../images/graphics/cancel.png) #fad0cf no-repeat 1% 50%;
}
/*------------------------------------ avisos erros confirmações ----------------------*/

#slidebox {
	margin:0;
	padding:0;
	clear:both;
}
#slidebox li {
	width: 238px;
	height: 144px;
	margin:0;
	padding:0;
	float:left;
	background:#161613;
	border: solid 1px #ddd;
	overflow: hidden;
	position: relative;
}
#slidebox li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
#slidebox .boxcaption {
	float: left;
	text-align:center;
	position: absolute;
	bottom:-50px;
	background: #000;
	height: 50px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/*------------------------------------partners ----------------------*/
#checkboxs {
	position:relative;
	width:150px;
	float:left;
	margin:10px 0;
}
#atlas {
	position:relative;
	width:750px;
	float:right;
	height:455px;
	margin:10px 0;
}
#atlas .north_america {
	position:absolute;
	top:0px;
	left:85px;
}
#atlas .south_america {
	position:absolute;
	top:245px;
	left:240px;
}
#countrys {
	display:none;
	position:absolute;
	top:50px;
	width:960px;
	height:450px;
	padding:10px 3px;
	border:1px solid #ddd;
	background-color:#fff;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#countrys li {
	width:240px;
	list-style-type:none;
	float:left;
	font-size:11px;
	cursor:pointer;
}
#countrys li:hover {
	color:#0066c5;
}
#atlas img {
	cursor:pointer;
}

form#partners {
	position:relative;
	width:230px;
	float:right;
	top:0;
}
ul#partners_buttons {
margin:0;
padding:0;
}
#partners_buttons li{

	width:115px;
	height:30px;
	float:left;
	text-align:center;
	list-style-type:none;
	line-height:14px;
	cursor:pointer;
	color:#7c7b7b;
	margin:0 1px 5px 0;
	padding:5px 2px;

	font-size:11px;
	font-weight:bold;

	background:url(../images/graphics/partner_button.png) transparent no-repeat 0 0;
}
#partner {
	display:none;
	position:absolute;
	top:50px;
	width:960px;
	height:450px;
	padding:10px 3px;
	border:1px solid #ddd;
	background-color:#fff;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#partners_list {
	min-height:50px;
	background: url() #fff no-repeat 50% 50%;
}
#partners_list h4 {
	color:#9d9d9d;
	font-size:11px;
	border-bottom:1px solid #bdbdbd;
	margin:0 0 10px 0;
	padding:0;
}
#partners_list ul.aviso{
margin-top:30px;
}
ul.partners {
	min-height:150px;
	margin:5px 0;
	padding:2px 0;
	clear:both;
	font-size:12px;
	border-bottom:1px solid #dddddd;
}
ul.partners li a {
	color:#377e98;
}
ul.partners li {
	margin:6px 0;
	list-style-type:none;
}
ul.partners strong {
	color:#267079;
}
ul.partners li.logo {
	float:left;
	width:150px;
	padding:0;
}
ul.partners li img {
	padding:0 0 2px 30px;
}
ul.partners li.title a{
	font-size:12px;
}
ul.partners li.tipo {
	float:right;
}
ul.partners li.desc {
	width:700px;
	margin-left:150px;
}
ul.partners li.contact {	
	color:#407c9f;
	margin-left:150px;
}
ul.partners li.email {
	margin-left:150px;
}
ul.partners li.email a {
	font-size:11px;
}
ul.partners li.certificado {
	position:relative;
	float:right;
}

ul.partners li b {
	padding:5px 0;
	font-size:13px;
}
ul.partners li div.certified{
	width:115px;
	height:30px;
	text-align:center;
	line-height:14px;
	color:#7c7b7b;
	margin:0 1px 2px 5px;
	padding:5px 2px;

	font-size:11px;
	font-weight:bold;

	background:url(../images/graphics/partner_button.png) transparent no-repeat 0 0;
}
/*------------------------------------index products ----------------------*/
#index_product {
	float:left;
	position:relative;
	width:685px;
	height:258px;
}
#index_product a {
	position:absolute;
	top:200px;
	left:30px;
}
#index_product a.banner {
	top:180px;
	left:260px;
}
/*------------------------------------news ----------------------*/
#news {
	width:290px;
	float:right;
	font-size:11px;
	color:#98999a;
	line-height:17px;
	padding-top:20px;
	background: url(../images/graphics/news_header.png) transparent no-repeat 0 5px;
}
#news .news-header {
	border-bottom:1px solid #e0e0e0;
	padding:10px 0 10px 13px;
	background: url(../images/graphics/news_bullet.png) transparent no-repeat 0 16px;
}
#news .date {
	display:none;
}
#news a.header {
	color:#797c7f;
	font-weight:bold;
	text-decoration:none;
}
/*--------------------------------------------------------------------------------*/
div.restrict {
	margin:5px 0;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
div.restrict div {
	font-size:12px;
}
div.restrict a {
	font-size:12px;
}
div.restrict a.download {
	float:right;
}
/*--------------------------------------------------------------------------------*/


#pages {
	height:40px;
	margin:10px 0;
	padding:0;
	font-size:11px;
	color:#333;
	clear:both;
}
#pages li {
	float:left;
	padding:0 0 0 2px;
	margin:0 1px;
	list-style-type:none;
	background:url(../images/graphics/page_selector.png) transparent no-repeat 100% -20px;
}
#pages li span{
display:block;
}
#pages a {
	display:block;
	padding:0 4px 3px 9px;
	margin:0 5px 0 0px;
	color:#666;
	text-align:center;
	text-decoration:none;

	
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 0;

}
#pages li.first a {
	text-indent:-9999px;
}
#pages li.first span  {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -32px;
}
#pages li:hover {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 100% -92px;
}
#pages li:hover a {
	color:#fff;
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -72px;
}
#pages li.selected {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 100% -92px;
}
#pages li.selected a {
	color:#fff;
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -72px;
}
#pages li.selected {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 100% -92px;
}
#pages li.selected a {
	color:#fff;
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -72px;
}
#pages li.next {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -40px;
}
#pages li.prev {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -56px;
}
#pages li.next:hover {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -112px;
}
#pages li.prev:hover {
	background:url(../images/graphics/page_selector.png) transparent no-repeat 0 -127px;
}
/*---------------------------------------------------------------------------------*/
#resource_buttons {
	padding:8px 0 2px 0;
	background: url(../images/graphics/resource/resource_bg.png) #ececec repeat-x 0 0;
	border:1px solid #e7e7e7;
} 
#resource_buttons img {
	margin:0;
	padding:0;
} 
.radioimage {
cursor:pointer;
}
.radio {
	display:none;
}

