body {
	color: #000;
	background-color: #dfdfdf;
}

#index_portfolio_box{
/*	background-color:#FADF8D;*/
}

.sidefolio {
	background-color:#FADF8D;
}


/* MENU PRINCIPAL */
.sidebar ul {

}

.sidebar li a{
	color: #000;
}

.sidebar li a:hover{
	background-color: #F60;
	/*background: url(/img/bullet_over.jpg) no-repeat left;*/
	color: #fff;
}

#mainContent {

}

.aulas a {
	padding:0 0 0 5px;
}

.codigo {
	background-color: #F1F2C4;
}

.pcodigo {
	background-color: #F1F2C4;
}

.exercicio {
	background-color: #8080FF;
	color: #FFFFFF;
}

.caixalaranja {
	background-color: #F90;
}
.caixalaranja a:link {
	color:#fff;
}

table.tabela1 tr th {
	color: #fff;
	background-color: #888;
}

table.tabela1 tr td {
	color: #000;
}

/*.fltrt {  this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	float: right;
	margin-left: 8px;
	background-color: #F2F2F2;
}*/
/*.fltlft {  this class can be used to float an element left in your page 
	float: left;
	margin-right: 8px;
}*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#footer {
	background-color:#000;
	color: #fff;
	}

#footer a {
	color:#F30;
}

a:link {
	color:#F30;
}
a:visited {
	color:#F50;
}

pre {
	background-color: #F1F2C4;
}
