/* CSS CLEANER */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,legend,input,img{margin:0;padding:0;}
img,fieldset{border:0;}
ul,ol{list-style:none;}

/* MAIN CSS */
body{
	height: 100%;
	width: 100%;
	margin: 0px;
	background: #775a29;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.69em; 			/* 11px * 0.0626 = 0.69em */
}
#site{
	margin: 0px auto;
	width: 900px;
	background: white;
	color: #333;
}
#menu{
	margin: 0;
}
#content{
	margin: 0 2px;
	min-height: 683px;
}
#footer{
	background: #775a29;
	border-top: 2px solid white;
	margin: 0px;
	width: 900px;
	text-align: right;
}
a, a:visited,
a:hover{
	color: #5357ff;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

.itit{
	display: none;
}

/* HOME */
#head{
	background: url(images/hheader.jpg) no-repeat;
	width: 896px;
	height: 268px;
	margin: 0px;
}
.htcurso{
	background: url(images/htit_cursos.jpg) no-repeat top left;
	width: 600px;
	margin: 0 10px 0 25px;
}
.htcurso .txt{
	width: 180px;
	float: left;
	padding: 0 10px 0 10px;
	color:#666666;
}
ul.txt{
	list-style: disc outside;
}
ul.txt li{
	padding: 7px 0 0;
	color: #c86b18;
	font-weight: bold;
}

.htagenda{
	background: url(images/htit_agenda.jpg) #f8e88c no-repeat 22% 0%;
	height: 145px;
	width: 189px;
	padding: 0 10px 0 25px;
	margin: 0 0px 0 37px;
}
.hboxes{
	float: left;
	padding-top: 40px;
} .hboxes .tit{
	margin-bottom: 10px;
} .hboxes .pict{
	float: left;
} 
p{
	/*margin-left: 23px;*/
	margin-bottom: 13px;
} 
.date{
	font-weight: bolder;
	font-style: italic;
}
.hport{
	background: url(images/htit_port.jpg) no-repeat top left #9cc75c;
	padding-top: 55px;
	color: #333;
	width: 438px;
	float: left;
} .hport .pict{
	float: left;
	margin-left: 8px;
} .hport .txt{
	float: left;
	margin-left: 17px;
	width: 215px;
	margin-top: 13px;
}

.hbox_ceram{
	background: url(images/htit_ceramica.jpg) #c2f575 no-repeat top left;
	width: 204px;
	height: 162px;
	float: left;
	padding: 68px 15px 0;
} 
.hbox_midia{
	background: url(images/htit_midia.jpg) no-repeat top right;
	width: 194px;
	float: left;
	padding: 68px 15px 0;
} 

.maisbtn{
	margin-bottom: 2px !important;
}