#cursos {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 0.8em ;
	list-style-image: url(../img/seta.gif);
	padding-bottom: 200px;
}

#cursos h3 {
	font-size: 1.2em ;	
}
#cursos ul {
	float: left;	
}

a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6666AA;
	
}

#info {
	margin: 0 auto;
	width: 700px;
	height: auto;
	background: white;
	padding: 30px;
	font-family: Calibri, Verdana, Arial, Sans;
}

#info h2 {
	text-align: center;
}

#info h3 {
	text-align: left;
	font-size: 12pt;
}

#info p {
	text-align:justify ;
	font-size: 11pt;
}

#info a p {
	color: #0044FF;
	text-align: center;
	text-decoration: underline;
	font-size: 11pt;
}

#info a :hover{
	color: #4477FF;
}

#info .aviso {
	font-style: italic ;
}

#info .chamada {
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

