/*
Aprender CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 20px;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000033;
}

h1, h2, h3 {
	color: #000000;
	font: bold;
	font-size: 1.2em;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}


a {
	color: #0077CC;
}

a:hover {
	text-decoration: none;
	color: #5ACC00;
}

img {
	border: none;
}



/* Header */

#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: center;
	width: 760px;
	height: 160px;
	background: url(images/Aprender_logo.gif) no-repeat;
}
/*	width: 202px;
	height: 185px;
	background: url(images/kisalogo_netti.gif) no-repeat;
*/

#logo h1 {
	padding: 130px 0 0 20px;
	font-size: 2em;
}

#logo h2 {
	padding: 0 0 0 20px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


#content {
	width: 760px;
	margin: 0 auto;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 540px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 202px;
}

#sidebar a {
}


/* Content > Sidebar > Menu */

#menu {
	padding: 20px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 20px;
	border-top: 1px solid #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	background: #DCEBFC;
	color: #000000;
}

#menu .active a {
/*	background: #D1F0A6; */
	background: #a7a7ff;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}


/* TABLE */
table { font:0.9em Arial, Helvetica, sans-serif; background-color:#F2F2F2; }

caption { background-color:#5A666E; color:#FFF; text-transform:uppercase; font-weight:bold; font-size:1.2em; border:1px solid #000; }

thead th { background-color:#F5B348; color:#724809; padding:2px; text-transform:uppercase; border-top:1px solid #F4D39E; border-left:1px solid #F4D39E; border-bottom:1px solid #B76E00; border-right:1px solid #B76E00; }

tfoot th { background-color:#F29601; color:#724809; padding:2px; text-transform:uppercase; font-size:1.2em; }
tfoot td { background-color:#FC0; color:#724809; font-weight:bold; text-transform:uppercase; font-size:1.2em; padding:0px 5px; }
.odd {  }

tbody td { background-color:#F7FBFE; color:#5A666E; padding:2px; text-align:left; border-top:1px solid #FFF; border-left:1px solid #FFF; border-bottom:1px solid #AFB5B8; border-right:1px solid #AFB5B8;  }

tbody th { background-color:#5A666E; color:#D7DBDD; padding:2px; text-align:center; border-top:1px solid #93A1AA; border-left:1px solid #93A1AA; border-bottom:1px solid #2F3B42; border-right:1px solid #2F3B42; }

tbody td a {  color:#724809; text-decoration:none; font-weight:bold; }

tbody td a:hover { background-color:#F5B348; color:#FFF; }

tbody th a { color:#FFF; text-decoration:none; font-weight:bold; }

tbody th a:hover { color:#FC0; text-decoration:underline; }



/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #E7F7D0 url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #86D613;
}

