/* Links */
a, a:link, a:visited {
 text-decoration: none;
 color: darkblue;
}
a:link:hover, a:visited:hover {
 text-decoration: underline;
 color: red;
}


/* Page */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	background-image: url(../images/fondo.png);
}
#footer {
	border-top: 1px solid #B7B7B7;
	/* background: rgb(233,238,249);*/
}
#footerfixed {
	border-top: 1px solid #B7B7B7;
	/*background: rgb(233,238,249);*/
}

/* Banner */
#adiumbanner {
	background: #FF0033;
	color: white;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 44px;
	text-shadow: 2px 2px 3px gray;
}
#adiumbanner a:link, #adiumbanner a:visited { color: white; }

/* Tabs */
#navcontainer{
	background: #FF0033;
		/*rgb(0, 126, 207);*/
}
.navtab {
	background: #fff url(../images/fondo2.png) repeat-x;
	border: 1px solid #cccccc;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: black;
}
.navtab:link, .navtab:visited { color: black; text-decoration: none }
.navtab:hover, .navtab:visited:hover { color:black; text-decoration: none; background: white; }

.navtabcurrent {
	background: #fff url(../images/fondo.png) repeat-x;
	border: 1px solid #cccccc;
	/* border-bottom: 1px solid #ffffff; */
	text-align: center;
	font-size: 12px;
	color: black;
}
.navtabcurrent:link, .navtabcurrent:visited { color: black; text-decoration: none }
.navtabcurrent:hover, .navtabcurrent:visited:hover { color: black; text-decoration:none; background: white }

/* Content */
#content {
	/*background: #ffffff;*/
}

/* Download */
.downloadSub {
	color: #888888;
	font-size: 11px;
}
.require {
	color: #FF0000;
	font-size: 11px;
}
.downloadInfo:link, .downloadInfo:visited {
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}
.downloadInfo:hover {
	color: #888888;
	text-decoration: underline;
}


/* Screenshots */

/* Growl
.growl a { background: url(../images/growl.png) no-repeat }
.growl a:hover { background: url(../images/growl.png) no-repeat } */
