#box_cursos {
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
}
#box_cursos h2 {
	background-image: url(../images/titulo_cursos.jpg);
	background-repeat: no-repeat;
}#box_cursos .atention {
	color: #990000;
	font-weight: bold;
}
#box_cursos #fotos {
	display: block;
	width: 100%;
	height: 125px;
}
#box_cursos #fotos li {
	display: block;
	float: left;
}
#box_cursos #fotos li img {
	display: block;
	padding: 3px;
	margin-right: 14px;
	margin-left: 14px;
	border: 1px solid #82B8EA;
}
#box_cursos #cursos {
	margin-bottom: 10px;
	display: block;
	width: 350px;
}
#box_cursos #cursos li {
	display: block;
	height: 17px;
}
#box_cursos #cursos .tipo {
	font-weight: normal;
	width: 250px;
	display: block;
	float: left;
}
#box_cursos #cursos .preco {
	display: block;
	float: left;
	font-weight: bold;
	color: #990033;
}

