body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, address {
	margin: 0; 
	padding: 0;
	}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-weight: normal;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}

#header {
/*	background-image: url(/img/topo.jpg);
	background-repeat: no-repeat;*/
	width: 960px;
	height: 180px;
}

#icones {
	width: 90px;
}
.semborda {
	border-style: none;
}

#header h1 {
	margin: 0; 
}

.index_portfolio{
	width: 200px;
	float:left;
	margin-top:15px;
	margin-right:45px;
	padding:0;
}
.index_portfolio_direito{
	width: 200px;
	float:left;
	margin-top:15px;
	margin-right:0px;
	padding:0;
}

#aaa {
	margin-left: 525px;
	}

.index_texto {
	width: 330px;
	text-align:justify;
	float:left;
	margin:10px 35px 10px 0px;
}
.index_texto_direito {
	width: 330px;
	text-align:justify;
	float:left;
	margin:10px 0px 10px 0px;

	}


/*
#mainContent h1 {
	font-size: 32px;
	text-align:left;
}
#mainContent h2 {
	font-size: 24px;
	text-align:left;
}
#mainContent h3 {
	font-size: 20px;
	text-align:left;
}*/

p {
	line-height: 1.5em;
}


.sidebar {
	float: left; 
	width: 170px; 
	padding: 0;
	margin-left:10px;
	margin-top:27px;	
	/*background-color: #F2F2F2;*/
}
.adsense {
	width: 180px; 
	padding-left:10px;
	padding-top:10px;
}

.sidefolio {
	width: 220px;
	float:right;
	padding: 10px;
	margin: 35px 10px 10px;
	border: 1px solid #999;
	}
.sidefolio_img{
	margin-bottom:10px;
	}


/* MENU PRINCIPAL */
.sidebar ul {
	list-style-type: none;
	padding-left:0px;
	margin-bottom:25px;
}

.sidebar h2 {
	margin: 10px;
	font-size: 20px;
	list-style-type: none;
}

.sidebar li {
	/*	margin-bottom:5px;*/
	padding-left:0px;
	list-style-type: none;
}

.sidebar li p{
	margin:5px;
	list-style-type: none;
}

.sidebar li a{
	display: block;
	text-decoration: none;
	padding-left:24px;
	padding-bottom:8px;
	padding-top:8px;
	text-transform: uppercase;
}

#mainContent {
	padding: 0 35px;
	width: 700px;
	float:right;
}

#mainContent .dir{
	text-align: right;
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0; 
	padding: 10px; 
}

.obs {
	margin-top: 0px;
	margin-bottom: 5px;
}

.breadcrumbs {
	margin-top: 10px;
	margin-bottom: 5px;
}

.breadcrumbs a {
	padding:0 0 0 10px;
	background: url(/img/bc.png) no-repeat left center;
}

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

ol.aulas {
	padding-left:15px;
	list-style-type: upper-alpha;
	list-style-position: inside;
}

.codigo {
	font-family: "Courier New", Courier, mono;
	font-style: italic;
}

.pcodigo {
	font-family: "Courier New", Courier, mono;
	margin-left: 25px;
	padding: 5px;
	border: 1px dashed #000000;
}

.exercicio {
	margin-left: 25px;
	margin-right: 25px;
	padding: 15px;
	border: 1px dashed #000000;
	font-weight: bold;
}

.caixalaranja {
	margin-left: 75px;
	margin-right: 75px;
	padding: 5px;
	border: 1px solid #000000;
}

.caixalaranja a:link {
	font-weight: bold;
}

table.tabela1 tr th {
	border: 1px solid #000;
	text-align: center;
	padding: 6px 6px 6px 6px;
}

table.tabela1 tr td {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	padding: 6px 6px 6px 6px;
}

ul {
	padding-left: 15px;
	list-style-position: inside;
	margin-bottom:5px;
}

ul li, ol li {
	padding-top: 5px;	
	line-height: 1.5em;
	}
ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom:5px;
}

p.citacao {
	padding-left: 120px;
	text-align: right;
	font-style: italic;
}

/*.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 */
	background-color: #F2F2F2;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* tamanhos de fonte para os AAA no topo da página */
.fonteg {
	font-size: 16pt;
}
.fontem {
	font-size: 13pt;
}
.fontep {
	margin-left:5px;
	font-size: 10pt;
}
pre {
	margin: 5px 25px 5px;
	padding: 5px;
	text-align:left;
	width:auto;
	border: 1px dashed #000000;
}
/* 
	PORTFOLIO HOME
*/
*{outline: none;}
img {border: 0;}
.folio_block {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.main_view {
	width: 640px;
	height: 294px;
/*	float: left;*/
	padding: 25px;
	margin-right: 20px;
	background: url(img/home-folio/main_view_bg.gif) no-repeat;
	position: relative;
}
.window {
	width: 640px;
	height:294px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
}
.image_reel img {float: left;}
.image_reel a span {
	width: 640px;
	height: 294px;
	float: left;
	background: #111 url(img/home-folio/icon_view.gif) no-repeat center;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}
.paging {
	position: absolute;
	bottom: 40px; right: -3px;
	width: 178px; height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: url(img/home-folio/paging_bg.png) no-repeat;
	display: none;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

.paging a:link, .paging a:visited {
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #678e28; 
	/*border: 1px solid #000;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
.desc {
	width: 290px;
	float: left;
	color: #777;
	font-size: 1.1em;
	padding: 15px 0;
}
.desc h2 {
	text-transform: uppercase;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 5px 0; margin: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
.desc h3 {
	font-size: 1.3em;
	padding: 5px 0;	margin: 0;
}
.desc ul.services {
	padding: 0; margin: 0 0 0 15px; 
	list-style: none;
}
.desc ul.services li {
	background: url(img/home-folio/icon_check.gif) no-repeat left center;
	padding: 3px 5px 3px 20px;	margin: 0;
}
